Git Product home page Git Product logo

aoc's Introduction

Advent of Code Entries

Here a few entries to the Advent of Code challenge, which is a coding challenge advent calendar created by Eric Wastl.

Semi-private leaderboard via code 1755756-b2d0233e; security through obscurity or something like that.

For more info: Advent of Code site.

Usage

  • Poetry
    • TODO
  • Docker
    # move to repo directory
    cd aoc
    
    # build image w/Dockerfile
    docker build -t runner .
    
    # run default bash entrypoint
    docker run -it --rm -v $(pwd):/home/appuser/app runner
    
    # run a script w/in container
    cd 01_sonar_sweep
    python sonar_sweep.py
    
    # stop container
    exit

Debugging

  • Raise cap of List Index Limit Max from 300 via
# ~/.vscode/extensions/ms-python.python-*/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py
MAX_ITEMS_TO_HANDLE = 1000

Visual Studio Code - Python - List Index Limit Max 300 - Debugger - Stack Overflow

TODO

  • Poetry usage
  • Dockerfile
  • Replace csv w/feather
  • Keep going

aoc's People

Contributors

pythoninthegrass 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.