Search results

  1. fukurou

    👨‍💻 dev new AXs

    the fuck?!
  2. fukurou

    [MEDIA]

  3. fukurou

    [MEDIA]

  4. fukurou

    team assembly

  5. fukurou

    pyintaller

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

    pyintaller

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

    [MEDIA]

  8. fukurou

    [MEDIA]

  9. fukurou

    merch

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

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. 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) }...
  13. fukurou

    RefreshQ

  14. 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)...
  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

    [MEDIA]

  17. 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.
  18. 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)...
  19. fukurou

    jizzed twice and feelin sleepy, but code needs porting so

    jizzed, lets continue!
  20. 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)...
Top