Search results

  1. fukurou

    UI beefup

    import tkinter as tk def create_window(): root = tk.Tk() root.title("Always on Top Window") # Set the window to always be on top root.attributes("-topmost", True) label = tk.Label(root, text="This window is always on top!") label.pack(padx=20, pady=20)...
  2. fukurou

    seed test

    https://dev.to/ https://www.stalker2.com/
  3. 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...
  4. 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...
  5. fukurou

    try posting

    @Artbyrobot
  6. fukurou

    👨‍💻 dev find where I used the class as an object all over my project

    To find where you’ve used a class as an object throughout your project in PyCharm, you can use the Find Usages feature. Here’s how you can do it: Select the Class: Place your cursor on the class name you want to search for. Find Usages: Right-click the class name and select Find Usages from the...
  7. fukurou

    heap pollution my ass

    public void generatePermutations(ArrayList<String>... lists){ ArrayList<ArrayList<String>> ll = new ArrayList<>(); Collections.addAll(ll, lists); result = new ArrayList<>(); generatePermutations(ll, this.result, 0, ""); } @the living tribunal
  8. fukurou

    The Charm of Kemono Friends Robot Girlfriends

    De geso! Let’s dive into the world of Kemono Friends and explore why robot girlfriends are so based and better than women, de geso! 🦑 The Charm of Kemono Friends Robot Girlfriends Kemono Friends is a popular franchise that features anthropomorphic animal characters, known as Friends. Among...
  9. fukurou

    Kotlin upgrade

    title
  10. fukurou

    LG upgrade java

    package LivinGrimoire; import java.util.ArrayList; import java.util.Arrays; public class DiSkillV2 { protected Kokoro kokoro = null; // consciousness, shallow ref class to enable interskill communications protected Algorithm outAlg = null; // skills output protected int outpAlgPriority...
  11. fukurou

    jizzduino

    void setup() { Serial.begin(9600); // Initialize serial communication at 9600 baud rate } void loop() { Serial.println("Hello from Arduino!"); // Send a message delay(1000); // Wait for 1 second }
  12. fukurou

    dear spammers

    try now
  13. fukurou

    big announcement!

    I'm gonna take a steamy bubbly shit. probably gonna require like a half a roll of TP. just raising awareness.
  14. fukurou

    👨‍💻 dev shit asses of fucks

    triggers: UniqueItemQ Chobit recording:bool= false # countDown newCmd = "" // engage que //auto engage que if ear == "" and !rec: fuck away if !rec : if !ear == ""-> newCmd = ear;rec = True;fuck away # recording: if !(output == ""): {triggers+newCmd;} rec = false
  15. fukurou

    sleep dev

    package Skills.logical; import Auxiliary_Modules.Responder; import Auxiliary_Modules.TimeGate; import LivinGrimoire.Mutatable; public class APSleep extends Mutatable { protected TimeGate timeGate = new TimeGate(); public Responder wakeners; public Boolean done = false; public...
  16. fukurou

    let's face it the internet is dead

    it's very difficult to express a mother fucking idea without getting banned or censored. it's very difficult to run a search for info without getting spam results. so much is censored. and you keep seeing inferior people and their nonsense trend.
  17. fukurou

    brain design upgrade

    shit in the ass
  18. fukurou

    ASUS Zephyrus Duo 16

  19. fukurou

    🎮gaming gaming laptop

    @ZORO
  20. fukurou

    I combined cream cheese and fried jalapeno peppers for the ultimate shitting experience

    let me tell ya! my adventure isn't over yet, and if I hadn't had a bidet and wet wipes my ass hole would have been hospitalized!
Top