Enter codes at shop. Via here.
Password	What it does
BBV889	 Imperial Officer
NNZ316	TIE Fighter Pilot
BNC332	Death Star Trooper
UCK868	Beach Trooper
CVT125	Imperial Spy
PEJ821	Tusken Raider
| fn main() { | |
| println!("hello?"); | |
| } | 
| echo -e "\e[1;40m" ; clear ; while :; do echo $LINES $COLUMNS $(( $RANDOM % $COLUMNS)) $(( $RANDOM % 72 )) ;sleep 0.05; done|awk '{ letters="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@#$%^&*()"; c=$4; letter=substr(letters,c,1);a[$3]=0;for (x in a) {o=a[x];a[x]=a[x]+1; printf "\033[%s;%sH\033[2;32m%s",o,x,letter; printf "\033[%s;%sH\033[1;37m%s\033[0;0H",a[x],x,letter;if (a[x] >= $1) { a[x]=0; } }}' | 
Enter codes at shop. Via here.
Password	What it does
BBV889	 Imperial Officer
NNZ316	TIE Fighter Pilot
BNC332	Death Star Trooper
UCK868	Beach Trooper
CVT125	Imperial Spy
PEJ821	Tusken Raider
| { | |
| "name": "Place 1", | |
| "description":"A place named 'Place 1'", | |
| "adj-n": "Place 3", | |
| "adj-e": false, | |
| "adj-s": "Place 0", | |
| "adj-w": false, | |
| } | 
| language: ruby | |
| before_install: | |
| - travis_retry gem install jekyll | |
| - travis_retry gem install kramdown | |
| script: jekyll build --safe | 
| // Require all libraries in use | |
| var mustache = require('mustache'); | |
| var harp = require("harp"); | |
| var express = require("express"); | |
| var http = require("http"); | |
| var fs = require("fs"); | |
| var cookieparse= require("cookie-parser"); | |
| var bodyParser = require('body-parser'); | |
| var app = express(); | 
Via quora.
Java: USA -- optimistic, powerful, likes to gloss over inconveniences.
C++: UK -- strong and exacting, but not so good at actually finishing things and tends to get overtaken by Java.
Python: The Netherlands. "Hey no problem, let'sh do it guysh!"
Ruby: France. Powerful, stylish and convinced of its own correctness, but somewhat ignored by everyone else.
| /* Set the body style to be... */ | |
| body { | |
| /* Set background to be grey */ | |
| background: #f5f5f5; | |
| /* Set the main font to be Helvetica, and to fall back to sans-serif. */ | |
| font-family: Helvetica, sans-serif; | |
| /* Set the top padding to be 0px, and the padding on the right to be 5%. */ | |
| padding: 0 5%; | |
| } | |
| /* Start style for the element with id "message" */ | 
| SubscribeItem(); |