Search results

  1. the living tribunal

    Python deepseek locally

    @fukurou
  2. the living tribunal

    Python deepseek locally

    Step 1: Install Ollama Ollama is a platform that allows you to run AI models offline on your computer. Here’s how you can install it on Windows: Visit Ollama's official website. Download the Windows executable file (.exe) from the website. Double-click the downloaded file to start the...
  3. the living tribunal

    [MEDIA]

  4. the living tribunal

    [MEDIA]

  5. the living tribunal

    Gibrish gen

    :s91:
  6. the living tribunal

    Gibrish gen

    import random import string def generate_gibberish(length=10): # Define the character set (letters only) characters = string.ascii_letters # Generate a random string of the specified length gibberish = ''.join(random.choice(characters) for _ in range(length)) return...
  7. the living tribunal

    Rmbk dev

    Low water flow causes a power boost
  8. the living tribunal

    Rmbk dev

    | Number of Engaged Control Rods | Reactor Power Output (MW) | |-------------------------------:|---------------------------:| | 0 | 3000 | | 20 | 2700 | | 40 | 2100...
  9. the living tribunal

    Skillaware

    What this means is... It would be a problem to use a chobit setter on the addskillaware level. The chobit should be added in the ctor level
  10. the living tribunal

    Skillaware

    Also no. No interruptions seeing as the chobits work synchronously
  11. the living tribunal

    Skillaware

    The logical skills won't stand in it's way. What about the hardware ones?
  12. the living tribunal

    Skillaware

    Normally a skill aware has a chobit attrib. It cam manage the chobit skills on real time As the waifubot thinks. Can it effect the hardware chobit stationed as a logical chobit?
  13. the living tribunal

    Jizzed

    I jizzed and farted lots today. Now i will go to sleep while the normies wageslave. HA HA
  14. the living tribunal

    Jesse ! we need to cook the new skill!

    May the jizz force be with you!
  15. the living tribunal

    📱android Asus rog Phone 9 pro edition by best flossy carter😉✌️😉✌️

    Its obvious you are considering buying that piss of shit.
  16. the living tribunal

    👨‍💻 dev creamers of the corn

    Paprika and jizz!!!
  17. the living tribunal

    👨‍💻 dev creamers of the corn

    import requests def check_url_exists(url: str) -> bool: try: response = requests.head(url, allow_redirects=True) return response.status_code // 100 == 2 except requests.RequestException: return False # Example usage: url = 'https://www.example.com' exists =...
  18. the living tribunal

    👨‍💻 dev creamers of the corn

    import random from typing import List def concat_with_random_url_ending(base_str: str) -> str: typical_endings = ['.com', '.org', '.net', '.io', '.co', '.edu', '.gov', '.info', '.biz'] random_ending = random.choice(typical_endings) return f"{base_str}{random_ending}" # Example...
  19. the living tribunal

    👨‍💻 dev creamers of the corn

    import random from typing import List def get_random_combination(strings: List[str], n: int) -> str: if n > len(strings): return "Not enough items to choose from" random_items = random.sample(strings, n) return ''.join(random_items) # Example usage: strings = ['apple'...
Top