Search results

  1. fukurou

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

    Public Class GrimoireMemento Private absDictionaryDB As AbsDictionaryDB Public Sub New(ByVal absDictionaryDB As AbsDictionaryDB) MyBase.New() Me.absDictionaryDB = absDictionaryDB End Sub Public Function SimpleLoad(ByVal key As String) As...
  2. fukurou

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

    Public Class APVerbatim Inherits Mutatable ' This algorithm part says each past param verbatim Private sentences As New List(Of String)() Private at As Integer = 0 Public Sub New(ParamArray sentences() As String) For Each sentence As String In sentences...
  3. fukurou

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

    Public Class DeepCopier Public Function DeepCopyStringList(originalList As List(Of String)) As List(Of String) ' Create a new list and copy each element from the original list. Dim copiedList As New List(Of String)(originalList.Count) For Each item As...
  4. fukurou

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

    Public Class AbsDictionaryDB Public Sub Save(key As String, value As String) ' Save to DB (override me) End Sub Public Function Load(key As String) As String ' Override me Return "null" End Function End Class Public...
  5. fukurou

    [MEDIA]

  6. fukurou

    Arduino beefup

  7. fukurou

    Arduino beefup

    #include "DiHelloWorld.h" #include "LivinGrimoireLight.h" void setup() { Led led1(13); // used to initialize the Hello World skill Skill* s2 = new DiHelloWorld(led1); // example skill created Chobit* c1 = new Chobit(); c1->addSkill(s2); c1->think(0, 0, 0); c1->think(0, 0...
  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. fukurou

    DiAware port

    public class DiAware extends DiSkillV2 { private Chobits chobit; private String name; private String summoner = "user"; private ArrayList<String> skills = new ArrayList<String>(); public Responder replies = new Responder("what","yes", "listening", name + " listening", name +...
  11. fukurou

    [MEDIA]

  12. fukurou

    we need to find the entry points

    class DiBlabberV3(DiSkillV2): def __init__(self, memory_size: int = 9, reply_chance: int = 90): super().__init__() self.npc: AXNPC2 = AXNPC2(memory_size, reply_chance) self._temp_str: str = "" self.splitter: AXStringSplit = AXStringSplit()...
  13. fukurou

    we need to find the entry points

    wait I think I found it: if not npc.learn(ear): # str learn npc.strLearn(ear) let's try: if not npc.learn(ear): # str learn if not npc.strLearn(ear): return save npc.strLearn(ear) should return a boolean the...
  14. fukurou

    we need to find the entry points

    Eliza.PhraseMatcher.reflect
  15. fukurou

    we need to find the entry points

    assuming you aren't talking about onaholes... strLearn learn are the 2 entry points. I would recommend doing a ver3: entry points should return a Boolean without the unrelated methods a return for the RefreshQ list a load method r:RefreshQ = RefreshQ(5) r.insert("1") r.insert("2")...
  16. fukurou

    👨‍💻 dev db test

    done
  17. fukurou

    👨‍💻 dev [Blender] Animating a 3D Anime Character | Project Feline Devstream !wishlist !website !discord

    I think we should stop covering this perpetual loser. not only is he too pussy to release a game, he is also a total snob.
  18. fukurou

    👨‍💻 dev experimental convince module

    I see, so if I ask her to be a foot slut, she might think I am just making sure she likes ass play?
  19. fukurou

    [MEDIA]

Top