Skip to content

Instantly share code, notes, and snippets.

View TexRx's full-sized avatar
🏠
Working from home

Bobbie Tables TexRx

🏠
Working from home
  • Austin, TX
View GitHub Profile
[diff]
tool = smartsynchronize
[difftool "smartsynchronize"]
cmd = 'C:/Program Files (x86)/SmartSynchronize 3.2/bin/smartsynchronize.exe' "$LOCAL" "$REMOTE"
[difftool]
prompt = false
@TexRx
TexRx / gray.scss
Created February 25, 2014 02:21 — forked from LeaVerou/gray.scss
@function gray($intensity, $alpha: 1) {
@return rgba($intensity, $intensity, $intensity, $alpha);
}
/* Thanks Chris Eppstein for simplifying my code! */
/* Testing our new function */
body {
background: gray(50%);
background: gray(255, .2);
/* Copyright (c) 2011 Aza Raskin
|
| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
| documentation files (the "Software"), to deal in the Software without restriction, including
| without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
| copies of the Software, and to permit persons to whom the Software is furnished to do so, subject
| to the following conditions:
|
| The above copyright notice and this permission notice shall be included in all copies or substantial portions
| of the Software.
@TexRx
TexRx / xdr.js
Created January 15, 2014 06:18 — forked from michaelcox/xdr.js
// Based on https://github.com/jaubourg/ajaxHooks/blob/master/src/ajax/xdr.js
(function( jQuery ) {
if ( window.XDomainRequest && !jQuery.support.cors ) {
jQuery.ajaxTransport(function( s ) {
if ( s.crossDomain && s.async ) {
if ( s.timeout ) {
s.xdrTimeout = s.timeout;
delete s.timeout;
@TexRx
TexRx / alien.js
Created January 9, 2014 05:30 — forked from avoinea/alien.js
// Top namespace
if( !window.Alien ){
var Alien = {"version": "1.0"};
}
// Constructor
Alien.Ship = function(context, options){
var self = this;
self.context = context;
@TexRx
TexRx / SassMeister-input-HTML.html
Created December 15, 2013 21:43 — forked from indieisaconcept/SassMeister-input-HTML.html
Generated by SassMeister.com.
<div class="box box-one"></div>
<div class="box box-two"></div>
<div class="box box-three"></div>
<div class="box box-four"></div>
<div class="box box-five"></div>
@TexRx
TexRx / SassMeister-output.css
Created December 15, 2013 21:38 — forked from starryeyez024/Shorthand-Sass-Extend.css
Shorthand Sass Extend
.foo, .bar {
background: red;
}
.bar, .joy {
border: pink 1px solid;
}
@TexRx
TexRx / Fluid-Grid-SassMeister-input.sass
Created December 15, 2013 21:36 — forked from starryeyez024/Fluid-Grid.css
FLUID GRID COLUMN GENERATOR
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
////////////////////////////////////////////////////
// FLUID GRID COLUMNS
///////////////////////////////////////////////////
$cols: 1
$grid-rows: 5
@TexRx
TexRx / global.js
Created December 14, 2013 21:05 — forked from rauschma/global.js
(function (glob) {
// glob points to global object
}(typeof window !== 'undefined' ? window : global));
@TexRx
TexRx / SassMeister-input-HTML.haml
Created December 2, 2013 00:55 — forked from shayhowe/SassMeister-input-HTML.haml
Generated by SassMeister.com.
.row
.one
words
.two
words
.three
words