Search results

  1. owly

    DIBlabber

    we start off with the improved connand context: public class AXContextCmd { // engage on commands // when commands are engaged, context commans can also engage public UniqueItemSizeLimitedPriorityQueue commands = new UniqueItemSizeLimitedPriorityQueue(); public...
  2. owly

    scrapping the new port project

    we'll put it on the backburner IG
  3. owly

    our company moto is

    :s82:jizz doesn't ejaculate itself:s32:
  4. owly

    chatbot discussion

    another fuckin issue is data with topic. which fucking means the key is topic+key for example nicknames per name so we will need a filter object for the KV niggaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
  5. owly

    chatbot discussion

    thing is, a variant of that func will be eating whatever data is coming out an AXPrompt. in some cases this could cause a problem, when the data key is not relevant to that specific chatbot. so just in case if(!(wordToList.containsKey(kv.getKey()))){return ;} we use this fuck off code.
  6. owly

    chatbot discussion

    public void addParam(AXKeyValuePair kv){ if(!(wordToList.containsKey(kv.getKey()))){ RefreshQ temp = new RefreshQ(); temp.setLimit(paramLim); wordToList.put(kv.getKey(), temp); } wordToList.get(kv.getKey()).add(kv.getValue())...
  7. owly

    👨‍💻 dev java->swiftAXPrompt

    class AXPrompt { var isActive: Bool = false var index: Int = 0 var prompts: [Prompt] = [] var kv: AXKeyValuePair? = nil func addPrompt(_ p1: Prompt) { prompts.append(p1) } func getPrompt() -> String { if prompts.isEmpty { return...
  8. owly

    👨‍💻 dev java->swiftAXPrompt

    class Prompt { let regexUtil = RegexUtil() var kv = AXKeyValuePair() var prompt = "" var regex = "" init() { kv.key = "default" } func getPrompt() -> String { return prompt } func setPrompt(prompt: String) { self.prompt =...
  9. owly

    👨‍💻 dev java->swiftAXPrompt

    100 Prompt AXPrompt @fukurou
  10. 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 ""...
  11. 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)...
  12. owly

    👨‍💻 dev java->python AXPrompt

    100 Prompt AXPrompt
  13. owly

    👨‍💻 dev swift chat modules porting

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

    👨‍💻 dev python chat modules porting

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

    👨‍💻 dev new AXs

    rubalubadubdub shit inDS!
  16. owly

    👨‍💻 dev new AXs

    tight shit, now java doc it.
  17. owly

    👨‍💻 dev new AXs

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

    👨‍💻 dev new AXs

    you can't use fstrings like det fuckwad, we need to use the perchance exploit
  19. 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...
  20. owly

    👨‍💻 dev new AXs

Top