Skip to content

Instantly share code, notes, and snippets.

@13yo
13yo / keybase.md
Last active August 29, 2015 14:02

Keybase proof

I hereby claim:

  • I am 13yo on github.
  • I am kaatz (https://keybase.io/kaatz) on keybase.
  • I have a public key whose fingerprint is D352 6D3F AA64 219A 9F71 B5D4 75B8 1542 5321 845C

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am 13yo on github.
  • I am kaatz (https://keybase.io/kaatz) on keybase.
  • I have a public key whose fingerprint is F07B 65FA 6BD4 E580 915D 7404 05F3 19C9 38F4 BF62

To claim this, I am signing this object:

@13yo
13yo / home.css
Created May 26, 2012 23:40
Änderungsvorschlag für Teaser
/*__________________________________________________________Main Container ___________________________________________________*/
#maincontainer{
width: 960px; /*Width of main container*/
/*margin: 0 auto;*/ /*Center container on page*/
background-color:#FFF;
}
@13yo
13yo / preconditions.epf
Created February 21, 2012 11:25 — forked from kberg/preconditions.epf
Add JDT Templates that set Guava Preconditions
# @title Add JDT templates that set Guava Preconditions
# @description Sets templates that surround expressions with Preconditions.check{NotNull,Argument,State}. Warning: this can replace any previously defined template so use with care.
# @task_type LASTMOD
#
# Written by Robert Konigsberg, 02-20-2012.
# See http://blatherberg.wordpress.com/2012/02/20/inserting-guava-preconditions-in-eclipse
#
file_export_version=3.0
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="java" deleted\="false" description\="Surround expression with checkNotNull Precondition." enabled\="true" name\="checkNotNull (instance)">${\:import(com.google.common.base.Preconditions)}Preconditions.checkNotNull(${word_selection})</template><template autoinsert\="false" context\="java" deleted\="false" description\="Surround expression with checkNotNull Precondition (with static import)." enabled\="true" name\="checkNo
@13yo
13yo / pom.xml
Created January 23, 2012 12:38 — forked from tomoconnor/pom.xml
Example pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>jpademo</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<scm>
var sys = require("sys"),
http = require("http"),
url = require("url"),
util = require("util"),
path = require("path"),
fs = require("fs");
var port = parseFloat(process.argv[2]) || 8081;
var options = function(request) {