Search results

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

    U think this is a game?

    we be codin up this mofo homes! yes we are! this is my planet ya dig?!
  3. 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:
  4. owly

    the brand new AXL category of auxiliary modules.

    @fukurou we need a housing unit for this AXLs first.
  5. 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.
  6. owly

    and I wonder

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

    👨‍💻 dev c++ cheat sheet

    @fukurou
  8. owly

    [MEDIA]

  9. owly

    👨‍💻 dev c++ cheat sheet

  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. owly

    👨‍💻 dev AXPython pt2

    public class SpiderSense { // enables event prediction private Boolean spiderSense = false; private UniqueItemSizeLimitedPriorityQueue events = new UniqueItemSizeLimitedPriorityQueue(); private UniqueItemSizeLimitedPriorityQueue alerts = new UniqueItemSizeLimitedPriorityQueue()...
  15. owly

    👨‍💻 dev AXPython pt2

    my_dict.pop('key', None)
  16. owly

    👨‍💻 dev AXPython pt2

    public class Catche { private Hashtable<String,String> dic1 = new Hashtable<>(); private int limit = 3; public void setLimit(int limit) { this.limit = limit; } public int getLimit() { return limit; } public Boolean containsKey(String str1){...
  17. owly

    👨‍💻 dev AXPython pt2

    public class SkillHubAlgDispenser { // super class to output an algorithm out of a selection of skills // engage the hub with dispenseAlg and return the value to outAlg attribute // of the containing skill (which houses the skill hub) // this module enables using a selection...
  18. owly

    👨‍💻 dev AXPython pt2

    UniqueItemSizeLimitedPriorityQueue seems to mug RepeatedElements so we don't need the later
  19. owly

    [MEDIA]

Top