Search results

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

    the 6th PL

  3. 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.
  4. 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)...
  5. 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...
  6. 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...
  7. 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>...
  8. owly

    👨‍💻 dev command shell LG

    here are the next steps: move TheShell and Sh_Brain to skills add a shell setter in shbrain
  9. 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
  10. owly

    python propagation 121023

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

    LG propagation 10102023

    sweet
  12. owly

    LG propagation 10102023

    :s73:... summoning kraken!
  13. owly

    LG propagation 10102023

  14. owly

    LG propagation 10102023

    @fukurou
  15. owly

    LG propagation 10102023

    AXStrOrDefault DISkillUtils DiSkillV2 DiHelloWorld ToDoListManager DiHabit
  16. owly

    habit skill

    we'll be untangling this cluster fuck next: public class DISkillUtils { // alg part based algorithm building methodes public Algorithm onePartAlgorithm(Mutatable algPart) { // returns a simple algorithm containing 1 alg part ArrayList<Mutatable> algParts1 = new...
  17. owly

    habit skill

    add expirations // Q and todos // ToDo manager dual getter
  18. owly

    habit skill

Top