Search results

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

    onedrive

  3. fukurou

    [MEDIA]

  4. fukurou

    [MEDIA]

  5. fukurou

    [MEDIA]

  6. fukurou

    [MEDIA]

  7. fukurou

    [MEDIA]

  8. fukurou

    [MEDIA]

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

    [MEDIA]

  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

    👨‍💻 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 =...
  20. fukurou

    👨‍💻 dev railbot the weighted beefup

    Public Class EventChatV2 Private _dictionary As New Dictionary(Of String, WeightedResponder)() Private _modifiedKeys As New HashSet(Of String)() Private ReadOnly _lim As Integer Public Sub New(lim As Integer) _lim = lim End Sub Public Function GetModifiedKeys()...
Top