"hello world"
article in Tech programming

Mono - open source .NET

Mono looks like a pretty nice project. I'm interested in developing code inside a CLR that is actually cross platform, free, and open.

Mono offers full static compilation to native machine instructions, rather than CLR bytecode running on a runtime.

The case for supporting and using Mono | InfoWorld | Weblog | February 5, 2009 | By Neil McAllister
UNITY: Overview - above article claims Unity is mono based.


NDesk - ndesk-options/summary - C# Program Option parsing library, inspired by Getopt::Long
Mono.Cecil vs. System.Reflection - Patrick Smacchia [MVP C#]

When I look at open source, I think of libraries that I use. Checkout the breath of open libraries within the mono 1.2.6 release! With C/C++, I had to work to integrate these libraries, now with Mono, I can take them for granted.
IPCE-r6-0,boo-0.8.0.2730-0,cocoa-sharp-0.9.4-0,gtk-sharp210-2.10.2-0,gtksourceview2-sharp-89788-0,ikvm-0.34.0.2-1,libgdiplus-90681-0 mono-1.2.6-0,mono-addins-0.3-0,mono-basic-1.2.6-0,mono-basic-debuginfo-1.2.6-0,monodevelop-0.18.1-0,monodoc-core-1.2.6-1,monodoc-core-debuginfo-1.2.6-1,nant-0.85.0-3,xsp-1.2.6-2,xsp-debuginfo-1.2.6-2,XML-Parser-2.36-0 app-bundles.tar.gz,atk-1.20.0-0,cairo-1.5.8-0,expat-2.0.1-0,gettext-0.16.1-0,giflib-4.1.6-0,glib-2.14.1-0,gnome-icon-theme-2.20.0-0,gtk+-2.15.0-0,gtk-engines-2.12.2-0,gtkrc_mac.zip,gtksourceview-2.0.2-0,hicolor-icon-theme-0.10-0 icon-naming-utils-0.8.6-0,jpeg-6b-0,libglade-2.6.2-0,libpng-1.2.20-0,moma-1.2.6.94332-2.2.noarch.rpm native_mwf-1.2.6_updated.tar.gz,pango-1.19.0-0,pixman-0.9.6-0,pkg-config-0.22-0,tango-icon-theme-0.8.1-0,tango-icon-theme-extras-0.1.0-0,tiff-3.8.2-0


Mono website


Mono Applications

Seven cool mono apps
Banshee ยป Download - Banshee is written in C# on the Mono platform using GNOME technologies (Gtk#, GStreamer, etc) with MIT/X11 license.

MonoDevelop - Running On OSX

Compiling Mono - Mono
svn co svn://anonsvn.mono-project.com/source/trunk/mcs 
svn co svn://anonsvn.mono-project.com/source/trunk/mono 
svn co svn://anonsvn.mono-project.com/source/trunk/gtk-sharp
svn co svn://anonsvn.mono-project.com/source/trunk/libgdiplus


SDL.net / OpenGL / etc
OpenGL is a nice cross platform C api that I've used for years. Lately, I've been working on packaging and distribution for multiple platforms...using MONO, it would be nice to not have to worry about linking to the libraries myself. Rely on the runtime to provide the needed functionality. I'm very excited about the prospect of true cross platform support using MONO and MS .NET.

Tao - Mono
SDL.NET - open source cross platform SDL using C#!
A Toddler Game. (SDL.net app)


Silverlight / Moonlight
Moonlight makes Silverlight a real OPEN cross platform solution.
Hex dump: Silverlight 2 SDK, Mac OS X and Mono

Moonlight - Mono
ONLamp.com -- Moonlight: Silverlight Goes Mono

Looks like moonlight is pushing the boundary for what is possible with SilverLight. Now you can host silverlight external to the browser and on the desktop. Very nice.
Mono project takes Silverlight step closer to Adobe AIR | Tech news blog - CNET News.com
Hack Week: Moonlight Desklets. - Miguel de Icaza

How to Run ASP.Net MVC on Mono
Linq to SQL on Mono Update: NerdDinner on Mono - Jonathan Pryor's web log


Nancy - Lightweight Web Framework for .net
NancyFx/Nancy - Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
Sandra/Sandra.Snow
philliphaydon.com
Created: 2007-04-30 17:58:23 Modified: 2013-12-03 16:48:08
/root sections/
>peach custard pie
>linux
>windows
>programming
>random tech
>science
>research


moon and stars



My brain

Visible Dave Project


0, 1, 1, 2, 3, 5, 8, 13, 21, 34,...
xn = xn-1 + xn-2