Skip to content

Instantly share code, notes, and snippets.

View rik's full-sized avatar

Anthony Ricaud rik

View GitHub Profile
@rik
rik / gist:2873520
Created June 5, 2012 08:07
Save battery life while at Djangocon EU
document.querySelector('.tram').classList.remove('tram');
document.querySelector('.cloud_big').src = '';
document.querySelector('.cloud_small').src = '';
@rik
rik / gist:2992235
Created June 26, 2012 00:12
New redirects
RewriteRule ^/en-US/mobile(/?)$ /b/en-US/mobile$1 [PT]
RewriteRule ^/en-US/firefox/mobile/features(/?)$ /b/en-US/firefox/mobile/features$1 [PT]
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?firefox/mobile/features(/?)$ /en-US/firefox/mobile/features/ [L,R=302]
RewriteRule ^/en-US/firefox/mobile/faq(/?)$ /b/en-US/firefox/mobile/faq$1 [PT]
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?firefox/mobile/faq(/?)$ /en-US/firefox/mobile/faq/ [L,R=302]
RewriteRule ^/en-US/firefox/mobile/platforms(/?)$ /b/en-US/firefox/mobile/platforms$1 [PT]
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?firefox/mobile/platforms(/?)$ /en-US/firefox/mobile/platforms/ [L,R=302]
--- iergo-orig.svg 2012-07-18 13:00:25.000000000 +0200
+++ iergo.svg 2012-07-18 13:01:33.000000000 +0200
@@ -2,20 +2,20 @@
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
<!ENTITY st0 "fill:#7AC943;">
- <!ENTITY st1 "font-family:'GillSans-LightItalic';">
+ <!ENTITY st1 "font-family:'GillSans-Light', 'Gill Sans'; font-style: italic; font-weight: lighter;">
<!ENTITY st2 "opacity:0.2;fill:#808080;">
<!ENTITY st3 "opacity:0.2;fill:#FF931E;">
#main {
@extends .2-column;
@media (min-device-width: 500px) {
@extends .4-column;
}
}
require('/shared/js/l10n.js');
//mocha.setup({globals: ['jsCount', 'totalResult']});
suite('l10n', function(done) {
var _;
suiteSetup(function() {
_ = navigator.mozL10n.get;
var script = document.createElement('script');
@rik
rik / default.diff
Last active December 18, 2015 02:09 — forked from anonymous/default.txt
You'll need to do reset-gaia to give the template app the good permissions (or edit permissions.sqlite).
test_apps/template/index.html | 16 ++++++++++++++++
test_apps/template/manifest.webapp | 6 +++++-
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/test_apps/template/index.html b/test_apps/template/index.html
index 4611ccd..baca876 100644
--- a/test_apps/template/index.html
+++ b/test_apps/template/index.html
@@ -16,6 +16,22 @@
</style>
@rik
rik / cli.sh
Created August 7, 2013 07:48 — forked from karlcow/cli.sh
http GET http://www.otsukare.info/ | grep '<a href="/2' | sed 's,.*<a href="\(.*\)" rel=".*,http://www.otsukare.info\1,' | xargs -n1 http HEAD
@rik
rik / gist:6520487
Created September 11, 2013 07:50
Error while scraping
TypeError: Cannot read property 'body' of undefined
at Request._callback (/Users/rik24d/code/travis-scrape-gaia/node_modules/travis-ci/lib/travis-http.js:32:40)
at self.callback (/Users/rik24d/code/travis-scrape-gaia/node_modules/travis-ci/node_modules/request/index.js:148:22)
at Request.EventEmitter.emit (events.js:95:17)
at ClientRequest.self.clientErrorHandler (/Users/rik24d/code/travis-scrape-gaia/node_modules/travis-ci/node_modules/request/index.js:257:10)
at ClientRequest.EventEmitter.emit (events.js:95:17)
at CleartextStream.socketCloseListener (http.js:1523:9)
at CleartextStream.EventEmitter.emit (events.js:117:20)
at tls.js:688:10
at process._tickCallback (node.js:415:13)
@rik
rik / gist:6539602
Last active December 22, 2015 22:19
I have a conference call with 2 participants, I receive a 3rd call. This is the RIL log when I call telephony.active.hold() and incomingCall.answer()
D/RILC ( 113): UI --- RIL_REQUEST_SWITCH_WAITING_OR_HOLDING_AND_ACTIVE (15) ---> RIL [RID 0, token id 701, data len 0]
D/RILC ( 113): RID 0 corresponds to as_id 0
D/RILC ( 113): [RID 0] ReqList entries :
D/RILC ( 113): RIL_REQUEST_QUERY_AVAILABLE_NETWORKS (48), token id 630
D/RILC ( 113): RIL_REQUEST_SWITCH_WAITING_OR_HOLDING_AND_ACTIVE (15), token id 698
D/RILC ( 113): RIL_REQUEST_SWITCH_WAITING_OR_HOLDING_AND_ACTIVE (15), token id 701
D/RILC ( 113): RIL=>AMSS [ label = "cm_mm_call_sups_per_subs()" ];
D/RILC ( 113): RID 0 MID 0 Received CM_CALLSVC_COMMAND_CALLBACK : Req ID 852
D/RILC ( 113): RID 0 MID 0 Queued event CM_COMMAND_CALLBACK (12 bytes)
D/RILC ( 113): qcril_event_main(): 1 items on queue
09-23 16:06:56.679 E/RILD ( 118): **RIL Daemon Started**
09-23 16:06:56.679 E/RILD ( 118): **RILd param count=1**
09-23 16:06:57.059 E/RILD ( 118): RIL_Init argc = 5 client = 0
09-23 16:06:59.879 E/RILPROXY( 112): Could not connect to rild socket, retrying: Connection refused
09-23 16:07:00.879 E/RILPROXY( 112): Could not connect to rild socket, retrying: Connection refused
09-23 16:07:01.879 E/RILPROXY( 112): Could not connect to rild socket, retrying: Connection refused
09-23 16:07:02.879 E/RILPROXY( 112): Could not connect to rild socket, retrying: Connection refused
09-23 16:07:03.429 W/RILC ( 118): RIL_onUnsolicitedSendResponse called before RIL_register
09-23 16:07:03.439 E/RILC ( 118): RIL_register: RIL version 6
09-23 16:07:03.439 E/RILC ( 118): s_registerCalled = 1, s_started = 1, RIL_getMaxNumClients = 1