











A little function to query some NIC databases.
This function helps you checking a UNIX timestamp with
human readable time formats like 1m, 2d or 4y.
[ (s)econds, (m)inutes, (d)ays, (y)ears ]
Two simple functions to read an write tab seperated files (like CSV files, etc).
(BTW: The files are good readable for humans ;-)
This function returns the last argument (filename or directory name) of an given path.
A simple class that provides often needed methods like creating random strings, numbers, colors and booleans. Ready to copy and paste :)
This example shows how you can convert hexadecimal colors like they are used in HTML to a .NET color object and vice versa.
Shows how to focus a control in a Windows Form.
If you are working with Web forms it is very simple, you just use "WebControl.Focus()" but this does not work for Windows Forms...
Shows how to upload a single file to a FTP server.
Generates a random string
There are many ways to get random database results, here I explain two of them.