Skip to content

Instantly share code, notes, and snippets.

View Kadajett's full-sized avatar

Jeremy Stover Kadajett

View GitHub Profile
/**
* headtrackr library (https://www.github.com/auduno/headtrackr/)
*
* Copyright (c) 2012, Audun Mathias Øygard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
@Kadajett
Kadajett / jsbin.kimiqiqa.css
Created May 3, 2014 10:07
Buttons for CompendiumJs
body{
background-color: black;
}
.btn{
border-radius: 8px;
}
.sexyButton{
}
var fs = require("fs");
fs.readFileSync(process.argv[2]).toString().split('\n').forEach(function (line) {
if (line != "") {
var array = line.split(' ').map(Number);
var x = array[0];
var y = array[1];
var n = array[2];
var str = "";
// console.log(line)
for (var i = 1; i <= n; i++) {
@Kadajett
Kadajett / biography
Created May 18, 2015 06:09
My professional biography
My name is Jeremy Stover and I am a Javascript engineer based in San Francisco. I love building complicated web apps that change the way people look at the world. I have contributed to projects that help blind people understand their surroundings with Google Glass, built applications that change the way thousands of people commute, and even an app that shows you what you should do for fun tonight!
I love finding new projects and companies to work with, so please, give me a challenge!
@app.route('/api/<string:channelName>', methods=['GET'])
def getChannel(channelName):
// channel = someFunctionThatFindsAChatByItsName
if `channel doesnt exist??? lol`:
abort(404)
return jsonify(channel)
while true do
for a=1,10 do
for e=1,31 do
turtle.forward()
turtle.dig()
end
turtle.turnLeft()
turtle.forward()
turtle.turnLeft()
for i=1,31 do
module textCylinder( text="TEST"
,r=30
,h=2 // embosed height of letters
,size=10 // text(size=)
,rotate=[0,0,0] // | y= rotate face of text
// | z= rotate around the circumference
// | x is ignored
,font=undef // : these allow default value in text()
,spacing=undef // : undef gets rid of WARNING unknown variable
,language=undef
module textCylinder( text="TEST"
,r=30
,h=2 // embosed height of letters
,size=10 // text(size=)
,rotate=[0,0,0] // | y= rotate face of text
// | z= rotate around the circumference
// | x is ignored
@Kadajett
Kadajett / JeremysPizzaDough.txt
Created December 20, 2017 18:21
My ever growing recipe for pizza dough
155 grams 00 flour
155 grams all purpose flour
8 grams of fine salt
2 grams MSG (For tomato or mushroom based pies. And Don't worry if it sounds weird. Trust me lol)
2 grams active dry yeast
4 grams extra virgin olive oil
200 grams of lukewarm water
Step 1: Combine flours and salt in a stand mixing bowl or a large bowl
Step 2: in a small bowl, stir together water, yeast and oil
@Kadajett
Kadajett / sodaBread.txt
Created January 9, 2018 00:56
My basic soda bread recipe
https://www.epicurious.com/recipes/food/views/white-soda-bread-1907