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:
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. |
I hereby claim:
To claim this, I am signing this object:
<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> |
variable "jenn_domains" { | |
default = "jenn-test.biz,jenn-test.gov,jenn-test.ws" | |
} | |
variable "jenn_subdomains" { | |
default = "cool,sure,whatever" | |
} | |
# ROUTE53 CONFIGURATION |
/* | |
Plugin Name: Clinic Efficiency | |
Description: Must-Use customizations for the Clinic Efficiency web application | |
Author: Bocoup | |
Version: 1.0 | |
Author URI: http://bocoup.com | |
*/ |
/* | |
How to install this plugin: | |
1) Choose Acorn's Help ▸ Open Acorn's App Support Folder menu item. | |
2) Place this script in the Plug-Ins folder (and make sure it ends with .jstalk) | |
3) Restart Acorn. The plugin will now show up in the Filter menu. | |
ACScriptMenuTitle=Convert to PXON | |
ACShortcutKey=p | |
ACShortcutMaskKey=command control | |
ACIsActionKey=true |
(function(){ | |
console.log('You do not need an image carousel.'); | |
}()); |
<?php | |
/** | |
* getPageByPath | |
* | |
* gets the page by path | |
*/ | |
function getPageByPath( $page_slug ) { | |
// get the page by path |
// replace "wp-content/plugins" in the annoyance variable unless that is your annoyance like it is mine | |
$('.user-select-contain').each(function(){var annoyance="wp-content/plugins";var title=$(this).attr('title');if(title&&title.indexOf(annoyance)!=-1){$(this).closest('.file').hide();}}); |