Code Monkey home page Code Monkey logo

thinkgeekexmachina's Introduction

Many Languages

.NET Playground

Multi-Language Project Repository

This is a repository for storing and building projects written in various languages. This repository is equipped with a continuous integration setup using GitHub Actions that compiles and builds projects in the following languages:

  • C
  • C++
  • C#
  • Python
  • Go

Structure

Each project should be located in a subdirectory of the appropriate language directory. For example, a C++ project created by person1 would have its source files located in the c++/person1/src/ directory.

The directory structure for each project should be as follows:

cpp/person/src/filename.cpp for C++
c/person/src/filename.c for C
c#/person/src/Program.cs for C#
python/person/src/main.py for Python
go/person/src/main.go for GO

Where language is the programming language, person is the name of the person who created the project, and src/ contains the source files of the project.

Building

When changes are pushed to this repository, a GitHub Actions workflow is triggered that attempts to build each project. The specific build command depends on the language of the project.

If a build fails, the workflow will be marked as failed. Check the "Actions" tab in GitHub for more details on any build failures.

Contributing

To contribute a project:

  1. Fork this repository.
  2. Add your project to the appropriate directory based on the language of your project.
  3. Push your changes to your fork.
  4. Open a pull request.

We hope that your projects will pass on the first try :)

thinkgeekexmachina's People

Contributors

rodxpp avatar

Watchers

 avatar

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.