Questions tagged [software-development]
Software tools used during the development of other software.
642 questions
3
votes
1
answer
62
views
Tool that shows the number of lines of code in every branch of a file tree
I've got a highly nested source tree with many source files. I am looking for a tool that can show me the directory structure, alongside how many lines of code each file has. Something like this:
. ...
1
vote
0
answers
27
views
A stand-alone pure `python` dev/test/prod bootstrapper on repo clone before `venv` is ready?
I want to check with the community (to avoid “re-inventing the wheel”).
Is there anything already existing matching thetitle?
DETAILS
At its core, it should be a single stand-alone python script you ...
1
vote
0
answers
24
views
Simple time to live cache in Rust?
I'm looking for a tech that allows me to keep certain types of data for a set amount of time. Meaning it's not really but almost like a cache. They should be guaranteed to be there for their lifetime, ...
4
votes
0
answers
38
views
Tool for upvoting GitHub Issues?
My team's open-source software project uses GitHub to organize our backlog.
We'd like to find a tool that enables easy upvoting and downvoting of our product roadmap. We want our users to be able to ...
0
votes
0
answers
16
views
C++ library for printing text in columnar or tabular form to the terminal?
Sometimes, when printing textual output, I want to print information in two columns representining two sources of information or two running processes. I may, or may not, want to be able to clear both ...
1
vote
0
answers
46
views
Software that finds/proves runtime complexity of given C, C++, Python, etc. code?
Is there software that can prove the runtime complexity of given code?
0
votes
0
answers
22
views
Web editor for (workflow) graphs with XAML support?
Our team wants to build a graphical editor for administrative work processes (workflows or the like).
We have yet chosen between BPMN.js and ReactFlow for graphical editing in the Web, because it ...
0
votes
0
answers
15
views
Simple online project planning app where we can plan milestones and areas
We have been approached by someone who wants a fairly large-scale web app building. For clarity, think of a e-commerce backend, where it handles products, customers, orders, etc.
We need to break down ...
3
votes
1
answer
144
views
Tool to do C++ name mangling
There are lots of tools available that do C++ name demangling. One of them is undname, which comes with Microsoft Visual Studio. An online tool for the same task is demangler.com. For Linux there is c+...
0
votes
0
answers
24
views
Evaluating Cursor for AI-Driven Development
I’ve been using a local IDE (e.g., VS Code) with extensions like GitHub Copilot for code correction and generation. Recently, I came across Cursor, which claims to integrate AI deeply into the ...
0
votes
0
answers
19
views
QR code payment system modification
Is it feasible to add a real time clock in both digital and printed QR code payment system which will display the current date and time?
1
vote
0
answers
20
views
Online tool to reverse engineer CSS relative color
CSS relative color is a game changer, especially when coupled with CSS variables as overriding few variables can generate a whole new theme.
That's great but when you work from a page sample and you ...
0
votes
0
answers
39
views
C or C++ library for drawing tables or grids on the terminal
I need to draw tables - or, if you will, grids - on a terminal, with features including:
Drawing of the gridlines
Coordinates printed outside the table axes
Arbitrary ranges on each axis
Ability to ...
2
votes
0
answers
23
views
Is there an AI-supported IDE, where the AI actually looks at the output files and error messages, to verify success?
I've started using VScode to help me write Posh scripts. It's an improvement on copy pasting from chatgpt, as it's designed to give less blather and has a button for dumping what it came up with into ...
2
votes
0
answers
36
views
Game engine for Linux mobile/tablet (Plasma Mobile, postmarketOS, etc)
Looking for and need:
Runs on most or all Linux mobile/tablet other than Android (can run on Android too), think touchscreens e.g. Plasma Mobile or postmarketOS
Can be programmed with a language
...