Search results

  1. owly

    ๐Ÿ python python time

    public class PersistantQuestion { private Boolean isActive = false; private String mode = "yes"; // key mode private Hashtable<String, DrawRnd>dic = new Hashtable<>(); private OutputDripper outputDripper = new OutputDripper(1); private String loggedAnswer = ""; // only used...
  2. owly

    ๐Ÿ python python time

  3. owly

    [MEDIA]

  4. owly

    ๐Ÿ python python time

    public class Strategy { private UniqueItemSizeLimitedPriorityQueue activeStrategy; // active strategic options private DrawRnd allStrategies; // bank of all strategies. out of this pool active strategies are pulled public Strategy(DrawRnd allStrategies) { // create the...
  5. owly

    ๐Ÿ python python time

    I'm gone catch some Zs :s66:
  6. owly

    ๐Ÿ python python time

    public class InputFilter { // filter out non-relevant input // or filter in relevant data public String filter(String ear, String skin, String eye){ // override me return ""; } public AXKeyValuePair filter(String ear){ // override me : key =...
  7. owly

    ๐Ÿ python python time

    public class TrgTolerance extends TrGEV3{ // this boolean gate will return true till depletion or reset() private int repeats = 0; private int maxrepeats; //2 recomended public TrgTolerance(int maxrepeats) { this.maxrepeats = maxrepeats; } public void...
  8. owly

    ๐Ÿ python python time

    doesn't seem likely. I mean how would you check if the alg you used is valid?
  9. owly

    ๐Ÿ python python time

    public class AXLearnability { private Boolean algSent = false; // problems that may result because of the last deployed algorithm: public UniqueItemSizeLimitedPriorityQueue defcons = new UniqueItemSizeLimitedPriorityQueue();// default size = 5 // major chaotic problems that may...
  10. owly

    ๐Ÿ python python time

    public class OutputDripper { // drips true once every limit times // shushes the waifubot enough time to hear a reply from user private int cycler = 0; private int limit; // set to 1 for on off effect public OutputDripper(int limit) { super(); this.limit =...
  11. owly

    ๐Ÿ python python time

    public class AXLHub { // hubs many reply decorators, language translators, encriptors and other string modifiers // decorate(str) to decorate string using the active string decorator private Cycler cycler; private DrawRnd drawRnd = new DrawRnd(); private int size = 0...
  12. owly

    ๐Ÿ python python time

    public class AXLHousing { public String decorate(String str1){ // override me return ""; } }
  13. owly

    [MEDIA]

  14. owly

    ๐Ÿ python python time

    public class AXNeuroSama { private Responder nyaa = new Responder(" heart", " heart", " wink", " heart heart heart"); private DrawRnd rnd = new DrawRnd(); private int rate; public AXNeuroSama(int rate) { // the higher the rate the less likely to decorate outputs...
  15. owly

    ๐Ÿ python python time

    public class TODOListManager { /* manages to do tasks. q1 tasks are mentioned once, and forgotten backup tasks are the memory of recently mentioned tasks * */ private UniqueItemSizeLimitedPriorityQueue q1 = new UniqueItemSizeLimitedPriorityQueue(); private...
  16. owly

    ๐Ÿ python python time

    5 generators up this biyatch!!!!!
  17. owly

    ๐Ÿ python python time

    public class DrawRnd { // draw a random element, than take said element out private ArrayList<String> strings = new ArrayList<>(); private ArrayList<String> stringsSource = new ArrayList<>(); private Random rand = new Random(); public DrawRnd(String... values) { for...
  18. owly

    ๐Ÿ python python time

    public class LGTypeConverter { private RegexUtil r1 = new RegexUtil(); public int convertToInt(String v1){ String temp = r1.extractRegex(enumRegexGrimoire.integer, v1); if (temp.isEmpty()) {return 0;} return Integer.parseInt(temp); } public Double...
  19. owly

    ๐Ÿ python python time

  20. owly

    ๐Ÿ python python time

Top