Search results

  1. fukurou

    DIBlabber

    shit in DS!
  2. fukurou

    DIBlabber

    @owly
  3. fukurou

    DIBlabber

    class AXNPC: def __init__(self, replyStackLim: int, outputChance: int): self.responder: RefreshQ = RefreshQ(replyStackLim) self.dripper = PercentDripper() if 0 < outputChance < 101: self.dripper.setLimit(outputChance) self.cmdBreaker: AXCmdBreaker...
  4. fukurou

    DIBlabber

    class AXContextCmd: # engage on commands # when commands are engaged, context commans can also engage def __init__(self): self.commands: UniqueItemSizeLimitedPriorityQueue = UniqueItemSizeLimitedPriorityQueue(5) self.contextCommands: UniqueItemSizeLimitedPriorityQueue...
  5. fukurou

    DIBlabber

    @mr.meeseeks
  6. fukurou

    DIBlabber

    public class AXNPC { public RefreshQ responder = new RefreshQ(); public PercentDripper dripper = new PercentDripper(); public AXCmdBreaker cmdBreaker = new AXCmdBreaker("say"); public AXNPC(int replyStockLim, int outputChance) { responder.setLimit(replyStockLim)...
  7. fukurou

    DIBlabber

    public class AXContextCmd { // engage on commands // when commands are engaged, context commans can also engage public UniqueItemSizeLimitedPriorityQueue commands = new UniqueItemSizeLimitedPriorityQueue(); public UniqueItemSizeLimitedPriorityQueue contextCommands = new...
  8. fukurou

    DIBlabber

    public class AXContextCmd { // engage on commands // when commands are engaged, context commans can also engage public UniqueItemSizeLimitedPriorityQueue commands = new UniqueItemSizeLimitedPriorityQueue(); public UniqueItemSizeLimitedPriorityQueue contextCommands = new...
  9. fukurou

    [MEDIA]

  10. fukurou

    humanoid design

  11. fukurou

    scrapping the new port project

    @owly its a waste of time. 101 classes, + lots of missing codes, +cost I don't see any additional gain none whatsoever.
  12. fukurou

    regex col

    @the living tribunal
  13. fukurou

    regex col

    email : [A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,6} timeStamp : [0-9]{1,2}:[0-9]{1,2}:[0-9]{1,2} simpleTimeStamp : [0-9]{1,2}:[0-9]{1,2} secondlessTimeStamp : [0-9]{1,2}:[0-9]{1,2} fullDate : [0-9]{1,4}/[0-9]{1,2}/[0-9]{1,2} [0-9]{1,2}:[0-9]{1,2}:[0-9]{1,2} date ...
  14. fukurou

    to fap or not to fap that is the question

    actually it's: to fap now or later
  15. fukurou

    chatbot discussion

    class ChatBot { /* let chatbot:ChatBot = ChatBot(logParamLim: 5) chatbot.addParam("name", "jinpachi") chatbot.addParam("name", "sakura") chatbot.addParam("verb", "eat") chatbot.addParam("verb", "code") chatbot.addSentence("i can verb #")...
  16. fukurou

    chatbot discussion

    // same as the addParam but only the latest parameter is saved // used for topics, names, cases where 1 latest parameter is needed public void addSubject(String category, String value){ if(!(wordToList.containsKey(category))){ RefreshQ temp = new RefreshQ()...
  17. fukurou

    chatbot discussion

    it's pretty much JSON object but it's high eff low gain so the filter idea is better.
  18. fukurou

    chatbot discussion

    well mister niggaaaa thinking bout this 4 dimensionally... when the chatbot switches topic then what? we need a midway data container. with a list of topicable keys, and the default "" key
  19. fukurou

    [MEDIA]

Top