Skip to content

Instantly share code, notes, and snippets.

View naeluh's full-sized avatar
🌐
Busy

nick hulea naeluh

🌐
Busy
View GitHub Profile
@naeluh
naeluh / index.html
Created September 24, 2014 17:55
Golf Course Reserve Run - Poland, OH // source http://jsbin.com/wofowa/52
<!DOCTYPE HTML>
<html lang="en-gb" dir="ltr" data-config='{"twitter":0,"plusone":0,"facebook":0,"style":"121"}'>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="" />
<meta name="keywords" content="Reserve Run - Poland, OH" />
<meta name="author" content="1-2-1 Development" />
<meta name="description" content="Reserve Run - Poland, OH" />
@naeluh
naeluh / index.html
Created September 27, 2014 06:40
gif painting wip NSFW // source http://jsbin.com/xodeta/5
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<meta name="description" content="gif painting wip NSFW" />
<meta charset="utf-8">
<title></title>
<style id="jsbin-css">
canvas {
position:absolute;
@naeluh
naeluh / index.html
Created October 4, 2014 04:28
gifpainting loading working needs to be more robust NOW NEED TO SOLVE EVENTLISTENER ISSUE // source http://jsbin.com/dexec/22
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<meta name="description" content="gifpainting loading working needs to be more robust NOW NEED TO SOLVE EVENTLISTENER ISSUE" />
<meta charset="utf-8">
<title></title>
<style id="jsbin-css">
html{
font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;
@naeluh
naeluh / index.html
Created October 9, 2014 21:59
gifpainting wip rectangle instead of circle // source http://jsbin.com/cudufo/15
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<meta name="description" content="gifpainting wip rectangle instead of circle" />
<meta charset="utf-8">
<title></title>
<style id="jsbin-css">
body {
margin: 0 auto;
@naeluh
naeluh / index.html
Created October 10, 2014 18:28
Golf Course working new reserve run // source http://jsbin.com/waduxu/15
<!DOCTYPE HTML>
<html lang="en-gb" dir="ltr" data-config='{"twitter":0,"plusone":0,"facebook":0,"style":"121"}'>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="" />
<meta name="keywords" content="Reserve Run - Poland, OH" />
<meta name="author" content="1-2-1 Development" />
<meta name="description" content="working new reserve run" />
// Keep a reference available throughout the code
var touch = null;
// Called when the document has loaded
// You may choose some other place to do this
// Needs to occur only once
function doLoad()
{
var element = null;
@naeluh
naeluh / index.html
Created October 11, 2014 07:46
gifpainting latest mobile semi working still too slow wip // source http://jsbin.com/garota/30
<!DOCTYPE html>
<html>
<head>
<script src="http://yastatic.net/jquery/1.11.1/jquery.min.js"></script>
<meta name="description" content="gifpainting latest mobile semi working still too slow wip" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0" />
<title></title>
<style id="jsbin-css">
body {
@naeluh
naeluh / index.html
Created October 29, 2014 16:56
Template OLE App working touch slider for nhm // source http://jsbin.com/mujuc
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="working touch slider for nhm" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Template OLE App</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
<meta name="apple-mobile-web-app-capable" content="yes" />
window.mobilecheck = function() {
var check = false;
(function(a) {
if (/(android|bb\d+|meego).+mobile|avantgo|bada\/|android|ipad|playbook|silk|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(a) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<meta charset="utf-8">
<style id="jsbin-css">
body {
margin:0 auto
}
html {