Skip to content

Instantly share code, notes, and snippets.

View yyolk's full-sized avatar
๐Ÿฏ
๐™ง๐™š๐™˜๐™ช๐™ง๐™จ๐™ž๐™ซ๐™š ๐™ฉ๐™–๐™ช๐™ฉ๐™ค๐™ก๐™ค๐™œ๐™ฎ

Joseph Chiocchi yyolk

๐Ÿฏ
๐™ง๐™š๐™˜๐™ช๐™ง๐™จ๐™ž๐™ซ๐™š ๐™ฉ๐™–๐™ช๐™ฉ๐™ค๐™ก๐™ค๐™œ๐™ฎ
View GitHub Profile
@yyolk
yyolk / sketch2.5.js
Created December 3, 2012 00:54
Stare 3 ยฝ
// Based on
// Sketch 4 - "Stare Long II"
// http://bit.ly/fbMlxO
NP foo[];
int iterations = 6;
int posy, posx;
@yyolk
yyolk / chills.pde
Created December 3, 2012 00:56
CHILLS
import ddf.minim.*;
import ddf.minim.analysis.*;
Minim minim;
AudioPlayer groove;
BeatDetect beat;
BeatListener bl;
@yyolk
yyolk / newDate-node.sh
Created December 5, 2012 02:42
from n8.io
$ node -pe "new Date().toUTCString()" |pbcopy && echo `pbpaste`
Wed, 05 Dec 2012 02:42:01 GMT
@yyolk
yyolk / style.css
Created December 11, 2012 08:49
todoist html5 using simpleajax (via http://code.google.com/p/simpleajax/wiki/TodoistWall)
#sc_drag_area_protector div{
border-radius: 0px 0px;
margin:0;
/*max-width:100%;*/
min-width: 1px;
}
#sc_drag_area {
height:100px;
(*
Veritrope.com
Export Evernote Items to DayOne
Version 0.98 (Beta 2)
September 5, 2012
// TERMS OF USE:
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
@yyolk
yyolk / water.html
Last active December 11, 2015 22:39
$y$
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-86951-7']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
$ sudo dd if=ChromeOS-Vanilla-3654.0.2013_02_03_1625-rb8bd5941.img of=/dev/rdisk1 bs=4m
@yyolk
yyolk / boot-qemu.bat
Last active December 12, 2015 04:08
snippet for booting qemu in winxp under fusion
qemu-system-armw.exe -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1" -hda archlinux-hf-2013-01-22.img
@yyolk
yyolk / sshr.sh
Last active December 12, 2015 04:08
reboot& logout
@yyolk
yyolk / openelec-samba.conf
Last active March 18, 2016 01:40
openelec samba config
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2012 Stephan Raue ([email protected])
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,