up vote 33 down vote favorite
19
share [g+] share [fb]

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.

link|improve this question
1  
Do the tools that I build for myself count? – Ferruccio Oct 4 '08 at 12:11
9  
So does an answer with up votes actually mean the tool is NOT rare, thus should be voted down (since it isn't, in fact, rare)? – Aardvark Oct 4 '08 at 16:04
show 4 more comments
feedback

66 Answers

1 2 3
up vote 41 down vote accepted

Common Lisp.

An elegant weapon. For a more ... civilized age.

Also see:

link|improve this answer
10  
Just so that nobody missed the reference: xkcd.com/297 – ojrac Oct 23 '08 at 21:56
feedback

[Humour on] I try to stay off old legacy code editors because of the learning curve ;)
(From Steve Rowe's Blog.) [Humour off]

[Actual answer] I am pretty sure not everyone is using a QR-code editor like this one:

It is used to store addresses and URLs that may appear in magazines, on signs, buses, business cards or just about any object that users might need information about. Users with a camera phone equipped with the correct reader software can scan the image of the QR Code causing the phone's browser to launch and redirect to the programmed URL.

link|improve this answer
feedback

I use Richard Feynman.

Seriously. He used to advise that until you can explain something to a child, you don't really understand it. Exaggerated, but the principle is true.

If you cannot explain the "why" of your code to another person, you will be kicking yourself 6 months from now when you must maintain it. Or when the maintenance programmer breaks into your home with a knife clenched between his teeth.

link|improve this answer
1  
Richard Feynman: tales of heroic nerddom – Rick Minerich Oct 23 '08 at 21:09
show 1 more comment
feedback

AWK - for lots of data processing tasks it is just the right level of abstraction - more powerful than sed, less work (and learning curve) than Perl.

link|improve this answer
show 5 more comments
feedback

graphviz as an aid for visually understanding complex dependencies among modules, classes, packages etc.

link|improve this answer
show 2 more comments
feedback

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.

link|improve this answer
show 2 more comments
feedback

I used to use a PS2 Dev Kit back when I was doing console development.

PS2 Dev Kit

It's basically the unholy marriage of a PlayStation 2 console and a PC running some ancient version of Red Hat Linux. It lets you download code onto the console and run it, and even step through it in a debugger. You don't actually interact with the Linux portion aside from a socket API that's very opaque. The only reason I know it runs Linux is that to upgrade its firmware you upload RPMs into its web interface.

When we were testing a game that had 2-on-2 network play, I actually had to have four of them on my desk with a bunch of TVs to display all the output.

link|improve this answer
1  
That's looked cool! – m3rLinEz Jan 8 '09 at 11:53
1  
I would love one of those and pay good money if i found one for sale. – Tim Matthews Jan 8 '09 at 12:38
1  
They're a lot bigger that that picture looks at first glance - it isn't just a fat version of the normal PS2 – f100 Jan 12 '09 at 13:20
show 1 more comment
feedback

I like to use UnxUtils for some good old Unix command-line tools on Windows. (Some people prefer cygwin, but that never did it for me.)

link|improve this answer
1  
+1. These are native Win32 ports based on MSVCRT.DLL. On Windows these play nicely with native paths and therefore native windows tools. If I wan (for example) sed in a back-end win32 process, the UnixUtils one tends to be better than cygwin. – ConcernedOfTunbridgeWells Oct 4 '08 at 20:02
feedback

I use Paint for graphics.

link|improve this answer
7  
Paint.NET is not rare. Using Paint makes me feel sort of Amish. – MusiGenesis Oct 5 '08 at 23:18
2  
i've used it for scientific publications hahahaha – Casey Jan 11 '09 at 23:09
show 4 more comments
feedback

Brains. They shouldn't be rare, but judging from much of the code I've seen, they are. :-(

link|improve this answer
feedback

I use SciTE as a lightweight cross-platform text editor. It has one feature that I love very much - changing font size from the keyboard. It's very handy for me to set a small font for huge log files and a big font just by pressing Ctrl+"+", Ctrl+"-".

link|improve this answer
show 3 more comments
feedback

Internet Explorer 6.0

(Ok, it isn't rare, but it should be)

link|improve this answer
4  
I find that w3m is pretty good too, as an alternative to Lynx. – jparanich Mar 30 '09 at 22:41
show 4 more comments
feedback

I use OllyDbg quite a bit for debugging, reverse-engineering, analyzing and tweaking assembly language code.

link|improve this answer
feedback

PowerBuilder IDE

link|improve this answer
1  
I still wake up screaming from nightmares of trying to maintain PowerBuilder code. – Chip Uni Nov 15 '09 at 1:54
show 5 more comments
feedback

Sadly, common sense.

link|improve this answer
feedback

Code generation with a twist -- I've got my own set of macros (Common Lisp) that generate all of my data access layer (stored procedures, DTOs,) output entirely in C# / VB.NET.

link|improve this answer
feedback

Of course, something I think is rare can actually be used by lot of programmers! Stuff I use and don't see my co-workers using:

  • SQuirreL SQL Client is still my tool of choice to access various databases, even after trying some others.

  • AutoHotkey isn't a very nice language (although it came from a long way) but it is very convenient to do a quick tool with GUI. I made an uninstall tool with it, a little form to fill a database table (using Oracle's command line tools), etc. Plus its management of hotkeys is just excellent.

  • Lot of other tools, like the Sysinternals' ones, Wireshark (not so rare, actually), etc.

link|improve this answer
show 1 more comment
feedback

Screen Ruler is great for any kind of visual development where you want to count how many pixels high or wide something is.

Bare Tail is a 'tail' replacement for Windows that is great for monitoring log files. It's GUI-based and lets you assign filters to colorize log output (E.g. red text for Exceptions, light grey on white for debug output you want to ignore).

link|improve this answer
feedback

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...

link|improve this answer
feedback

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 :)

link|improve this answer
feedback

I don't feel entirely comfortable calling them 'rare', but I've installed packages from the gnuwin32 toolset as I need them, and as a result have pretty much the whole lot installed now. It seems to be unusual among my coworkers to use command-line tools but they are utterly brilliant for some problems - for example AWK for mass manipulation of text data (which tends to come up frequently in this job).

link|improve this answer
feedback

I am using PL/Scheme to write procedures stored in PostgreSQL in Scheme. Most of my project is in Common Lisp, and Scheme allows me to minimize the cost of context switching. Of course, I would prefer to have Common Lisp as the PL, but nothing like that exists (yet, I hope). Curiously, it feels like Guile is a bit faster than PL/Python (though I don't have any real proofs for that).

link|improve this answer
feedback

Agent Ransack - for a grep-like tool with a nice UI on Windows - http://www.mythicsoft.com/agentransack/

and

CS-Diff - for a free Diff tool with a nice diff display - http://www.componentsoftware.com/products/CSDiff/index.htm

link|improve this answer
show 5 more comments
feedback

I use Joe's own editor for quick and simple edits. I haven't met anyone else who uses it, although it seems to have a large user base.

link|improve this answer
show 4 more comments
feedback

I use WinHex and IDA Pro occasionally.

  • WinHex to inspect disk images and (currently) to dissect Smart Card APDUs collected with an USB Sniffer.
  • IDA Pro to disassemble BIOSes and other low-level code such as boot loaders and other pre-boot software.
link|improve this answer
1  
IDA pro is a very nice tool – Tom Leys Jun 21 '09 at 8:03
feedback

Spin

Great for finding concurrency issues in multithreaded or multitasked applications.

link|improve this answer
feedback

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.

link|improve this answer
feedback

SETL.

Great for topological sorting and similar algorithms if you want to invoke them from shell scripts.

Example (similar to unix tsort)

tokens := [t in split(getfile(stdin), '[ \t\r\n]+') | t /= ''];
edges := {[tokens(i-1), tokens(i)]: i in {2, 4 .. #tokens}};
nodes := domain edges + range edges;
(while exists x in nodes | x notin range edges)
  print(x);
  nodes less:= x;
  edges lessf:= x;
end;
link|improve this answer
feedback

http://www.tu-dresden.de/zih/vampirtrace for tracking down performance problems (sequential,threading,MPI)

link|improve this answer
feedback

I often need to implement communication protocols. DockLight is a great tool for testing and debugging communication. It targets serial communication (RS232,RS485), but it's also nice when doing TCP/UDP stuff.

http://www.docklight.de/

link|improve this answer
show 1 more comment
feedback
1 2 3

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.