Skip to content

Instantly share code, notes, and snippets.

View jppope's full-sized avatar
👔
Working on FundedReport.com

Jon Paul Uritis jppope

👔
Working on FundedReport.com
View GitHub Profile
@jppope
jppope / post2.md
Last active March 29, 2020 16:36
Fake post for article
title description layout
Its not a bug its an undocumented feature
Here are a few of my favorite programming quotes
article.hbs

Some Amazing Programming Quotes

  • "A user interface is like a joke. If you have to explain it, it's not that good."
  • "Measuring programming progress by lines of code is like measuring aircraft building progress by weight." (Bill Gates)
  • "One man's crappy software is another man's full time job" (Jessica Gaston)
@jppope
jppope / post1.md
Last active April 18, 2020 18:05
Fake post for article
@jppope
jppope / about.md
Last active March 29, 2020 16:28
Fake About page for article
layout
about.hbs

Info about your cool project!

@jppope
jppope / index.md
Created March 28, 2020 19:30
Fake Blog Post for Article
layout
index.hbs

Keybase proof

I hereby claim:

  • I am jppope on github.
  • I am jppope (https://keybase.io/jppope) on keybase.
  • I have a public key ASB1Nndx6RQMX5h8WRA7-wEXUcCKKFjTqOGYMLGrmM2M-Ao

To claim this, I am signing this object:

trend count
us 24
america 15
someone 14
yemen 13
russia 13
obama 10
christian 9
saudi arabia 9
gop 9
const Nightmare = require('nightmare');
const url = 'https://wordpress.org/plugins/search/facebook/';
/**
* recursive Nightmare
* TODO: need callback system
*/
iterateNightmare(url,0);
function iterateNightmare(url, counter){
@jppope
jppope / spam emails
Created June 1, 2016 17:01
List of SEO / Marketing SPAM emails
var spammers = [
"ashlihannant81@gmail.com",
]
@jppope
jppope / keybase.md
Last active September 22, 2015 17:39

Keybase proof

I hereby claim:

  • I am jppope on github.
  • I am jppope (https://keybase.io/jppope) on keybase.
  • I have a public key whose fingerprint is 559B E884 73FA 28C9 FBCF E414 3AEF 135C 7A3A DD5D

To claim this, I am signing this object:

@jppope
jppope / robert_downey_jr.php
Created September 9, 2015 20:54
wordpress enqeue thing
// this here is "jquery", the worlds most used javascript library, we are using it as a default
if (!is_admin()) add_action("wp_enqueue_scripts", "my_jquery_enqueue", 11);
function my_jquery_enqueue() {
wp_deregister_script('jquery');
wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js", false, null);
wp_enqueue_script('jquery');
}
function robert_downy_jr() {
// Our own unique function called robert_downy_jr because he has great style and functions well even when fucked up