Search results

  1. owly

    recap and road map contemplation

    we cant relay on others for an answer. they will simply gas light us and call it a day
  2. owly

    recap and road map contemplation

    perhaps we should consult the living tribunal to answer this question :s55:
  3. owly

    recap and road map contemplation

    when I started studying app dev I had waifubots in mind, I still do. smart phones were a better choice than a whole laptop, they are light weight, and has sensors. it would appear tho that the Rpi is a much better suit. translating the livingrimoire in multiple programming languages made it a...
  4. owly

    perchance chatbot code

    hmm, so that's what neuro "sama" looks like from the inside lets make a wrapper AXL class. and by lets I mean you
  5. owly

    perchance chatbot code

    ain't it funny how you think I be playin show me some code! :s79:
  6. owly

    perchance chatbot code

  7. owly

    perchance chatbot code

    import java.util.ArrayList; import java.util.Hashtable; import java.util.Random; public class Joker { /* * extend me and add sentences and lists for parameters in the sentences in the * sub classes c'tor. see JokerIncel class for exammple see Joker Util class for * editing a...
  8. owly

    U think this is a game?

    we be codin up this mofo homes! yes we are! this is my planet ya dig?!
  9. owly

    the brand new AXL category of auxiliary modules.

    now for the hub I want a cycler, Rnd and mood features to set the decor. later we will add learnability to it's skill. by we I mean you with me bossing you around :s54:
  10. owly

    the brand new AXL category of auxiliary modules.

    @fukurou we need a housing unit for this AXLs first.
  11. owly

    the brand new AXL category of auxiliary modules.

    the AXL class prefix stands for AuXiliary modules for Lower Chobits. basically this means language translation, encryption, decryption and reply decorations.
  12. owly

    and I wonder

    sicko :s8: sounds crazy enough to work tho
  13. owly

    👨‍💻 dev c++ cheat sheet

    @fukurou
  14. owly

    [MEDIA]

  15. owly

    👨‍💻 dev c++ cheat sheet

  16. owly

    👨‍💻 dev AXPython pt2

    public class TrgTime { String t = "null"; RegexUtil regexUtil = new RegexUtil(); PlayGround pl = new PlayGround(); private Boolean alarm = true; public void setTime(String v1){ t = regexUtil.extractRegex(enumRegexGrimoire.simpleTimeStamp,v1); } public Boolean...
  17. owly

    👨‍💻 dev AXPython pt2

    public class TrgSnooze extends TrGEV3{ // this boolean gate will return true per minute interval // max repeats times. private int repeats = 0; private int maxrepeats; //2 recomended private Boolean snooze = true; private int snoozeInterval = 5; private PlayGround...
  18. owly

    👨‍💻 dev AXPython pt2

    public class TrgParrot { // simulates a parrot chirp trigger mechanism // as such this trigger is off at night // in essence this trigger says: I am here, are you here? good. private TrgTolerance tolerance = new TrgTolerance(3); private Responder silencer = new...
  19. owly

    👨‍💻 dev AXPython pt2

    public class TrgMinute extends TrGEV3{ // trigger true at minute once per hour private int hour1 = -1; int minute; private Random rand = new Random(); private PlayGround pl = new PlayGround(); public TrgMinute() { minute = rand.nextInt(60); } public...
Top