Skip to content

Instantly share code, notes, and snippets.

View Ribesg's full-sized avatar
🇫🇷

Gael Ribes Ribesg

🇫🇷
View GitHub Profile
@file:Suppress("NOTHING_TO_INLINE")
package org.jetbrains.anko
import android.app.Fragment
import android.view.View
/*
* This class must be named Dialogs2 to not override Anko.
*/
public
class
IAmDoingItWrong
{
public
static
void
main
(
String
import java.util.ArrayList;
import java.util.List;
/** @author dumptruckman, Ribesg */
public class ArgumentParser {
/**
* Transform a Bukkit-provided args array, considering quotes in the original String.
* Example:
* - Input = { a | 'b | c | d' | "e | f | g" | h"i | j" | "k | l'm | n" | 'o | p | q }