March 2007 Archives

IronPython and VS 2005 integration

| | Comments (0) | TrackBacks (0)
I'm not using IronPython for any serious development. For interactive session, I use Console 2 [0] (which rocks). Integrating it with DevStudio requires Visual Studio SDK (v 4) [1] and that requires Visual Studio 2005 Service Pack 1 [2] therefore for now I am using Notepad++ [3] for classes and larger projects. (it supports syntax coloring). Here [4] is a post which looks useful.

[0] http://sourceforge.net/projects/console
[1] http://www.microsoft.com/downloads/details.aspx?familyid=51A5C65B-C020-4E08-8AC0-3EB9C06996F4&displaylang=en
[2] http://msdn2.microsoft.com/en-us/vstudio/bb265237.aspx
[3] http://notepad-plus.sourceforge.net/uk/about.php
[4] http://blogs.msdn.com/aaronmar/archive/2006/02/16/a-bit-more-on-ironpython.aspx

Kelly criterion

| | Comments (0) | TrackBacks (0)
K% = ( (b+1) * p - 1) / b
   = ( b*p - (1-p) ) / b

Win probability (p): The probability that any given trade you make will return a positive amount.
Win/loss ratio (b) or odds: The total positive trade amounts divided by the total negative trade amounts.

Google simplified

| | Comments (0) | TrackBacks (0)
*Google simplified http://www.usabilityviews.com/simply_google.htm

Cheatsheets

| | Comments (0) | TrackBacks (0)

Trading gurus

| | Comments (0) | TrackBacks (0)
*Trading gurus Oliver Velez and Greg Capra (Pristine.com) Linda Bradford Raschke (LBRGroup.com)

Online coding tests

| | Comments (0) | TrackBacks (0)
*Online coding tests brainbench topcoder

Airlines

| | Comments (0) | TrackBacks (0)

Travel advisories

| | Comments (0) | TrackBacks (0)
Check these sites before traveling to other countries. Local conditions may make them unsafe.

[US State Department]
[Canadian travel updates]

Travel search engines

| | Comments (0) | TrackBacks (0)
[FareChase]
[Kayak]
[Mobissimo]
[Expedia]
[SideStep] One of my favorites. Good user interface.
[Orbitz]
[Travelocity]
[CheapTickets]
[PriceLine]
[HotWire]
[FareCompare]
[FareDetective]
[FareCast] Interesting niche: predicts whether fare will rise or fall, allowing you to decide to buy now or later.
[LowFares]
[BookingBuddy]

Event log RSS feed generator

| | Comments (0) | TrackBacks (0)

About this Archive

This page is an archive of entries from March 2007 listed from newest to oldest.

February 2007 is the previous archive.

April 2007 is the next archive.

Find recent content on the main index or look in the archives to find all content.