Search results

  1. fukurou

    protocol 2501 with .txt instead of .py

    import os def call_add_DLC_skills(brain: Brain): for file in os.listdir('.'): if file.endswith('.txt') and 'DLC' in file: with open(file, 'r') as f: code = f.read() exec(code) exec(f"add_DLC_skills(brain)") # Example usage...
  2. fukurou

    spermin'

    import time class SkillChecker: def __init__(self, N): self.N = N * 60 # Convert minutes to seconds self.in1 = "" self.last_check_time = time.time() self.reset_flag = False self.result = 0 def standBy(self, in1: str) -> int: current_time...
  3. fukurou

    bell pepper spread

    Sure thing! Here's a simpler version: ### Ingredients: - 4 large red bell peppers - 2 tablespoons olive oil - 1 tablespoon lemon juice - 2 cloves garlic, minced - 1 teaspoon smoked paprika - 1/2 teaspoon black pepper - Fresh herbs (like basil or parsley) for garnish ### Instructions: 1...
  4. fukurou

    sterno cooker

  5. fukurou

    🍝 pasta Creamy Avocado Pasta

    Ingredients: - Pasta - Olive oil - Salt - Onion - Jalapeño - Mushrooms - Avocado - Garlic - Black pepper Instructions: 1. **Cook Pasta**: Boil water, add oil and salt, then pasta. Cook for 14 minutes. 2. **Sauté Veggies**: Fry onions and jalapeño, add mushrooms. 3. **Blend Sauce**: Blend...
  6. 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)...
  7. fukurou

    seed test

    https://dev.to/ https://www.stalker2.com/
  8. 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...
  9. 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...
  10. fukurou

    try posting

    @Artbyrobot
  11. 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...
  12. 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
  13. fukurou

    vegi curry

  14. 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...
  15. fukurou

    Kotlin upgrade

    title
  16. 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...
  17. 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 }
  18. fukurou

    dear spammers

    try now
  19. fukurou

    big announcement!

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