Skip to content
  • Home
  • About this site
  • IMAGES
YouTube Twitter RSS
Think it aloud
Show it clearly
Skip to content
  • Home
  • About this site
  • IMAGES
    • mishou: illustrations for T-shirts
    • shibatau:illustrations
    • shibatau:photos
    • shibatau:ChineseTeaPhotos
Home 08.Programming Archive by category "Rust"

Category: Rust

Rust: Learning Functions, python, chatgpt

shibatau December 30, 2022 December 30, 2022Rust 0

I. Let’s ask ChatGPT Show me how to create a square function in Rust and Python: II. Creating a square function with Rust on Neovim Run rustc square.rs and ./square, and you will get 9. You can learn more here: A Gentle Introduction to Rust…

Continue reading

Rust: Learning For Loops, python, chatgpt ver. 3

shibatau December 5, 2022 December 27, 2022Rust 0

I. References Let’s learn for loops from the tutorials: A Gentle Introduction to Rust The Rust Programming Language Rust By Example II. For loops for 1 Create a Rust file: Run the following command to compile the code in the terminal. Run the code: If you come from a Python background, this wi…

Continue reading

Rust: Learning variables and data types ver. 2

shibatau November 26, 2022 November 26, 2022Rust 0

I. Variables Variables are immutable by default. I’ve got an error when I try to reassign another value to x like this: You can fix the issue by adding mut after let like let mut age: II. Types Integer types Length Signed Unsigned 8-bit i8 u8 16-bit i16 u16 32-bit i32 u32 64-bit i64 u64……

Continue reading

Rust: Getting started with Rust ver. 1

shibatau November 25, 2022 November 25, 2022Rust 0

I. What is Rust? A language empowering everyone to build reliable and efficient software. Rust II. Installing Rust on Ubuntu You can learn how to install Rust from the tutorial: How to install Rust on Ubuntu Linux III. Setting up Rust with Neovim You can learn how to set up Rust with Neovim using Lu…

Continue reading

  • YouTube Twitter RSS
  • Categories

    • 01.ANIMATION (16)
      • Blender (13)
    • 02.APPLICATIONS (37)
      • Browsers (4)
      • Neovim (25)
      • Scribus (1)
      • WordPress (2)
    • 03.Arts (2)
      • Literature (2)
    • 04.Images (23)
      • GIMP (4)
      • Inkscape (10)
      • Krita (14)
      • SketchBook (3)
    • 05.Inspiration (4)
    • 06.Memoir (3)
    • 07.OS (23)
      • Terminal and Shell (14)
    • 08.Programming (304)
      • Carbon (1)
      • Chatbot (5)
      • Java (1)
      • JavaScript (15)
      • Julia (16)
      • MachineLearning (15)
      • NaturalLanguageProcessing (13)
      • Python (204)
        • For beginners (17)
      • Python&R (14)
      • R (67)
      • Rust (4)
      • Security (3)
    • 09.Studies (128)
      • COVID-19 (2)
      • Economy (13)
        • Military (3)
        • Population (3)
      • Finance (16)
      • Japanese (6)
      • Lecture (51)
      • Philosophy&Thoughts (23)
        • For beginners (3)
      • Politics (6)
      • Psychology (1)
      • Statistics (15)
    • 10.Videos (4)
      • Shotcut (4)
  • Recent Comments

    • shibatau on Finance: 株価を評価する指標, yfinance, python ver. 15
    • Pvt.D on Finance: 株価を評価する指標, yfinance, python ver. 15
    • shibatau on Python: Create a Likert Scale Chart with Plot-Likert ver. 2
    • Donnchadh on Python: Create a Likert Scale Chart with Plot-Likert ver. 2
    • shibatau on Python: Automatically Visualize a dataset, autoviz ver. 6
  • Site Statistics
    • Today's visitors: 9
    • Today's page views: : 9
    • Total visitors : 52,155
This text can be changed from the Miscellaneous section of the settings page.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, cras ut imperdiet augue.
Powered by Nirvana & WordPress.
YouTube Twitter RSS
Bitnami