Skip to content

Instantly share code, notes, and snippets.

View TheJaredWilcurt's full-sized avatar

The Jared Wilcurt TheJaredWilcurt

View GitHub Profile
<frameset rows="40px,100%">
<frame src="header.htm" />
<frame src="http://site.com" />
</frameset>
<div class="wrapper">
<form>
<input type="text" name="url" />
<a href="">Go</a>
@TheJaredWilcurt
TheJaredWilcurt / SassMeister-input.scss
Created November 9, 2013 17:36
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
$mainWidth: 600px;
$mainPadding: 20px;
@mixin border-radius($radius) {
-webkit-border-radius: $radius;
@TheJaredWilcurt
TheJaredWilcurt / wiki
Created January 10, 2014 03:35
reddit wiki code
#Movie Of The Week Archive
**Note:** Some weeks have multiple movies, either they were a tie, or a special movie marathon edition of "Movie of the Week Club"
Week|Movie|IMDB|Wiki
--:|:--|:--:|:--:
203|Clerks|[IMDB]()|[Wiki]()
202|Repo Men|[IMDB](http://www.imdb.com/title/tt1053424/)|[Wiki](http://en.wikipedia.org/wiki/Repo_Men)
201|Zoolander|[IMDB](http://www.imdb.com/title/tt0196229/)|[Wiki](http://en.wikipedia.org/wiki/Zoolander)
200|The Jerk|[IMDB](http://www.imdb.com/title/tt0079367/)|[Wiki](http://en.wikipedia.org/wiki/The_Jerk)
@TheJaredWilcurt
TheJaredWilcurt / SassMeister-input-HTML.markdown
Created September 3, 2014 20:04
Generated by SassMeister.com.
asdf
23545
/////////////////////////////////////////////////////////////////
// //
// CSS CROSS-BROWSER SELECTOR //
// //
/////////////////////////////////////////////////////////////////
// Adds the OS, browser, and rendering engine to the the HTML //
// tag as a class, allowing you to easily target specific //
// browsers with CSS when they have unique rendering issues. //
/////////////////////////////////////////////////////////////////
// Vers. 0.6.3 was tested & wouldn't work properly in IE8/IE9. //
<?php
//Set the Album ID's that are used for each building
$cpcsc = "251473051712334";
$bes = "706163866111939";
$ces = "290556731124119";
@TheJaredWilcurt
TheJaredWilcurt / icono-IE9.html
Created February 22, 2015 14:07
IE9 fixes for Icono
<!DOCTYPE html>
<!--[if IE 9 ]><html class="ie9"><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html><!--<![endif]-->
<head>
<title>Icono IE9 fix</title>
<link rel="stylesheet" type="text/css" href="http://saeedalipoor.github.io/icono/icono.min.css">
<style type="text/css">
body { background: #2BA5BB; }
.ie9 .icono-caretUp:before,
.ie9 .icono-caretRight:before,
<div class="panel panel-primary">
<div class="panel-heading">
<span class="pull-right versionApp" title="Version">V0.1.0</span>
<h3 class="panel-title">About <span class="applicationName">Your Application Name</span></h3>
</div>
<div class="panel-body">
<p class="well well-sm">A detailed explanation of what your application does or is used for.</p>
<p>
<span class="applicationName">Your Application Name</span> created by <span class="authorName">Your Name</span><br />
<!--
@TheJaredWilcurt
TheJaredWilcurt / normalize.sass
Created May 9, 2015 19:00
Converted Normalize.css to Normalize.sass
//Resets the default styles in all browsers so they don't render things differently by default.
/*!normalize.css v3.0.3|MIT License|necolas.github.io/normalize.css*/
// 1. Set default font family to sans-serif.
// 2. Prevent iOS and IE text size adjust after device orientation change,
// without disabling user zoom.
html
'use strict';
var Q = require('q');
var fs = require('fs');
var path = require('path');
var mkdirp = require('mkdirp');
var spawn = require('child_process').spawn;
var ncp = require('ncp').ncp;
var rimraf = require('rimraf');
var http = require('http');