Search results

  1. owly

    so funny :)

    :s35:
  2. owly

    [MEDIA]

  3. owly

    bet you lurker losers can't figure out what I'ma do with these sweet algorithms

    there are two modules on my mind ATM: humor module auto programming module. the 1st has already revealed itself to me, it actually makes functional sense. the 2nd I need to brain dive to get. it would seem search engines have poisoned search results of the subject, which is interesting. all my...
  4. owly

    bet you lurker losers can't figure out what I'ma do with these sweet algorithms

    you just need to spend less time jackin
  5. owly

    bet you lurker losers can't figure out what I'ma do with these sweet algorithms

    https://en.wikipedia.org/wiki/Search_tree :s48: noobs
  6. owly

    🐍 python python time

  7. 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...
  8. owly

    🐍 python python time

  9. owly

    [MEDIA]

  10. 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...
  11. owly

    🐍 python python time

    I'm gone catch some Zs :s66:
  12. 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 =...
  13. 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...
  14. owly

    🐍 python python time

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

    🐍 python python time

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

    [MEDIA]

  20. 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...
Top