Giter Site home page Giter Site logo

mr-soulfox / soulrinha Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 70 KB

Minha participação na Rinha de compiladores (ou interpretadores) criado e mediado por @aripiprazole & @algebraic-sofia

License: GNU Affero General Public License v3.0

CMake 36.53% Dockerfile 17.02% Shell 7.89% C++ 38.56%
compilers rinha rinha-de-compilers

soulrinha's Introduction

Rinha de Compiladores (C++)

Logo

My participation in the 'Rinha de Compiladores (ou interpretadores)' created and mediated by @aripiprazole & @algebraic-sofia.

Tech Stack

C++ | CMake | Docker

Run from image (pkg)

Use to run container.

Note: replace the <mount_point> with the path to directory with the files (.rinha or .json).

  docker run --mount type=bind,source="<mount_point>",target=/var/rinha -d --name soulrinha-compiler ghcr.io/mr-soulfox/soulrinha:latest

Use to run container with only 2 CPUs and 2GiB memory ram.

Note: replace the <mount_point> with the path to directory with the files (.rinha or .json).

  docker run --cpus=2 -m 2048m --mount type=bind,source="<mount_point>",target=/var/rinha -d --name soulrinha-compiler rinha/soulrinha:latest

Run from source (Docker Compose)

Clone repository and enter in directory.

  git clone https://github.com/mr-soulfox/soulrinha && cd soulrinha

Place the files you want to run (.rinha or .json) in var/rinha folder, and up container.

  docker-compose up

Run from source

Clone repository and enter in directory.

  git clone https://github.com/mr-soulfox/soulrinha && cd soulrinha

Place the files you want to run (.rinha or .json) in var/rinha folder, and run the start.sh script to initialize.

  bash ./start.sh

Authors

@mr-soulfox

License

AGPL v3.0

soulrinha's People

Contributors

mr-soulfox 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.