Search results

  1. owly

    habit skill

    package skills; import AXJava.AXCmdBreaker; import AXJava.UniqueItemSizeLimitedPriorityQueue; import LivinGrimoire.DISkillUtils; import LivinGrimoire.DiSkillV2; public class DiHabit extends DiSkillV2 { private UniqueItemSizeLimitedPriorityQueue habitsPositive = new...
  2. owly

    habit skill

  3. owly

    habit skill

    I want separation between the regular ToDos and the expirations. shit in the aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaass :s59:
  4. owly

    habit skill

    @fukurou
  5. owly

    habit skill

    well, that is probably our next one, dear fuk. now we be makin fresh essential skills, this would be the 5th IG. one of the annoying things will be the punishment algorithm for bad habits and missed tasks. if I weren't so cheap I'd hire ppl to do this low level code monkey shit, but they...
  6. owly

    LG light cls list

  7. owly

    LG light cls list

    librarification: LG: skill,listOfSkills,Chobit DiHelloWorld: led,DiHelloWorld
  8. owly

    LG light cls list

  9. owly

    LG light cls list

    #define LED_PIN 13 // import the C++ file with the example Led class: class Led{ private: byte pin; public: Led(){this->pin = 13;} Led(byte pin){ this->pin = pin; } void init(){ pinMode(pin, OUTPUT); } void on(){ digitalWrite(pin, HIGH); } void off(){ digitalWrite(pin, LOW); } }...
  10. owly

    LG light cls list

    #define LED_PIN 13 // import the C++ file with the example Led class: class Led{ private: byte pin; public: Led(){this->pin = 13;} Led(byte pin){ this->pin = pin; } void init(){ pinMode(pin, OUTPUT); } void on(){ digitalWrite(pin, HIGH); } void off(){ digitalWrite(pin, LOW); } }...
  11. owly

    LG light cls list

    #ifndef Skill_H #define Skill_H // using Arduino hardware codes outside main: #include <Arduino.h> class Skill{ private: public: Skill(){} void inOut(byte ear, byte skin, byte eye) { } }; #endif
  12. owly

    LG light cls list

    list : class List { public: byte length; byte data[16]; void append(byte item) { if (length < 16) data[length++] = item; } void remove(byte index) { if (index >= length) return; memmove(&data[index], &data[index+1], length - index - 1); length--; } }; List l { .length = 3, .data...
  13. owly

    LG light cls list

    class code skeleton: #ifndef Skill_H #define Skill_H class Skill{ private: public: }; #endif class Chobit { private: public: }; team fuki going old school. reminds me of my Pascal days
  14. owly

    this site is protected by retard block

    if you are a retard, guess what? you can't register. :s74:
  15. owly

    LG light cls list

    on the up side it's more Arduino oriented for PID like projects. on the other there will be no separation between the logic and the hardware, so it would rely on machine code. cool. :s69:
  16. owly

    LG light cls list

    1.Mutatable 2. Algorithm 3. DiSkillV2 4. DiHelloWorld:DiSkillV2 5. Chobits
  17. owly

    [MEDIA]

  18. owly

    improved LG alg

    the CPP quest begins!
  19. owly

    improved LG alg

    reduced to just under 1k lines of code I AM OWLY!
  20. owly

    improved LG alg

Top