I hereby claim:
- I am xgouchet on github.
- I am xgouchet (https://keybase.io/xgouchet) on keybase.
- I have a public key whose fingerprint is 35B2 0154 3D41 A27E 2DBA 7C6E 7650 A508 4AB6 4CD6
To claim this, I am signing this object:
package fr.xgouchet.androidlib.common; | |
import android.util.Log; | |
/** | |
* A utility class to insert logs in Android Log Cat, with link to the line calling it (much like in an exception stack trace). | |
* | |
*/ | |
public final class LogUtils { |
#!/bin/bash | |
## get the folders | |
folder1=$1 | |
folder2=$2 | |
empty="..." | |
# check we have two folders | |
if [ -z "$folder2" ]; then | |
echo " Missing folders to diff " |
#!/bin/sh | |
# | |
# usage : | |
# adb-debug-over-wifi [SERIAL OF THE DEVICE] | |
device_serial=$1 | |
devices_attached=`adb devices -l | grep -c "device:"` | |
# check the device | |
if [ -z "$device_serial" ]; then |
#!/usr/bin/env bash | |
# git bash prompt | |
# Based on twolfson's sexy bash prompt (https://github.com/twolfson/sexy-bash-prompt) | |
# If we are on a colored terminal | |
if tput setaf 1 &> /dev/null; then | |
# Reset the shell from our `if` check | |
tput sgr0 &> /dev/null | |
# If you would like to customize your colors, use |
################################################################################ | |
# Android Debug Bridge (adb) udev definition file | |
# | |
# This rules file will add a /dev/android_adb symlink when an Android phone with | |
# an identified idVendor:idProduct appears on the USB port. Then it will run the | |
# Android adb program (located in specified RUN+ statement below). | |
# | |
# Copy this file to /etc/udev/rules.d/51-android.rules then run the following lines | |
# sudo chmod a+r /etc/udev/rules.d/51-android.rules | |
# sudo /etc/init.d/udev restart |
; This file installs layout preferences from Photoshop 6 in GIMP 2.8. | |
; | |
; Rename it to 'sessionrc' and place it into your personal GIMP directory: | |
; ~/.gimp-2.8 folder (Linux) | |
; | |
; | |
(session-info "toplevel" | |
(factory-entry "gimp-empty-image-window") | |
(position 195 356) |
*.gif diff=image | |
*.jpg diff=image | |
*.png diff=image |
#!/bin/sh | |
# this uses ImageMagick, so make sure it's installed for this to work | |
compare $2 $1 png:- | montage -geometry +4+4 $2 - $1 png:- | display -title "$1" - |
I hereby claim:
To claim this, I am signing this object: