Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
1  
Do the tools that I build for myself count? – Ferruccio Oct 4 '08 at 12:11
13  
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
1  
Aardvark, I voted up just because I have found a new tool for me. (SquirreL) – Sergey Oct 23 '08 at 22:15
show 3 more comments

closed as not constructive by casperOne Dec 22 '12 at 18:53

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

66 Answers

1 2 3
up vote 42 down vote accepted

Common Lisp.

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

Also see:

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

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

share|improve this answer

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.

share|improve this answer
show 5 more comments

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.

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

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

share|improve this answer
show 2 more comments

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.

share|improve this answer
show 2 more comments

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.

share|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 – al7ut9ov8my4wopt5ur6ais5 Jan 12 '09 at 13:20
show 1 more comment

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

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

I use Paint for graphics.

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

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

share|improve this answer

PowerBuilder IDE

share|improve this answer
3  
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

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

share|improve this answer
show 3 more comments

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

share|improve this answer

Internet Explorer 6.0

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

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

Sadly, common sense.

share|improve this answer

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.

share|improve this answer

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.

share|improve this answer
show 1 more comment

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

share|improve this answer

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

share|improve this answer

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

share|improve this answer

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

share|improve this answer

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

share|improve this answer

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

share|improve this answer
show 5 more comments

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.

share|improve this answer
show 4 more comments

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.
share|improve this answer
1  
IDA pro is a very nice tool – Tom Leys Jun 21 '09 at 8:03

Spin

Great for finding concurrency issues in multithreaded or multitasked applications.

share|improve this answer

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.

share|improve this answer

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;
share|improve this answer

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/

share|improve this answer
show 1 more comment

Libero for generating Finite State Machines. And it never occurred to me, that AWK or Graphviz are supposed to be exotic...

share|improve this answer
1 2 3

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