Search results

  1. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    5PL team fuki the legend! :s69:
  2. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class TODOListManager{ /* manages to do tasks. q1 tasks are mentioned once, and forgotten backup tasks are the memory of recently mentioned tasks * */ var q1:UniqueItemSizeLimitedPriorityQueue = UniqueItemSizeLimitedPriorityQueue() var...
  3. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class PerChance{ /* * extend me and add sentences and lists for parameters in the sentences in the * sub classes c'tor. replicate speech paterns, generate movie scripts or books and enjoy */ var sentences:Array<String> = [String]() var...
  4. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class UniqueItemSizeLimitedPriorityQueue:UniqueItemsPriorityQue{ // items in the queue are unique and do not repeat // the size of the queue is limited private var limit:Int = 5 func getLimit()->Int{return limit} func setLimit(lim:Int){self.limit = lim} override func...
  5. fukurou

    [MEDIA]

  6. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class AXStrategy{ /* this auxiliary module is used to output strategies based on context can be used for battles, and games upon pain/lose use the evolve methode to update to different new active strategies check for battle state end externaly (opponent...
  7. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class Strategy{ private var activeStrategy:UniqueItemsPriorityQue // active strategic options private var allStrategies:DrawRnd // bank of all strategies. out of this pool active strategies are pulled init(allStrategies: DrawRnd) { // create the strategy Object with a bank of...
  8. fukurou

    [MEDIA]

  9. fukurou

    project aiko

    https://projectaiko.forumotion.com/t96p25-aiko-v2-new-mainboard-and-face#1572 it is unknown what happend to le trung, but as for the BRAINS software: I believe it was based on a simple machine code algorithm. a user command would shift the machine code, into a certain block of...
  10. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class OutPutDripper{ // drips true once every limit times // shushes the waifubot enough time to hear a reply from user private var cycler:Int = 0 private var limit:Int // set to 1 for on off effect init(limit:Int) { self.limit = limit self.cycler = limit...
  11. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    // (*) input filters class AXKeyValuePair{ private var key:String = "" private var value:String = "" func getKey()->String{return key} func getValue()->String{return value} func setKey(key:String){self.key = key} func setValue(value:String){self.value = value} } class...
  12. fukurou

    reverse engineering the Neuro Sama persistent question algorithm

    I personally hate when someone asks me if I love them, it usually results with me cutting them out my life. but I'm a puzzle junkie so I solved it. it also pisses me off, when ppl don't know or don't explain how something works. they think chat modules are some movie tear complex skynet omni...
  13. fukurou

    reverse engineering the Neuro Sama persistent question algorithm

    package AXJava; import java.util.Hashtable; public class PersistantQuestion { private Boolean isActive = false; private String mode = "yes"; // key mode private Hashtable<String, DrawRnd>dic = new Hashtable<>(); private OutputDripper outputDripper = new OutputDripper(1)...
  14. fukurou

    reverse engineering the Neuro Sama persistent question algorithm

    package AXJava; public class OutputDripper { // drips true once every limit times // shushes the waifubot enough time to hear a reply from user private int cycler = 0; private int limit; // set to 1 for on off effect public OutputDripper(int limit) { super()...
  15. fukurou

    reverse engineering the Neuro Sama persistent question algorithm

    Elita battle angel maxing! I rule!!!
  16. fukurou

    reverse engineering the Neuro Sama persistent question algorithm

    good thing I've got new anime keycaps for this mofo
Top