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:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/*__________________________________________________________Main Container ___________________________________________________*/ | |
#maincontainer{ | |
width: 960px; /*Width of main container*/ | |
/*margin: 0 auto;*/ /*Center container on page*/ | |
background-color:#FFF; | |
} |
# @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 |
<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) { |