Explore >> Select a destination


You are here

mariocarrion.com
| | gist.github.com
3.5 parsecs away

Travel
| | Evidence of Safepoint bias for AsyncGetCallTrace (AsyncProfiler) - Profile.java
| | connorberry.com
1.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);...
| | juandebravo.com
2.3 parsecs away

Travel
| | Juan de Bravo - Personal thoughts about technology (@juandebravo)
| | 128bit.io
21.5 parsecs away

Travel
| Ok, lets start with something easy! :) What are SSH keys: SSH keys are a way to allow someone access to a user on another system without the need for a password. This is done with 2 key files one that is public and the other private. This is called "Public-key cryptography". The public key will be sent to the server that you want to connect to and the private will stay on your local (orclient) system.