Skip to content
View vulcan25's full-sized avatar
Block or Report

Block or report vulcan25

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. flask-reload-in-docker flask-reload-in-docker Public

    Simple compose setup for developing in flask, with live reloader enabled.

    Python 2

  2. flask-chartjs flask-chartjs Public

    Define the data you want charted in Python, place a canvas in your template with minimal JS, then dynamically update the chart using the Javascript Fetch API.

    Python 1 2

  3. image_processor image_processor Public

    Python 2 2

  4. Flask upload with dropzone. Flask upload with dropzone.
    1
    from python:alpine
    2
    RUN pip install -U pip && pip install flask
    3
    WORKDIR /code
    4
    COPY ./app.py /code
    5
    COPY ./index.html /code