Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    📱android Red Magic 10 + super Gaming Phone 🤟🤟🤟🤟

    don't forget the the REDMAGIC Turbo Cooler.
  3. fukurou

    👨‍💻 dev creamers of the corn

    from AXPython import RegexUtil from LivinGrimoire23 import Skill, Brain import serial import time import atexit import serial.tools.list_ports # terminal: pip install pyserial def is_port_available(param): ports = serial.tools.list_ports.comports() for port in ports: if...
  4. fukurou

    👨‍💻 dev creamers of the corn

    class DiDeducer(Skill): def __init__(self, deducer: ElizaDeducer): super().__init__() self.rcb: RailChatBot = RailChatBot() self.dialog: AXCmdBreaker = AXCmdBreaker("babe") self.filter: UniqueItemSizeLimitedPriorityQueue = UniqueItemSizeLimitedPriorityQueue(5)...
  5. fukurou

    👨‍💻 dev creamers of the corn

    if temp: result = self.rcb.respondDialog(temp) if self.filter.strContainsResponse(result): return # filter out self.rcb.learnV2(temp, self.elizaDeducer) self.setSimpleAlg(Eliza.PhraseMatcher.reflect(result))
  6. fukurou

    [MEDIA]

  7. fukurou

    [MEDIA]

  8. fukurou

    👨‍💻 dev creamers of the corn

    creamers of the corn?! you mean team Fuki#4 ?!!! the legendary catalogers? shit in the ass man
  9. fukurou

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. fukurou

    blink and jizz loop

    shit in the ass! :s72: :s72: :s72: :s72: :s72:
  13. fukurou

    blink and jizz loop

    .h #ifndef DiBlinker_H #define DiBlinker_H // using Arduino hardware codes outside main: #include <Arduino.h> #include "LivinGrimoireLight.h" #include "DiHelloWorld.h" // example hello world by blinking default Led #13 once class DiBlinker : public Skill { private: Led _l1; public...
  14. fukurou

    blink and jizz loop

  15. fukurou

    Why DQ3 censorship may be a good thing

    I liked her sugar tits tho
  16. fukurou

    blink and jizz loop

    the Arduino only blinks the LED when it receives a command from the Python script. Arduino Code This code will wait for a command from the Python script to blink the LED: void setup() { // Initialize the built-in LED pin as an output pinMode(LED_BUILTIN, OUTPUT); // Start serial...
  17. fukurou

    [MEDIA]

  18. fukurou

    [MEDIA]

  19. fukurou

    atexit: a must have python code for Arduino interactions

    import serial import time import atexit class SerialReader: def __init__(self, port='COM3', baud_rate=9600, timeout=1): self.ser = serial.Serial(port, baud_rate, timeout=timeout) atexit.register(self.close) # Register the close method to be called on exit def...
  20. fukurou

    try posting

    good
Top