class Tom {
std::string name = "Tom";
std::string nickname = "@activecoding";
std::string email = "[email protected]";
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();
}
}
};
Highlights
Pinned Loading
-
SearchKitDemo
SearchKitDemo PublicThis project showcases the implementation of SearchKit for efficient indexing and searching within files, seamlessly integrated with SwiftUI.
Swift 1
-
FuzzySearch-with-SwiftUI
FuzzySearch-with-SwiftUI PublicIn this example a list of users is shown and sorted with a easy fuzzy search algorithm.
Swift 6
-
-
XOR-Gate-Neural-Network-in-Cpp
XOR-Gate-Neural-Network-in-Cpp PublicThis repository showcases a basic neural network designed to learn and predict the output of an XOR-Gate. It serves as an excellent introductory project for anyone looking to dive into the world of…
-
AIVoice-With-Elevenlabs
AIVoice-With-Elevenlabs PublicCreating an AI-Voices with Elevenlabs
Swift 2
-
CodeEdit
CodeEdit PublicForked from CodeEditApp/CodeEdit
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
Swift
If the problem persists, check the GitHub status page or contact support.