Skip to content

Instantly share code, notes, and snippets.

View andrioli's full-sized avatar
🏠
Working from home

Roberto Araujo andrioli

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am andrioli on github.
  • I am andrioli (https://keybase.io/andrioli) on keybase.
  • I have a public key ASBCbwV6AzC4DkBFeFozrmK0gBlsODaEM0wN3Po4iQUPQQo

To claim this, I am signing this object:

From 201bce80220c8bccd2bed5bd0db56c42897c2cea Mon Sep 17 00:00:00 2001
From: Roberto Araujo <roberto.andrioli@gmail.com>
Date: Wed, 3 Jun 2015 22:21:16 -0300
Subject: [PATCH] Using the correct value for parameter 'notify'
---
src/Monolog/Handler/HipChatHandler.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/Monolog/Handler/HipChatHandler.php b/src/Monolog/Handler/HipChatHandler.php
@andrioli
andrioli / sum_all.awk
Created November 30, 2014 18:52
Awk script to sum columns
{
for (i=1; i<=NF; i++) {
sum[i]+= $i
}
}
END {
for (i=1; i<NF; i++ ) {
printf "%s ", sum[i]
}
@andrioli
andrioli / README.md
Created November 22, 2014 22:28
JaCoCo offline instrumentation command-line support

This is a general purpose Ant build file that execute JaCoCo offline instrumentation.

Requirement: Just create a environment variable JACOCO_LIBS that point to a directory with the JaCoCo jar files.

There is also two BASH scripts to help setting the necessary build variables. Execute the BASH script with -h option for more information.

@andrioli
andrioli / .gtkrc-eclipse
Last active August 3, 2023 14:18
Config to make Eclipse Juno icons and tabs look small and nice in Linux
# Create a new file in your home directory called .gtkrc-eclipse
# call eclipse with this command:
# Gtk2 forced:
# export SWT_GTK3=0
# env GTK2_RC_FILES=/usr/share/themes/<YourTheme>/gtk-2.0/gtkrc:/home/<YourUser>/.gtkrc-eclipse '/path_to_eclipse/eclipse'
# In your Eclipse directory find the file 'e4_default_gtk.css'
# In this file there's a CSS class: