Search results

  1. fukurou

    replying to outbackhut

    https://forum.arduino.cc/t/review-the-arduino-c-cheat-sheet/1120565/24 the loser said: this is the eternal conformist loser's way of thinking. they need mainstream media to validate things for them. they are unable to free think and are simple minded NPCs. they are incapable of deep dive...
  2. fukurou

    pokemon 230723

    @ZORO
  3. fukurou

    pokemon 230723

    Tyranitar (M) @ Smooth Rock Ability: Sand Stream Tera Type: Rock EVs: 4 HP / 252 Atk / 252 SpD Adamant Nature - Earthquake - Crunch - Stone Edge - Thunder Wave
  4. fukurou

    [MEDIA]

  5. fukurou

    I want this gamification module beefed all the fuckin way up

    class AXGamification{ // this auxiliary module can add fun to tasks, skills, and abilities simply by // tracking their usage, and maximum use count. private var counter:Int = 0 private var max:Int = 0 func getCounter()->Int{ return counter } func...
  6. fukurou

    I want this gamification module beefed all the fuckin way up

    class AXGamification: # this auxiliary module can add fun to tasks, skills, and abilities simply by # tracking their usage, and maximum use count. def __init__(self): self._counter: int = 0 self._max: int = 0 def getCounter(self) -> int: return...
  7. fukurou

    I want this gamification module beefed all the fuckin way up

    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; } public int...
  8. fukurou

    [MEDIA]

  9. fukurou

    teehee

    don't fuck with the fuk we are the based!
  10. fukurou

    (swift) he looks to the left he looks to the right

    class AXContextCmd{ // engage on commands // when commands are engaged, context commans can also engage public var commands:UniqueItemSizeLimitedPriorityQueue = UniqueItemSizeLimitedPriorityQueue() public var contextCommands:UniqueItemSizeLimitedPriorityQueue =...
  11. fukurou

    (swift) he looks to the left he looks to the right

    gone take a solid shit 1st!
  12. fukurou

    (swift) he looks to the left he looks to the right

    class AXMachineCode{ // common code lines used in machine code to declutter machine code var dic:[String:Int] = [:] @discardableResult func addKeyValuePair(key:String,value:Int)->AXMachineCode{ dic[key] = value return self } func...
  13. fukurou

    (swift) he looks to the left he looks to the right

    I've got another liter of diarrhea to shit!
  14. fukurou

    (swift) he looks to the left he looks to the right

    class TrgTolerance { // this boolean gate will return true till depletion or reset() var maxRepeats:Int var repeats:Int = 0 init(maxRepeats:Int) { self.maxRepeats = maxRepeats } func setMaxRepeats(maxRepeats:Int){ self.maxRepeats = maxRepeats...
  15. fukurou

    (swift) he looks to the left he looks to the right

    I have diarrhea (the creamy type)
  16. fukurou

    (swift) he looks to the left he looks to the right

    class AXCmdBreaker{ // separate command parameter from the command var conjuration:String init(conjuration: String) { self.conjuration = conjuration } func extractCmdParam(s1:String)->String{ if s1.contains(conjuration){ return...
  17. fukurou

    (swift) he looks to the left he looks to the right

    public class AXCmdBreaker { // separate command parameter from the command public String conjuration; public AXCmdBreaker(String conjuration) { this.conjuration = conjuration; } public String extractCmdParam(String s1){ if (s1.contains(conjuration)){...
  18. fukurou

    [MEDIA]

  19. fukurou

    pokemon 1307

    Lipaz (Spectrier) @ Rocky Helmet Ability: Grim Neigh Shiny: Yes Tera Type: Fighting EVs: 4 HP / 252 SpA / 252 Spe Bold Nature - Taunt - Psychic - Tera Blast - Shadow Ball
Top