Skip to main content

Questions tagged [software-development]

Software tools used during the development of other software.

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: . ...
cyqsimon's user avatar
  • 195
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 ...
uvsmtid's user avatar
  • 131
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, ...
NoBullsh1t's user avatar
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 ...
canary_in_the_data_mine's user avatar
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 ...
einpoklum's user avatar
  • 3,498
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?
Geremia's user avatar
  • 539
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 ...
Criselmof's user avatar
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 ...
Avrohom Yisroel's user avatar
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+...
Thomas Weller's user avatar
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 ...
Niraj's user avatar
  • 11
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?
Prashant Akerkar's user avatar
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 ...
Mose's user avatar
  • 111
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 ...
einpoklum's user avatar
  • 3,498
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 ...
Ne Mo's user avatar
  • 431
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 ...
maybeJosiah's user avatar

15 30 50 per page
1
2 3 4 5
43