What rare programming tools do you use? - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T10:17:17Zhttp://stackoverflow.com/feeds/question/170103http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use19What rare programming tools do you use?DanielSwe2008-10-04T10:39:16Z2009-09-05T15:39:14Z
<p>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. </p>
<p>I myself use <a href="http://upx.sourceforge.net/" rel="nofollow">UPX</a> on occasions.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170107#17010731Answer by Mikael Jansson for What rare programming tools do you use?Mikael Jansson2008-10-04T10:42:59Z2008-10-04T15:01:19Z<p>Common Lisp.</p>
<p>An elegant weapon. For a more ... civilized age.</p>
<p>Also see:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/169946/choosing-a-new-language#170117">Choosing a new language</a></li>
<li><a href="http://stackoverflow.com/questions/149439/how-can-circular-dependencies-be-avoided-when-callbacks-are-used#149693">10-minute consumer-producer in CLOS</a></li>
</ul>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170118#1701183Answer by mliesen for What rare programming tools do you use?mliesen2008-10-04T10:54:15Z2009-04-27T14:51:44Z<p>I often need to implement communication protocols. <a href="http://www.docklight.de/" rel="nofollow">DockLight</a> 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.</p>
<p><a href="http://www.docklight.de/" rel="nofollow">http://www.docklight.de/</a></p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170125#1701250Answer by David Basarab for What rare programming tools do you use?David Basarab2008-10-04T10:59:59Z2009-09-05T14:08:41Z<p><a href="http://www.codeplex.com/xmlexplorer" rel="nofollow">XML Explorer</a>. Lightweight XML file viewer (.NET/Windows only). Includes copying of formatted XML data, evaluation of XPath expressions, and XSD schema validation. </p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170139#1701391Answer by Vinko Vrsalovic for What rare programming tools do you use?Vinko Vrsalovic2008-10-04T11:05:07Z2008-10-04T11:05:07Z<p>Once upon a time I had to use Avenue, finding later her son, <a href="http://avpython.sourceforge.net/" rel="nofollow">AVPython</a>.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170149#17014910Answer by Andre Bossard for What rare programming tools do you use?Andre Bossard2008-10-04T11:11:19Z2008-10-04T11:11:19Z<p>Internet Explorer 6.0</p>
<p><em>(Ok, it isn't rare, but it should be)</em></p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170154#1701545Answer by Ryszard Szopa for What rare programming tools do you use?Ryszard Szopa2008-10-04T11:14:17Z2008-10-04T11:14:17Z<p>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).</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170155#1701558Answer by Igor Drincic for What rare programming tools do you use?Igor Drincic2008-10-04T11:15:24Z2008-10-04T11:15:24Z<p>PowerBuilder IDE</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170179#1701791Answer by MikeJ for What rare programming tools do you use?MikeJ2008-10-04T11:34:53Z2008-10-04T16:02:26Z<p>We have a part of our build script that is written using AWK / SED to generate some static content pages for our application. There is talk of migrating this to Ruby/ERB but it just hasn't happened.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170182#17018215Answer by MusiGenesis for What rare programming tools do you use?MusiGenesis2008-10-04T11:40:36Z2008-10-04T11:40:36Z<p>I use <strong>Paint</strong> for graphics.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170191#17019129Answer by VonC for What rare programming tools do you use?VonC2008-10-04T11:48:27Z2009-09-04T06:53:12Z<p>[Humour on]
I try to stay off old legacy code editors because of the learning curve ;)
<img src="http://www.bemroses.net/images/curves.jpg" width="400" /><br />
(From <a href="http://blogs.msdn.com/steverowe/archive/2004/11/17/code-editor-learning-curves.aspx" rel="nofollow">Steve Rowe's Blog</a>.)
[Humour off]</p>
<p>[Actual answer]
I am pretty sure not everyone is using a <strong><a href="http://en.wikipedia.org/wiki/QR%5FCode" rel="nofollow">QR-code</a> editor</strong> like this one:<br />
<img src="http://www.arkius.info/wp-content/uploads/eximages/avril/cinquo/qr2.jpg" width="400" /> </p>
<blockquote>
<p>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.</p>
</blockquote>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170233#1702330Answer by Nils Pipenbrinck for What rare programming tools do you use?Nils Pipenbrinck2008-10-04T12:13:56Z2008-10-04T12:13:56Z<p>Objconv</p>
<p>I use it to translate object file compiled with GCC to the VS.NET C++ world. Also works great help when porting GCC inline-assembler to VS.NET (It does the ATT style to Intel style).</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170281#1702813Answer by finnw for What rare programming tools do you use?finnw2008-10-04T12:48:37Z2008-10-04T12:48:37Z<p><a href="http://en.wikipedia.org/wiki/SETL" rel="nofollow">SETL</a>.</p>
<p>Great for <a href="http://en.wikipedia.org/wiki/Topological_sort" rel="nofollow">topological sorting</a> and similar algorithms if you want to invoke them from shell scripts.</p>
<p>Example (similar to unix <a href="http://en.wikipedia.org/wiki/Tsort_(Unix)" rel="nofollow">tsort</a>)</p>
<pre><code>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;
</code></pre>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170295#1702950Answer by CodeDemon for What rare programming tools do you use?CodeDemon2008-10-04T12:58:54Z2008-10-04T12:58:54Z<p>One rare tool I have used is Ebase Designer and Ebase Application server which is used for building electronic form applications. I have only ever seen it used in UK local government though I know some private sector companies use it.</p>
<p>It's a great tool for chucking together an online form quickly, though you never see any job listings that want this as a skill.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170322#17032213Answer by Alan Hensel for What rare programming tools do you use?Alan Hensel2008-10-04T13:27:09Z2009-09-05T13:06:31Z<p>I like to use <a href="http://en.wikipedia.org/wiki/UnxUtils" rel="nofollow">UnxUtils</a> for some good old Unix command-line tools on Windows. (Some people prefer cygwin, but that never did it for me.)</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170343#1703435Answer by Phil Bennett for What rare programming tools do you use?Phil Bennett2008-10-04T13:41:17Z2009-09-05T13:20:14Z<p>Code generation with a twist -- I've got my own set of macros (<a href="http://en.wikipedia.org/wiki/Common%5FLisp" rel="nofollow">Common Lisp</a>) that generate all of my data access layer (stored procedures, <a href="http://en.wikipedia.org/wiki/Data%5Ftransfer%5Fobject" rel="nofollow">DTO</a>s,) output entirely in C# / VB.NET. </p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170389#1703893Answer by torial for What rare programming tools do you use?torial2008-10-04T14:11:37Z2008-10-04T14:11:37Z<p>Agent Ransack - for a grep-like tool with a nice UI on Windows - <a href="http://www.mythicsoft.com/agentransack/" rel="nofollow">http://www.mythicsoft.com/agentransack/</a></p>
<p>and </p>
<p>CS-Diff - for a free Diff tool with a nice diff display - <a href="http://www.componentsoftware.com/products/CSDiff/index.htm" rel="nofollow">http://www.componentsoftware.com/products/CSDiff/index.htm</a></p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170428#17042818Answer by pookleblinky for What rare programming tools do you use?pookleblinky2008-10-04T14:29:39Z2008-10-04T14:29:39Z<p>I use Richard Feynman.</p>
<p>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.</p>
<p>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.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170507#17050722Answer by Leigh Caldwell for What rare programming tools do you use?Leigh Caldwell2008-10-04T15:23:20Z2008-10-04T15:23:20Z<p>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.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170510#1705105Answer by neu242 for What rare programming tools do you use?neu2422008-10-04T15:24:37Z2008-10-04T15:24:37Z<p>I use <a href="http://sourceforge.net/projects/joe-editor/" rel="nofollow">Joe's own editor</a> for quick and simple edits. I haven't met anyone else who uses it, although it seems to have a large user base.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170662#1706621Answer by Harald Scheirich for What rare programming tools do you use?Harald Scheirich2008-10-04T17:12:07Z2008-10-04T17:12:07Z<p>I am currently writing an interpreter for a DSL we are using, the parser is written using <a href="http://labs.trolltech.com/page/Projects/Compilers/QLALR" rel="nofollow">QLALR</a> a parser generator</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170683#17068319Answer by Ricardo Cabral for What rare programming tools do you use?Ricardo Cabral2008-10-04T17:21:13Z2008-10-04T17:21:13Z<p><a href="http://www.graphviz.org/" rel="nofollow">graphviz</a> as an aid for visually understanding complex dependencies among modules, classes, packages etc.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170684#1706845Answer by PhiLho for What rare programming tools do you use?PhiLho2008-10-04T17:21:23Z2009-09-05T13:29:45Z<p>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:</p>
<ul>
<li><p><a href="http://squirrel-sql.sourceforge.net/" rel="nofollow" title="SQuirreL SQL Client">SQuirreL SQL Client</a> is still my tool of choice to access various databases, even after trying some others.</p></li>
<li><p><a href="http://www.autohotkey.com/" rel="nofollow" title="AutoHotkey">AutoHotkey</a> 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.</p></li>
<li><p>Lot of other tools, like the Sysinternals' ones, Wireshark (not so rare, actually), etc.</p></li>
</ul>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170705#1707053Answer by pklausner for What rare programming tools do you use?pklausner2008-10-04T17:27:18Z2008-10-04T17:27:18Z<p><a href="http://legacy.imatix.com/html/libero/" rel="nofollow">Libero</a> for generating Finite State Machines. And it never occurred to me, that awk or graphviz are supposed to be exotic...</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/231444#2314444Answer by KC Baltz for What rare programming tools do you use?KC Baltz2008-10-23T20:46:39Z2008-10-23T20:46:39Z<p><a href="http://www.microfox.com/" rel="nofollow">Screen Ruler</a> is great for any kind of visual development where you want to count how many pixels high or wide something is.</p>
<p><a href="http://www.baremetalsoft.com/baretail/" rel="nofollow">Bare Tail</a> 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). </p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/231481#2314815Answer by mkClark for What rare programming tools do you use?mkClark2008-10-23T20:53:42Z2009-09-05T13:25:31Z<p><a href="http://spinroot.com/spin/whatispin.html" rel="nofollow">Spin</a></p>
<p>Great for finding concurrency issues in multithreaded or multitasked applications.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/231517#23151713Answer by bmdhacks for What rare programming tools do you use?bmdhacks2008-10-23T21:01:25Z2009-09-05T13:04:58Z<p>I used to use a PS2 Dev Kit back when I was doing console development.</p>
<p><img src="http://www.gamesarefun.com/games/playstation3/devkit/psx2-dev.jpg" alt="PS2 Dev Kit" title="" /></p>
<p>It's basically the unholy marriage of a PlayStation 2 console and a PC running some ancient version of <a href="http://en.wikipedia.org/wiki/Red%5FHat%5FLinux" rel="nofollow">Red Hat Linux</a>. 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.</p>
<p>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.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/231674#2316746Answer by Peter for What rare programming tools do you use?Peter2008-10-23T21:49:44Z2008-10-23T21:49:44Z<p>I don't feel entirely comfortable calling them 'rare', but I've installed packages from the <a href="http://gnuwin32.sourceforge.net/" rel="nofollow">gnuwin32</a> 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 - eg. awk for mass manipulation of text data (which tends to come up frequently in this job).</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/231691#2316917Answer by Sherm Pendley for What rare programming tools do you use?Sherm Pendley2008-10-23T21:53:59Z2008-10-23T21:53:59Z<p>Brains. They <strong>shouldn't</strong> be rare, but judging from much of the code I've seen, they are. :-(</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/231721#2317215Answer by Jonas Gulle for What rare programming tools do you use?Jonas Gulle2008-10-23T22:02:59Z2008-10-23T22:02:59Z<p>I use <a href="http://www.x-ways.net/winhex/" rel="nofollow">WinHex</a> and <a href="http://www.datarescue.com/idabase/" rel="nofollow">IDA Pro</a> occasionally.</p>
<ul>
<li>WinHex to inspect disk images and (currently) to dissect Smart Card
APDUs collected with an <a href="http://sourceforge.net/projects/usbsnoop/" rel="nofollow">USB Sniffer</a>.</li>
<li>IDA Pro to disassemble BIOSes and other low-level code such as boot loaders and other pre-boot software.</li>
</ul>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/231730#2317307Answer by Sergey for What rare programming tools do you use?Sergey2008-10-23T22:06:15Z2009-09-05T13:26:16Z<p>I use <a href="http://www.scintilla.org/SciTE.html" rel="nofollow">SciTE</a> 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+"-".</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/231734#2317346Answer by Gerald for What rare programming tools do you use?Gerald2008-10-23T22:09:00Z2008-10-23T22:09:00Z<p>I use <a href="http://www.ollydbg.de/" rel="nofollow">OllyDbg</a> quite a bit for debugging, reverse-engineering, analyzing and tweaking assembly language code.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/288616#2886166Answer by zener for What rare programming tools do you use?zener2008-11-13T22:44:32Z2008-11-13T22:44:32Z<p>I use:</p>
<p>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.</p>
<p>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.</p>
<p>LaTeX for documentation - I live in Emacs, I write code, mail, browse the web, and write documentation in Emacs.</p>
<p>PostScript for drawings. I used to "draw" pretty hairy illustrations in PostScript. Now I use more PGF/Tikz.</p>
<p>SystemVerilog/VHDL for living...</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/288629#2886290Answer by le dorfier for What rare programming tools do you use?le dorfier2008-11-13T22:51:01Z2008-11-13T22:51:01Z<p>For printing out arbitrary text files in multicolumn compressed text, I find that <a href="http://www.lerup.com/printfile" rel="nofollow">PrintFile</a> is useful and flexible. It does PostScript files nicely too.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/288681#2886812Answer by Kluge for What rare programming tools do you use?Kluge2008-11-13T22:58:56Z2008-11-13T22:58:56Z<p>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.)</p>
<p>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.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/298715#2987150Answer by J c for What rare programming tools do you use?J c2008-11-18T13:29:51Z2008-11-18T13:29:51Z<p><a href="http://www.nattyware.com/pixie.html" rel="nofollow">Pixie</a> - an 8kb color picker.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/314447#3144471Answer by Anton Nazarov for What rare programming tools do you use?Anton Nazarov2008-11-24T15:17:39Z2008-11-24T15:17:39Z<p>I use <a href="http://xfig.org" rel="nofollow">xfig</a> for diagram drawing, though mostly not for development but for articles preparation.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/405079#4050790Answer by Rob Kam for What rare programming tools do you use?Rob Kam2009-01-01T15:54:17Z2009-01-01T15:54:17Z<p><a href="http://www.ztree.com/html/ztreewin.htm" rel="nofollow">ZTreeWin</a> 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.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/405083#4050830Answer by icelava for What rare programming tools do you use?icelava2009-01-01T16:03:13Z2009-01-01T16:03:13Z<ul>
<li><a href="http://www.firstobject.com/dn_editor.htm" rel="nofollow">firstObject XML editor</a>, for <a href="http://icelava.net/forums/thread/1289.aspx" rel="nofollow">very fast reading and building the structure of XML data that are MBs huge</a>.</li>
<li>My <a href="http://icelava.net/forums/thread/1477.aspx" rel="nofollow">diff tool of choice</a> is <a href="http://www.ultraedit.com/products/ultracompare.html" rel="nofollow">UltraCompare, currently v6.0</a>.</li>
</ul>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/405086#4050860Answer by Cesar Romero for What rare programming tools do you use?Cesar Romero2009-01-01T16:06:50Z2009-01-01T16:06:50Z<p>I use Microfocus Cobol 3.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/405209#4052090Answer by marc_s for What rare programming tools do you use?marc_s2009-01-01T17:41:15Z2009-01-01T17:41:15Z<p>ZtreeWin file manager too - never could warm up to Norton Commander, even in the old DOS days :)</p>
<p>Plus <a href="http://www.araxis.com/merge/index.html" rel="nofollow">Araxis Merge</a> - a powerful two- or three-way file (contents) <em>AND</em> 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.</p>
<p>Cheers!
Marc</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/405218#4052181Answer by erikkallen for What rare programming tools do you use?erikkallen2009-01-01T17:49:36Z2009-01-01T17:49:36Z<p><a href="http://projects.nikhilk.net/ScriptSharp" rel="nofollow">Script#</a></p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/405241#4052413Answer by hydroes for What rare programming tools do you use?hydroes2009-01-01T18:11:09Z2009-01-01T18:11:09Z<p><a href="http://www.tu-dresden.de/zih/vampirtrace" rel="nofollow">http://www.tu-dresden.de/zih/vampirtrace</a> for tracking down performance problems (sequential,threading,MPI)</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/405318#40531814Answer by cookre for What rare programming tools do you use?cookre2009-01-01T19:07:01Z2009-01-01T19:07:01Z<p>I use that rarest and most precious of tools - time.</p>
<p>Sadly, one all too often sees developers jumping right in to coding milliseconds after getting an assignment.h</p>
<p>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.</p>
<p>Makes managers real nervous.</p>
<p>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.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/405327#4053270Answer by Kevin Loney for What rare programming tools do you use?Kevin Loney2009-01-01T19:11:40Z2009-01-01T19:11:40Z<p><a href="http://www.sweetscape.com/010editor/" rel="nofollow">010 Editor</a> whenever I'm doing protocol design or working with binary file formats</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/423991#4239912Answer by Draemon for What rare programming tools do you use?Draemon2009-01-08T11:47:06Z2009-09-05T13:55:42Z<p>XSLT. Most people don't realise it's <a href="http://en.wikipedia.org/wiki/Turing%5Fcompleteness" rel="nofollow">Turing complete</a>. You can do some clever things transforming <a href="http://en.wikipedia.org/wiki/Apache%5FAnt" rel="nofollow">Ant</a> build files and generating XML configuration files, and that sort of thing. Nicest thing I did was generating <a href="http://en.wikipedia.org/wiki/GraphML" rel="nofollow">GraphML</a> from an XML version control log.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/424039#4240390Answer by hydroes for What rare programming tools do you use?hydroes2009-01-08T12:06:28Z2009-01-08T12:06:28Z<p>gcov for code coverage of c/c++ code</p>
<p>Some time ago I used the KDE Source Code Checker (<a href="http://www.englishbreakfastnetwork.org/krazy/" rel="nofollow">http://www.englishbreakfastnetwork.org/krazy/</a>) to validate my own Qt-Code.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/424070#4240702Answer by MadCoder for What rare programming tools do you use?MadCoder2009-01-08T12:26:31Z2009-01-08T12:26:31Z<p><a href="http://com0com.sourceforge.net/" rel="nofollow">Com0Com</a> 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.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/433873#4338730Answer by Paul Lefebvre for What rare programming tools do you use?Paul Lefebvre2009-01-11T22:32:58Z2009-01-11T22:32:58Z<p>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.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/435359#4353590Answer by Andy Dent for What rare programming tools do you use?Andy Dent2009-01-12T13:11:10Z2009-01-12T13:11:10Z<p>AppMaker (the original Mac programming tool for drawing interfaces and generating code).</p>
<p>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.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/435381#4353811Answer by hyperboreean for What rare programming tools do you use?hyperboreean2009-01-12T13:19:16Z2009-01-12T13:19:16Z<p>I do code from time to time some snippets in Ada. It's a very nice language.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/435405#4354050Answer by vava for What rare programming tools do you use?vava2009-01-12T13:33:49Z2009-09-05T14:14:57Z<p>I use <a href="http://www.farmanager.com/" rel="nofollow">Far Manager</a> (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.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/760292#7602924Answer by Damien Pollet for What rare programming tools do you use?Damien Pollet2009-04-17T12:52:43Z2009-04-17T12:52:43Z<p><strong>Smalltalk !</strong> (<a href="http://www.squeak.org" rel="nofollow">Squeak</a>, <a href="http://smalltalk.gnu.org" rel="nofollow">GNU Smalltalk</a>, the free edition of <a href="http://www.cincomsmalltalk.com/userblogs/cincom/blogView" rel="nofollow">Cincom VisualWorks</a>, but mostly <a href="http://www.pharo-project.org" rel="nofollow">Pharo</a> in practice).</p>
<p>Not as old a language as Lisp, but quite fun too :)</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/760303#7603033Answer by chris for What rare programming tools do you use?chris2009-04-17T12:56:55Z2009-04-17T12:56:55Z<p>Sadly, common sense.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/932426#9324261Answer by Marco van de Voort for What rare programming tools do you use?Marco van de Voort2009-05-31T16:45:09Z2009-05-31T16:45:09Z<p>Cygwin, Dia, joe - not shocking.</p>
<p>Out of the ordinary: Free Pascal using the (Turbo Pascal-like) textmode IDE for "scripting" (quick throwaway programming).</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/1383333#13833331Answer by Silfverstrom for What rare programming tools do you use?Silfverstrom2009-09-05T13:32:42Z2009-09-05T13:32:42Z<p>I use <a href="http://www.r-project.org/" rel="nofollow">R for statistics.</a> </p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/1383404#13834042Answer by nmuntz for What rare programming tools do you use?nmuntz2009-09-05T14:13:15Z2009-09-05T14:13:15Z<p>Unfortunately, my company uses Lotus Notes, and I find myself using <a href="http://www-01.ibm.com/software/lotus/products/dominodesigner/" rel="nofollow">Lotus Domino Designer</a> quite a bit.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/1383513#13835132Answer by dicroce for What rare programming tools do you use?dicroce2009-09-05T14:53:46Z2009-09-05T14:53:46Z<p>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.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/1383538#13835381Answer by opc for What rare programming tools do you use?opc2009-09-05T15:04:59Z2009-09-05T15:04:59Z<p>[HumorMode=On]
Brains?</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/1383541#13835410Answer by Vineet Reynolds for What rare programming tools do you use?Vineet Reynolds2009-09-05T15:06:18Z2009-09-05T15:06:18Z<p><a href="http://www.skillfulsoftware.co.uk/software/jsd/jsd.asp" rel="nofollow">JScript Debug</a>, for tracing JavaScript execution in Internet Explorer.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/1383563#13835630Answer by cms for What rare programming tools do you use?cms2009-09-05T15:13:32Z2009-09-05T15:25:34Z<p><a href="http://www.codethecode.com/projects/class-dump/" rel="nofollow">classdump</a> is a very useful tool, for inspecting closed source objective-c frameworks. You can figure out much of the same information using the builtin <code>otool</code> utility, but classdump provides a more convenient interface.</p>
<p><a href="http://www.osxbook.com/software/hfsdebug/" rel="nofollow">hfsdebug</a> a similarly useful tool for exploring HFS+ filesystems.</p>
http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/1383622#13836221Answer by Ira Baxter for What rare programming tools do you use?Ira Baxter2009-09-05T15:39:14Z2009-09-05T15:39:14Z<p>I use a program transformation engine call the <a href="http://www.semanticdesigns.com/Products/DMS/DMSToolkit.html" rel="nofollow">DMS Software Reengineering Toolkit</a> capable of specifying programming langauges, and custom program analysis, and mass program changes. I use DMS daily to define/extend the syntax and semantics of various programming langauges, and to build and test tools based on DMS.</p>
<p>Such tools include test coverage, profiling, code obfuscation, duplicated/dead code detection, lanaguage translation, static analysis, ...</p>
<p>DMS is designed so others can do this too.</p>
<p>[Full disclosure: I'm the architect].</p>