8
votes
7answers
224 views
Writing compilers … what’s right and what’s wrong?
Okay, in my quest to figure out the necessary stuff to write a compiler, I've reached a bit of a roadblock. It seems that every technology or tool that I find has some opposition …
4
votes
8answers
217 views
Help me improve this Erlang?
So I'm really interested in Erlang. I can't find an excuse to use it for anything big, but I try to use it for toy problems from time to time.
Right now, I'm implementing a Roman …
397
votes
419answers
35k views
What do you use to keep notes as a developer?
Where, as a developer, do you like to keep your code snippets, links, checklists, final solutions to problems etc?
I've fooled with Google Notebook, MS Onenote, TreePad, textfil …
0
votes
4answers
74 views
Cheap/free query tool for multi-database Java/hibernate developer
I'm very interesting in inexpensive (better free) SQL query tool for working with multiple databases.
Generally speaking it should works with all databases which Hibernate suppor …
3
votes
3answers
95 views
Lightweight development web server with support for PHP v2
In line with this question:
http://stackoverflow.com/questions/171655/lightweight-web-app-server-for-php
The above question has been asked numerous times and answered exactly the …
0
votes
2answers
44 views
Generic Command Line SQL Program?
Is there any application/project that provides you with a command line SQL client that will work with multiple databases and/or provides a mechanism for writing your own drivers? …
0
votes
0answers
49 views
ls -la symbolics… what does that last symbol mean? [closed]
when I type ls -la I get this familiar output...
drwxr-xr-x+ 38 kent staff 1292 Nov 6 11:09 .
drwxr-xr-x 5 root admin 170 Aug 14 14:11 ..
-rw-r--r--@ 1 kent …
2
votes
9answers
75 views
What is the best tool for Test driven Development using asp.net 2.0?
We are using Asp.Net 2.0 and planning to move to TDD so that middle tier can be developed and tested while others in the team take care of UI and DataBase area.
Can anyone kindly …
0
votes
3answers
26 views
Change encoding to UTF-8 recursively on Windows?
Does anybody know a tool, preferably for the Explorer context menu, to recursively change the encoding of files in a project from / to UTF-8 and other encodings? Freeware or not to …
95
votes
150answers
8k views
What things didn’t you know you needed but are now very glad you have?
Take a programmer that has never used source control, show them what it does, and their eyes light up... the benefits are obvious but until they actually see it most people had nev …
1
vote
1answer
23 views
View iPhone’s PVRTC images on OS X
I need to view some of PVRTC-compressed textures from iPhone application (*.pvr) on OS X.
Is there a viewer or format converter?
2
votes
8answers
117 views
Fullscreen editors?
Whilst fiddling recently with Ulysses 2.0 - "The definitive creative writing package", I was struck by how effective the fullscreen/console mode was at focusing my mind on actually …
7
votes
28answers
707 views
What’s the latest addition to your “indispensable tools” collection?
Every developer has a collection of "must have" tools, things that you want to have around as part of your default development environment. Examples include emacs, vim, meld, ctags …
0
votes
2answers
19 views
Tool to download contents of a webpage directory
Is there a way to download the contents of a webpage directory like this without having to click on each folder and download each sourcefile one at a time.
158
votes
69answers
23k views
What IDE to use for Python
As a Python newbie, it is interesting to know what IDE's ("GUIs/editors") others use for Python coding.
If you can just give the name (e.g. Textpad, Eclipse ..) that will be enoug …
