Explore >> Select a destination


You are here

www.stackchief.com
| | connorberry.com
7.4 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);...
| | bruceeckel.com
7.5 parsecs away

Travel
| |
| | stackchief.com
9.5 parsecs away

Travel
| | Spring Data JPA example including the basics of crud operations, entities, repositories, associations, fetch types in a single example.
| | blog.nuculabs.de
82.2 parsecs away

Travel
| Hello and welcome to Nucu Labs agent! We've been contracted by some external contractors to help them break..., I mean, assist them in making their life easier with their "competition". We obtained their competition's software from a poorly configured AWS server. Their competition, X, uses the software in order to setup a private communication channel to their servers, the software is simple, it fires up a server, listens on a port and waits for the right password, when the right password is entered, the server remembers the client and stops asking for passwords, simple.