Programación

TwitterFacebook
Get flash to fully experience Pearltrees
Programming IDE

MonoDevelop is an IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write desktop and ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop makes it easy for developers to port .NET applications created with Visual Studio to Linux and to maintain a single code base for all platforms. MonoDevelop 2.6 RC1 has been released. http://monodevelop.com/

Main Page - MonoDevelop

HTML color codes are hexadecimal triplets representing the colors red, green, and blue (#RRGGBB). For example, in the color red, the color code is #FF0000, which is '255' red, '0' green, and '0' blue. These color codes can be used to change the color of the background, text, and tables on a web page. http://www.computerhope.com/htmcolor.htm

HTML color codes

Código Maldito

http://codigomaldito.blogspot.com/ Para saber que versión de Ubuntu estamos utilizando sólo valiéndonos de la línea de comandos podemos revisar el contenido de /etc/lsb-release . Por ejemplo: user@host-name:/var/www/$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04.3 LTS"