Skip to content

Instantly share code, notes, and snippets.

View seniorpreacher's full-sized avatar
🚧

Daniel Salamon seniorpreacher

🚧
  • Budapest, Hungary
View GitHub Profile
@seniorpreacher
seniorpreacher / updateIndentationFrom2SpaceToTab.sublime-macro
Created October 26, 2013 17:18
This macro updates the file from 2 SPACE indentation to TAB indentation.
[
{
"args": {
"setting": "tab_size",
"value": 2
},
"command": "set_setting"
},
{
"args":
@seniorpreacher
seniorpreacher / grid.shorthands.scss
Created June 1, 2013 17:47
This gist contains some shorthands for Foundation 4's grid system. Feel free to expand it ;)
//large
.l1 {@extend .large-1;}
.l2 {@extend .large-2;}
.l3 {@extend .large-3;}
.l4 {@extend .large-4;}
.l5 {@extend .large-5;}
.l6 {@extend .large-6;}
.l7 {@extend .large-7;}
.l8 {@extend .large-8;}
.l9 {@extend .large-9;}
@seniorpreacher
seniorpreacher / CCNA-solver.js
Created November 21, 2012 10:36
This little code just answers every questions you have in a Cisco CCNA test... (Please don't use it, until your final desperation!)
/*
* Hi, this is a little code, that you can run on a Cisco CCNA test and it will pick the right answers for you.
* Please, learn the lecture!
*
* I can't garantee anything! If you use this and you fail... Well, it's your falt.
* Cisco used to change a bit in the texts of the questions, so I can't garantee that this code will even work after some weeks, but I hope ;)
*
*
*
* To run it, just simply: