Skip to content

Instantly share code, notes, and snippets.

View lucusp's full-sized avatar
🙃

Lucus Pettigrew lucusp

🙃
  • USA
View GitHub Profile
<!doctype html>
<html>
<head>
<!-- Run in full-screen mode. -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Make the status bar black with white text. -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
@lucusp
lucusp / fantasy.nfl.com api function v2.markdown
Created August 30, 2015 01:34
fantasy.nfl.com api function v2
@lucusp
lucusp / uri.js
Created October 23, 2015 19:01 — forked from jlong/uri.js
URI Parsing with Javascript
var parser = document.createElement('a');
parser.href = "http://example.com:3000/pathname/?search=test#hash";
parser.protocol; // => "http:"
parser.hostname; // => "example.com"
parser.port; // => "3000"
parser.pathname; // => "/pathname/"
parser.search; // => "?search=test"
parser.hash; // => "#hash"
parser.host; // => "example.com:3000"
{
"name": "FLYPPR",
"short_name": "FLYPPR",
"description": "Draw and animate flipbooks!",
"icons": [{"src": "https://lucusp.github.io/flyppr/dev/flyppr.png", "sizes": "32x32", "type": "image/png" }],
"display": "standalone",
"orientation": "landscape-secondary",
"start_url": "/",
"background_color": "#14b5ff",
"theme_color": "#14b5ff"
@lucusp
lucusp / this-is-my-blog-title.md
Last active March 14, 2020 16:04
blog, Hello! This is my new BLOG!!

Hello

This is my blog

You should stick around and read this because:

  • I am awesome
  • You are awesome
  • And other things!
@lucusp
lucusp / my-second-post.md
Last active March 14, 2020 16:12
blog, My Second Blog Post

My Second Blog Post

So this is my second post. How are you? That's great!

Until next time.