/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

sergeyteplyakov.github.io
| | dylanbeattie.net
3.5 parsecs away

Travel
| | An article from dylanbeattie.net
| | danielpecos.com
3.5 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 ...
| | willhaley.com
3.5 parsecs away

Travel
| | The idle timer is the countdown after a user driven event on a Windows computer. So if your computer is set to enable a screensaver "after 5 minutes", that "after" refers to a user driven event like moving the mouse or pressing a key. This program simulates a user driven event to reset that idle timer. Download Program I have not tested this extensively, but it does work in Windows 7 x86 as an Admin.
| | crpt.fyi
18.2 parsecs away

Travel
| Issues for organizations and discussions, repo for debriefs and resources - Call For Proposal · francep2p/community Wiki