Search results

  1. fukurou

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

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

    [MEDIA]

  3. fukurou

    lets dev and shit

  4. 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) {...
  5. fukurou

    lets dev and shit

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

    [MEDIA]

  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. fukurou

    📱android Asus rog phone 8 ultimate 👌🏻

    buy it. what's the matter mcfly? CHICKEN?!
  11. 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.
  12. 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...
  13. 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)...
  14. 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...
  15. fukurou

    👨‍💻 dev code port and beautification

    swift skills: GamificationP,N,DiEngager, DiBlabber, DiTime python skills: GamificationP,N,DiEngager, DiBlabber, DiTime
  16. fukurou

    👨‍💻 dev code port and beautification

    ok gonna fuck into the swift core code now
  17. fukurou

    [MEDIA]

  18. fukurou

    double dragon design pattern

    package skills; import AXJava.AXGamification; import LivinGrimoire.DiSkillV2; import LivinGrimoire.Neuron; public class GamificationN extends DiSkillV2 { private AXGamification axGamification; private int cost = 3; private DiSkillV2 skill; public GamificationN(DiSkillV2 skill...
  19. fukurou

    double dragon design pattern

    package AXJava; public class AXGamification { // this auxiliary module can add fun to tasks, skills, and abilities simply by // tracking their usage, and maximum use count. private int counter = 0; private int max = 0; public int getCounter() { return counter; }...
Top