Search results

  1. fukurou

    AX port vb.net->C#

  2. fukurou

    AX ports vb.net

    2343 lines of code. ported. world record port Java to vb.net.
  3. fukurou

    [MEDIA]

  4. fukurou

    AX ports vb.net

  5. fukurou

    AX ports vb.net

  6. fukurou

    [MEDIA]

  7. fukurou

    AX ports vb.net

    Dim q As New UniqueItemSizeLimitedPriorityQueue() With {.Limit = 3} LMAO when you are too laze to do a builder SDP !
  8. fukurou

    AX ports vb.net

    AlgDispenser UniqueItemsPriorityQue: LGFIFO UniqueItemSizeLimitedPriorityQueue RefreshQ AnnoyedQue AXCmdBreaker AXFunnel AXGamification AXKeyValuePair TrGEV3 TrgTolerance AXLearnability AXLHousing LGTypeConverter DrawRnd DrawRndDigits Responder AXNeuroSama PercentDripper AXNPC AXNPC2 AXPassword...
  9. fukurou

    [MEDIA]

  10. fukurou

    jizzy dic vb.net jism

    Dim myDictionary As New Dictionary(Of String, String) myDictionary.Add("apple", "fruit") myDictionary.Add("car", "vehicle") myDictionary.Add("sun", "celestial body") Dim keyToSearch As String = "car" Dim value As String = myDictionary(keyToSearch) ' Now 'value' contains "vehicle"...
  11. fukurou

    👨‍💻 dev LG port Java->vb.net

    Public Class Brain Public logicChobit As Chobits Public hardwareChobit As Chobits Private emotion As String = "" Private bodyInfo As String = "" Private logicChobitOutput As String = "" Public ReadOnly Property GetEmotion() As String...
  12. fukurou

    👨‍💻 dev LG port Java->vb.net

    Sub Main() Dim neo As New Chobits() neo.AddSkill(New DiHelloWorld()) Console.WriteLine(neo.Think("hello", "", "")) Console.WriteLine(neo.Think("", "", "")) Console.ReadLine() End Sub
  13. fukurou

    👨‍💻 dev LG port Java->vb.net

    Public Class Chobits Inherits Thinkable Protected dClasses As New List(Of DiSkillV2)() Protected fusion As Fusion Protected noiron As Neuron Protected kokoro As Kokoro = New Kokoro(New AbsDictionaryDB()) ' consciousness Public Sub New()...
  14. fukurou

    👨‍💻 dev LG port Java->vb.net

    Public Class Chobits Inherits Thinkable Protected dClasses As New List(Of DiSkillV2)() Protected fusion As Fusion Protected noiron As Neuron Protected kokoro As Kokoro = New Kokoro(New AbsDictionaryDB()) ' consciousness Public Sub New()...
  15. fukurou

    👨‍💻 dev LG port Java->vb.net

    Public Class Thinkable Public Function Think(ear As String, skin As String, eye As String) As String ' Override me Return "" End Function End Class
  16. fukurou

    👨‍💻 dev LG port Java->vb.net

    Public Class Fusion Private emot As String = "" Private result As String = "" Private ceraArr(4) As Cerabellum Public Sub New() For i As Integer = 0 To 4 ceraArr(i) = New Cerabellum() Next End Sub Public Function GetEmot() As String...
  17. fukurou

    👨‍💻 dev LG port Java->vb.net

    Public Class Cerabellum ' Runs an algorithm Private fin As Integer Private at As Integer Private incrementAt As Boolean = False Public alg As Algorithm Private ia As Boolean = False ' isActive attribute Private emot As String = ""...
  18. fukurou

    👨‍💻 dev LG port Java->vb.net

    Public Class DiHelloWorld Inherits DiSkillV2 ' hello world skill for testing purposes Public Sub New() MyBase.New() End Sub Public Overloads Sub Input(ear As String, skin As String, eye As String) Select Case ear...
  19. fukurou

    👨‍💻 dev LG port Java->vb.net

    Public Class DiSkillV2 Protected kokoro As Kokoro = New Kokoro(New AbsDictionaryDB()) ' consciousness, shallow ref class to enable interskill communications Protected diSkillUtils As DISkillUtils = New DISkillUtils() Protected outAlg As Algorithm = Nothing ' skills output...
Top