Coder Social home page Coder Social logo
class Tom {
    std::string name = "Tom";
    std::string nickname = "@activcoding";
    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", "JavaScript"};
    std::vector<std::string> hobbies = {"Playing guitar", "Coding", "Running", "Cycling"};
    
    
    void startDay() {
        while (isAwake()) {
            code();
        }
    }
};

Tom Ludwig's Projects

5pk-design-surveys icon 5pk-design-surveys

This project serves as a comprehensive design comparison tool, allowing you to explore the unique aesthetics of native SwiftUI for iOS, the versatility of Flutter for cross-platform development, and the native Android design experience.

basic-car-maintenance icon basic-car-maintenance

A basic app to track your car's maintenance. Open source for Hacktoberfest 2023. Beginners are welcome!

codeedit icon codeedit

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

codeeditcli icon codeeditcli

A command-line-interface to open files/folders in CodeEdit.app

codeeditkit icon codeeditkit

CodeEditKit is an interface between CodeEdit and extensions

disk_space_2 icon disk_space_2

A Flutter package that provides an easy way to get disk space information on Android and iOS devices.

git icon git

A git client written entirely in Swift for iOS and macOS with zero dependencies.

git-kit icon git-kit

GitKit is a Swift wrapper around the git command line interface.

mbo-server-setup icon mbo-server-setup

This repository contains the essential files and instructions for running the MBO server

mojo icon mojo

The Mojo Programming Language

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.