| Sending Email (VB, ASP.NET) | Aug 31 2009 |
|
This is a reminder of how to send mail using System.Net.Mail. Read More |
|
| Writing to file (VB, ASP.NET) | Aug 31 2009 |
|
This is written in Visual Basic using ASP.NET for writing to a file. If the file exists it appends some text to the end of the file. If not, the file is first created. Read More |
|
| Capture Keystroke (Javascript) | Aug 31 2009 |
|
This javascript code captures your keyboard events by taking the key you press, converting it to an ASCII value and displaying it to the screen. The javascript function is called after you type a character into the textbox. Read More |
|
| Simple Shell (Python) | Aug 31 2009 |
|
This is a simple shell program written in python. I wrote this program for one of my cs courses. I have since found a great module (subprocess) that would probably be better for this sort of thing. Read More |
|
| 1-4 of 4 |