Search results

  1. owly

    [MEDIA]

  2. 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...
  3. owly

    ๐Ÿ python python time

    I'm gone catch some Zs :s66:
  4. 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 =...
  5. 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...
  6. owly

    ๐Ÿ python python time

    doesn't seem likely. I mean how would you check if the alg you used is valid?
  7. 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...
  8. 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 =...
  9. 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...
  10. owly

    ๐Ÿ python python time

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

    [MEDIA]

  12. 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...
  13. 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...
  14. owly

    ๐Ÿ python python time

    5 generators up this biyatch!!!!!
  15. 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...
  16. 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...
  17. owly

    ๐Ÿ python python time

  18. owly

    ๐Ÿ python python time

  19. owly

    ๐Ÿ python python time

    it's a COMMAND CENTER! code the fucking thing you fuck! slime fuck thinks I B playing up this bitch.
  20. owly

    ๐Ÿ python python time

    I've been seeing too many lurkers in my command center lately. it's annoying. yes you, mister lurker. join the party or buzz off. :s52: public class Cycler { // cycles through numbers limit to 0 non-stop private int cycler = 0; private int limit; public Cycler(int limit) {...
Top