Skip to content

Instantly share code, notes, and snippets.

View jwoglom's full-sized avatar

James Woglom jwoglom

View GitHub Profile
@jwoglom
jwoglom / LICENSE.txt
Last active August 29, 2015 14:01 — forked from 140bytes/LICENSE.txt
ArgParser: Get arguments passed through the URL for an external script
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2014 James Woglom <wogloms.com>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@jwoglom
jwoglom / LICENSE.txt
Last active March 25, 2019 11:40 — forked from 140bytes/LICENSE.txt
Javascript include
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2014 James Woglom <wogloms.com>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@jwoglom
jwoglom / LICENSE.txt
Last active February 1, 2018 13:49 — forked from 140bytes/LICENSE.txt
Mini XmlHTTP: Ajax GET/POST function using XmlHTTPRequest
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2014 James Woglom <wogloms.com>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@jwoglom
jwoglom / 140bytes
Last active January 3, 2016 06:09 — forked from 140bytes/LICENSE.txt
g=function(c,x,i,a){i=i||0,a=a||[],e=function(h){a.push(h);g(c,x,++i,a)},i==c.length?x(a):((d=(f=c[i]).src)?$.get(d,e):e(f.innerHTML))}