Skip to content

Instantly share code, notes, and snippets.

View olimay's full-sized avatar

OIiver Mayor olimay

  • Virginia Beach, VA
View GitHub Profile
If we open a dictionary and look up the word "will", we find
this definition: "The faculty of freely determining certain
acts". We accept this definition as true and unattackable,
although nothing could be more false. This will that we
claim so proudly, always yields to the imagination. It is an
absolute rule that admits of no exception.
"Blasphemy! Paradox!" you will exclaim. "Not at all! On the
contrary, it is the purest truth," I shall reply.

"Of all traits," she said on the other side of the phone, "It had to be 'fascinating'. There's 'intelligent', there's 'lively', 'humorous'..."

"How about, 'athletic'?" I offered, half-seriously.

"There you go," she said. She was quiet for a moment, and the line hummed ever so slightly. "Though that one's kind of stupid. Wait, is 'athletic' that important to you? I figured it might be thinking back to—"

"Ok, what's your point?" I groaned, adjusting my grip on the handset.

"Hey, you don't have to be so bashful about it. I'm not trying to ridicule you—overtly, at least." The was a shuffling noise, probably the sound of maneuvering the receiver to her other ear. "'Fascinating' a dangerous choice. It's like you're trying to dig yourself into a pit."

[VERSE 1]
Sekai no BERU oshi hiraki
bokura wa futatsu no koe wo kiku
Mimi atari no yoi kireina uso to
sukima umeru iganda shinjitsu
[VERSE 2]
Nani ga yokute nani ka warui no ka
Machine Civilization
Source:
The morning of machine civilization
赤い楯 影迷い
灰色の服纏い
リズムに囚われた朝
いつもと同じ瞬間
止めない生産ライン
何かが欠けてる
@olimay
olimay / tokyo-headz.txt
Created December 6, 2011 04:21
tokyo headz
shibuya
* harakuku
shinjuku
* roppongi
* azabu
* ikebukuro
* ueno
adachi
nerima
itabashi
#########################
# .gitignore file for Xcode4 / OS X Source projects
#
# Version 2.0
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#
# 2013 updates:
# - fixed the broken "save personal Schemes"
#
# NB: if you are storing "built" products, this WILL NOT WORK,
Verifying that +olimay is my Bitcoin username. You can send me #bitcoin here: https://onename.io/olimay
@olimay
olimay / jsfr_ex02.1test.js
Created February 28, 2016 01:23
Testing utility for jsfr_ex02.1.js
roll = function(x){ return Math.floor(Math.random() * x + 1) };
function Tally(limit){
this.limit = limit;
this.rollCounts = [];
this.modCounts = {};
this.literateCount = 0;
this.getTally = function(){
@olimay
olimay / jsfr_ex02.1test.html
Created February 28, 2016 01:26
Testing utility for jsfr_ex02.1.js : inline HTML version
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.chart rect {
fill: steelblue;
}
@olimay
olimay / .block
Last active March 9, 2016 04:54 — forked from mbostock/.block
Hexagon Mesh
license: gpl-3.0