Search results

  1. owly

    hashpikh parikh

    inflect that mofo
  2. owly

    [MEDIA]

  3. owly

    hashpikh parikh

    class RailChatBot: def __init__(self, limit=5): self.dic = {} self.context = "default" self.dic[self.context] = RefreshQ(limit) self._limit = limit def setContext(self, context): if context == "": return self.context = context...
  4. owly

    hashpikh parikh

  5. owly

    hashpikh parikh

  6. owly

    hashpikh parikh

    bitch pudding asssssssss assssss aaaaaaaaaaaAAAAss.
  7. owly

    hashpikh parikh

    its not a dictionary as you think. the values are LimUniqueResponder, meaning a nice steamy pile up of possible outputs. and the Juubi is context which would engage different such dictionaries which are called ECV2. get with the program! its an experiment because we don't know how fake the...
  8. owly

    hashpikh parikh

    shiiiiiiiiiiiiiiiiit you think this is a game you think we be playin?! anywho, this is an experiment. this railbot is kind of like a dictionary chatbot and shit. you know, like key= input and value=output that's why that fukurou jizzwad was all like, "we gottafilter a-a" cause than that bitch...
  9. owly

    hashpikh parikh

    yeah and give myself stifies. for shits and giggles
  10. owly

    hashpikh parikh

    by the fucking way, I wanna ECV2 a new Railbot. pepper that mofo with Juubi context.
  11. owly

    hashpikh parikh

    next level 0 fucks given.
  12. owly

    hashpikh parikh

    I'm making some coffee @fukurou this world is truely fake
  13. owly

    👨‍💻 dev default notes

    summoning KRAKEN!
  14. owly

    👨‍💻 dev default notes

    class DiNoteTaker(Skill): def __init__(self): super().__init__() self.notes: Notes = Notes() # Override def input(self, ear: str, skin: str, eye: str): if not ear: return match ear: case "get note"...
  15. owly

    👨‍💻 dev default notes

    class DiNoteTaker(Skill): def __init__(self): super().__init__() self.notes: Notes = Notes() # Override def input(self, ear: str, skin: str, eye: str): if len(ear) == 0: return match ear: case "get note"...
  16. owly

    👨‍💻 dev catalogging

    so this is the code snippet. we will also need to list the skills in the catalog. and cross ref the catalog with the equipped skills. and jack off... def skillNotes(self, param: str) -> str: if param == "notes": return "magic 8 ball" elif param == "triggers"...
  17. owly

    👨‍💻 dev jizzin Eliza

    experimental ver shit in the asses: import java.util.*; import java.util.regex.Matcher; import java.util.regex.Pattern; public class ElizaDeducer { public List<PhraseMatcher> babble2; private Map<String, List<PhraseMatcher>> patternIndex; private Map<String, List<AXKeyValuePair>>...
  18. owly

    👨‍💻 dev jizzin Eliza

    import java.util.ArrayList; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; public class ElizaDeducer { public List<PhraseMatcher> babble2; public ElizaDeducer() { // init values in subclass // see ElizaDeducerInitializer for...
  19. owly

    👨‍💻 dev jizzin Eliza

    import java.util.ArrayList; import java.util.Arrays; public class ElizaDeducerInitializer extends ElizaDeducer { public ElizaDeducerInitializer() { initializeBabble2(); } private void initializeBabble2() { addPhraseMatcher( "(.*) is (.*)"...
  20. owly

    👨‍💻 dev jizzin Eliza

    looks fucked from here? import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; public class ElizaDeducerInitializer extends ElizaDeducer { public ElizaDeducerInitializer() { initializeBabble2(); babble2 = Collections.unmodifiableList(babble2)...
Top