Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    👨‍💻 dev new AXs

    the fuck?!
  3. fukurou

    [MEDIA]

  4. fukurou

    [MEDIA]

  5. fukurou

    team assembly

  6. fukurou

    pyintaller

    pip3 install auto-py-to-exe auto-py-to-exe
  7. fukurou

    pyintaller

    cmd: pip install pyinstaller // run once to install cd .py file directory address pyinstaller --onefile pythonScriptName.py
  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. fukurou

    merch

    https://www.redbubble.com/i/notebook/cyberpunk-slime-by-codedJizz/153061274.WX3NH
  11. fukurou

    [MEDIA]

  12. fukurou

    [MEDIA]

  13. fukurou

    RefreshQ

    class RefreshQ:UniqueItemsPriorityQue{ func removeItem(item:String) { super.p1.elements.removeAll(where: { $0 == item }) } override func input(in1: String) { // FILO if super.contains(str: in1){ removeItem(item: in1) }...
  14. fukurou

    RefreshQ

  15. fukurou

    RefreshQ

    class RefreshQ(UniqueItemSizeLimitedPriorityQueue): def __init__(self, limit: int): super().__init__(limit) def removeItem(self, item: str): super().getAsList().remove(item) def insert(self, data): # FILO 1st in last out if super().contains(data)...
  16. fukurou

    RefreshQ

    class RefreshQ(UniqueItemSizeLimitedPriorityQueue): def __init__(self, limit: int): super().__init__(limit) def removeItem(self,item:str): super().getAsList().remove(item) def insert(self, data): # FILO 1st in last out if super().contains(data)...
  17. fukurou

    [MEDIA]

  18. fukurou

    jizzed twice and feelin sleepy, but code needs porting so

    gonna take a shit and a piss now, than I'll watch some anime.
  19. fukurou

    jizzed twice and feelin sleepy, but code needs porting so

    class TheShell(DiSkillV2): def __init__(self, b1: ShBrain): super().__init__() self.shellChobit: Chobits = Chobits() self.logicChobit: Chobits = b1.logicChobit self.hardwareChobit: Chobits = b1.hardwareChobit self.shellChobit.addSkill(self)...
  20. fukurou

    jizzed twice and feelin sleepy, but code needs porting so

    jizzed, lets continue!
Top