*Third party python packages
http://cheeseshop.python.org/pypi/
*Python libraries for scientific and numerical work
numpy (numpy.scipy.org) provides the underlying data structures (array
and matrices among other things) you require. This will handle all
your vector stuff, reading/writing to and from files, "loop macros",
etc.
scipy (www.scipy.org) provides a set of scientific programming
libraries, including stats, fft and many other things. Have a look
around and see if it already does what you want.
matplotlib (http://matplotlib.sourceforge.net/) takes care of all your
plotting needs, and plays nice with numpy and scipy.
*Doom as a tool for system administration
http://www.cs.unm.edu/~dlchao/flake/doom/
*Import Excel Spreadsheet Data into SQL Server Database Table Using SqlBulkCopy
http://davidhayden.com/blog/dave/archive/2006/05/31/2976.aspx
*Using the Visual Studio Connection String Dialog
http://adoguy.com/2007/01/29/Using_the_Visual_Studio_Connection_String_Dialog.aspx
http://adoguy.com/downloads/TestDataConnectionUI.zip
*SQL Server 2005 GUID primary keys
CREATE TABLE Employee
(EmployeeID uniqueidentifier DEFAULT NEWSEQUENTIALID())
*How books work: Gutenberg explains
http://www.boreme.com/boreme/funny-2007/introducing-the-book-p1.php
*If you have to ask, you're probably doing something wrong
http://blogs.msdn.com/oldnewthing/archive/2007/03/01/1775759.aspx
*Screen: overhead volume breakout
(1) Search for last down day with a large range and high volume (2x 20-day MA volume)
(2) Watch point is that day's open
(3) Wait for stock to clear that point
*Microsoft communities
http://www.microsoft.com/communities/default.mspx
*Custom molds for earphones and headsets
http://earplugstore.stores.yahoo.net/cusfitearmol1.html
*Yahoo Canada
http://ca.finance.yahoo.com/?u
*Python and sqlite package
http://initd.org/tracker/pysqlite/wiki/pysqlite
http://www.sqlite.org/
http://www.pysqlite.org/
tradingmarkets.com - Lots of good info.
hardrightedge.com - good resource
realitytrader.com - scalping techniques
tradethenews.com - It would be nice to have a spare pc to run the news via audio
briefing.com - subscription based news
advfn.com - charts and much more free stuff
investorflix.com- rent trading DVD's
wealth-lab.com - shared trading strategies
invest-store.com/activetradermag/bookstore/ - low cost tapes
activetradermag.com - good magazine
gndt.com - best trading platform around
*Python and databases
http://dmoz.org/Computers/Programming/Languages/Python/Modules/Databases_and_Persistence/
http://adodbapi.sourceforge.net/
http://sourceforge.net/projects/adodbapi
*FireFox secrets
http://windowssecrets.com/041202/#top1
http://www.thekirkreport.com - lots of news and links, updates everyday, posts his trades
http://www.traderxblog.com - posts his trades, shows charts, educates, very good active trader
http://www.tradermike.net - posts some trades, free chart analysis
http://www.slytrader.net - posts his trades and charts, very good active trader
http://www.tradediary.net - posts his trades
http://nasdaqtrader.blogspot.com
http://stocktradingguy.blogspot.com
http://traderjamie.blogspot.com
http://stockcoach.blogspot.com
http://tapeworm.typepad.com
http://slovakchart.typepad.com
http://activetrade.blogspot.com
http://englishmantrader.blogspot.com
*FireFox fetch text extension
http://www.cs.utexas.edu/~jchien/code/ftu.html
*Faster fox (performance and network tweaks for Firefox)
http://fasterfox.mozdev.org/
- Prefetching - Fasterfox uses idle bandwidth times to pre-fetch and cache the links on your current page.
- Network Tweaks - You set how Fasterfox controls simultaneous connections, pipelining, caching and more.
- Pop-up Blocker - It blocks Flash plug-in pop-ups now.
- Page Load Timer - Shown here, this tests the effectiveness of your settings. After all, it's called Fasterfox, not Moderatelyslowfox.
*Secrets of Firefox 1.0
http://windowssecrets.com/041202/#top1
*Top 15 Firefox Extensions
http://www.pcmag.com/article2/0,1759,1758849,00.asp
*Python APIs for database
http://dmoz.org/Computers/Programming/Languages/Python/Modules/Databases_and_Persistence/
http://adodbapi.sourceforge.net/
http://sourceforge.net/projects/adodbapi
*Alphabetize procedures/subs
The only thing I've seen (but haven't tried) is
http://www.modelmakertools.com/code-explorer-vs/features.html
Also, you might be interested something to sort imports/using's:
http://www.visualstudiohacks.com/importsorter