Search results

  1. fukurou

    a dive into Neuro sama's code

    this is an improved perchance chatbot code: public class PerChance {/* * extend me and add sentences and lists for parameters in the sentences in the * sub classes c'tor. see JokerIncel class for exammple see Joker Util class for * editing a large amount of data faster B4 adding it in the...
  2. fukurou

    perchance chatbot code

    package AXJava; import LivinGrimoire.RegexUtil; import java.util.ArrayList; import java.util.Hashtable; import java.util.Random; public class PerChance {/* * extend me and add sentences and lists for parameters in the sentences in the * sub classes c'tor. see JokerIncel class for exammple...
  3. fukurou

    [MEDIA]

  4. fukurou

    perchance chatbot code

    12A34B56 {hardcoded, shallowref to DB obj} {category, list} [fixures] // que [imagined outputs] // remove failed :s69:
  5. fukurou

    perchance chatbot code

    12A34B56 {category, list} [fixures] [imagined outputs] :s7:
  6. fukurou

    🎮gaming nintendo switch mk11 unlockable fatalities

    Baraka – Rock, Paper, Baraka (Close): Left, Right, Left, B Cassie Cage – #GirlPower (Far): Left, Down, Down, Left, X Cetrion – Good And Evil (Mid): Left, Down, Left, B D’Vorah – Can’t Die (Mid): Left, Down, Down, A Erron Black – Death Trap (Mid): Down, Right, Down, X Frost – The Cyber...
  7. fukurou

    mk11 combos

  8. fukurou

    successful learnability experiment

    :h3:
  9. fukurou

    successful learnability experiment

    patched up some code and, wow I witnessed her learn.
  10. fukurou

    [MEDIA]

  11. fukurou

    the brand new AXL category of auxiliary modules.

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

    the brand new AXL category of auxiliary modules.

    package AXJava; import LivinGrimoire.Algorithm; import java.util.ArrayList; public class AXLHub { // hubs many reply decorators, language translators, encriptors and other string modifiers // decorate(str) to decorate string using the active string decorator private Cycler cycler...
  13. fukurou

    the brand new AXL category of auxiliary modules.

    package AXJava; import LivinGrimoire.DeepCopier; import java.util.ArrayList; import java.util.Random; public class DrawRnd { // draw a random element, than take said element out private ArrayList<String> strings = new ArrayList<>(); private ArrayList<String> stringsSource = new...
  14. fukurou

    mk11 combos

  15. fukurou

    mk11 combos

  16. fukurou

    the brand new AXL category of auxiliary modules.

    :s55: ah shiiiiieeet here we go again. package AXJava; public class AXLHousing { public String decorate(String str1){ // override me return ""; } }
  17. fukurou

    SML Movie: The Stain!

    :s19:
  18. fukurou

    combat masters FPS

  19. fukurou

    get user input in various programming languages Empty get user input in various programming languages

    java: Scanner scanner = new Scanner(System.in); System.out.println("enter input"); String str1 = scanner.nextLine(); System.out.println("input was: " + str1); kotlin: Scanner scanner_variable = Scanner(System.`in`) println("enter input") var s1:String = scanner_variable.nextLine() println(s1)...
Top