I hereby claim:
- I am falmp on github.
- I am falmp (https://keybase.io/falmp) on keybase.
- I have a public key whose fingerprint is B4B6 F105 44FB 2623 E92D 437E D9F2 A3F7 35CF D337
To claim this, I am signing this object:
google_compute_firewall.slave: Creating... | |
allow.#: "" => "1" | |
allow.2437820978.ports.#: "" => "2" | |
allow.2437820978.ports.1314869661: "" => "80" | |
allow.2437820978.protocol: "" => "tcp" | |
name: "" => "slave-firewall" | |
network: "" => "default" | |
self_link: "" => "<computed>" | |
source_ranges.#: "" => "1" | |
source_ranges.1080289494: "" => "0.0.0.0/0" |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
I hereby claim:
To claim this, I am signing this object:
<?php | |
/** | |
* Pretty print a matrix (bidimensional array). | |
* | |
* @author Francisco Lopes <[email protected]> | |
* @param array $matrix The matrix to print | |
* @return void | |
*/ | |
function print_matrix(array $matrix) { |