I hereby claim:
- I am jubianchi on github.
- I am jubianchi (https://keybase.io/jubianchi) on keybase.
- I have a public key whose fingerprint is D019 7088 A0C2 F85A 5E00 F5DD 5D9C 896D 2AA9 E390
To claim this, I am signing this object:
| #!/bin/bash | |
| # How to install: | |
| # | |
| # $ sudo wget -O /usr/local/bin/jenkins-cli.jar http://your-jenkins/jnlpJars/jenkins-cli.jar | |
| # $ sudo chmod +x !:3 | |
| # | |
| # Put this script somewhere in your PATH and allow execution: | |
| # | |
| # $ sudo wget -O /usr/local/bin/jenkins https://gist.github.com/jubianchi/6434891/raw/jenkins.sh |
| {"version":0,"functions":[{"id":0,"label":"main()","ct":1,"wt":51077,"wte":11654,"cpu":47371,"mu":0,"pmu":0,"wtip":1,"wtep":0.228165319028134,"cpup":1},{"id":1,"label":"Fhaculty\\Graph\\Edge\\Directed::getVertexEnd","ct":101,"wt":52,"wte":52,"cpu":59,"mu":0,"pmu":0,"wtip":0.0010180707559175363,"wtep":0.0010180707559175363,"cpup":0.0012454877456671803},{"id":2,"label":"Fhaculty\\Graph\\Set\\Edges::factoryArrayReference","ct":1,"wt":11,"wte":9,"cpu":12,"mu":0,"pmu":0,"wtip":0.00021536112144409422,"wtep":0.00017620455390880436,"cpup":0.0002533195414916299},{"id":3,"label":"Fhaculty\\Graph\\Set\\Edges::__construct","ct":446,"wt":274,"wte":274,"cpu":278,"mu":0,"pmu":0,"wtip":0.0053644497523347105,"wtep":0.0053644497523347105,"cpup":0.005868569377889426},{"id":4,"label":"spl_autoload_call@2","ct":2,"wt":833,"wte":13,"cpu":451,"mu":0,"pmu":0,"wtip":0.016308710378448225,"wtep":0.00025451768897938407,"cpup":0.00952059276772709},{"id":5,"label":"Composer\\Autoload\\ClassLoader::loadClass@2","ct":2,"wt":820,"wte":17,"cp |
| <?php | |
| namespace Standalone\Form; | |
| use \Symfony\Component\HttpFoundation as SHttp; | |
| use \Symfony\Component\Form as SForm; | |
| use \Symfony\Component\DependencyInjection as SDI; | |
| use \Symfony\Bridge as SBridge; | |
| //Register all your autoload function here | |
| //... |
| [alias] | |
| graph = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative | |
| summary = log --summary --name-only --abbrev-commit --color --color-words --date=relative | |
| #If you are using Tig as your core.pager | |
| [alias] | |
| graph = log --graph --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --no-color --date=relative | |
| summary = log --summary --name-only --abbrev-commit --no-color --date=relative |
| ## Lancez cette commande dans un tertminal | |
| echo -e '#!/bin/sh\nphp -dxdebug.remote_autostart=On $*' | sudo tee /usr/local/bin/xdebug && sudo chmod +x /usr/local/bin/xdebug | |
| ##Usage : | |
| #Debugger un script PHP | |
| xdebug mon_script.php | |
| #Debugger une task Symfony | |
| xdebug ./symfony ns:command |
I hereby claim:
To claim this, I am signing this object:
| npm install --save-dev surge |
| import koa from "koa"; | |
| import route from "koa-route"; | |
| import crypto from "crypto"; | |
| import { createRuntime, call, fork } from './runtime'; | |
| import { runtimeMiddleware, put, take, reduxControls } from './runtime-redux'; | |
| import { createStore, applyMiddleware } from 'redux' | |
| import Router from "./router"; | |
| const reducer = (state = {}, action) => state; | |
| const createStoreWithRuntime = applyMiddleware(runtimeMiddleware)(createStore); |
| var AtoumParser, Emitter, Test, fs, | |
| extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | |
| hasProp = {}.hasOwnProperty; | |
| fs = require('fs'); | |
| Emitter = require('atom').Emitter; | |
| Test = (function() { | |
| function Test() {} |