Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
00Dev_Environment_Setup_Rapid_CS_101_Ideas
Module3Struct
Module7Closures+SmartPointers
SummerModule8ProjectPrep
project
CodeSpaceToGitHub.txt
Module4Enum
Module8Concurrency
SummerModule9SoftwareEngineering
'second commit'
Lectures_CodeOnly
Module5Error_Handling
Module9Parallelization
assignments
Module1IntroProgramming
Module5_1SimpleTesting
README.md
module_one
src
Module2MemoryManagement
Module6Generics+Trait
SmallProjectsGoodForPractice
my_project
start.md
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}
7 changes: 7 additions & 0 deletions ParallelFileProcessorProject/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions ParallelFileProcessorProject/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[package]
name = "ParallelFileProcessorProject"
version = "0.1.0"
edition = "2024"

[dependencies]
14,910 changes: 14,910 additions & 0 deletions ParallelFileProcessorProject/books/A Christmas Story.txt

Large diffs are not rendered by default.

Loading