Skip to content

Instantly share code, notes, and snippets.

View jennschiffer's full-sized avatar
🎅
making a list and checking it twice

santa claus jennschiffer

🎅
making a list and checking it twice
View GitHub Profile
@jennschiffer
jennschiffer / gist:da2879f437d69b0a2549141a44ea9af4
Created October 15, 2021 17:10
"The note" from Jersey Shore in its full form for text analysis
SAM,
THE FIRST NIGHT AT BED WHEN YOU LEFT, RON MADE OUT WITH 2 GIRLS AND PUT HIS HEAD INBETWEEN A COCKTAIL WAITRESSES BREASTS. ALSO WAS GRINDING WITH MULTIPLE FAT WOMEN.
WHEN YOU LEFT CRYING AT KLUTCH, RON WAS HODING HANDS AND DANCING WITH A FEMALE AND TOOK DONW HER NUMBER.
MULTIPLE PEOPLE IN THE HOUSE KNOW, THEREFORE YOU SHOULD KNOW THE TRUTH.
@jennschiffer
jennschiffer / carousel.css
Last active January 3, 2020 20:29
simple stupid jquery carousel
@jennschiffer
jennschiffer / spacejam2.js
Last active September 19, 2019 15:36
space jam 2'ify the homepage of space jam's original website
// 1. create a new bookmark on your browser
// 2. paste the following code - starting at "javascript:" into the URL part of the add-bookmark menu.
// 3. go to http://www2.warnerbros.com/spacejam/movie/jam.htm
// 4. click the bookmark for automatic space jam 2
// xoxo j$
javascript:(function(){document.getElementsByTagName("html")[0].innerHTML=document.getElementsByTagName("html")[0].innerHTML.replace(/1996/g,"2014");var images=document.getElementsByTagName("img");var length=images.length;while(length--){if(images[length].src=="http://www2.warnerbros.com/spacejam/movie/img/p-jamlogo.gif"){images[length].src="http://f.cl.ly/items/1a10103W3Z010W192n23/p-jamlogo.png"}}}());
@jennschiffer
jennschiffer / snort.md
Last active October 8, 2018 14:33
Snort

Snort Config

Author: yournamehere

Last Updated: datehere

Tasks

  • compile california style sheets
  • update scripts
  • make the code minified

License

Keybase proof

I hereby claim:

  • I am jennschiffer on github.
  • I am jenn (https://keybase.io/jenn) on keybase.
  • I have a public key whose fingerprint is F1A3 1BC8 4CEA AB9F 11C6 1D73 C85F BD78 B202 15FE

To claim this, I am signing this object:

@jennschiffer
jennschiffer / index.html
Created March 24, 2017 17:54
Who Visualized the Bomp Pt 5.
<div id="room">
<div id="decor">
<div id="front-wall" class="wall"> </div>
<div id="back-wall" class="wall">
<div id="knob"> </div>
<div id="screen">
<div id="ladder">
<div class="rail left"> </div>
<div class="rail right"> </div>
<div class="rung one"> </div>
accomplished
aggravated
amused
angry
annoyed
anxious
apathetic
artistic
awake
bitchy
@jennschiffer
jennschiffer / lol.tf
Last active May 3, 2016 19:59
terraform interpolation or nah
variable "jenn_domains" {
default = "jenn-test.biz,jenn-test.gov,jenn-test.ws"
}
variable "jenn_subdomains" {
default = "cool,sure,whatever"
}
# ROUTE53 CONFIGURATION
@jennschiffer
jennschiffer / canvaspaint.js
Created January 24, 2014 15:43
christopher clay's canvaspaint r1
// CanvasPaint r1
// by Christopher Clay <canvas@c3o.org>
//
// The code in this file is dedicated to the Public Domain
// http://creativecommons.org/licenses/publicdomain/
//
//some global vars
var canvas, c, canvastemp, ctemp, canvassel, csel, canvasundo, cundo, wsp, imgd, co, check;
var iface = { dragging:false, resizing:false, status:null, xy:null, txy:null }
everything i write on medium is a lie
xoxo j$