Search results

  1. fukurou

    lets dev and shit

  2. fukurou

    lets dev and shit

    and back
  3. fukurou

    lets dev and shit

    more shitting in progress!
  4. fukurou

    lets dev and shit

    class AXShoutOut: def __init__(self): self.__isActive: bool = False self.handshake: Responder = Responder() def activate(self): # make engage-able self.__isActive = True def engage(self, ear: str) -> bool: if len(ear) == 0: return...
  5. fukurou

    lets dev and shit

    class DiMagic8Ball(DiSkillV2): def __init__(self): super().__init__() self.magic8Ball: Magic8Ball = Magic8Ball() # Override def input(self, ear: str, skin: str, eye: str): # skill logic: if self.magic8Ball.engage(ear)...
  6. fukurou

    lets dev and shit

    gone make some breakfast
  7. fukurou

    lets dev and shit

    class Magic8Ball: def __init__(self): self.__questions: Responder = Responder() self.__answers: Responder = Responder() # answers: # Affirmative answers self.__answers.addResponse("It is certain") self.__answers.addResponse("It is decidedly...
  8. fukurou

    📱android asus rog phone the new one coming soon :)

    good for project Mugen and asphalt 8 I guess
  9. fukurou

    [MEDIA]

  10. fukurou

    lets dev and shit

  11. fukurou

    lets dev and shit

    import AXJava.Cron; import LivinGrimoire.DiSkillV2; public class DiCron extends DiSkillV2 { private String sound = "moan"; private Cron cron = new Cron("12:05",40,2);//Cron(String startTime, int minutes, int limit) // setters public DiCron setSound(String sound) {...
  12. fukurou

    lets dev and shit

    public class DiCron extends DiSkillV2 { @Override public void input(String ear, String skin, String eye) { } }
  13. fukurou

    DiPunisher skill

    package skills; import AXJava.DrawRnd; import AXJava.Responder; import AXJava.TrgTime; import LivinGrimoire.DiSkillV2; public class DiPunisher extends DiSkillV2 { public DrawRnd punishments = new DrawRnd(); private String trigger = "i was a bad boy"; private TrgTime reset = new...
  14. fukurou

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    [MEDIA]

  17. fukurou

    📱android Asus rog phone 8 ultimate 👌🏻

    buy it. what's the matter mcfly? CHICKEN?!
  18. fukurou

    📱android Asus rog phone 8 ultimate 👌🏻

    your grammar sucks ass Maby that would be my next smartphone is the correct phrase. 120hz is pretty lame, should get rog 6 for cheaper.
  19. fukurou

    🎮gaming Star ocean second story

    ********** *aeterna * ********** esp 2 mithril,customize gangee ******* *items* ******* SCUMBAG SLAYER: after the armoury contest in lacuer city Step 1: Helping Ruddler in Salva: go north Step 2: Helping Ruddler in Marze(item shop): "it's further east of here" Step 3: Helping Ruddler in...
  20. fukurou

    👨‍💻 dev time to cook

    b1.logicChobit.addSkill(new DiTreater().setDripper(100).setTime(new PlayGround().getCurrentTimeStamp())); b1.hardwareChobit.addSkill(new DiSysOut()); b1.doIt("hello","",""); b1.logicChobit.addSkill(new DiTime()); Scanner scanner = new Scanner(System.in)...
Top