Search results

  1. owly

    👨‍💻 dev java->python AXPrompt

    class AXPrompt: def __init__(self): self.isActive = False self.index = 0 self.prompts = [] self.kv = None def addPrompt(self, p1): self.prompts.append(p1) def getPrompt(self): if len(self.prompts) == 0: return ""...
  2. owly

    👨‍💻 dev java->python AXPrompt

    class Prompt: def __init__(self): self.regexUtil = RegexUtil() self.kv = AXKeyValuePair() self.prompt = "" self.regex = "" self.kv.setKey("default") def getPrompt(self): return self.prompt def setPrompt(self, prompt)...
  3. owly

    👨‍💻 dev java->python AXPrompt

    100 Prompt AXPrompt
  4. owly

    👨‍💻 dev swift chat modules porting

    100 +ChatBot +PercentDripper +AXNPC +AXTimeContextResponder +UniqueItemsPriorityQue*Q peak() +depracate perchance, perchance test @fukurou
  5. owly

    👨‍💻 dev python chat modules porting

    100 +ChatBot +PercentDripper +AXNPC +AXTimeContextResponder +UniqueItemsPriorityQue*Q peak() +depracate perchance, perchance test @fukurou
  6. owly

    👨‍💻 dev new AXs

    rubalubadubdub shit inDS!
  7. owly

    👨‍💻 dev new AXs

    tight shit, now java doc it.
  8. owly

    👨‍💻 dev new AXs

    I'm runnin 5 fuckin generators up this bitch!
  9. owly

    👨‍💻 dev new AXs

    you can't use fstrings like det fuckwad, we need to use the perchance exploit
  10. owly

    👨‍💻 dev new AXs

    public class Catche { // limited sized dictionary private int limit; private UniqueItemSizeLimitedPriorityQueue keys; private Hashtable<String,String> d1 = new Hashtable<>(); public Catche(int size) { this.limit = size; this.keys = new...
  11. owly

    👨‍💻 dev new AXs

  12. owly

    👨‍💻 dev new AXs

    down that coffee slug we have waifubots to code :s45:
  13. owly

    👨‍💻 dev new AXs

    new sitter skill public responder1 = AXTimeContextReply public responder2 = AXResponseDic() if ear = "i am bored" tStr = responder1.respond() if !tStr.isEmpty : alg(tStr);return; tStr = responder2.respond() if !tStr.isEmpty : alg(tStr); new NPC skill: // learn tStr2 = cmdBreaker(ear) //...
  14. owly

    👨‍💻 dev new AXs

    ********** *%dripper* ********** limis = 35 setLimis drip()->bool return rnd(100) < limis dripPlus(int n)->bool return rnd(100) < limis + n ***************** *AXNPC:Responder* ***************** dripper:%dripper @override respond()->str if dripper.drip(): return responder.response() return ""...
  15. owly

    team assembly

    @fukurou we are gon port the code! I've managed to deploy an advanced meeseek we gotta get the tribunal aboard. it's a 4 man job
  16. owly

    the 6th PL

  17. owly

    the 6th PL

    there are prons and cons to a 6th PL. IG it's the collection effect at this point. we'll need the living tribunal.
  18. owly

    RefreshQ

    @fukurou public class RefreshQ extends UniqueItemSizeLimitedPriorityQueue{ public void removeItem(String item){ super.elements.remove(item); } @Override public void add(String item) { // FILO if (super.contains(item)){ removeItem(item)...
Top