Search results

  1. owly

    lets dev and shit

    class GamificationP(DiSkillV2): def __init__(self, skill): self.gain = 1 self.skill = skill self.axGamification = AXGamification() def setGain(self, gain): if gain > 0: self.gain = gain def getAxGamification(self)...
  2. owly

    lets dev and shit

    public class GamificationP extends DiSkillV2 { // the grind side of the game, see GamificationN for the reward side private int gain = 1; private DiSkillV2 skill; private AXGamification axGamification = new AXGamification(); public GamificationP(DiSkillV2 skill) {...
  3. owly

    lets dev and shit

    public class DiEngager extends DiSkillV2 { // makes the AI burp n times per hour at random times private int burpsPerHour = 2; private TrgMinute trgMinute = new TrgMinute(0); private String skillToEngage = "unknown"; private DrawRndDigits draw = new DrawRndDigits()...
  4. owly

    lets dev and shit

    public class DIBlabber extends DiSkillV2 { private Boolean isActive = true; // skill toggle public AXContextCmd skillToggler = new AXContextCmd(); // chat mode select public AXContextCmd modeSwitch = new AXContextCmd(); protected Cycler mode = new Cycler(1); // chat-bot mode...
  5. owly

    lets dev and shit

    public class DiCron extends DiSkillV2 { private String sound = "snore"; private Cron cron = new Cron("12:05",40,2);//Cron(String startTime, int minutes, int limit) // setters public DiCron setSound(String sound) { this.sound = sound; return this; } public...
  6. owly

    lets dev and shit

    swift skills: GamificationP,N,DiEngager, DiBlabber, DiTime,dimagic8ball,ditreater, dicron AX:magic8ball,AXShoutout,AXHandshake LG: setsimplealg(diskillv2),pl(getcurrentmonthname) python skills: GamificationP,N,DiEngager, DiBlabber, dicron java: LG: setsimplealg(diskillv2),pl(getcurrentmonthname)
  7. owly

    lets dev and shit

    public class DiTime extends DiSkillV2 { private PlayGround pl = new PlayGround(); @Override public void input(String ear, String skin, String eye) { switch(ear) { case "what is the time": setVerbatimAlg(4, pl.getCurrentTimeStamp())...
  8. owly

    lets dev and shit

    public class DiTreater extends DiSkillV2 { private AXHandshake handshake = new AXHandshake(); public Responder replies = new Responder("stop arguing", "just do it", "behave","be a big boy and do it","bad boy no more fussing","i know best"); public TrgArgue contextCmd = new...
  9. owly

    lets dev and shit

    fappunk 2077!
  10. owly

    lets dev and shit

    we are the forefront of coding! go team fuki!
  11. owly

    lets dev and shit

    public class AXHandshake { /*example use if (handshake.engage(ear)){ // ear reply like: what do you want?/yes setVerbatimAlg(4,"now I know you are here");return; } if (handshake.trigger()){setVerbatimAlg(4,handshake.getUser_name());return;}// user...
  12. owly

    lets dev and shit

    public class AXShoutOut { private Boolean isActive = false; public Responder handshake = new Responder(); public void activate(){ // make engagable isActive = true; } public Boolean engage(String ear){ if (ear.isEmpty()) {return false;} if...
  13. owly

    lets dev and shit

    shit ass tits! piss trajectory ~!~
  14. owly

    lets dev and shit

    public class Magic8Ball { private Responder questions = new Responder(); private Responder answers = new Responder(); public void setQuestions(Responder questions) { this.questions = questions; } public void setAnswers(Responder answers) { this.answers =...
  15. owly

    lets dev and shit

    public class DiMagic8Ball extends DiSkillV2 { public Magic8Ball magic8Ball = new Magic8Ball(); // skill toggle params: public AXContextCmd skillToggler = new AXContextCmd(); private Boolean isActive = true; public DiMagic8Ball() {...
  16. owly

    lets dev and shit

    jizzy bath robes and shit
  17. owly

    lets dev and shit

    we need to start portin all det shiiiiiiiiiiiiiiiiiiiiiiii iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii iiiiiiiiiiiiiiiiiiieeet ya feel? shit pilling up and shit in the ass man! ain't be playin up this biatch.
  18. owly

    lets dev and shit

    there is a shit load o shit we outta do. so betta get started and shit ya know? lets start with the cron skill @fukurou
  19. owly

    👨‍💻 dev time to cook

    trgTime:tolerance.reset() // stop shout out if so.engage(ear){cmdArgue("do i have to wear a diaper?");tolerance.disable();event} // shout out if tolerance.trigger: if drip{so.activate();shoutout} cmdArgue(ear) @fukurou
  20. owly

    👨‍💻 dev code port and beautification

    @fukurou swift AX: AXGamification, AXNPC,AXNPC2 skills: GamificationP,N,DiEngager, DiBlabber, DiTime core: DiskillV2, playground: findDay, isLeapYear, nxtDayOnDate python skills: GamificationP,N,DiEngager, DiBlabber, DiTime core: playground: findDay, isLeapYear, nxtDayOnDate code...
Top