Skip to content

Instantly share code, notes, and snippets.

View buitrunghieu1997's full-sized avatar

Bùi Trung Hiếu buitrunghieu1997

  • 1MG
  • Hà Nội
View GitHub Profile
import android.sax.EndTextElementListener;
import java.util.ArrayList;
import java.util.regex.Pattern;
import java.util.regex.Matcher;
public class Lexer {
static String PLAYER_STATES_1 = "Q|S|\\s+";
static String PLAYER_STATES_2 = "X|!|\\s+";
@buitrunghieu1997
buitrunghieu1997 / cloudSettings
Last active September 17, 2020 03:16 — forked from thomd/java-snippets.md
Java code snippets
{"lastUpload":"2020-09-17T03:16:31.272Z","extensionVersion":"v3.4.3"}