Giter Club home page Giter Club logo

doctoolchain / aoc-2019 Goto Github PK

View Code? Open in Web Editor NEW
20.0 3.0 27.0 17.54 MB

Code and Development environment for adventofcode.com - 2019 edition

License: Other

Shell 0.06% CSS 0.79% Groovy 2.84% HTML 61.97% JavaScript 0.30% Python 4.49% Ruby 0.61% PHP 0.09% Go 0.06% C++ 2.30% Dockerfile 0.23% Tcl 0.01% Dart 1.08% Clojure 0.01% Jupyter Notebook 2.65% Java 9.39% Kotlin 6.15% Rust 0.05% TypeScript 5.94% Haskell 0.99%
aoc aoc2019 adventofcode adventofcode2019 docs-as-code

aoc-2019's Introduction

aoc-2019

Warning
Spoiler Alert! If you want to solve the aoc problems on your own, do not read any further. This repository contains solutions for the problems in several languages.
Note
Result can be found on aoc-2019.netlify.com powered by netlify.

In this repository, we will collect the code for the solutions of adventofcode for the 2019 event.

If you want to join the discussions, here is the invitation for our slack channel.

Slack Invitation orange

The slack channel itself is aoc-2019

The id of the shared leaderboard is 117454-7d5aa225 .

The Goal of this repository

  1. is to

    • have a shared code base. It will be interesting to see how the same problem is solved in different languages with different approaches

    • have a development environment in which all examples run out of the box

How do we ensure that all examples run out of the box?

The best solution will be to use https://gitpod.io. Just prefix the URL with gitpod.io# or click the button:

open in gitpod

A webbased IDE will open with the repository already cloned in a docker container.

It would be awesome if we manage to get all solutions up and running in this container!

The standard gitpod.io docker container supports JavaScript, TypeScript, Java, Groovy, Ruby, Python, Go, C, C++, Rust, Perl out of the box.

At least Make, Gradle and Maven are available as build tools.

Repository structure

The structure we start with is the following:

.
├── README.md
├── day01
├── day02
│   ├── groovy
│   |   └── rdmueller
│   |       ├── solution.groovy
│   |       └── description.adoc
│   └── [language]
│       └── [githubhandle]
│           ├── solution.[extension]
│           └── description.adoc
├── day03
├── day04
├── ...

Documentation

As you can see in the above repository structure, each folder contains a description.adoc. It would be great if everybody could explain their solution with a short description.

Questions?

⇒ see you on Slack: aoc-2019

aoc-2019's People

Contributors

anoff avatar bit-jkraushaar avatar cfisch3r avatar clssn avatar corneil avatar cryck avatar fallshare avatar haro87 avatar jensnerche avatar jensnercheke avatar jeyp91 avatar jounile avatar mehalter avatar michael-simons avatar nils-braun avatar olithissen avatar ph0b13 avatar ph0bie avatar qznc avatar rdmueller avatar rjplog avatar sancho1241 avatar subesokun avatar thomgro avatar timgrossmann avatar transmitt0r avatar tschulte avatar wschaef avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

aoc-2019's Issues

AoC 2020

Will there be a repo for AoC 2020 :)?

re-work the readme

  • add infos on how to use gitpod on your fork
  • fix slack link
  • fix description.adoc => README.adoc
  • update it in such a way that it can be references from rules.adoc

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.