Skip to content

Instantly share code, notes, and snippets.

View adkatrit's full-sized avatar
🎯
Focusing

Jarrod Parker adkatrit

🎯
Focusing
View GitHub Profile
@adkatrit
adkatrit / index.html
Created August 19, 2012 20:45
just visualizing some math. looking to add slide bars to see value changes in real time.
<html>
<head>
</head>
<body>
<canvas style="background-color: black" id="canvas" height="1000px" width="1000px" ></canvas>
<div id="controls" ></div>
</body>
</html>
@adkatrit
adkatrit / tumblr-goggles
Last active December 23, 2015 02:39
extract and view any posted images from tumblr
$("body").html("");
(function getPage(cursor){
$.get('/page/'+cursor,function(b){
imgs = $(b).find('img')
imgs.each(function(n){
$("body").append(this)
})
if(imgs.length){
getPage(++cursor)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.