Search results

  1. owly

    👨‍💻 dev AXPython pt2

    import java.util.ArrayList; import java.util.Random; public class Responder { // simple random response dispenser private ArrayList<String> responses = new ArrayList<String>(); private Random rand = new Random(); public Responder(String... replies) { for (int i = 0; i <...
  2. owly

    👨‍💻 dev AXPython pt2

    public class Cycler { // cycles through numbers limit to 0 non-stop private int cycler = 0; private int limit; public Cycler(int limit) { super(); this.limit = limit; cycler = limit; } public int getLimit() { return limit; }...
  3. owly

    👨‍💻 dev AXPython pt2

    public class CombinatoricalUtils { public ArrayList<String> result; public ArrayList<String> getResult() { return result; } private void generatePermutations(ArrayList<ArrayList<String>> lists, List<String> result, int depth, String current) { if (depth ==...
  4. owly

    👨‍💻 dev AXPython pt2

    100 +1 AlgDispenser +2 AXFriend +3 AXLearnability +4 AXPassword +5 ButtonEngager +6 Catche +7 CombinatoricalUtils +8 Cycler +9 DrawRnd +10 EmoDetectorCurious +11 EmoDetectorHappy +12 EmoDetectorStressed +13 ForcedLearn +14 InputFilter +15 LGTypeConverter +16 Map +17 Responder +18...
  5. owly

    AXPython

    https://medium.com/@steveYeah/using-generics-in-python-99010e5056eb
  6. owly

    AXPython

    this is the priority Q ''' PRIORITYQUEUE CLASS ''' # A simple implementation of Priority Queue # using Queue. class PriorityQueue(object): def __init__(self): self.queue = [] def __str__(self): return ' '.join([str(i) for i in self.queue]) # for checking if the...
  7. owly

    AXPython

  8. owly

    AXPython

    package AXJava; public class AXLearnability { private Boolean algSent = false; // problems that may result because of the last deployed algorithm: public UniqueItemSizeLimitedPriorityQueue defcons = new UniqueItemSizeLimitedPriorityQueue();// default size = 5 // major chaotic...
  9. owly

    AXPython

    :s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72:
  10. owly

    AXPython

  11. owly

    AXPython

    package AXJava; import LivinGrimoire.Algorithm; import LivinGrimoire.DISkillUtils; public class AXFriend { private String myName = "chi"; // default name private String friend_name = "null"; private Boolean needsFriend = true; private DISkillUtils diSkillUtils = new...
  12. owly

    AXPython

    I want to translate the java auxiliary modules into python. because they are so cool. also the Pi uses python. @fukurou
  13. owly

    the annoying part of planning

    the annoying part is phrasing. I know what my team needs to do but, the concepts are scattered in categories, and lots of notes. there is also the matter of the order of getting things done and priority. and assigning tasks to different members. :s15:
  14. owly

    👨‍💻 dev friendship module

    summoning kraken! :s73:
  15. owly

    👨‍💻 dev friendship module

    public class MdlFriend extends AbsModule{ Person pal = new Person(); private Boolean needsFriend = true; private Boolean friendActive = false; private void resetFriend() { } private Algorithm requestFriend() {return null;} private Algorithm activateFriend()...
  16. owly

    👨‍💻 dev friendship module

  17. owly

    codex faze

    hadoshoryuken! :s5::s2::hkn::hkn::hkn::hkn::hkn::hkn:
  18. owly

    codex faze

    all that + bag O chips
  19. owly

    codex faze

    AlgDispenser AXLearnability Catche CombinatoricalUtils Cycler DrawRnd EmoDetectorCurious EmoDetectorHappy EmoDetectorStressed EV3DaisyChainAndMode EV3DaisyChainOrMode ForcedLearn InputFilter LGTypeConverter Map RepeatedElements Responder SkillHubAlgDispenser SpiderSense TrGEV3 TrgMinute...
  20. owly

    codex faze

Top