Search results

  1. owly

    👨‍💻 dev new AXs

    down that coffee slug we have waifubots to code :s45:
  2. owly

    👨‍💻 dev new AXs

    new sitter skill public responder1 = AXTimeContextReply public responder2 = AXResponseDic() if ear = "i am bored" tStr = responder1.respond() if !tStr.isEmpty : alg(tStr);return; tStr = responder2.respond() if !tStr.isEmpty : alg(tStr); new NPC skill: // learn tStr2 = cmdBreaker(ear) //...
  3. owly

    👨‍💻 dev new AXs

    ********** *%dripper* ********** limis = 35 setLimis drip()->bool return rnd(100) < limis dripPlus(int n)->bool return rnd(100) < limis + n ***************** *AXNPC:Responder* ***************** dripper:%dripper @override respond()->str if dripper.drip(): return responder.response() return ""...
  4. owly

    team assembly

    @fukurou we are gon port the code! I've managed to deploy an advanced meeseek we gotta get the tribunal aboard. it's a 4 man job
  5. owly

    the 6th PL

  6. owly

    the 6th PL

    there are prons and cons to a 6th PL. IG it's the collection effect at this point. we'll need the living tribunal.
  7. owly

    RefreshQ

    @fukurou public class RefreshQ extends UniqueItemSizeLimitedPriorityQueue{ public void removeItem(String item){ super.elements.remove(item); } @Override public void add(String item) { // FILO if (super.contains(item)){ removeItem(item)...
  8. owly

    jizzed twice and feelin sleepy, but code needs porting so

    Sh_Brain b1 = new Sh_Brain(); b1.setShell(new TheShell(b1)); // adding all skills: b1.addLogicSkill("hello world", new DiHelloWorld()); b1.addHardwareSkill("output",new DiSysOut()); // this skill prints output // ^ shell filled with skills...
  9. owly

    jizzed twice and feelin sleepy, but code needs porting so

    public class Sh_Brain extends Brain { private TheShell shell = new TheShell(this); private String temp = ""; public void addLogicSkill(String skillName, DiSkillV2 skill){ shell.addLogicSkill(skillName, skill); } public void addHardwareSkill(String skillName, DiSkillV2...
  10. owly

    jizzed twice and feelin sleepy, but code needs porting so

    public class TheShell extends DiSkillV2 { public Chobits shellChobit = new Chobits(); private Chobits logicChobit; private Chobits hardwareChobit; private Hashtable<String,DiSkillV2> logicSkills = new Hashtable<>(); // all logic skills private Hashtable<String,DiSkillV2>...
  11. owly

    👨‍💻 dev command shell LG

    here are the next steps: move TheShell and Sh_Brain to skills add a shell setter in shbrain
  12. owly

    👨‍💻 dev command shell LG

    yeah, so um... like a skill that um... is with the link to the shallow ref and like jizz and while the code is running. bitch shit tits asses @fukurou
  13. owly

    python propagation 121023

    100 +DISkillUtils +DiSkillV2 +DiHelloWorld +ToDoListManager + contains DiHabit @fukurou
  14. owly

    LG propagation 10102023

    sweet
  15. owly

    LG propagation 10102023

    :s73:... summoning kraken!
  16. owly

    LG propagation 10102023

  17. owly

    LG propagation 10102023

    @fukurou
  18. owly

    LG propagation 10102023

    AXStrOrDefault DISkillUtils DiSkillV2 DiHelloWorld ToDoListManager DiHabit
Top