Search results

  1. the living tribunal

    Contrast compare

    from typing import List # Function to find words in str1 that are not in str2 def unique_words(str1: str, str2: str) -> List[str]: words1 = set(str1.split()) words2 = set(str2.split()) unique = words1 - words2 return list(unique) # Example usage string1 = "The quick brown fox...
  2. the living tribunal

    dear spammers

    Spam
  3. the living tribunal

    [MEDIA]

  4. the living tribunal

    Imprint dev

    # Open the file in read mode with open('kiln.txt', 'r') as file: # Read all lines into a list lines = file.readlines() # Remove any trailing newline characters from each line lines = [line.strip() for line in lines] # Print the list of strings print(lines)
  5. the living tribunal

    [MEDIA]

  6. the living tribunal

    [MEDIA]

  7. the living tribunal

    👨‍💻 dev AXskillBundle

    Some dude is screenshoting you
  8. the living tribunal

    [MEDIA]

  9. the living tribunal

    [MEDIA]

  10. the living tribunal

    [MEDIA]

  11. the living tribunal

    🧵 3d How future genetically engineered waifus should look like

    We could add those cutesy sounds to her speech module as well
  12. the living tribunal

    [MEDIA]

  13. the living tribunal

    [MEDIA]

  14. the living tribunal

    [MEDIA]

  15. the living tribunal

    👨‍💻 dev experimental convince module

    Why even have shit tests in the first place
  16. the living tribunal

    👨‍💻 dev mem game

    שפיך
  17. the living tribunal

    [MEDIA]

  18. the living tribunal

    [MEDIA]

Top