Search results

  1. owly

    habit skill

    we'll be untangling this cluster fuck next: public class DISkillUtils { // alg part based algorithm building methodes public Algorithm onePartAlgorithm(Mutatable algPart) { // returns a simple algorithm containing 1 alg part ArrayList<Mutatable> algParts1 = new...
  2. owly

    habit skill

    add expirations // Q and todos // ToDo manager dual getter
  3. owly

    habit skill

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

    habit skill

  6. owly

    habit skill

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

    habit skill

    @fukurou
  8. 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...
  9. owly

    LG light cls list

  10. owly

    LG light cls list

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

    LG light cls list

  12. 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); } }...
  13. 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); } }...
  14. 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
  15. 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...
  16. 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
  17. owly

    this site is protected by retard block

    if you are a retard, guess what? you can't register. :s74:
  18. 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:
  19. owly

    LG light cls list

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

    [MEDIA]

Top