What rare programming tools do you use? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T10:17:17Z http://stackoverflow.com/feeds/question/170103 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use 19 What rare programming tools do you use? DanielSwe 2008-10-04T10:39:16Z 2009-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#170107 31 Answer by Mikael Jansson for What rare programming tools do you use? Mikael Jansson 2008-10-04T10:42:59Z 2008-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#170118 3 Answer by mliesen for What rare programming tools do you use? mliesen 2008-10-04T10:54:15Z 2009-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#170125 0 Answer by David Basarab for What rare programming tools do you use? David Basarab 2008-10-04T10:59:59Z 2009-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#170139 1 Answer by Vinko Vrsalovic for What rare programming tools do you use? Vinko Vrsalovic 2008-10-04T11:05:07Z 2008-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#170149 10 Answer by Andre Bossard for What rare programming tools do you use? Andre Bossard 2008-10-04T11:11:19Z 2008-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#170154 5 Answer by Ryszard Szopa for What rare programming tools do you use? Ryszard Szopa 2008-10-04T11:14:17Z 2008-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#170155 8 Answer by Igor Drincic for What rare programming tools do you use? Igor Drincic 2008-10-04T11:15:24Z 2008-10-04T11:15:24Z <p>PowerBuilder IDE</p> http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/170179#170179 1 Answer by MikeJ for What rare programming tools do you use? MikeJ 2008-10-04T11:34:53Z 2008-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#170182 15 Answer by MusiGenesis for What rare programming tools do you use? MusiGenesis 2008-10-04T11:40:36Z 2008-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#170191 29 Answer by VonC for What rare programming tools do you use? VonC 2008-10-04T11:48:27Z 2009-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#170233 0 Answer by Nils Pipenbrinck for What rare programming tools do you use? Nils Pipenbrinck 2008-10-04T12:13:56Z 2008-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#170281 3 Answer by finnw for What rare programming tools do you use? finnw 2008-10-04T12:48:37Z 2008-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#170295 0 Answer by CodeDemon for What rare programming tools do you use? CodeDemon 2008-10-04T12:58:54Z 2008-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#170322 13 Answer by Alan Hensel for What rare programming tools do you use? Alan Hensel 2008-10-04T13:27:09Z 2009-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#170343 5 Answer by Phil Bennett for What rare programming tools do you use? Phil Bennett 2008-10-04T13:41:17Z 2009-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#170389 3 Answer by torial for What rare programming tools do you use? torial 2008-10-04T14:11:37Z 2008-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#170428 18 Answer by pookleblinky for What rare programming tools do you use? pookleblinky 2008-10-04T14:29:39Z 2008-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#170507 22 Answer by Leigh Caldwell for What rare programming tools do you use? Leigh Caldwell 2008-10-04T15:23:20Z 2008-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#170510 5 Answer by neu242 for What rare programming tools do you use? neu242 2008-10-04T15:24:37Z 2008-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#170662 1 Answer by Harald Scheirich for What rare programming tools do you use? Harald Scheirich 2008-10-04T17:12:07Z 2008-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#170683 19 Answer by Ricardo Cabral for What rare programming tools do you use? Ricardo Cabral 2008-10-04T17:21:13Z 2008-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#170684 5 Answer by PhiLho for What rare programming tools do you use? PhiLho 2008-10-04T17:21:23Z 2009-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#170705 3 Answer by pklausner for What rare programming tools do you use? pklausner 2008-10-04T17:27:18Z 2008-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#231444 4 Answer by KC Baltz for What rare programming tools do you use? KC Baltz 2008-10-23T20:46:39Z 2008-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#231481 5 Answer by mkClark for What rare programming tools do you use? mkClark 2008-10-23T20:53:42Z 2009-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#231517 13 Answer by bmdhacks for What rare programming tools do you use? bmdhacks 2008-10-23T21:01:25Z 2009-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#231674 6 Answer by Peter for What rare programming tools do you use? Peter 2008-10-23T21:49:44Z 2008-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#231691 7 Answer by Sherm Pendley for What rare programming tools do you use? Sherm Pendley 2008-10-23T21:53:59Z 2008-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#231721 5 Answer by Jonas Gulle for What rare programming tools do you use? Jonas Gulle 2008-10-23T22:02:59Z 2008-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#231730 7 Answer by Sergey for What rare programming tools do you use? Sergey 2008-10-23T22:06:15Z 2009-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#231734 6 Answer by Gerald for What rare programming tools do you use? Gerald 2008-10-23T22:09:00Z 2008-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#288616 6 Answer by zener for What rare programming tools do you use? zener 2008-11-13T22:44:32Z 2008-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#288629 0 Answer by le dorfier for What rare programming tools do you use? le dorfier 2008-11-13T22:51:01Z 2008-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#288681 2 Answer by Kluge for What rare programming tools do you use? Kluge 2008-11-13T22:58:56Z 2008-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#298715 0 Answer by J c for What rare programming tools do you use? J c 2008-11-18T13:29:51Z 2008-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#314447 1 Answer by Anton Nazarov for What rare programming tools do you use? Anton Nazarov 2008-11-24T15:17:39Z 2008-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#405079 0 Answer by Rob Kam for What rare programming tools do you use? Rob Kam 2009-01-01T15:54:17Z 2009-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#405083 0 Answer by icelava for What rare programming tools do you use? icelava 2009-01-01T16:03:13Z 2009-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#405086 0 Answer by Cesar Romero for What rare programming tools do you use? Cesar Romero 2009-01-01T16:06:50Z 2009-01-01T16:06:50Z <p>I use Microfocus Cobol 3.</p> http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/405209#405209 0 Answer by marc_s for What rare programming tools do you use? marc_s 2009-01-01T17:41:15Z 2009-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#405218 1 Answer by erikkallen for What rare programming tools do you use? erikkallen 2009-01-01T17:49:36Z 2009-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#405241 3 Answer by hydroes for What rare programming tools do you use? hydroes 2009-01-01T18:11:09Z 2009-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#405318 14 Answer by cookre for What rare programming tools do you use? cookre 2009-01-01T19:07:01Z 2009-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#405327 0 Answer by Kevin Loney for What rare programming tools do you use? Kevin Loney 2009-01-01T19:11:40Z 2009-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#423991 2 Answer by Draemon for What rare programming tools do you use? Draemon 2009-01-08T11:47:06Z 2009-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#424039 0 Answer by hydroes for What rare programming tools do you use? hydroes 2009-01-08T12:06:28Z 2009-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#424070 2 Answer by MadCoder for What rare programming tools do you use? MadCoder 2009-01-08T12:26:31Z 2009-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#433873 0 Answer by Paul Lefebvre for What rare programming tools do you use? Paul Lefebvre 2009-01-11T22:32:58Z 2009-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#435359 0 Answer by Andy Dent for What rare programming tools do you use? Andy Dent 2009-01-12T13:11:10Z 2009-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#435381 1 Answer by hyperboreean for What rare programming tools do you use? hyperboreean 2009-01-12T13:19:16Z 2009-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#435405 0 Answer by vava for What rare programming tools do you use? vava 2009-01-12T13:33:49Z 2009-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#760292 4 Answer by Damien Pollet for What rare programming tools do you use? Damien Pollet 2009-04-17T12:52:43Z 2009-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#760303 3 Answer by chris for What rare programming tools do you use? chris 2009-04-17T12:56:55Z 2009-04-17T12:56:55Z <p>Sadly, common sense.</p> http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/932426#932426 1 Answer by Marco van de Voort for What rare programming tools do you use? Marco van de Voort 2009-05-31T16:45:09Z 2009-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#1383333 1 Answer by Silfverstrom for What rare programming tools do you use? Silfverstrom 2009-09-05T13:32:42Z 2009-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#1383404 2 Answer by nmuntz for What rare programming tools do you use? nmuntz 2009-09-05T14:13:15Z 2009-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#1383513 2 Answer by dicroce for What rare programming tools do you use? dicroce 2009-09-05T14:53:46Z 2009-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#1383538 1 Answer by opc for What rare programming tools do you use? opc 2009-09-05T15:04:59Z 2009-09-05T15:04:59Z <p>[HumorMode=On] Brains?</p> http://stackoverflow.com/questions/170103/what-rare-programming-tools-do-you-use/1383541#1383541 0 Answer by Vineet Reynolds for What rare programming tools do you use? Vineet Reynolds 2009-09-05T15:06:18Z 2009-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#1383563 0 Answer by cms for What rare programming tools do you use? cms 2009-09-05T15:13:32Z 2009-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#1383622 1 Answer by Ira Baxter for What rare programming tools do you use? Ira Baxter 2009-09-05T15:39:14Z 2009-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>