|
You are here |
andyjohnson.uk | ||
| | | | |
danielpecos.com
|
|
| | | | | Para retomar de nuevo la marcha del blog, he decidido comenzar mostrando algunos ejemplos de programación en C#. Por el momento os dejo el obligatorio programa para todo aquel que empieza con algún lenguaje. Hola Mundo! using System; namespace HolaMundo { public class HolaMundo { public static void Main (string [] args) { Console.WriteLine ("Hola Mundo!"); } } } Sencillo, ¿verdad? Tiene mucha semejanza con Java, exceptuando que las palabras reservadas difieren y que Java no posee el concepto de espacios ... | |
| | | | |
billsaysthis.com
|
|
| | | | | Just a microsite for my periodic consulting engagements. Rails 3, Compass/Sass, jQuery, running on Heroku. Britespring.com | |
| | | | |
www.techno-mage.co.uk
|
|
| | | | | You know when people use "lol" and a little part of you thinks "no you didn't"? Well, I realise that it is hard to believe when someone claims that they did, but I jus... | |
| | | | |
voipsa.org
|
|
| | | Given recent announcements of security fixes in Asterisk, it was great to see: 1) Kevin Fleming from Digium posting Asterisk security advisories to the VOIPSEC mailing list; and 2) the creation of ... | ||