Skip to content

Instantly share code, notes, and snippets.

@DannyDelott
Created February 12, 2015 17:58
Show Gist options
  • Save DannyDelott/3bf595deee04091dd7e5 to your computer and use it in GitHub Desktop.
Save DannyDelott/3bf595deee04091dd7e5 to your computer and use it in GitHub Desktop.
Global variables in Main.java
private static TweetBuffer buffer1, buffer2;
private static int currentBufferId; // 1 or 2
private static final int MIN_BUFFER_SIZE = 10;
private static HashSet<String> duplicateUrls; // holds Vine URLs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment