1
vote
3answers
72 views
Script to remove python comments/docstrings
Is there a python script or tool available which can remove comments and docstrings from python source?
it should take care of cases like
"""
aas
"""
def f():
m = {
u …
0
votes
5answers
123 views
What is the most complicated, complex block of code you’ve ever written for a legitimate purpose in a real project (up to 20 lines)? [closed]
What is the most complicated, complex block of code you've ever written for a legitimate purpose in a real project (up to 20 lines)?
0
votes
7answers
102 views
Mathematical Evaluation of Source Code
Is there some mathematical relation or formula that can estimate a better source code from a less better one?
If I write a program to do exactly the same task using PHP and PERL p …
0
votes
0answers
86 views
Is there any open source code we can get similar to stackoverflow? [closed]
I found that source code of stackoverflow.com is not an open source, so is there any other similar apps available that has source code available?
1
vote
3answers
55 views
question about pl/sql stored program text
hi all.
I use TOAD to do my PL/SQL development. In TOAD when i type a procedure name and press f4, I can see this procedure's source code. I think TOAD get the source code from v$s …
2
votes
2answers
142 views
How can I set the default file format in the Delphi IDE to UTF8?
Delphi 2009 sets the default file format for new source code files to ANSI, this makes the source code platform-dependent.
Even for a new XSD file created in the IDE, which by def …
1
vote
7answers
146 views
Programmatically parse and edit C++ Source Files
Hi,
I want to able programmatically parse and edit C++ source files.
I need to be able to change/add code in certain sections of code (i.e. in functions, class blocks, etc). I wo …
0
votes
2answers
171 views
What programming language is IIS written in?
I'd like to know this information for IIS versions 6.0, 7.0 and 7.5.
1
vote
2answers
186 views
How to disable the Formatter in Delphi 2010
Hello,
The formatter in Delphi 2010 is really an annoying thing to me.
I prefer formatting my code manually.
I believe I do it better.
How can I disable it?
NOTE: Answers on why …
1
vote
1answer
24 views
Manage data structures in the database or in code?
I've always had a difficult time deciding where the best place is to manage my "master" set of data structures for my data access layer. Traditionally, I've always started with a …
0
votes
2answers
19 views
Is there a minimal php5ts.dll?
I've completed my web app and am using mongoose to serve the php pages. The whole app & mongoose is less then 2MB.
The php5ts.dll is almost 5MB so that really adds bloat. Also …
0
votes
2answers
72 views
Can I get this fourms’s source code? [closed]
Hi manager,
Can I get this fourms's source code?
0
votes
3answers
54 views
Visual Studio 2010 Beta 2: Can I print in color?
I have to turn in a hard copy of some code with an assignment. Is there any way in Visual Studio 2010 to print C# source code with syntax highlighting?
PS: The assignment is solvi …
0
votes
2answers
18 views
Multi-language command-line source code formatter
Is there a command-line Unix tool that will format/indent/prettify source code in different languages? I'm especially interested in Java, JavaScript, PHP, and XML, but ideally it w …
0
votes
5answers
42 views
When our source code is used again on Windows 7 (and was on Vista) using Tortoise SVN, will there be any problem?
If our source code was on
C:\code
when on Windows Vista, and now the machine is made into dual boot Vista and Windows 7.
So when booting to Win7, the folder is now
D:\code
…
