Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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)...
  6. 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()...
  7. fukurou

    reverse engineering the Neuro Sama persistent question algorithm

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

    reverse engineering the Neuro Sama persistent question algorithm

    good thing I've got new anime keycaps for this mofo
  9. fukurou

    [MEDIA]

  10. fukurou

    reverse engineering the Neuro Sama persistent question algorithm

    PersistantQuestion active? mode // key {key,DrawRnd} activate(){} process(t:Str)->Str{ // got answer? if dic.containsKey(t){mode = t; active = false;} // nag for answer: if outputDripper.drip() {result = dic[mode].drawRnd; if !reult.isEmpty {return result} else...
  11. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class AXLearnability { var algSent:Bool = false // problems that may result because of the last deployed algorithm: var defcons:UniqueItemsPriorityQue = UniqueItemsPriorityQue() // default size = 5 var goal:UniqueItemsPriorityQue = UniqueItemsPriorityQue() // major problems...
  12. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    I wonder if the alg should mutate upon x failed attempts
  13. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class AXLNeuroSama{ private let nyaa:AXNeuroSama = AXNeuroSama(rate: 3) func decorate(_ str1: String) -> String { return self.nyaa.decorate(output: str1) } } I used nameless swift function parameters for this one :s21:
  14. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    public class AXLNeuroSama extends AXLHousing{ private AXNeuroSama nyaa = new AXNeuroSama(3); @Override public String decorate(String str1) { return this.nyaa.decorate(str1); } }:s71:
  15. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class AXNeuroSama{ private let nyaa:Responder = Responder(" heart", " heart", " wink", " heart heart heart") private let rnd:DrawRnd = DrawRnd() private var rate:Int init(rate: Int) { // the higher the rate the less likely to decorate outputs // recomended value =...
  16. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    public class AXNeuroSama { private Responder nyaa = new Responder(" heart", " heart", " wink", " heart heart heart"); private DrawRnd rnd = new DrawRnd(); private int rate; public AXNeuroSama(int rate) { // the higher the rate the less likely to decorate outputs...
  17. fukurou

    [MEDIA]

  18. fukurou

    🏕️offgrid wood stoves

Top