I hereby claim:
- I am misterzik on github.
 - I am mrz (https://keybase.io/mrz) on keybase.
 - I have a public key ASAv6k3i4_SKShWg3GYqNBavmEdiU3xJUCVRWziPxj-DlQo
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // Create an immediately invoked functional expression to wrap our code | |
| (function() { | |
| var privateVar = "You can't access me in the console" | |
| }()); | 
| # | |
| # Wide-open CORS config for nginx | |
| # | |
| location / { | |
| if ($request_method = 'OPTIONS') { | |
| add_header 'Access-Control-Allow-Origin' '*'; | |
| # | |
| # Om nom nom cookies | |
| # | |
| add_header 'Access-Control-Allow-Credentials' 'true'; | 
| /* Mobile Versions - Media Q's */ | |
| /* Large desktops and laptops */ | |
| @media (min-width: 1200px) { | |
| } | |
| /* Landscape tablets and medium desktops */ | |
| @media (min-width: 992px) and (max-width: 1199px) { | |
| } | 
| ================================================================= | |
| This is a directive saved in a different folder: | |
| ================================================================= | |
| 'use strict'; | |
| todoApp.factory('eventData', function($http, $q){ | |
| return { | |
| getEvent: function(id){ | |
| var deferred = $q.defer(); | |
| <div class="container"> | |
| <ul id="slider"> | |
| <li><img src="YOUR-IMAGE-0" height="100%" alt="" /></li> | |
| <li><img src="YOUR-IMAGE-1" height="100%" alt="" /></li> | |
| <li><img src="YOUR-IMAGE-2" height="100%" alt="" /></li> | |
| <li><img src="YOUR-IMAGE-3" height="100%" alt="" /></li> | |
| <li><img src="YOUR-IMAGE-4" height="100%" alt="" /></li> | |
| </ul> | |
| <ul id="dots"> | 
| # CodeIgniter Subfolder .Htaccess | |
| # today hints by www.insanen.com | |
| Options +FollowSymLinks | |
| RewriteEngine On | |
| # Please do-not forget to change RewriteBase /YOUR-SUBFOLDER HERE | |
| RewriteBase /YOUR-SUBFOLDER | |
| RewriteRule ^$ index.php [L] | |
| RewriteCond %{REQUEST_FILENAME} !-d | 
| #Files Change in the Last Day - SSH Hints, sorted by size - www.insanen.com | |
| sudo find / -type f -mtime -1 -print0 | xargs -0 du -sk | sort -nr | |
| #We use sudo to gain admin access and be able to display all changed files. |