Zend Certified Engineer

phpguru.org

Quality PHP, Javascript and C# code
Download RGraph: HTML5 canvas graph library... Home ~ Downloads ~ FAQs ~ Licensing
RSS Feed RSS Feed
Follow me on Twitter Follow me on Twitter

Articles

HTML5

Javascript

PHP5

PHP4




Bookmark with delicious Stumble! this site tweet this site Buzz this!

C# Getopt class

A class for easy handling of command line options and arguments. Can handle long and short styles both with or without arguments (--foo, --foo=bar, -f, /f, -f bar, -fbar), and consolidated short options (-fde)

Style Example
Long --foo
Long with (optional) argument --foo=bar
Short -f /f
Short with argument -f bar -fbar
Multiple short options consolidated -fos

 

Installation

Don't quote me on this! Extract the zip to a directory, your projects exiting directory would be a good idea. Keep the .xml file with the dll if you want IntelliSense documentation. Then in Visual Studio, right click References and click Add Reference. Browse to the dll and hit OK. Job done! If you're not using Visual Studio, then afaik, you'll need to specify something like /reference:Heyes.GetOpt.dll when you compile your program (same goes for if you're using Mono).

Documentation

Download



RGraph: HTML5 canvas graph library

Example graph made using RGraph

If you're interested in web development, then you may also be interested in RGraph: HTML5 canvas graph library. It uses HTML5 features to produce a wide variety of graph types. Because it moves the creation of graphs from the server to the client, it can significantly reduce the load on your server and your bandwidth usage.