This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
If you have come here for the animation of Googol GLaDOS, I encourage you to watch it before you continue.
If you're here to see how the voices were made...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the registration process!! I hope this helps. | |
----------------------- 1st REGISTER REQUEST /bq/register ----------------------- | |
age=29×tamp=1391540459507&req_token=930da8572fd159586e7a5feef9a00534a8e24d8c19f86a8cd9b42e14d8c5182b&email=nemoryoliver%40gmail.com&birthday=1985-02-05&password=DhjkLmnOP2%7B%7D | |
failed: HTTP CODE: 401 / 403 | |
{"message":"That email is already associated with a username.","status":-201,"logged":false} |
I hereby claim:
- I am hako on github.
- I am hako (https://keybase.io/hako) on keybase.
- I have a public key whose fingerprint is C36D 5CCA 0028 4BE2 89F8 3922 D9F3 0A32 9022 8821
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'java' | |
require 'sinatra' | |
def keycode(key) | |
name = "VK_#{key.upcase}" | |
java.awt.event.KeyEvent.const_get(name) | |
end | |
robot = java.awt.Robot.new |
A lot of important government documents are created and saved in Microsoft Word (*.docx). But Microsoft Word is a proprietary format, and it's not really useful for presenting documents on the web. So, I wanted to find a way to convert a .docx file into markdown.
On a mac you can use homebrew by running the command brew install pandoc
.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X "GET" "https://v1.peachapi.com/connections" \ | |
-H "Accept: application/json " \ | |
-H "Host: v1.peachapi.com" \ | |
-H "Connection: keep-alive" \ | |
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE0NTMwNTU4MDksInN0cmVhbUlEIjoiNmIwNjFiZTQzYjc5NDk0NGE3MmYyNGNmMzBlMjczZWYifQ.bd9O5Rf9rg7s2rhbBtXEajFxu5X9Xg1IQwppTPKc19Q" \ | |
-H "User-Agent: Peach App/1.0.11 (iPhone; iOS 8.0.2; Scale/2.00)" |
Tested working on:
- Raspberry Pi 1 Model B+ (Using Docker hypriot/rpi-python) (debian/wheezy)
- Raspberry Pi 2 Model B (with virtualenv)
- Ubuntu Linux x64 (with virtualenv)
- Ubuntu Linux x64 (Using Docker)
- OS X Yosemite (with virtualenv)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
# A kanye-ipsum port to python. | |
# https://github.com/tylucaskelley/kanye-ipsum | |
import random | |
import re | |
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Result: 1 | |
Items { | |
TemplateId: "BADGE_BATTLE_ATTACK_WON" | |
Badge { | |
BadgeType: BADGE_BATTLE_ATTACK_WON | |
BadgeRanks: 4 | |
Targets: "\nd\350\007" | |
} | |
} | |
Items { |
OlderNewer