Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    spermin'

    from AXPython import * class StandByCHK: def __init__(self, N: int): self.cycler: Cycler = Cycler(N) self.standBy: bool = True def chkStandBy(self, in1: str) -> int: if len(in1) > 1: self.standBy = False x1 = self.cycler.cycleCount()...
  3. fukurou

    spermin'

  4. fukurou

    spermin'

    standby = true if not param is "" standby = false if trgEveryNMinutes: if not standby: standby = true;return -1 return -1 return 0
  5. fukurou

    spermin'

    import time class StandByCHK: def __init__(self, N: int): self.N: int = N * 60 # Convert minutes to seconds self.in1: str = "" self.last_check_time: float = time.time() self.reset_flag: bool = False self.result: int = 0 def standBy(self, in1...
  6. fukurou

    spermin'

    import time class StandByCHK: def __init__(self, N: int): self.N: int = N * 60 # Convert minutes to seconds self.in1: str = "" self.last_check_time: float = time.time() self.reset_flag: bool = False self.result: int = 0 def standBy(self, in1...
  7. fukurou

    spermin'

    import time class SkillChecker: def __init__(self, N): self.N = N * 60 # Convert minutes to seconds self.in1 = "" self.last_check_time = time.time() self.reset_flag = False self.result = 0 def standBy(self, in1: str) -> int: current_time...
  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. fukurou

    [MEDIA]

  13. fukurou

    sterno cooker

  14. fukurou

    👨‍💻 dev on today's jizzfest

    # This is a sample Python script. import random # Press Shift+F10 to execute it or replace it with your code. # Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings. from collections import deque from typing import List class CityMap: def...
  15. fukurou

    👨‍💻 dev on today's jizzfest

    # This is a sample Python script. import random # Press Shift+F10 to execute it or replace it with your code. # Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings. from collections import deque from typing import List class CityMap: def...
  16. fukurou

    👨‍💻 dev on today's jizzfest

    # This is a sample Python script. import random from AXPython import RailChatBot, UniqueItemsPriorityQue # Press Shift+F10 to execute it or replace it with your code. # Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings. from collections import...
  17. fukurou

    👨‍💻 dev on today's jizzfest

    from collections import deque from typing import List, Optional class CityMap: def __init__(self, n: int): self.streets: dict[str, deque[str]] = {} self.n: int = n def add_street(self, current_street: str, new_street: str) -> None: if current_street not in...
  18. fukurou

    [MEDIA]

  19. fukurou

    👨‍💻 dev on today's jizzfest

    paths: {key,RCB} trg?, getPath(params)->?/rcb/queue(+queue to rcb func) if not MainRCB -> use default
  20. fukurou

    👨‍💻 dev on today's jizzfest

    the results seem low reaching if its just 1 result rcb... what if it were a pool of contexts? 1 2 3 N there is a start point and an endpoint but these can be dynamic or static
Top