- GUI’s
- Sublime Text
- MAMP
- VirtualHost X
- iA Writer
- iTerm
- GitHub for Mac
- SourceTree
| compass create . --bare --sass-dir "source/assets/ss/sass" --css-dir "source/assets/ss/css" --javascripts-dir "source/assets/js" --images-dir "source/assets/img" |
| @mixin ie6 { * html & { @content } } | |
| #logo { | |
| background-image: url("/images/logo.png"); | |
| @include ie6 { background-image: url("/images/logo.gif"); } | |
| } |
| <blockquote> | |
| <p>Lorem ipsum dolor sit amet, consectetur adip<span class="mark">*</span>isicing elit, sed do eiusmod <span class="mark">*</span>tempor incididunt ut labore et dolore magna aliqua.</p> | |
| </blockquote> |
| Raphael.fn.pieChart = function (cx, cy, r, rin, values, options) { | |
| var paper = this, | |
| rad = Math.PI / 180, | |
| colors = options.colors | |
| chart = this.set(); | |
| function sector(cx, cy, r, startAngle, endAngle, params) { | |
| var x1 = cx + (r) * Math.cos(-startAngle * rad), | |
| x2 = cx + (r) * Math.cos(-endAngle * rad), | |
| y1 = cy + (r) * Math.sin(-startAngle * rad), |
| .hide-text { | |
| overflow: hidden; | |
| text-indent: 100%; | |
| white-space: nowrap; | |
| } |
| $(function() { | |
| // Functionality: | |
| // ID tabs like this: | |
| // [TAB_PREFIX][name_1] | |
| // [TAB_PREFIX][name_2] | |
| // [TAB_PREFIX][name_3] | |
| // ID tab content like this: | |
| // [CONTENT_PREFIX][name_1] | |
| // [CONTENT_PREFIX][name_2] | |
| // [CONTENT_PREFIX][name_3] |
| PS1='\r\n\[\033[0;35m\]\u@\H\[\033[0m\] in \[\033[34m\]\w\[\033[37m\]\r\n∴ \[\033[0m\]' |
| c:\windows\system32\drivers\etc\hosts |