I hereby claim:
* I am matheusagcosta on github.
* I am matheusagcosta (https://keybase.io/matheusagcosta) on keybase.
* I have a public key ASDa6hF-csiUyWBiiJilmEvGNuXXPQPneFO8qS4zSS1EBwo
To claim this, I am signing this object:
| // Jade | |
| .item(class="#{ current.source != 'about' ? 'is-active' : '' }") |
| https://mega.nz/#F!I4A33aYS |
| scss_files: 'client/**/*.scss' | |
| linters: | |
| SelectorDepth: | |
| max_depth: 4 | |
| NestingDepth: | |
| max_depth: 4 |
| $map: ( | |
| small: (38px, 2.5px), | |
| medium: (56px, 5px), | |
| big: (96px, 15px) | |
| ); | |
| .class { | |
| @each $size, $value in $map { | |
| &--#{$size} { | |
| height: #{nth($value, 1)}; |
1 - Make sure you have Counter Strike installed
2 - Download YAPB http://forums.bots-united.com/showthread.php?t=9986
3 - Extract the zip and move the folder addons with all the content to ~/Library/Application Support/Steam/steamapps/common/Half-Life/cstrike
4 - After that, open the file liblist.gam in the folder above and replace gamedll_osx "dlls/cs.dylib" with this content:
//gamedll_osx "dlls/cs.dylib"
| @mixin truncate($width) { | |
| overflow: hidden; | |
| text-overflow: ellipsis; | |
| white-space: nowrap; | |
| width: $width; | |
| } |
| $(function() { | |
| var flashCallback; | |
| flashCallback = function() { | |
| return $("#flash-messages").fadeOut(); | |
| }; | |
| $("#flash-messages-close").bind('click', (function(_this) { | |
| return function(ev) { | |
| return $("#flash-messages").fadeOut(); | |
| }; | |
| })(this)); |
| <style> | |
| .container { | |
| display: table; | |
| position: relative; | |
| width: 100%; | |
| } | |
| button, | |
| .input { | |
| display: table-cell; |
| type git | |
| The answer will be like this: | |
| git is hashed (/usr/bin/git) | |
| hash -d git |