Explore >> Select a destination


You are here

ayende.com
| | ravendb.net
0.2 parsecs away

Travel
| | I recently talked about how RavenDB is now using ZStd as the default compression algorithm for backups. That led to a reduction both in the amount of stora...
| | studiofreya.org
6.6 parsecs away

Travel
| | [AI summary] This article provides a beginner's guide to setting up and running a Java 'Hello, World!' program using Java 9, covering JDK installation, environment variables, IDE setup with Eclipse, and command-line execution.
| | connorberry.com
7.3 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);...
| | blog.blundellapps.co.uk
18.8 parsecs away

Travel
| This blog is going to show you how to write your first Android Things application. We'll discuss the hardware details you need to know to get started and then dive into the code of the android app. Prerequisite, I assume you have a Raspberry Pi (or other AndroidThings compatible board) and you have flashed it