Skip to content

Instantly share code, notes, and snippets.

View aoiwelle's full-sized avatar

Neal Wiggins aoiwelle

  • San Francisco, CA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am aoiwelle on github.
  • I am aoiwelle_work (https://keybase.io/aoiwelle_work) on keybase.
  • I have a public key ASCybDXrn1nXxYuP6cLJ7aLcC8eTTBCJohXcFiKNmpNBego

To claim this, I am signing this object:

@aoiwelle
aoiwelle / Main.java
Created March 25, 2016 18:02
Memcached Server Prototype
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.HashMap;
import java.util.Map;
public class Main {
@aoiwelle
aoiwelle / japanese.rb
Created February 10, 2013 02:21
Japanese Method (works in 1.9 only)
# encoding: UTF-8
def 日本語
puts '日本語のメーサード名'
end
日本語