https://github.com/erictleung/advent

:snowflake: My solutions for the Advent of Code

https://github.com/erictleung/advent

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.9%) to scientific vocabulary

Keywords

advent-of-code coding-challenge python
Last synced: 4 months ago · JSON representation

Repository

:snowflake: My solutions for the Advent of Code

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
advent-of-code coding-challenge python
Created about 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

advent

My solutions for the Advent of Code problems.

Table of Contents

Prerequisites

  • Python 3 (https://www.python.org/)

Conventions

My solutions aim to have minimal package dependencies and aim to adhere to PEP8 using the pycodestyle style checker.

Installation

bash git clone https://github.com/erictleung/advent.git cd advent python setup.py install

Running Solutions

Here is an example solution run.

bash cd advent python advent2015/not_quite_lisp.py data/2015_day1.txt

The data is saved and run through as a command line interface.

Testing

bash git clone https://github.com/erictleung/advent.git cd advent python -m unittest python -m unittest -v # See tests being run

Owner

  • Name: Eric Leung
  • Login: erictleung
  • Kind: user
  • Location: New York, NY

Data science generalist. Sharing knowledge and optimizing tools for learning and growth. Open-source and open-data advocate. Community learner.

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 46
  • Total Committers: 1
  • Avg Commits per committer: 46.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Eric Leung e****c@e****m 46
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • erictleung (1)
Pull Request Authors
  • erictleung (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

setup.py pypi