Skip to content

Instantly share code, notes, and snippets.

View edouard-lopez's full-sized avatar
🏠
Working from home

Édouard Lopez edouard-lopez

🏠
Working from home
View GitHub Profile
@edouard-lopez
edouard-lopez / CyanogenMod.md
Created March 4, 2016 22:09 — forked from electricg/CyanogenMod.md
CyanogenMod for Samsung Galaxy S II
@edouard-lopez
edouard-lopez / 00.no-gulp-package.json
Last active December 17, 2015 16:04 — forked from thom4parisot/Gulpfile.js
gulp -> npm scripts only
{
"name": "11h42.com",
"version": "0.0.2",
"description": "accélérateur de projets sur Bordeaux",
"main": "index.js",
"scripts": {
"build": "npm-run-all clean prepare build:style build:app",
"build:app": "browserify -e ./app/index.js -o ./dist/app.js",
"build:production": "npm prune && npm install && npm run lint && npm test && npm run build",
"build:style": "npm-run-all copy:style build:semantic-ui",
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env ruby
require 'faraday'
require 'json'
require 'gitlab'
module Redmine
Host = nil
APIKey = nil