Search results

  1. fukurou

    ☕ java java cheat sheet dev

    *variables* int age = 0; // implicit var declaration Boolean isCompleted = false; // explicit var declaration final int num = 2; // constant takes less space than var *strings* String str1 = "hello"; String s1 = String.format("%s %s %d :)", "1+4", "=", 5); *classes* public class MyClass...
  2. fukurou

    [MEDIA]

  3. fukurou

    test

    :tu::dab::td:
  4. fukurou

    test

    test
  5. fukurou

    [MEDIA]

  6. fukurou

    [MEDIA]

  7. fukurou

    ⚡ arduino Buy or not buy the new Samsung galaxy watch 5 pro lte this is the question 🤔

    it is so ugly ! :puke: and it looks not comfortable
  8. fukurou

    nikke goddess of victory

  9. fukurou

    xcode gif

  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. 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 } } }
  13. fukurou

    [MEDIA]

  14. 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(){...
  15. fukurou

    [MEDIA]

  16. fukurou

    💰moneymaxing fighting skills

  17. fukurou

    [MEDIA]

  18. 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
  19. fukurou

    💰moneymaxing bonds

  20. fukurou

    💰moneymaxing bonds

Top