Busy
Student at the University of Vermont
-
03:19
(UTC -05:00) - charlies1103.github.io
- in/charlie-simons-a16a78244
Pinned Loading
-
spicetify/marketplace
spicetify/marketplace PublicDownload extensions and themes directly from Spicetify
-
overgrowth
overgrowth PublicPerform mass operations on icon files on your mac and develop scripts to change the behavior of these operations.
Rust 2
-
ChaosChess
ChaosChess Public archiveA place to host my many, many, chess variation ideas
-
spicetify-extensions
spicetify-extensions Public archiveextensions for spotify i'm creating
-
-
Recursively loop through all files a...
Recursively loop through all files and directories in rust and return a list of all files of a particular extension type. 1/* This function is recursive and will return a vector of all the .app files in the directory and all subdirectories
2* dir_path: The path to the directory to be searched
3* file_extension: The file extension to be searched for
4*/
5fn loop_through_dir(dir_path: &PathBuf, extension_type: &String) -> Result<Vec<PathBuf>, Box<dyn std::error::Error>> {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.