Skip to content
View activcoding's full-sized avatar
👾
Coding
👾
Coding

Organizations

@CodeEditApp
Block or Report

Block or report activcoding

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
activcoding/README.md
class Tom {
    std::string name = "Tom";
    std::string nickname = "@activcoding";
    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", "JavaScript"};
    std::vector<std::string> hobbies = {"Playing guitar", "Coding", "Running", "Cycling"};
    
    
    void startDay() {
        while (isAwake()) {
            code();
        }
    }
};

Pinned

  1. SearchKitDemo SearchKitDemo Public

    This project showcases the implementation of SearchKit for efficient indexing and searching within files, seamlessly integrated with SwiftUI.

    Swift 1

  2. FuzzySearch-with-SwiftUI FuzzySearch-with-SwiftUI Public

    In this example a list of users is shown and sorted with a easy fuzzy search algorithm.

    Swift 4

  3. BackgroundAnimation BackgroundAnimation Public

    A smooth background animation in SwiftUI

    Swift 7

  4. XOR-Gate-Neural-Network-in-Cpp XOR-Gate-Neural-Network-in-Cpp Public

    This 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…

    C++ 2 1

  5. AIVoice-With-Elevenlabs AIVoice-With-Elevenlabs Public

    Creating an AI-Voices with Elevenlabs

    Swift 2

  6. CodeEdit CodeEdit Public

    Forked from CodeEditApp/CodeEdit

    CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.

    Swift