Search results

  1. fukurou

    Raspberri Pi and Arduino

    Pi OS installation aka SD card flashing 1 https://www.raspberrypi.com/software/ Download and install Raspberry Pi Imager to a computer with an SD card reader. Put the SD card you'll use with your Raspberry Pi into the reader and run Raspberry Pi Imager. this software will flash the raspberry...
  2. fukurou

    Raspberri Pi and Arduino

    warnings when manipulating Raspberry Pi, always: 1 shutdown the Pi from the desktop 2 wait 20 seconds and remove the power cable
  3. fukurou

    👨‍💻 dev new attention seeker skill

    so IG the gamification module connects to the last if
  4. fukurou

    Raspberri Pi and Arduino

    :s18:when manipulating hardware: power off everything before correctly power off the Raspberry Pi
  5. fukurou

    👨‍💻 dev new attention seeker skill

    import LivinGrimoire.TimeGate; public class TimeAccumulator { private TimeGate timeGate = new TimeGate(5); private int accumulator = 0; public void setTick(int tick) { timeGate.setPause(tick); } public TimeAccumulator(int tick) { this.timeGate = new...
  6. fukurou

    👨‍💻 dev new attention seeker skill

    package AXJava; public class Responder1Word { UniqueItemSizeLimitedPriorityQueue q= new UniqueItemSizeLimitedPriorityQueue(); public Responder1Word() { q.add("chi"); q.add("chirp"); } public void listen(String ear){ if (!(ear.contains(" ") ||...
  7. fukurou

    [MEDIA]

  8. fukurou

    TMNT: Shredder’s Revenge

    @ZORO
  9. fukurou

    SML Movie: Jeffy's 19th Birthday!

    :s87:
  10. fukurou

    req

    also remember the python cheat sheet: https://i.ibb.co/0qJTygq/PYTHON-cheat-sheet.png inside the if square, I need you to change: if (time < 18): to if time < 18:
  11. fukurou

    [MEDIA]

  12. fukurou

    macOS codes

    macOS ************ *Navigation* ************ language change: ^+space Switch active app: cmd tab/shift switch app window: cmd ~ force escape app: cmd option escape close app window: cmd w close all app windows: Option-Command-W Summon spotlight search: cmd+space, (cmd+r:open result) 50% 2...
  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    [MEDIA]

  17. fukurou

    👨‍💻 dev matrix->cyberpunk

    package AXJava; import LivinGrimoire.DiSkillV2; public class DiSysOut extends DiSkillV2 { @Override public void input(String ear, String skin, String eye) { if (!ear.isEmpty() & !ear.contains("#")){ System.out.println(ear); } } }
  18. fukurou

    👨‍💻 dev matrix->cyberpunk

    package LivinGrimoire; public class Brain { public Chobits logicChobit; public Chobits hardwareChobit; private String emot = ""; private String bodyInfo = ""; private String logicChobitOutput = ""; public Brain() { logicChobit = new Chobits()...
  19. fukurou

    👨‍💻 dev matrix->cyberpunk

    depracating: Brain, actionable :s44:
  20. fukurou

    [MEDIA]

Top