Search results

  1. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    I wonder if the alg should mutate upon x failed attempts
  2. 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:
  3. 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:
  4. 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 =...
  5. 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...
  6. fukurou

    [MEDIA]

  7. fukurou

    🏕️offgrid wood stoves

  8. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class AXLHub{ // hubs many reply decorators, language translators, encriptors and other string modifiers // decorate(str) to decorate string using the active string decorator private let cycler:Cycler private let drawRnd:DrawRnd = DrawRnd() private var size:Int = 0...
  9. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class Cycler{ private var cycler:Int = 0 private var limit:Int init(limit:Int) { self.limit = limit self.cycler = limit } func getLimit()->Int{ return self.limit } func setLimit(limit:Int){ self.limit = limit } func...
  10. fukurou

    natural remedies: honey + onion

    some more homestead jutsus: https://www.tiktok.com/@american_lost_survival?lang=en
  11. fukurou

    natural remedies: honey + onion

  12. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class AXLHousing{ func decorate(str1:String)->String{ // override me return "" } }
  13. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class DrawRnd { // draw a random element, than take said element out private var strings:Array<String> = [String]() private var stringsSource:Array<String> = [String]() init(_ values:String...) { for temp in values { strings.append(temp)...
  14. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    class DrawRnd { private var numbers:Array<Int> = [Int]() init(size:Int){ for index in 1...size{ numbers.append(index) } } init(_ markers:Int...) { for num in markers { numbers.append(num) } } func draw() -> Int {...
  15. fukurou

    new auxiliary module translation code party TEAM FUKI ASSEMBLE!

    public class DrawRnd { // draw a random element, than take said element out private ArrayList<String> strings = new ArrayList<>(); private ArrayList<String> stringsSource = new ArrayList<>(); private Random rand = new Random(); public DrawRnd(String... values) { for...
  16. fukurou

    [MEDIA]

  17. fukurou

    [MEDIA]

  18. fukurou

    battle strategy auxiliary module

    the raspberry Pi ha? great more expenses :s57: well at least I finally got to use the cloud emoji
Top