Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    [MEDIA]

  3. fukurou

    [MEDIA]

  4. 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
  5. fukurou

    [MEDIA]

  6. fukurou

    [MEDIA]

  7. fukurou

    [MEDIA]

  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. fukurou

    [MEDIA]

  13. fukurou

    [MEDIA]

  14. 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 =...
  15. 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()...
  16. fukurou

    👨‍💻 dev railbot the weighted beefup

    Public Class WeightedResponder Private responses As List(Of String) Private ReadOnly lim As Integer Public Sub New(lim As Integer) responses = New List(Of String)() Me.lim = lim End Sub Public Function GetAResponse() As String Dim size As Integer =...
  17. fukurou

    [MEDIA]

  18. fukurou

    [MEDIA]

  19. fukurou

    🐍 python brain power level calculator

    def calculate_brain_level(current_age: int, average_jizz_per_day: float) -> int: """ Calculates brain level based on age and daily jizz frequency. Assumes jizzing starts at age 12 and uses cubic root scaling (like Pokémon EXP curves). Parameters: - current_age (int)...
Top