Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat development tools do you carry on your USB drive?
    primarykey
    data
    text
    <p>I've just bought a new 4GB USB thumb drive and I'm trying to decide what to put on it. I'm thinking about one of the webserver on a stick packages, a C/C++ IDE (leaning toward Code::Blocks; had Dev-C++ on my old USB drive) and Python. </p> <p>What development related tools do you carry around with you on yours?</p> <p><strong>Update</strong></p> <p>I've added categories. </p> <p></p> <h2>IDEs</h2> <p></p> <p><a href="http://www.codeblocks.org/" rel="nofollow noreferrer">Code::Blocks</a> Open source, cross platform C/C++ IDE </p> <ul> <li>Supports several compilers (that you must supply) but you can also download a version that includes MingW.</li> <li>(There's <a href="http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_make_Code::Blocks_portable.3F" rel="nofollow noreferrer">a FAQ question</a> on their website explaining how to make it portable) </li> </ul> <p><a href="http://codelite.org/Main/ReadMore" rel="nofollow noreferrer">Codelite</a> -- Open-source, cross platform C/C++ IDE<br> <a href="http://eclipse.org/" rel="nofollow noreferrer">Eclipse</a> -- Open-source, cross platform Java IDE<br> <a href="http://www.netbeans.org" rel="nofollow noreferrer">NetBeans</a> -- Open-source, cross platform Java IDE<br> <a href="http://www.jcreator.com/" rel="nofollow noreferrer">JCreator</a> -- Java IDE<br> <a href="https://stackoverflow.com/questions/352600/how-to-run-msvc-6-0-off-a-usb-drive-as-a-portable-app">MSVC6</a> -- Microsoft's pre-.NET C/C++ environment </p> <p></p> <h2>Languages &amp; Compilers</h2> <p></p> <p><a href="http://www.portablepython.com/" rel="nofollow noreferrer">Portable Python</a> -- Interpreter for the Python programming language </p> <ul> <li>Includes SciTE (editor) and <a href="http://www.djangoproject.com/" rel="nofollow noreferrer">Django</a> (web framework) </li> </ul> <p><a href="http://strawberryperl.com/" rel="nofollow noreferrer">Strawberry Perl</a> -- "A 100% Open Source CPAN-capable Perl for Windows® computer that works exactly the same as Perl everywhere else."<br> <a href="http://python.org/" rel="nofollow noreferrer">Py3k</a> -- Newest version of the Python programming language<br> <a href="http://www.stackless.com/" rel="nofollow noreferrer">Stackless Python</a><br> <a href="http://www.lua.org/" rel="nofollow noreferrer">Lua</a> -- Scripting language<br> <a href="http://www.mingw.org/" rel="nofollow noreferrer">MinGW</a> -- Sort of a Windows port of GCC </p> <ul> <li>"MinGW provides a complete Open Source programming tool set which is suitable for the development of native Windows programs that do not depend on any 3rd-party C runtime DLLs." </li> </ul> <p></p> <h2>Editors</h2> <p> <a href="http://notepad-plus.sourceforge.net/uk/site.htm" rel="nofollow noreferrer">Notepad++</a> (after so many recommendations, I had to try it)<br> <a href="http://www.ultraedit.com/" rel="nofollow noreferrer">UltraEdit</a> -- "text, hex, HTML, PHP, Java, Javascript, Perl, and programmer's editor."<br> <a href="http://www.vim.org/" rel="nofollow noreferrer">VIM</a> -- "highly configurable text editor built to enable efficient text editing"</p> <ul> <li>Major rival to emacs </li> </ul> <p><a href="http://www.yurisw.com/HEdit.htm" rel="nofollow noreferrer">HEdit</a> -- Hex editor<br> <a href="http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm" rel="nofollow noreferrer">XVI32</a> (Hex Editor)<br> <a href="http://www.e-texteditor.com/" rel="nofollow noreferrer">e text editor</a> -- "The Power of Textmate on Windows"<br> <a href="http://intype.info/home/index.php" rel="nofollow noreferrer">Intype text editor</a> -- Code editor for Windows<br> <a href="http://www.contexteditor.org/" rel="nofollow noreferrer">ConTEXT</a> -- Code and text editor<br> <a href="http://www.editpadpro.com/" rel="nofollow noreferrer">Editpad Pro</a> -- "powerful and versatile text editor or word processor." </p> <p></p> <h2>Discovery</h2> <p></p> <p><a href="http://www.dependencywalker.com/" rel="nofollow noreferrer">Dependency Walker</a> -- Allows you to see what DLLs a program or DLL depends on and what functions they export.<br> <a href="http://www.red-gate.com/products/reflector/" rel="nofollow noreferrer">Reflector</a> -- Allows you to look into and decompile .Net assemblies<br> Spy++<br> <a href="http://grantschenck.tripod.com/dbwinv2.htm" rel="nofollow noreferrer">DbWin32</a> -- Lets you see Windows debug and trace messages </p> <ul> <li>Similar to DebugView </li> </ul> <p>DebugView -- Lets you see Windows debug and trace messages</p> <p></p> <h2>Web &amp; Network</h2> <p> <a href="http://portableapps.com/apps/internet/firefox_portable" rel="nofollow noreferrer">Firefox Portable</a> (with <a href="http://https://addons.mozilla.org/en-US/firefox/addon/1843" rel="nofollow noreferrer">Firebug</a>)<br> <a href="http://www.opera-usb.com/operausben.htm" rel="nofollow noreferrer">OperaUSB</a> -- Web browser<br> <a href="http://www.apachefriends.org/en/xampp-windows.html#646" rel="nofollow noreferrer">XamppLite</a> -- Package that includes Apache, PHP, MySQL, phpMyAdmin, OpenSSL &amp; SQLite<br> <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" rel="nofollow noreferrer">PuTTY</a> -- telnet and SSH client<br> <a href="http://www.wireshark.org/" rel="nofollow noreferrer">Wireshark</a> -- network protocol analyzer (packet sniffer)<br> <a href="http://winscp.net/" rel="nofollow noreferrer">WinSCP</a> -- SFTP, FTP and SCP client for Windows </p> <p></p> <h2>Diff/Merge</h2> <p></p> <p><a href="http://www.sourcegear.com/diffmerge/" rel="nofollow noreferrer">SourceGear DiffMerge</a> -- Compare two files side by side and merge if needed.<br> <a href="http://www.grigsoft.com/download-windiff.htm" rel="nofollow noreferrer">WinDiff</a> -- File comparison tool<br> <a href="http://winmerge.org" rel="nofollow noreferrer">Winmerge</a> -- "Open Source differencing and merging tool for Windows." </p> <p></p> <h2>Unix-like Tools</h2> <p> <a href="http://unxutils.sourceforge.net/" rel="nofollow noreferrer">GNU Utilities for Win32</a> -- Windows version of several Unix/Linux tools<br> <a href="http://www.cygwin.com/" rel="nofollow noreferrer">Cygwin</a> -- Port of a Unix type environment to Windows<br> <a href="http://www.powergrep.com/" rel="nofollow noreferrer">PowerGREP</a> -- GREP tool </p> <p></p> <h2>Visual Studio &amp; .NET</h2> <p> <a href="http://www.nunit.org/" rel="nofollow noreferrer">NUnit</a> -- Unit testing for .NET<br> <a href="http://www.testdriven.net/" rel="nofollow noreferrer">TestDriven.NET</a> -- Easily run your unit tests from Visual Studio<br> <a href="http://ankhsvn.open.collab.net/" rel="nofollow noreferrer">AnkSVN</a> -- Subversion plugin for Visual Studio<br> <a href="http://www.linqpad.net" rel="nofollow noreferrer">LINQPad</a> -- Tool to interactively develop <a href="http://en.wikipedia.org/wiki/Language_Integrated_Query" rel="nofollow noreferrer">Linq</a> queries. </p> <ul> <li>"lets you interactively query SQL databases in a modern query language: LINQ"</li> </ul> <p></p> <h2>Regular Expression Tools</h2> <p> <a href="http://www.ultrapico.com/Expresso.htm" rel="nofollow noreferrer">Expresso</a> -- Regular Expression tool<br> <a href="http://www.regexbuddy.com/" rel="nofollow noreferrer">RegexBuddy</a> -- Regular Expression tool </p> <p></p> <h2>Misc</h2> <p></p> <p><a href="http://technet.microsoft.com/en-us/sysinternals/0e18b180-9b7a-4c49-8120-c47c5a693683.aspx" rel="nofollow noreferrer">The Sysinterals Suite</a> (includes <a href="http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx" rel="nofollow noreferrer">DebugView</a>, <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx" rel="nofollow noreferrer">Process Explorer</a>, &amp; more)<br> <a href="http://www.winzip.com/" rel="nofollow noreferrer">WinZip</a><br> DosHere<br> <a href="http://www.7-zip.org" rel="nofollow noreferrer">7-zip</a> -- Open source file archiver<br> <a href="http://www.joebott.com/vb6scrollwheel.htm" rel="nofollow noreferrer">Scrollbar fix for VB6</a><br> <a href="http://www.stevemiller.net/puretext/" rel="nofollow noreferrer">puretext</a> -- Paste w/ formatting removed<br> <a href="http://virtualbox.org/" rel="nofollow noreferrer">VirtualBox</a> -- Open source virtualization product. </p> <ul> <li>Similar to VMWare or VirtualPC </li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload