Search results

  1. 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...
  2. 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...
  3. fukurou

    onedrive

  4. fukurou

    [MEDIA]

  5. fukurou

    [MEDIA]

  6. fukurou

    [MEDIA]

  7. fukurou

    [MEDIA]

  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. 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
  11. fukurou

    [MEDIA]

  12. fukurou

    [MEDIA]

  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    [MEDIA]

  17. fukurou

    [MEDIA]

  18. fukurou

    [MEDIA]

  19. fukurou

    [MEDIA]

  20. fukurou

    👨‍💻 dev railbot the weighted beefup

    class WeightedResponder { private var responses: [String] private let lim: Int init(lim: Int) { self.responses = [] self.lim = lim } func getAResponse() -> String { let size = responses.count if size == 0 { return "" } var weights =...
Top