[FTUForum.com] [UDEMY] The Rust Programming Language [FTU]

Size
1.09 GB
Files
106
Seeders
1
Leechers
1
AddTime
2 months
Source
DHT
Updated
2 days | Update Tracker
Info Hash
0c77d64a9c03079e6332815020f341bb89c3a854
Keywords
Magnet
magnet:?xt=urn:btih:0c77d64a9c03079e6332815020f341bb89c3a854
.Torrent
Mirror 1 | Mirror 2
Warning! Use a VPN When Downloading Torrents!
Your Country is . IP Address is
Your Internet Provider can see when you download torrents! Hide your IP ADDRESS with a VPN!
We strongly recommend Trust.Zone VPN to hide your torrenting. It's FREE!
HIDE ME NOW

File List

190 KB 1. Introduction/1.1 slides.pptx.pptx
27.5 MB 1. Introduction/1. Course Introduction.mp4
4.68 KB 1. Introduction/1. Course Introduction.vtt
88 B 1. Introduction/2.1 Rust playground.html
87 B 1. Introduction/2.2 Rust language homepage.html
26.8 MB 1. Introduction/2. Installing and Configuring Rust.mp4
3.38 KB 1. Introduction/2. Installing and Configuring Rust.vtt
15.8 MB 1. Introduction/3. Hello/ Rust!.mp4
4.41 KB 1. Introduction/3. Hello/ Rust!.vtt
29.9 MB 1. Introduction/4. Introducing the Cargo Package Manager.mp4
9.45 KB 1. Introduction/4. Introducing the Cargo Package Manager.vtt
101 B 1. Introduction/5.1 IntelliJ IDEA Downloads.html
30.2 MB 1. Introduction/5. Rust in IntelliJ IDEA.mp4
9.7 KB 1. Introduction/5. Rust in IntelliJ IDEA.vtt
144 B 1. Introduction/6.1 VisualRust (Visual Studio Extension for Rust).html
136 B 1. Introduction/6.2 Visual Studio Community Edition (Free IDE for Windows).html
96 B 1. Introduction/6.3 Rust and IDEs (contains links to some other Rust IDE packages).html
11.7 MB 1. Introduction/6. Rust with Visual Studio (NOT RECOMMENDED).mp4
4.64 KB 1. Introduction/6. Rust with Visual Studio (NOT RECOMMENDED).vtt
49.1 MB 2. Types and Variables/1. Core Data Types.mp4
19.6 KB 2. Types and Variables/1. Core Data Types.vtt
34 MB 2. Types and Variables/2. Operators.mp4
12.7 KB 2. Types and Variables/2. Operators.vtt
23.8 MB 2. Types and Variables/3. Scope and Shadowing.mp4
7.38 KB 2. Types and Variables/3. Scope and Shadowing.vtt
22.1 MB 2. Types and Variables/4. Declaring and Using Constants.mp4
5.33 KB 2. Types and Variables/4. Declaring and Using Constants.vtt
30.5 MB 2. Types and Variables/5. Stack and Heap.mp4
13.3 KB 2. Types and Variables/5. Stack and Heap.vtt
22 MB 3. Control Flow/1. If Statement.mp4
8.85 KB 3. Control Flow/1. If Statement.vtt
13.3 MB 3. Control Flow/2. While and Loop.mp4
5.01 KB 3. Control Flow/2. While and Loop.vtt
13.5 MB 3. Control Flow/3. For Loops.mp4
5.3 KB 3. Control Flow/3. For Loops.vtt
21 MB 3. Control Flow/4. Match Statement.mp4
8.08 KB 3. Control Flow/4. Match Statement.vtt
40.6 MB 4. Data Structures/10. Pattern Matching.mp4
14.7 KB 4. Data Structures/10. Pattern Matching.vtt
20.5 MB 4. Data Structures/11. Generics.mp4
7.14 KB 4. Data Structures/11. Generics.vtt
11.8 MB 4. Data Structures/1. Structs.mp4
4.27 KB 4. Data Structures/1. Structs.vtt
31 MB 4. Data Structures/2. Enumerations.mp4
11.1 KB 4. Data Structures/2. Enumerations.vtt
10.4 MB 4. Data Structures/3. Unions.mp4
7.36 KB 4. Data Structures/3. Unions.vtt
22.1 MB 4. Data Structures/4. OptionT and if letwhile let.mp4
8.08 KB 4. Data Structures/4. OptionT and if letwhile let.vtt
37.7 MB 4. Data Structures/5. Arrays.mp4
15.7 KB 4. Data Structures/5. Arrays.vtt
40.8 MB 4. Data Structures/6. Vectors.mp4
16.3 KB 4. Data Structures/6. Vectors.vtt
16.5 MB 4. Data Structures/7. Slices.mp4
6.67 KB 4. Data Structures/7. Slices.vtt
132 B 4. Data Structures/8.1 String vs _.null.tr in Rust functions.html
33.8 MB 4. Data Structures/8. Strings.mp4
13.4 KB 4. Data Structures/8. Strings.vtt
34.3 MB 4. Data Structures/9. Tuples.mp4
12 KB 4. Data Structures/9. Tuples.vtt
16.7 MB 5. Functions/1. Functions and Function Arguments.mp4
8.23 KB 5. Functions/1. Functions and Function Arguments.vtt
9.19 MB 5. Functions/2. Methods.mp4
3.74 KB 5. Functions/2. Methods.vtt
34.3 MB 5. Functions/3. Closures.mp4
14 KB 5. Functions/3. Closures.vtt
16.2 MB 5. Functions/4. Higher-Order Functions.mp4
7.75 KB 5. Functions/4. Higher-Order Functions.vtt
42.8 MB 6. Traits/1. Traits.mp4
14.9 KB 6. Traits/1. Traits.vtt
12.3 MB 6. Traits/2. Operator Overloading.mp4
5.34 KB 6. Traits/2. Operator Overloading.vtt
10.1 MB 6. Traits/3. Static Dispatch.mp4
8.13 KB 6. Traits/3. Static Dispatch.vtt
5.67 MB 6. Traits/4. Dynamic Dispatch.mp4
3.74 KB 6. Traits/4. Dynamic Dispatch.vtt
556 B 6. Traits/5.1 main.rs.rs
9.95 MB 6. Traits/5. Why Dynamic Dispatch.mp4
6.42 KB 6. Traits/5. Why Dynamic Dispatch.vtt
21.6 MB 7. Lifetime and Memory/1. Ownership.mp4
9.17 KB 7. Lifetime and Memory/1. Ownership.vtt
20.5 MB 7. Lifetime and Memory/2. Borrowing.mp4
8.38 KB 7. Lifetime and Memory/2. Borrowing.vtt
15.2 MB 7. Lifetime and Memory/3. Lifetime.mp4
9 KB 7. Lifetime and Memory/3. Lifetime.vtt
13.1 MB 7. Lifetime and Memory/4. Reference-Counted Variables (Rc).mp4
8.37 KB 7. Lifetime and Memory/4. Reference-Counted Variables (Rc).vtt
8.55 MB 7. Lifetime and Memory/5. Atomic Reference-Counted Variables (Arc).mp4
5.12 KB 7. Lifetime and Memory/5. Atomic Reference-Counted Variables (Arc).vtt
14.7 MB 7. Lifetime and Memory/6. Using a Mutex for Thread-Safe Mutability.mp4
8.75 KB 7. Lifetime and Memory/6. Using a Mutex for Thread-Safe Mutability.vtt
77 B 8. Odds _ Ends/1.1 crates.io.html
18.6 MB 8. Odds _ Ends/1. Consuming Crates.mp4
6.17 KB 8. Odds _ Ends/1. Consuming Crates.vtt
58.3 MB 8. Odds _ Ends/2. Building Modules and Crates.mp4
12.6 KB 8. Odds _ Ends/2. Building Modules and Crates.vtt
51.9 MB 8. Odds _ Ends/3. Testing.mp4
5.68 KB 8. Odds _ Ends/3. Testing.vtt
61.1 MB 8. Odds _ Ends/4. Comments and Documentation.mp4
7.31 KB 8. Odds _ Ends/4. Comments and Documentation.vtt
31.9 KB Discuss.FTUForum.com.html
108 KB FreeCoursesOnline.Me.html
100 KB FTUForum.com.html
235 B How you can help Team-FTU.txt
524 B [TGx]Downloaded from torrentgalaxy.org.txt
84 B Torrent Downloaded From GloDls.to.txt

array(1) { [0]=> string(5) "movie" }