Search results

  1. owly

    AXPython

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

    AXPython

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

    AXPython

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

    👨‍💻 dev friendship module

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

    👨‍💻 dev friendship module

  11. owly

    codex faze

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

    codex faze

    all that + bag O chips
  13. owly

    codex faze

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

    codex faze

  15. owly

    codex faze

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

    codex faze

    @the living tribunal have you regained your powers yet? it's time to write the codex
  17. 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...
  18. 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...
  19. owly

    AX beefup

    should it have an alert clrScr tho?
  20. owly

    AX beefup

    class Log:UniqueItemsPriorityQue { /// chronological log of inputs private var lastWithdrawal:String = "" override func peak() -> String { /// get last memory lastWithdrawal = super.peak() return lastWithdrawal } override func getRndItem() -> String {...
Top