This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global url."https://".insteadOf git:// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git clone https://github.com/cakephp/cakephp | |
$ git push git@bitbucket.org:mg/cakephp.git master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"markersHex": { | |
"red": { | |
"50": "#FFEBEE", | |
"100": "#FFCDD2", | |
"200": "#EF9A9A", | |
"300": "#E57373", | |
"400": "#EF5350", | |
"500": "#F44336", | |
"600": "#E53935", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[a-zA-Z0-9\\+\\.\\_\\%\\-\\+]{1,256}\\@[a-zA-Z0-9][a-zA-Z0-9\\-]{0,64}(\\.[a-zA-Z0-9][a-zA-Z0-9\\-]{0,25})*(\\.[a-z]{2,3}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Introduction | |
I've put together a few pieces of guidelines that PDT should use in order to attain a scalable and manageable CSS. | |
###Formatting & Syntax | |
We should be keeping consistency throughout by using the following: | |
* four (4) space indents, no tabs | |
* maximum 80 character wide columns | |
* multi-line CSS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
$small: "(max-width : 767px)"; | |
.test { | |
display: block; | |
@media #{$small} { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// libsass (v3.2.4) | |
// ---- | |
.car { | |
color: blue; | |
} | |
.car_wheel { | |
color: black; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Google Maps example</title> | |
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> | |
<style type="text/css"> | |
html { height: 100% } | |
body { height: 100%; margin: 0; padding: 0 } | |
#map_canvas { height: 100% } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Boys: School day, school day, teacher's golden ru | |
Kyle: Ah, damn it! My little brother's trying to follow me to school, again. | |
Ike: Zeeponanner | |
Kyle: Ike, you can't come to school with me. | |
Cartman: Yeah, go home you little dildo. | |
Kyle: Dude, don't call my brother a dildo! | |
Stan: What's a dildo?! | |
Kyle: Well, I don't know and I'll bet Cartman doesn't know either! | |
Cartman: I know what it means! | |
Kyle: Well, what? |
NewerOlder