Explore >> Select a destination


You are here

hanno.codes
| | connorberry.com
4.0 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);...
| | javaalmanac.io
3.6 parsecs away

Travel
| | Information about Java 15 including documentation links, new APIs, added features and download options.
| | usethe.computer
3.3 parsecs away

Travel
| | Today's POTD continues our theme of Computer Science Education Week. Yesterday we saw a paper (and retraction), and meditated on the topic of why it's so hard to teach programming.
| | initialcommit.com
19.6 parsecs away

Travel
| In this article, we'll describe how to use the pow() function in the Java and Python libraries.