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:
I hereby claim:
To claim this, I am signing this object:
| From 201bce80220c8bccd2bed5bd0db56c42897c2cea Mon Sep 17 00:00:00 2001 | |
| From: Roberto Araujo <[email protected]> | |
| 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 |
| { | |
| for (i=1; i<=NF; i++) { | |
| sum[i]+= $i | |
| } | |
| } | |
| END { | |
| for (i=1; i<NF; i++ ) { | |
| printf "%s ", sum[i] | |
| } |
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.
| # 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: |