Skip to content

Instantly share code, notes, and snippets.

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

fiorenzo pizza fiorenzino

🏠
Working from home
View GitHub Profile
@fiorenzino
fiorenzino / 0_reuse_code.js
Created October 10, 2015 09:49
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
package net.toutantic.jgit;
import static org.junit.Assert.*;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Collection;
import java.util.Iterator;