Skip to content

Instantly share code, notes, and snippets.

View nagromc's full-sized avatar
⛏️

Morgan Courbet nagromc

⛏️
View GitHub Profile
Device : LGE Nexus 5X (bullhead)
Android : 7.0 (3141966, NRD90R)
Memory : 15M (10.24% free, 192M max)
Memclass: 192
OS Host : vped5.mtv.corp.google.com
App : Signal 3.19.1
--------- beginning of main
10-06 14:06:14.121 12985 12985 I chatty : uid=10153(org.thoughtcrime.securesms) expire 34 lines
10-06 14:06:16.511 12985 24937 I chatty : uid=10153(org.thoughtcrime.securesms) expire 1 line
Device : LGE Nexus 5X (bullhead)
Android : 7.0 (3141966, NRD90R)
Memory : 15M (1.73% free, 192M max)
Memclass: 192
OS Host : vped5.mtv.corp.google.com
App : Signal 3.19.1
--------- beginning of main
10-06 11:09:31.170 12985 15411 I chatty : uid=10153(org.thoughtcrime.securesms) expire 3 lines
10-06 11:09:31.346 12985 13002 I chatty : uid=10153(org.thoughtcrime.securesms) JobConsumer-0 expire 13 lines
@nagromc
nagromc / keybase.md
Last active February 21, 2017 22:42

Keybase proof

I hereby claim:

  • I am nagromc on github.
  • I am mgn (https://keybase.io/mgn) on keybase.
  • I have a public key whose fingerprint is 3B0D 75B3 E87F A1BD 7014 ADA2 3D5D DE26 A0B5 5831

To claim this, I am signing this object:

#!/bin/bash
# This program is free software. It comes without any warranty, to
# the extent permitted by applicable law. You can redistribute it
# and/or modify it under the terms of the Do What The Fuck You Want
# To Public License, Version 2, as published by Sam Hocevar. See
# http://sam.zoy.org/wtfpl/COPYING for more details.
for fgbg in 38 48 ; do #Foreground/Background
for color in {0..256} ; do #Colors
grep -e '^[yuiophjklmn]\{0,2\}\([azertqsdfgwxcvb]\{1,2\}[yuiophjklmn]\{1,2\}\)\{3,4\}[azertqsdfgwxcvb]\{0,2\}$' /usr/share/dict/french
@nagromc
nagromc / Lircmap.xml
Last active December 11, 2015 08:38
Surcharge de la configuration des touches pour la disposition Microsoft Windows Media Center de la télécommande Logitech Harmony 300i. Emplacement des fichiers : - ~/.xbmc/userdata/Lircmap.xml - ~/.xbmc/userdata/keymaps/remote.xml
<!--
En commentaire avant la commande : le nom du bouton positionné dans myharmony.com
-->
<lircmap>
<remote device="mceusb">
<!-- Audio --> <language>BB3</language>
<!-- Subtitle --> <subtitle>BB2</subtitle>
@nagromc
nagromc / keyboard.xml
Created November 29, 2012 17:09
Fichier keyboard.xml pour la Harmony 300i surchargeant les options par défaut
<!-- Template à ajouter à chaque nouvelle section -->
<!--
Le premier commentaire correspond à l'action/commande dans l'interface Harmony. Ne pas confondre avec les touches.
Le deuxième commentaire correspond à l'action associée au bouton pour XBMC. A décommenter.
-->
<!-- 0 --> <!-- <zero></zero> -->
<!-- 1 --> <!-- <ampersand></ampersand> -->
<!-- 2 --> <!-- <two></two> -->
<!-- 3 --> <!-- <doublequote></doublequote> -->
@nagromc
nagromc / raspi.logo
Created October 21, 2012 10:13
A linuxlogo file for the Raspberry Pi. How to use: - Save this gist in your home directory - Add the logo to the linux_logo configuration file (echo "-D ~/raspi.logo" > ~/.linux_logo) - Add "linuxlogo" to .bashrc (echo "linuxlogo" >> .bashrc)