/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

twilweb.wordpress.com
| | connorberry.com
2.2 parsecs away

Travel
| | Language Comparison Perl: while (<>) { print "$. : $_" } Perl: while (<>) { print "$. : $_" } CSharp: using System; using System.IO; class App { public static void Main(string[] args) { int line_number = 1; foreach (string arg in args) { foreach (string line in File.ReadLines(arg)) { Console.WriteLine(line_number + ":" + line);...
| | www.stackchief.com
1.8 parsecs away

Travel
| | Java multithreading examples including two ways of multithreading, good examples, avoiding deadlock, and how many threads can run.
| | jamesward.com
1.6 parsecs away

Travel
| | [AI summary] The author provides a Java and Akka code example demonstrating how to compose Futures to execute multiple tasks concurrently and wait for their completion.
| | gist.github.com
19.6 parsecs away

Travel
| GitHub Gist: instantly share code, notes, and snippets.