Search results

  1. fukurou

    x knot

    vid attached
  2. fukurou

    mk11 char guides

    cassie
  3. 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...
  4. 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...
  5. fukurou

    successful learnability experiment

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

    combat masters FPS

  7. 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)...
  8. fukurou

    mk11 combos

  9. fukurou

    👨‍💻 dev arduino cheat sheet codes

    variables int led = 13; // implicit var declaration bool ledState1 = false; const float pi = 3.14; #define c1 4 // const declaration String s = "hello"; N-dimentional arrays int b[ 2 ][ 2 ] = { { 1, 2 }, { 3, 4 } }; int b[ 2 ][ 2 ]; b[0][0] = 10;// item in array loops for(int i=0; i<7; i++)...
  10. fukurou

    and I wonder

    is there merit to running a LivinGrimoire only on an Arduino?
  11. fukurou

    ⚡ arduino add library

  12. fukurou

    bruce lee

    @ZORO
  13. fukurou

    black BG color for pages

  14. fukurou

    🎮gaming ChatWaifu

  15. fukurou

    terry on AI

  16. fukurou

    templeOS

    installation:
  17. fukurou

    new sylveon

    Sylveon (F) @ Leftovers OT: Ability: Cute Charm Shiny: Yes Tera Type: Psychic EVs: 4 HP / 252 SpA / 4 SpD / 248 Spe Timid Nature - Moonblast - Psychic - Yawn - Protect @ZORO
Top