Search results

  1. fukurou

    lets dev and shit

    more shitting in progress!
  2. 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...
  3. 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)...
  4. fukurou

    lets dev and shit

    gone make some breakfast
  5. 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...
  6. fukurou

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

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

    [MEDIA]

  8. fukurou

    lets dev and shit

  9. 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) {...
  10. fukurou

    lets dev and shit

    public class DiCron extends DiSkillV2 { @Override public void input(String ear, String skin, String eye) { } }
  11. 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...
  12. fukurou

    [MEDIA]

  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. fukurou

    📱android Asus rog phone 8 ultimate 👌🏻

    buy it. what's the matter mcfly? CHICKEN?!
  16. 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.
  17. 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...
  18. 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)...
  19. fukurou

    👨‍💻 dev time to cook

    package skills; import AXJava.*; import LivinGrimoire.DiSkillV2; public class DiTreater extends DiSkillV2 { private TrgTime trgTime = new TrgTime(); public TrgTolerance trgTolerance = new TrgTolerance(10); public AXShoutOut shoutOut = new AXShoutOut(); public Responder replies...
  20. fukurou

    👨‍💻 dev code port and beautification

    swift skills: GamificationP,N,DiEngager, DiBlabber, DiTime python skills: GamificationP,N,DiEngager, DiBlabber, DiTime
Top