/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

initialcommit.com
| | www.codeproject.com
2.1 parsecs away

Travel
| | For those who code
| | www.janwagemakers.be
1.9 parsecs away

Travel
| | For the smartthermostat I'm working on, I was looking for a way to get the outside temperature without placing a real sensor outside.
| | danielpecos.com
1.7 parsecs away

Travel
| | 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 ...
| | nishtahir.com
9.4 parsecs away

Travel
| One of the most interesting features of WebAssembly is its memory model. Despite providing a system that allows for direct access and control of raw bytes, it does this in a way that offers more safety than one would typically expect out of low-level environments like C/C++. WASM memory