This file contains hidden or 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
#photos { | |
display: flex; | |
flex-wrap: wrap; | |
flex-direction: row; | |
} | |
#photos div { | |
flex: auto; | |
width: 150px; | |
margin: 5px; |
This file contains hidden or 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
<<APP>> change this variables |
This file contains hidden or 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> | |
<meta charset="utf-8"> | |
<title>Parallax backgrounds with centered content</title> | |
<meta name="description" content="Parallax backgrounds with centered content"> | |
<style id="jsbin-css"> | |
/* background setup */ | |
.background { | |
background-repeat:no-repeat; |
This file contains hidden or 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
#!/usr/bin/env bash | |
sudo mysqladmin shutdown --user=*user* --password=*password* |
This file contains hidden or 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
{ | |
"vars": { | |
"@gray-base": "#000", | |
"@gray-darker": "lighten(@gray-base, 13.5%)", | |
"@gray-dark": "lighten(@gray-base, 20%)", | |
"@gray": "lighten(@gray-base, 33.5%)", | |
"@gray-light": "lighten(@gray-base, 46.7%)", | |
"@gray-lighter": "lighten(@gray-base, 93.5%)", | |
"@brand-primary": "darken(#2fa4e7, 6.5%)", | |
"@brand-success": "#73a839", |
This file contains hidden or 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
// credits: http://jsfiddle.net/jeadr/62/ | |
$("#e1").select2(); | |
$("#checkbox").click(function(){ | |
if($("#checkbox").is(':checked') ){ | |
$("#e1 > option").prop("selected","selected"); | |
$("#e1").trigger("change"); | |
}else{ | |
$("#e1 > option").removeAttr("selected"); | |
$("#e1").trigger("change"); |
This file contains hidden or 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
rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat" | |
############################## | |
#!/bin/bash | |
rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat" | |
"`dirname "$0"`"/BCompare.real & |
This file contains hidden or 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
rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat" |
This file contains hidden or 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 log --since=1/11/2011 --until=28/07/2015 --no-merges --format=%cd%n%B --date=local > CHANGELOG.TXT |
This file contains hidden or 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
.movable | |
{ | |
/*width:60px; | |
height:40px;*/ | |
background:#FF6560; | |
/*color:#ffffff;*/ | |
position:relative; | |
font-weight:bold; | |
font-size:20px; |
NewerOlder