Search results

  1. fukurou

    rog 6 pro megathread

  2. fukurou

    ms dos documentary

  3. fukurou

    [MEDIA]

  4. fukurou

    [MEDIA]

  5. fukurou

    🍵 kotlin simple main function for code testing

    fun main(args:Array<String>) { }
  6. fukurou

    [MEDIA]

  7. fukurou

    📕books the manga guide to microprocessors by michio shibuya and takashi tonashi

    I'd give it 3 out of 5 stars IG it does explain some concepts well but mostly it keeps you wondering and in the dark regarding the full process and how the processor actually works. it's just too vague of explanations how does the data travel, how do the parts work together? how are oppcodes...
  8. fukurou

    📕books how people learn by olivia mesa

    this book wasn't as the title suggest it did not talk about the learning process and algorithms the book was basically a compilation of dry facts about the brain
  9. fukurou

    🐦swift swift grimoire

    swift documentation markup /// Some introductory test that describes the purpose /// of the function. /** What does this function do? */ func someFunction(name: String) -> Bool { return false } /** Another useful function - parameters: - alpha: Describe the alpha param - beta...
  10. fukurou

    varargs

    fun sum1(vararg values: Int): Int { var total = 0 for (i in values.indices) { total += values[i] } return total } println(sum1(1,2,4))
  11. fukurou

    🎮gaming cyberpunk 2077 patch 1.6

  12. fukurou

    🎮gaming kill la kill how to play

  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. fukurou

    💰moneymaxing fighting skills

  16. fukurou

    test

    YOKOSOU
  17. fukurou

    test

    LivinGrimoire
  18. fukurou

    test

    LivinGrimoire
  19. fukurou

    test

    CYBERPUNK
  20. fukurou

    test

    test
Top