Questions tagged [source-code]
The source-code tag has no summary.
93 questions
2
votes
0
answers
49
views
Which search engines can do "${@}" (or other searches with symbols), but are not limited to raw source code (such as GitHub is)?
Have used all possible combinations of quotes/escape codes on Google, StartPage and DuckDuckGo without success.
Those search engines have regressed so much that now it is not possible to search for ...
0
votes
0
answers
70
views
C++ code summary tool
I'm looking for a tool which will take as input a C++ source file, and output (in plain text, HTML, PNG, PDF, whatever format) a summary containing at least a list of the functions defined in the ...
2
votes
0
answers
26
views
Tool to keep duplicate information in source code repository consistent
Sometimes it can't be avoided to duplicate information in a source code repository: E.g. parts of the README file will often be duplicated in the full documentation, the current version will often be ...
3
votes
2
answers
64
views
A web project I worked on is being closed down, does anyone have suggestions on how to share the code and story of its development?
I have worked as the lead dev on a web app aimed at the educational sector for the last 10 years. Unfortunately, the time has come for the project to be closed down, primarily due to time constraints ...
0
votes
0
answers
22
views
GUI for source code documenting system, that can resolve references to comments in dual pane window?
I often have this problem, coding in C or Python: I start writing an expression, and it starts with a simple line comment, so far so good; say:
// initiate sending to hardware:
hardware_send_init(&...
1
vote
2
answers
66
views
code editor which is a standalone web application which helps us edit code from the browser?
Looking for some code editor which is a spins up a web-based IDE on launch from the command line. It should have modern features most source code editors have (like vscode). The best use case for this ...
0
votes
0
answers
26
views
Is there an app where I can construct a function curve and then I get the formulas or equivalent program code of the piecewise-defined function?
Sometimes one need a mathematical function - for example for easing-function, or transition function, filter, etc - which properties are known, can be drawn or constructed by segments, can be defined ...
1
vote
1
answer
118
views
Easiest one-developer Visual SourceSafe-like source control that isn't Git
I'm an ex-software developer who still likes to code as a hobby from time to time. I'd like to have some sort of source control at home which enables me to save/tag versions, lets me do comparisons ...
1
vote
0
answers
53
views
Do independent fork projects of GitLab exist?
In the world of Linux distributions, there is one common kernel, but distro communities built on that and go their ways so to say.
The GitLab software is free and open source, its free edition, though ...
1
vote
0
answers
36
views
Which is the best open source ERP to implement, modify, adapt, and extend the functionalities of the MRP for a manufacturing company?
I am looking for an open source ERP that has the MRP module mature enough to take it as a base and adapt it if necessary, be it from configuration to code modifications assigned to the development ...
0
votes
0
answers
43
views
OCR software/application that transforms hand-written code to digitally-written code
What I am looking for is a software/application that takes a source code written by hand on a piece of paper and converts it to digital code in a clean, tidy, and orderly fashion. I do not want just ...
1
vote
0
answers
79
views
Offline static code analysis similar to the LGTM online service
LGTM provides an online service to analyze source code of all major languages for security bugs and errors.
I am looking for a similar solution, which performs the tests while the source code stays in ...
3
votes
2
answers
66
views
JavaScript project/multi-file editor for Linux
I'm looking for a GUI editor for a collection of JavaScript files, in a folder structure.
Required features:
Libre
Gratis
Shows a tree-like view of elements in a script file - top-level entities, ...
2
votes
0
answers
40
views
Is there something just like WinMerge only it supports showing all the differences "in one view"?
I use WinMerge all the time, by calling it such as this:
winmerge.exe zip1 zip2
(Basically.)
That gives me a nice diff of each file inside the both archives, and I can see the changes clearly, just ...
1
vote
1
answer
721
views
Converting source code to syntax-highlighted PDFs
I'm looking for a command-line Unix/Linux program that can take source code in any common programming language and produce a good-looking syntax-highlighted PDF, preferrably with line numbers and with ...