Skip to main content

Questions tagged [source-code]

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 ...
Swudu Susuwu's user avatar
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 ...
rwallace's user avatar
  • 153
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 ...
smheidrich's user avatar
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 ...
Mike's user avatar
  • 31
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(&...
sdbbs's user avatar
  • 261
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 ...
deostroll's user avatar
  • 225
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 ...
Konstantin's user avatar
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 ...
Marlon's user avatar
  • 11
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 ...
J. Doe's user avatar
  • 389
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 ...
punk code's user avatar
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 ...
Samuel Francisco's user avatar
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 ...
Jonas Stein's user avatar
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, ...
einpoklum's user avatar
  • 3,498
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 ...
Edwing C.'s user avatar
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 ...
jwodder's user avatar
  • 155

15 30 50 per page
1
2 3 4 5
7