This re-styles your sublime text sidebar to be dark, it fits default Monokai theme.
Save the Default.sublime-theme file into packages/Theme - Default, make a backup of your original if you want to be able to go back easily.
Based on:
This re-styles your sublime text sidebar to be dark, it fits default Monokai theme.
Save the Default.sublime-theme file into packages/Theme - Default, make a backup of your original if you want to be able to go back easily.
Based on:
| /* | |
| * parse_link_header() | |
| * | |
| * Parse the Github Link HTTP header used for pageination | |
| * http://developer.github.com/v3/#pagination | |
| */ | |
| function parse_link_header(header) { | |
| if (header.length == 0) { | |
| throw new Error("input must not be of zero length"); | |
| } |
| function parse_link_header(header) { | |
| if (header.length === 0) { | |
| throw new Error("input must not be of zero length"); | |
| } | |
| // Split parts by comma | |
| var parts = header.split(','); | |
| var links = {}; | |
| // Parse each part into a named link | |
| for(var i=0; i<parts.length; i++) { |
| var gulp = require('gulp'); | |
| var uglify = require('gulp-uglify'); | |
| var concat = require('gulp-concat'); | |
| var templates = require('gulp-angular-templatecache'); | |
| var minifyHTML = require('gulp-minify-html'); | |
| // Minify and templateCache your Angular Templates | |
| // Add a 'templates' module dependency to your app: | |
| // var app = angular.module('appname', [ ... , 'templates']); |
This is the how to for redirection implementation by roles after login or logout in Symfony2
AfterLoginRedirection.php and AfterLogoutRedirection.php to your bundle under the "Redirection" directoryservices.yml file in your bundle and copy/paste the content of services.ymlsecurity.yml file...success_handler: redirect.after.login in form_login: sectionsuccess_handler: redirect.after.logout in logout: section| # R, recharge la configuration | |
| bind r source-file ~/.tmux.conf \; display "Reloaded!" | |
| # tmux attach ouvre une session si aucune session trouvée | |
| new-session -n $HOST | |
| # use vim key bindings | |
| setw -g mode-keys vi | |
| # Numéro de fenêtre commence par 1 au lieu de 0 |
| version=1.010 | |
| echo "\n* Downloading version $version of source code pro font" | |
| rm -f SourceCodePro_FontsOnly-$version.zip | |
| rm -rf SourceCodePro_FontsOnly-$version | |
| wget https://github.com/downloads/adobe/source-code-pro/SourceCodePro_FontsOnly-$version.zip | |
| echo "\n* Unziping package" | |
| unzip SourceCodePro_FontsOnly-$version.zip |
| <html> | |
| <head> | |
| <title>Google Maps Multiple Markers</title> | |
| <script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script> | |
| </head> | |
| <body> | |
| <div id="map" style="height: 400px; width: 500px;"> | |
| </div> | |
| <script type="text/javascript"> |
| Send USSD test sur Github test USSD. |
| Send USSD test sur Github test USSD. |