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

DSL

Line Status:Connected
DSL Modulation Type:ADSL_2plus
Annex Type:Annex A/L

                      Upstream	Downstream
Current Rate (Kbps)	  856	      9236
Max Rate (Kbps)	      859	      9216

SNR Margin (dB) 10.1 10

# -*- coding: utf-8 -*-
import logging
from openerp.osv import osv, fields
logger = logging.getLogger(__name__)
class sale_order_line_create_delivery(osv.osv_memory):
@edouard-lopez
edouard-lopez / board.json
Created March 17, 2016 16:27
restya gantt chart bug
{
"id": 3,
"name": "10 ans Giroll",
"created": "2016-03-15T22:34:48.100683",
"modified": "2016-03-15T22:34:48.100683",
"username": "ed8",
"full_name": "Contact",
"profile_picture_path": "media\/User\/3\/id.Edouard-lopez.png",
"initials": "E",
"user_id": 3,
@edouard-lopez
edouard-lopez / 00.restore-galaxy-s-2-i9100.md
Last active March 25, 2024 03:24
Restore Galaxy S 2 i9100 (after breaking with cynogenmod update CM-13.x)

Requirements

sudo apt-get install heimdall{,-frontend} 
sudo apt-get install android-tools-adb
sudo apt-get install build-essential cmake zlib1g-dev qt5-default libusb-1.0-0-dev libgl1-mesa-glx libgl1-mesa-dev
@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 / README.md
Last active February 26, 2016 16:03
Install openerp-7 in a virtualenv with pip

Check out odoo/odoo#11122 for update

Distro

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 15.10

Release: 15.10

import * as stylesheet from '../assets/styles/app.scss';
import $ from 'jquery';
import jQuery from 'jquery';
// export for others scripts to use
window.$ = $;
window.jQuery = jQuery;
import './boot'
import {AppComponent} from './app.component'
@edouard-lopez
edouard-lopez / 00.app.js
Last active December 17, 2015 16:13
browserified-app.js with jquery import
import * as stylesheet from '../assets/styles/app.scss';
import * as jQuery from '../node_modules/jquery/dist/jquery.min';
@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",
@edouard-lopez
edouard-lopez / slides.md
Last active January 15, 2018 22:38
IPFS: InterPlanetary File System presentation http://slides.com/edouard-lopez/ipfs