Skip to content

Instantly share code, notes, and snippets.

View ebabel's full-sized avatar

Erik Babel ebabel

  • Oakland, CA
View GitHub Profile
@ebabel
ebabel / build.gradle
Created November 22, 2019 21:50
codecov multi-project
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
...
}
repositories {
google()
jcenter()
@ebabel
ebabel / Main.java
Created September 2, 2015 20:21
If launch via vnc, it will launch the GUI app "Mail"
package com.company;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintStream;
import java.util.Scanner;
public class Main {