Search results

  1. fukurou

    👨‍💻 dev new AXs

    2645 public class PercentDripper { private DrawRnd dr = new DrawRnd(); private int limis = 35; public void setLimis(int limis) { this.limis = limis; } public boolean drip(){ return dr.getSimpleRNDNum(100) < limis; } public boolean dripPlus(int plus){...
  2. fukurou

    [MEDIA]

  3. fukurou

    👨‍💻 dev new AXs

    the fuck?!
  4. fukurou

    [MEDIA]

  5. fukurou

    [MEDIA]

  6. fukurou

    team assembly

  7. fukurou

    pyintaller

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

    pyintaller

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

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. fukurou

    merch

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

    ketchup recipe

    2c of tomato sauce reduce to about 1c at low temperature on stove top till it approximates the consistency of tomato paste. Add 1/3c white vinegar 1/4c honey 1/2tsp onion powder 3/4tsp salt.
  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. 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) }...
  16. fukurou

    RefreshQ

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

    [MEDIA]

  20. 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.
Top