Search results

  1. fukurou

    lets dev and shit

  2. 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) {...
  3. fukurou

    lets dev and shit

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

    [MEDIA]

  6. fukurou

    [MEDIA]

  7. fukurou

    [MEDIA]

  8. fukurou

    📱android Asus rog phone 8 ultimate 👌🏻

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

    👨‍💻 dev code port and beautification

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

    👨‍💻 dev code port and beautification

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

    [MEDIA]

  16. 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...
  17. 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; }...
  18. fukurou

    double dragon design pattern

    package skills; import AXJava.AXGamification; import LivinGrimoire.DiSkillV2; import LivinGrimoire.Neuron; 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...
  19. fukurou

    double dragon design pattern

    package LivinGrimoire; import java.util.ArrayList; public class DiSkillV2 { protected Kokoro kokoro = new Kokoro(new AbsDictionaryDB()); // consciousness, shallow ref class to enable interskill communications protected DISkillUtils diSkillUtils = new DISkillUtils(); protected...
Top