You are here |
mariocarrion.com | ||
| | | |
connorberry.com
|
|
| | | | 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.williamjbowman.com
|
|
| | | | In a fit of nostalgia, I wanted to play some Runescape this weekend. I discovered that Runescape forbids copy and pasting your password into the client, for bogus security reasons. This poses a problem for me, since my password is a very long randomly gen... | |
| | | |
www.codeproject.com
|
|
| | | | For those who code | |
| | | |
k33g.hashnode.dev
|
|
| | This blog post is an introduction to WASI, the WebAssembly System Interface |