Friday, September 14, 2007
Thursday, September 13, 2007
lidgren-library-network
Alternatives to Numerical Recipes
Fog Of War Source Code Article
Tuesday, September 11, 2007
Abramowitz and Stegun: Handbook of Mathematical Functions
Function Memoization
Sunday, September 09, 2007
Neo-Nazi's found in Israel...
Tuesday, September 04, 2007
The fonts seem crisp in VS 2008 Beta 2
Wednesday, August 29, 2007
My old skool days of knowing xterm colors is over!
Tuesday, August 28, 2007
Another phidget I dont need.
Thursday, August 23, 2007
.NET IRC and Bots.
http://www.codeplex.com/GibberMonkey/
http://smuxi.meebey.net/jaws/?
http://sourceforge.net/projects/smartirc4net/
Cool bot ideas, all tho they are little old.
http://prelude.lennart-lopin.de/
http://sourceforge.net/projects/spikenet
http://abbot.berlios.de/
I have been programming with wpf/C#/.NET and it seems to be easy to bang out something quick. It would be nice to have a 3d IRC client. The key to making a good 3d IRC client would be the type of key bindings it has and the way you can arrange the windows inside of the 3d environment. Maybe this weekend I will have some "free" time and get this done.
Wednesday, August 15, 2007
Tuesday, August 14, 2007
Syntax Highlighting Tool
My OpenBSD way of having colored man pages.
# My OpenBSD way of having colored man pages. Its kind of nasty.
alias vmore="/usr/local/share/vim/vim70/macros/less.sh"
function vman {
manfiles=`man -w $1`
for manfile in $manfiles;
do
col -b < $manfile | vmore -V0 -i NONE -c "set verbose=0 ft=man nomod nolist titlestring=MANPAGE" -
done
}
Controlling Storybord Class
Monday, August 13, 2007
Anatomy of the Linux networking stack
Friday, August 10, 2007
New book I must read.
Thursday, August 09, 2007
IPhone Hackers Rock!
Slut - suffering from a sex addiction (female)
[...]
Stud - suffering from a sex addiction (male)
Stupid - differently-brained
Stupid - intellectually impaired
The Elderly - Senior citizens
Thin - horizontally challenged
Thirsty - osmotically challenged
Tone Deaf - musically delayed
Too old/young - other aged
Too Tall - people of height
Tree-Hugger - environmental activist
Trees - Oxygen Exchange Units
Ugly - aesthetically challenged
Ugly - Cosmetically different.
Ugly - facially challenged
Unemployed - Involuntarily leisured.
[...]
Another site for jewish music.
Wednesday, August 08, 2007
IPSCAN for Windows.
Remote Exploit's BackTrack.
Top 100 security tools list is out.
The PC PC.
Monday, July 30, 2007
Saturday, July 21, 2007
I still do not have an IPhone!!
Thursday, July 19, 2007
IntelliSense Dies
If you use Team Explorer and auto check out by typing in a source file IntelliSense might die. This happens to me when the objects you want to use are outside of the current project but not in the .NET framework. Best solution is to restart the IDE and things might be normal again.
Changes to Xaml does not force a recompile in Debug
Visual Studio 2008 is still dumb to when xaml source code needs to be recompiled. When changes are made to the xaml code and you want to run it under the debugger the IDE should recompile the code for you. Guess what, it doesn’t. This was also a problem I had with the Visual Studio 2005 Orcas Plugin (or whatever it was called).
Exception Window for Xaml Code.
The VS Orcas team thinks there pretty slick, now when you change a line of xaml and don’t recompile the IDE will tell you there is an exception. This is great when you want to check for them, but not when you are editing code! How do these guys think up this stuff. One of the first things they should of done is stopped the IDE from crashing from bad or even good xaml code. Now I face the problem that one of my usercontrols crashes the IDE when another application try's to load it. The usercontrol works fine during run time but crashes during editing time! This usercontrol is very simple, three rectangles and one line.. This might be too much for the new powerful Orcas IDE to handle! Remember just to press ESC when ever loading the designer part of Visual Studio Orcas, because it tends never to work.
Microsoft Robotics Studio and Lego Mindstorms NXT
Thursday, July 12, 2007
East-West Cassino
Monday, June 25, 2007
Friday, June 22, 2007
Wednesday, June 20, 2007
The 2/4 Rule For Calculating Odds
http://www.codeproject.com/csharp/MoreTexasHoldemAnalysis1.asp
http://www.codeproject.com/csharp/MoreTexasHoldemAnalysis2.asp
http://www.codeproject.com/csharp/pokerhandevaldoc.asp


