class Tom {
std::string name = "Tom";
std::string nickname = "@activecoding";
std::string email = "tomludwig@duck.com";
std::string timeZone = "CEST";
std::string quoteOfTheDay = "There's a world outside of coding. - Bjarne Stroustrup";
std::vector<std::string> favoriteLanguages = {"Swift", "C++", "GO", "Rust"};
std::vector<std::string> hobbies = {"Playing guitar", "Coding", "Running", "Cycling"};
void startDay() {
while (isAwake()) {
code();
}
}
};
114% Productivity
Coding in Swift, Dart, Go, Rust, and C++. SwiftUI first, with Flutter when the situation calls for it.
Highlights
Pinned Loading
-
SearchKitDemo
SearchKitDemo PublicThis project showcases the implementation of SearchKit for efficient indexing and searching within files, seamlessly integrated with SwiftUI.
Swift 3
-
FuzzySearch-with-SwiftUI
FuzzySearch-with-SwiftUI PublicIn this example a list of users is shown and sorted with a easy fuzzy search algorithm.
Swift 12
-
-
disk_space_2
disk_space_2 PublicA Flutter package that provides an easy way to get disk space information on Android and iOS devices.
-
-
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.



