Algorithum
My blog
I am an amateur programmer with about four months of experience and have made several pieces of software for myself. Am also interested in ham radio and native coding in C++. And I like algorithms (programmable ones, not the math ones), they are interesting but maybe not so much programming them. I also blog about some of my software creations and I manage my blog here
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | The Speed of Light | 113 | Nov 18, 2011 at 1:50 PM |
| Tech Off | Making your own Radar | 0 | Jul 12, 2011 at 2:46 PM |
Defrag: System Images, HDMI Audio, Hybrid Drives
Aug 16, 2012 at 12:31 PMIt is funny that I just saw that video a couple days ago.
Defrag: Return of Gov, Removing Network Drives, Security Essentials 4
May 03, 2012 at 5:53 PMAlso, to not even lift your hand from the keyboard for the UAC window,
Alt + C
Defrag: CMD Line Wifi, Autologin Method, Bugcheck Troubleshooting
Apr 19, 2012 at 5:26 PMHello you can just hit:
Windows Key + L
To lock a computer!
Defrag: Moving My Docs, BluRay Troubleshooting, Change Default File Type in Paint.
Mar 28, 2012 at 4:13 PMHey I betcha you guys would just fall over dead if you saw this:
link
Using the Kinect to create an interactive portfolio
Mar 21, 2012 at 11:22 AMMan, he probably got hired just for that presentation. I loved it!
Develop for Windows Phone, with Windows Phone... TouchDevelop
Mar 05, 2012 at 3:31 PMI always thought that would be neat.
DPSF (Dynamic Particle System Framework) = Free particle library for XNA (Windows, XBox 360 and Windows Phone)
Feb 08, 2012 at 4:38 PM100 out of 5
That is a totally awesome particle system. The coolest thing I have seen so far!
Creating and exploring a 3D maze with Silverlight 5
Jan 11, 2012 at 3:28 PMReminds me of a 3D maze that I had as a screen saver on a old Windows 98 computer!
Creating Your First C# Program - 02
Jan 06, 2012 at 7:19 PMAlso is it possible to compile multiple files on the command line?
Creating Your First C# Program - 02
Jan 06, 2012 at 7:13 PMActually to do this command I had to use this command line code:
csc /t:exe /out:C:\HelloWorldcs/HelloWorld.exe C:\HelloWorldcs\HelloWorld.cs
So I had to add the C:\ to the cs file! I am using windows vista
See more comments…