Search results

  1. fukurou

    xcode gif

  2. fukurou

    [MEDIA]

  3. fukurou

    [MEDIA]

  4. fukurou

    🐦swift swift grimoire

    swift getters and setters class Weight { var kilograms: Float = 0.0 var pounds: Float { get { return kilograms * 2.205 } set(newWeight) { kilograms = newWeight / 2.205 } } }
  5. fukurou

    [MEDIA]

  6. fukurou

    🥐 pastry lafa bread

  7. fukurou

    codes

    *variables* var age = 0 // implicit var declaration var isCompleted:Bool = false // explicit var declaration let num:Int = 2 // const takes less space than var *strings* var str1:String = "1+4 = \(1+4)" // "1+4 = 5" *classes* class MyClass:SomeSuperClass{ var myProperty:Int override init(){...
  8. fukurou

    [MEDIA]

  9. fukurou

    💰moneymaxing fighting skills

  10. fukurou

    [MEDIA]

  11. fukurou

    nintendo switch redout 2 how to drift hard solved

    use left stick to steer left or right and right stick pointed up and (left or right) to drift tight corners
  12. fukurou

    💰moneymaxing bonds

  13. fukurou

    💰moneymaxing bonds

  14. fukurou

    💰moneymaxing investing in commodities

  15. fukurou

    🍢 kebab meat stuffed buns

  16. fukurou

    🐦swift LivinGrimoire swift version added

    so yeah there is also a swift version of the living grimoire Artificial General Intelligence software design pattern it took much less time to translate than I had thought, about 1 month, well if you don't count the time it took to learn swift. swift is very much similar to python syntax wise...
  17. fukurou

    LivinGrimoire swift version added

    so yeah there is also a swift version of the living grimoire Artificial General Intelligence software design pattern it took much less time to translate than I had thought, about 1 month, well if you don't count the time it took to learn swift. swift is very much similar to python syntax wise...
  18. fukurou

    [MEDIA]

  19. fukurou

    [MEDIA]

  20. fukurou

    🎮gaming gaming setups

Top