Search results

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

    AXPython

  3. 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...
  4. 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:
  5. owly

    AXPython

  6. 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...
  7. owly

    AXPython

    I want to translate the java auxiliary modules into python. because they are so cool. also the Pi uses python. @fukurou
  8. 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:
  9. owly

    👨‍💻 dev friendship module

    summoning kraken! :s73:
  10. 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()...
  11. owly

    👨‍💻 dev friendship module

  12. owly

    codex faze

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

    codex faze

    all that + bag O chips
  14. owly

    codex faze

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

    codex faze

  16. owly

    codex faze

    it's on now baby documentation party! :s13:
  17. owly

    codex faze

    @the living tribunal have you regained your powers yet? it's time to write the codex
  18. owly

    AX beefup

    // maps class Map { private var pointDescription:[String:String] = [:] private var descriptionPoint:[String:String] = [:] private var currentPosition:LGPointInt = LGPointInt() private let regexUtil:RegexUtil = RegexUtil() func reset() { currentPosition.x = 0...
  19. owly

    AX beefup

    package AXJava; import LivinGrimoire.DeepCopier; import java.util.ArrayList; public class SpiderSense { // enables event prediction private Boolean spiderSense = false; private UniqueItemSizeLimitedPriorityQueue events = new UniqueItemSizeLimitedPriorityQueue(); private...
  20. owly

    AX beefup

    should it have an alert clrScr tho?
Top