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
------ Palm Springs ------ | |
La Quinta Mountain | |
Jack Tournament PGA | |
Classic Club | |
Desert Willow | |
Indian Wells resort | |
Tahquitz 2 | |
------ IE/LA/OC ------ |
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
<style> | |
@media only screen and (max-width: 900px) { | |
.list-complete { | |
width: 100% !important; | |
} | |
.list-complete-item { | |
flex: 1 1 100% !important; | |
} | |
#list-complete-demo { | |
flex-direction: column; |
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
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] |
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
import os, sys | |
from threading import Timer | |
from random import randrange | |
def say(): | |
os.system('say -v Princess penguin') | |
looper() | |
def looper(): | |
t = Timer(randrange(15), say) # random number between 0 and 14 seconds |
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
Highland Falls GC, Las Vegas NV | |
Florissant Golf Club, Florissant MO | |
Forest Park Dogwood, STL MO | |
Cresta Verde | |
Jurupa Hills | |
Indian Hills | |
Paradise Knolls ** | |
Eagle Glen | |
Dos Lagos | |
Glen Ivy |
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
body.vasq #hdtbSum { | |
height: 40px; | |
} | |
body.vasq #hdtb-msb .hdtb-mitem.hdtb-msel, body.vasq #hdtb-msb .hdtb-mitem.hdtb-msel-pre { | |
height: 36px; | |
line-height: 40px; | |
} | |
#cnt.big { |
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
expand region | |
git blame support | |
nicer git diffs | |
click to definition | |
open file by name | |
navigate to in tree view | |
linting | |
snippets | |
git history per file | |
clipboard history |
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
CSS=`git rev-parse --git-dir`'/../static/frontend/css/bundles' | |
JS=`git rev-parse --git-dir`'/../static/frontend/js/bundles' | |
MESSAGE='' | |
ZERO=0 | |
if [ -d "$CSS" ]; then | |
rm -r $CSS | |
MESSAGE+='Deleted frontend ccs\n' | |
fi | |
if [ -d "$JS" ]; then |
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
body, .markdown-body { | |
font-family: sans-serif; | |
} | |
time-ago { | |
font-family: Comic Sans MS; | |
} | |
table.files td.icon .octicon-file-directory { | |
color: rgba(3, 102, 214, 0.46); |
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
.js-card-detail-labels-list .card-label { | |
min-width: 0; | |
} | |
.js-card-labels { | |
margin-top: -5px; | |
} | |
.js-card-labels .card-label { | |
border-radius: 2px; |
NewerOlder