Skip to content

Instantly share code, notes, and snippets.

View andmarios's full-sized avatar

Marios Andreopoulos andmarios

View GitHub Profile
@yieldthought
yieldthought / .screenrc
Created November 11, 2011 10:42
My .screenrc
#
# Example of a user's .screenrc file
#
# This is how one can set a reattach password:
# password ODSJQf.4IJN7E # "1234"
# no annoying audible bell, please
vbell on
@chrishamant
chrishamant / guestbook.go
Created July 11, 2011 13:30
Go Lang app engine sample
// Copyright 2011 Google Inc. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
package guestbook
import (
"http"
"io"
"os"