/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
| | willhaley.com
3.9 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.
| | blog.marcgravell.com
4.1 parsecs away

Travel
| | I've seen a number of questions lately about async operations recently, which (coupled with some notes in a book I'm proof-reading) have mad...
| | danielpecos.com
4.3 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 ...
| | studiofreya.org
14.7 parsecs away

Travel
| [AI summary] A beginner's tutorial on how to install Java 9, set up the JDK environment variable, and run a Hello World program using Eclipse and the command line.