Search results

  1. owly

    double dragon design pattern

    these are the updates: AXNPC: learn->bool strLearn : ear.isEmpty case DiEngager DiBlabber *AXNPC2 swift python ported? DiSkillV2 pendingAlgorithm? AXGamification surplus->boolean GamificationP,N AX: AXGamification, AXNPC,AXNPC2 skills: GamificationP,N,DiEngager, DiBlabber core...
  2. owly

    double dragon design pattern

    double dragon mode!
  3. owly

    double dragon design pattern

    double the dragon double the fun! gamification skill addapter @fukurou setter and getter ver
  4. owly

    ahh shiiiiieeet skill cooking time!

    I'll cook some time skill with gamification pseudo code next ass shit asses
  5. owly

    ahh shiiiiieeet skill cooking time!

    shit in the ass!
  6. owly

    ahh shiiiiieeet skill cooking time!

    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaass :s5: javadoc it!!!
  7. owly

    ahh shiiiiieeet skill cooking time!

    @fukurou startin with da NPC skill! cmdContext: toggle skill_name, again, ... ********** *per mode* ********** cmdContext: switch skill_name_mode, again, repeate, ...->cyclerMode cmdContext1: engage skill_name, engage, again, repeate, ... switch(mode): 1) cmdContext1->NPC2_0 // engage +...
  8. owly

    👨‍💻 dev asses assified assification

    @fukurou public class TrgArgue { public UniqueItemSizeLimitedPriorityQueue commands = new UniqueItemSizeLimitedPriorityQueue(); public UniqueItemSizeLimitedPriorityQueue contextCommands = new UniqueItemSizeLimitedPriorityQueue(); public Boolean trgTolerance = false; public int...
  9. owly

    DIBlabber

    time to take a shit! then swift!!
  10. owly

    DIBlabber

    summoning kraken!
  11. owly

    DIBlabber

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

    scrapping the new port project

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

    our company moto is

    :s82:jizz doesn't ejaculate itself:s32:
  15. 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
  16. 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.
  17. 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())...
  18. 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...
  19. 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 =...
  20. owly

    👨‍💻 dev java->swiftAXPrompt

    100 Prompt AXPrompt @fukurou
Top