Search results

  1. fukurou

    quiting soap

  2. fukurou

    Cardboard Box Bird Trap

  3. fukurou

    x knot

    vid attached
  4. fukurou

    mk11 char guides

    cassie
  5. 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...
  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

    successful learnability experiment

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

    combat masters FPS

  9. 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)...
  10. fukurou

    pizza dough

  11. fukurou

    mk11 combos

  12. 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++)...
  13. fukurou

    and I wonder

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

    ⚡ arduino add library

  15. fukurou

    bruce lee

    @ZORO
  16. fukurou

    black BG color for pages

  17. fukurou

    🎮gaming ChatWaifu

  18. fukurou

    terry on AI

Top