Last active
July 22, 2024 01:12
-
-
Save kevinfiol/14f9806363a0fd2d5d53cabba0aa4422 to your computer and use it in GitHub Desktop.
Revisions
-
kevinfiol revised this gist
Jul 22, 2024 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -47,4 +47,6 @@ Vectors and borrowing: https://play.rust-lang.org/?version=stable&mode=debug&edi Vectors and for loops: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=21c901f1da9536996f38647f2148af47 Strings: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=377fa082e0bcc46de46c1518020c0f66 Hash Maps: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=b5574d71156868253b3860ee71e8fd26 -
kevinfiol revised this gist
Jul 22, 2024 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -45,4 +45,6 @@ Vectors pt 1: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021 Vectors and borrowing: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=1bb6259dc19bb9dd9dd01b7498c2e5b0 Vectors and for loops: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=21c901f1da9536996f38647f2148af47 Strings: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=377fa082e0bcc46de46c1518020c0f66 -
kevinfiol revised this gist
Jul 21, 2024 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -43,4 +43,6 @@ If let syntax: https://play.rust-lang.org/?version=stable&mode=debug&edition=202 Vectors pt 1: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=062b39c64c851e5e199f0b309edd1188 Vectors and borrowing: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=1bb6259dc19bb9dd9dd01b7498c2e5b0 Vectors and for loops: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=21c901f1da9536996f38647f2148af47 -
kevinfiol revised this gist
Jul 21, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -43,3 +43,4 @@ If let syntax: https://play.rust-lang.org/?version=stable&mode=debug&edition=202 Vectors pt 1: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=062b39c64c851e5e199f0b309edd1188 Vectors and borrowing: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=1bb6259dc19bb9dd9dd01b7498c2e5b0 -
kevinfiol revised this gist
Jul 21, 2024 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,3 +38,8 @@ Enums pt1: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gi Option, Some Enums: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=ff8378dad0deb5990676d298f2dc81be If let syntax: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=b24706e324cb287de6ddcd71dc47beb6 ## 8. Collections Vectors pt 1: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=062b39c64c851e5e199f0b309edd1188 -
kevinfiol revised this gist
Jul 21, 2024 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -36,3 +36,5 @@ Structs, Derive, Methods, impl: https://play.rust-lang.org/?version=stable&mode= Enums pt1: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=64b1827de0daa08aa889c80df4962827 Option, Some Enums: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=ff8378dad0deb5990676d298f2dc81be If let syntax: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=b24706e324cb287de6ddcd71dc47beb6 -
kevinfiol revised this gist
Jul 21, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -35,4 +35,4 @@ Structs, Derive, Methods, impl: https://play.rust-lang.org/?version=stable&mode= Enums pt1: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=64b1827de0daa08aa889c80df4962827 Option, Some Enums: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=ff8378dad0deb5990676d298f2dc81be -
kevinfiol revised this gist
Jul 21, 2024 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -29,3 +29,10 @@ Rules of References Simple Struct Examples + Tuple Structs: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=e0d6ae219a88c4adda6e3de8d68c59e6 Structs, Derive, Methods, impl: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=a65227e12849b5f81793098758a627cc ## 6. Enums Enums pt1: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=64b1827de0daa08aa889c80df4962827 Enums pt2: -
kevinfiol revised this gist
Jul 21, 2024 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,3 +27,5 @@ Rules of References ## 5. Structs Simple Struct Examples + Tuple Structs: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=e0d6ae219a88c4adda6e3de8d68c59e6 Structs, Derive, Methods, impl: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=a65227e12849b5f81793098758a627cc -
kevinfiol revised this gist
Jul 21, 2024 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,3 +24,6 @@ Rules of References 1. at any given time, you can have either one mutable reference, or any number of immutable references 2. references must be valid ## 5. Structs Simple Struct Examples + Tuple Structs: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=e0d6ae219a88c4adda6e3de8d68c59e6 -
kevinfiol revised this gist
Jul 20, 2024 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,4 +18,9 @@ Ownership and Functions: https://play.rust-lang.org/?version=stable&mode=debug&e References: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=91e2dbcfa1976800d96c263fca2f807c References 2 (Dangling Reference): https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=2b1b0b9ca0abebde874b7e22814df385 Rules of References 1. at any given time, you can have either one mutable reference, or any number of immutable references 2. references must be valid -
kevinfiol revised this gist
Jul 20, 2024 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,4 +16,6 @@ Copying, cloning, heap/stack: https://play.rust-lang.org/?version=stable&mode=de Ownership and Functions: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=a9a25c7c5eaa703f9c36667a5696c01f References: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=91e2dbcfa1976800d96c263fca2f807c References 2: -
kevinfiol revised this gist
Jul 20, 2024 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,4 +14,6 @@ https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=f6d221ac Copying, cloning, heap/stack: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=32252bcc07597a79cff3a3602b8465ab Ownership and Functions: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=a9a25c7c5eaa703f9c36667a5696c01f References: -
kevinfiol revised this gist
Jul 20, 2024 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,8 @@ https://play.rust-lang.org/?version=beta&mode=debug&edition=2021&gist=600acd485b https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=f6d221ac7551364d04ed84f701406e12 ## 4. Understanding Ownership Copying, cloning, heap/stack: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=32252bcc07597a79cff3a3602b8465ab Ownership and Functions: -
kevinfiol revised this gist
Jul 19, 2024 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ * [Let's Get Rusty Playlist](https://www.youtube.com/watch?v=OX9HJsJUDxA&list=PLai5B987bZ9CoVR-QEIN9foz4QCJ0H2Y8&index=1&t=10s&r=f) * [List of crates available in Rust Playground](https://github.com/rust-lang/rust-playground/blob/main/compiler/base/Cargo.toml) * [Rust Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021) ## 2. Guessing Game -
kevinfiol revised this gist
Jul 19, 2024 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,3 +7,7 @@ Rust Playground: https://play.rust-lang.org/?version=stable&mode=debug&edition=2 https://play.rust-lang.org/?version=beta&mode=debug&edition=2021&gist=600acd485b214c7e28bd35fe44872399 ## 3. Common Programming Concepts in Rust https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=f6d221ac7551364d04ed84f701406e12 ## 4. Understanding Ownership -
kevinfiol revised this gist
Jul 19, 2024 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,7 @@ from: https://www.youtube.com/watch?v=OX9HJsJUDxA&list=PLai5B987bZ9CoVR-QEIN9foz4QCJ0H2Y8&index=1&t=10s&r=f list of deps available in Rust Playground: https://github.com/rust-lang/rust-playground/blob/main/compiler/base/Cargo.toml Rust Playground: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021 ## 2. Guessing Game https://play.rust-lang.org/?version=beta&mode=debug&edition=2021&gist=600acd485b214c7e28bd35fe44872399 -
kevinfiol created this gist
Jul 19, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ from: https://www.youtube.com/watch?v=OX9HJsJUDxA&list=PLai5B987bZ9CoVR-QEIN9foz4QCJ0H2Y8&index=1&t=10s&r=f ## 2. Guessing Game https://play.rust-lang.org/?version=beta&mode=debug&edition=2021&gist=600acd485b214c7e28bd35fe44872399 ## 3. Common Programming Concepts in Rust