Recent content by fukurou

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

    [MEDIA]

  3. fukurou

    [MEDIA]

  4. fukurou

    [MEDIA]

  5. fukurou

    [MEDIA]

  6. fukurou

    [MEDIA]

  7. fukurou

    [MEDIA]

  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. 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 =...
  12. 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()...
  13. 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 =...
  14. fukurou

    [MEDIA]

Top