Skip to main content

Questions tagged [modules]

A logical subdivision of a larger, more complex system.

8 votes
3 answers
265 views

Modern utility to get type name strings

This is a modernization of a very old utility I’ve had in my personal code toolbox for a while. There are two variable template constants: indi::type_name<T>:...
indi's user avatar
  • 16.5k
5 votes
1 answer
448 views

Noughts & Crosses (tic-tac-toe) revisited (using C++20 modules)

This is a development of Nought and Crosses (tic-tac-toe) in C++ a learning project in C++. This time using C++20 modules. As before, any suggestions on improvements in style, clarity (or anything ...
scripta's user avatar
  • 519
1 vote
1 answer
214 views

Version 2 of my Python Password Manager

I am still just starting out with python and just finished learning about classes, with no further understanding on many python modules. With this in mind, this is one of the biggest/hardest things I ...
Beginner's user avatar
  • 199
4 votes
2 answers
284 views

Test generator I made for practice

Made this generator to practice using imports from other modules and better readability for coding. What could I have done better and what did I do wrong? File called test_generator.py ...
Beginner's user avatar
  • 199
3 votes
1 answer
164 views

Program for creating custom directory listings

The following code was written to create custom directory listings for the Abyss Web Server. It attempts to provide an improved example of the included documentation for doing so in Python. However, ...
Noctis Skytower's user avatar
1 vote
2 answers
127 views

UPDATE on Newspaper Bill Calculator CLI with Python (1 of 3, Core)

Code is posted after explanation. Due to the size of the project, this is being posted in three separate posts. This also ensures each post is more focused. Post 2 of 3, CLI: UPDATE 1 on Newspaper ...
eccentricOrange's user avatar
6 votes
3 answers
176 views

Tic-Tac-Toe Backend for Commercial Use

I've been working on a tic-tac-toe backend for an interactive commercial-use display and was wondering if I could get some feedback on it. ...
Seth's user avatar
  • 161
1 vote
1 answer
158 views

Organizing things together to form a minimum viable Scraper App

This is a follow-up of my group of scraper questions starting from here. I have thus far, with the help of @Reinderien, written 4 separate "modules" that expose a ...
Sati's user avatar
  • 427
6 votes
1 answer
101 views

How to structure and write exchangable calculation models (in python3 modules)?

I do research and compare different numeric models to each other. Therefore, I want to easily switch out the numeric models in my simulations and evaluation code. Some models work in cartesian ...
Andreas Schuldei's user avatar
3 votes
0 answers
117 views

Weather app using es6 modules

i have recently built this simple weather-app. I would be happy to get some criticisms to improve my code. Structure: app.js: ...
refat alsakka's user avatar
3 votes
1 answer
116 views

All core MediaWiki upgrade script (round 2)

The following script upgrades an existing, all core (no add ons) MediaWiki install. I run it with set -x for debugging (I avoid ...
timesharer's user avatar
5 votes
1 answer
207 views

Express.js blogging application

I have put together a blogging application with Express, EJS and MongoDB. There is a public, front-end part and a dashboard. In index.js I have: ...
Razvan Zamfir's user avatar
2 votes
0 answers
240 views

naming convention for atomic design

We follow atomic design principle. More here I have a react app where we put small components like button, label etc and call it atoms. In that I have made loading and Error component responsible for ...
iRohitBhatia's user avatar
4 votes
1 answer
389 views

Modular Design Patterns in C

I have created a modular design pattern which provide a single interface that can be used create instances with swapable back-end components, however I'm not entirely satisfied with it. My practical ...
Reginald Marr's user avatar
2 votes
1 answer
98 views

To Do List Project - app lets you make projects and inside of this projects you can save to-dos

I have built a To Do App in Javascript, using Webpack and some modules. The app lets you store projects (School, Sport, Grocery, etc.)... And inside these projects, you can store todo items... You can ...
Žiga Grošelj's user avatar

15 30 50 per page
1
2 3 4 5
8