I Code, Therefore I Am

while(!(succeed == try()));

Welcome To PsychoCoder.net...

*whew* you found me, I was starting to get a little worried and thought I was going to have to send out a search party. I'll work on my direction giving next time. Well it's good that you're ok, you made it so all is well so I hope you enjoy your stay. Here you will get a little insigt into my world, what makes me tick and what I'm passionate about - programming.

May 2013
M T W T F S S
« Oct    
 12345
6789101112
13141516171819
20212223242526
2728293031  

CodeCollapsePC – Custom Code Collapsing for Visual Studio 2010

Posted By on April 2, 2011

If no notice in Visual Studio there are only certain places where you can collapse your code, with this extension you have the ability to collapse on braces ({ ) as well. CC (for short) is written in C# and utilized the Managed Extensibility Framework (MEF).
(more…)

AkismetPC – C# Akismet Wrapper

Posted By on April 2, 2011

AkismetPC Is a C# 4.0 Library utilizing the Akismet anti-spam service. It is created completely in C# 4.0. The class library requires an Akismet API Key which can be retrieved at the Akismet Website. The library consists of custom exceptions and complete (at least I think) error handling and checking. If you run into issues or errors with the library please let me know (you can use the Contact Me page to let me know).
(more…)