Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    👨‍💻 dev Skill tree dev

    maybe I should add a mandatory base skill class SkillTree(Skill): def __init__(self): super().__init__() self.upgrades: list["SkillTree"] = [] self.active_upgrade = -1 def input(self, ear: str, skin: str, eye: str): for i in range(len(self.upgrades))...
  3. fukurou

    👨‍💻 dev Skill tree dev

    from LivinGrimoirePacket.LivinGrimoire import Skill, Kokoro class DiCMDV1(Skill): def __init__(self): super().__init__() self.modes = set() def addModes(self, *modes: str): for m in modes: if isinstance(m, str): self.modes.add(m)...
  4. fukurou

    SQLite spluger

  5. fukurou

    SQLite spluger

    full jizzination with main: import sqlite3 from pathlib import Path class AbsDictionaryDB: def save(self, key: str, value: str): """Returns action string""" pass def load(self, key: str) -> str: return "null" class SQLiteDictionaryDB(AbsDictionaryDB): def...
  6. fukurou

    SQLite spluger

    import sqlite3 from pathlib import Path class AbsDictionaryDB: def save(self, key: str, value: str): """Returns action string""" pass def load(self, key: str) -> str: return "null" class SQLiteDictionaryDB(AbsDictionaryDB): def __init__(self, db_path: str...
  7. fukurou

    👨‍💻 dev super alg genner jizzer

    class TribunalEmptyString: def __init__(self, N): self.N = N self.c = 0 def check(self, s: str) -> bool: # on a row of silence: if self.c > 0 and len(s) == 0: self.c += 1 if self.c == self.N: self.c = 0...
  8. fukurou

    👨‍💻 dev super alg genner jizzer

    class EmptyStringTracker: def __init__(self, N): self.N = N self.counter = 0 self.triggered = False def check(self, str1: str) -> bool: if str1 == "": # Only increment until N if self.counter < self.N: self.counter...
  9. fukurou

    onedrive

  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. fukurou

    [MEDIA]

  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    no brokies allowed

    wanna join? become a member? you need a proton mail address. brokies go post on reddit. this is a premium forum for the based coderpunks.:s47: we be lemonizing and shiiiiiiiiiiiiiiiiiiiiiieeet
  17. fukurou

    [MEDIA]

  18. fukurou

    [MEDIA]

  19. fukurou

    [MEDIA]

  20. fukurou

    [MEDIA]

Top