What tools do you use that may be considered rare in that aspect that you have only seen a few people use it? It may be any tool that may be valuable for programmers.
I myself use UPX on occasions.
|
11
|
What tools do you use that may be considered rare in that aspect that you have only seen a few people use it? It may be any tool that may be valuable for programmers. I myself use UPX on occasions. |
|||
|
|
|
|
I use OllyDbg quite a bit for debugging, reverse-engineering, analyzing and tweaking assembly language code. |
|||
|
|
|
|
I use: Common Lisp/CLOS for programming - I was exposed to Lisp in the 1980's, been through ObjectPascal (MacApp), C/C++, Java, Perl, Python, etc. but I always return to Common Lisp because it's so much more productive. Allegro Allegroserve/Webactions web server running under screen. I can connect to the running process and compile in new Common Lisp functions at any time. LaTeX for documentation - I live in Emacs, I write code, mail, browse the web, and write documentation in Emacs. PostScript for drawings. I used to "draw" pretty hairy illustrations in PostScript. Now I use more PGF/Tikz. SystemVerilog/VHDL for living... |
|||
|
|
|
|
For printing out arbitrary text files in multicolumn compressed text, I find that PrintFile is useful and flexible. It does PostScript files nicely too. |
|||
|
|
|
|
I use an incremental copy program of my own invention on a daily basis and can't figure out why I'm the only one thinks its essential. (That's why I wrote my own: Nobody else seems to have one that works exactly like I need.) It's like directory diff program, comparing a source and destination directory and showing me which files are newer /older and of different size. It helps me to incrementally copy files, ignoring unchanged files, and preventing me from unintentionally overwriting newer files with older ones. |
|||
|
|
Pixie - an 8kb color picker. |
|||
|
|
|
|
I use xfig for diagram drawing, though mostly not for development but for articles preparation. |
|||
|
|
|
|
ZTreeWin file/directory manager for Windows. Very useful and very easy to use, there is a menu which shows the keys for various commands. I don't understand why more people don't know about it or use it, it's not free but it is inexpensive. |
|||
|
|
|
|
|
|||
|
|
|
|
I use Microfocus Cobol 3. |
|||
|
|
|
|
ZtreeWin file manager too - never could warm up to Norton Commander, even in the old DOS days :) Plus Araxis Merge - a powerful two- or three-way file (contents) AND directory differ and merger - one of the few I know that can diff an ANSI and a UTF-8/UTF-16 file and even make changes to both - excellent stuff, highly recommended. Cheers! Marc |
|||
|
|
|
|
|
|||
|
|
|
|
http://www.tu-dresden.de/zih/vampirtrace for tracking down performance problems (sequential,threading,MPI) |
|||
|
|
|
|
I use that rarest and most precious of tools - time. Sadly, one all too often sees developers jumping right in to coding milliseconds after getting an assignment.h I would guess 70%+ of the time I spend on a program is up front just ruminating, cogitating, and percolating, with an occasional snippet of code to fiddle with something I'm unsure of. Makes managers real nervous. It's not until I know EXACTLY how things are going to be laid out, and KNOW it is the way to go, do I start coding in earnest. |
|||
|
|
010 Editor whenever I'm doing protocol design or working with binary file formats |
|||
|
|
|
|
XSLT. Most people don't realise it's Turing complete. You can do some clever things transforming Ant build files and generating XML configuration files, and that sort of thing. Nicest thing I did was generating GraphML from an XML version control log. |
|||
|
|
gcov for code coverage of c/c++ code Some time ago I used the KDE Source Code Checker (http://www.englishbreakfastnetwork.org/krazy/) to validate my own Qt-Code. |
|||
|
|
|
|
Com0Com for creating connected virtual serial ports. I can fire up two VMs and use com0com on the host to connect the VM's serial ports together. Great way to test/debug serial port applications all on my workstation without having to break out any hardware. |
|||
|
|
|
|
I use REALbasic for a lot of stuff. Most developers I talked to have never heard of it, so I guess that qualifies it as rare. |
|||
|
|
AppMaker (the original Mac programming tool for drawing interfaces and generating code). I'm pretty sure I"m one of the few people left on the planet still using it, either for porting code I import from Mac resources or working on legacy AppMaker-based GUIs. I'm in the middle of a classic Mac to WPF rewrite at present, using AppMaker on an old Mac to get the UI regenerated into clean XML. |
|||
|
|
I do code from time to time some snippets in Ada. It's a very nice language. |
|||
|
|
|
|
I use Far Manager (a text mode file manager for Windows) a lot. Perfect for creating prototypes in Ruby and any other language that doesn't need a compiler. |
|||
|
|
Smalltalk ! (Squeak, GNU Smalltalk, the free edition of Cincom VisualWorks, but mostly Pharo in practice). Not as old a language as Lisp, but quite fun too :) |
|||
|
|
|
|
Sadly, common sense. |
|||
|
|
|
|
Cygwin, Dia, joe - not shocking. Out of the ordinary: Free Pascal using the (Turbo Pascal-like) textmode IDE for "scripting" (quick throwaway programming). |
|||
|
|
|
|
I use R for statistics. |
|||
|
|
|
|
Unfortunately, my company uses Lotus Notes, and I find myself using Lotus Domino Designer quite a bit. |
||||||||
|
|
|
I used to use "cdecl", a command line tool capable of turning very complex C type declarations into English language descriptions (unsigned char** foo == "A pointer to another pointer which points at unsigned characters"). It could also go the other way, tho I never used that part. |
|||
|
|
|
|
[HumorMode=On] Brains? |
|||
|
|
|
|
JScript Debug, for tracing JavaScript execution in Internet Explorer. |
|||
|
|
|
|
classdump is a very useful tool, for inspecting closed source objective-c frameworks. You can figure out much of the same information using the builtin hfsdebug a similarly useful tool for exploring HFS+ filesystems. |
|||
|
|