I hereby claim:
- I am fredeerock on github.
- I am fredeerock (https://keybase.io/fredeerock) on keybase.
- I have a public key whose fingerprint is 9CE9 3A05 F2C0 56B1 3143 5DB5 5356 6C34 9AD2 7695
To claim this, I am signing this object:
| import ddf.minim.*; | |
| Minim minim; | |
| AudioSample kick; | |
| AudioSample snare; | |
| int val1 = 0; | |
| void setup() { | |
| minim = new Minim(this); | |
| kick = minim.loadSample( "BD.mp3", 512); |
| <script type="text/javascript"> | |
| $(window).scroll(function() { | |
| $('.whiteout').css('top', $(this).scrollTop() + "px"); | |
| $('.whiteout').css('position', 'absolute'); | |
| if($(this).scrollTop() < 100){ | |
| $('.whiteout').css('position', 'static'); | |
| } | |
| }); | |
| </script> |
| <!-- load foundation & colorbox jquery --> | |
| <script type="text/javascript" src="js/jquery.js"></script> | |
| <script type="text/javascript"> | |
| var jQuery_1_8_2 = $.noConflict(true); | |
| </script> | |
| <!-- load timeline jquery --> | |
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| var jQuery_1_7_2 = $.noConflict(true); |
| //http://stackoverflow.com/questions/2177548/load-json-into-variable | |
| var json = (function () { | |
| var json = null; | |
| $.ajax({ | |
| 'async': false, | |
| 'global': false, | |
| 'url': my_url, | |
| 'dataType': "json", | |
| 'success': function (data) { |
| sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -configure -allowAccessFor -allUsers -configure -restart -agent -privs -all |
| time dd if=/dev/zero of=/Volumes/mount/testfile bs=1048576k count=4 |
| ////////////////////// | |
| //Static Node Server// | |
| ////////////////////// | |
| var http = require("http"), | |
| url = require("url"), | |
| path = require("path"), | |
| fs = require("fs") | |
| port = process.argv[2] || 8888; |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; |
I hereby claim:
To claim this, I am signing this object: