Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am theabraham on github.
  • I am theabraham (https://keybase.io/theabraham) on keybase.
  • I have a public key ASDwyXu-y--EV2aYC-DTOw4pmNVBQDSYzPhWsn3LDNr8vQo

To claim this, I am signing this object:

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.12 (Darwin)
mQENBFHl+9oBCAC4vDKCPtgrwnIi7k4opDVcpCxjF7/xt0tprnfdjOtkx4RiT7RG
Zr1OtHPjnQmTKRBpaLmxlQD4E/rr7ARrgAtF2tMjpTwiRbUnvm5qHAxZXdfZmR5D
M8ZnNDkjSzDLLoUVjFWXk3psW2GfhyZDJxuSrlvr/7/ZZq7mblVQkiehIxuI1aqe
7xHxU1aqDD6IqlUkBjCYTbUwQYS8IfjwmBEIWDAarTIDk/iDhj7BIugoSu6LFQbm
QoIRTK8UdEDaJcBX+rTbFfhiJ9m7jsOZC22X+iPzNJ9/u3LoFNql5n1JY69blK5t
wwYr5Q7Kf6ChIMMjSHbySwVueOg3BXfjlXkjABEBAAG0K0licmFoaW0gQWwtUmFq
aGkgPGFicmFoYW1hbHJhamhpQGdtYWlsLmNvbT6JAT4EEwECACgFAlHl+9oCGwMF
@theabraham
theabraham / gist:1335425
Created November 3, 2011 00:29
Guessing Game
- HTML FILE
<html>
<head>
<title>Guessing Game</title>
</head>
<body>
<div><!-- output text will go in here --></div>
<input type="text" />
// index.html
<html>
<head>
<title>Todo List</title>
<style>
.complete { text-decoration:line-through; }
</style>
</head>
We couldn’t find that file to show.
@theabraham
theabraham / gist:1307910
Created October 23, 2011 21:31
JavaScript Resources

Google is the ultimate tool if you want to learn something new, but this link-fest is made up of some of my favorite bookmarks on JavaScript; there's a lot of reading to do!

Also, feel free to email me at xbrxhxmxlrxjhi@gmail.com (replace x's with a's) if you have any questions.

JavaScript

sync = function() {
GSplay = {};
GSplay.init = function() {
$("#nav").append("<li id='test'>test</li>");
$("#nav").append("<li id='next'>Next</li>");