Skip to content
View andibarg's full-sized avatar

Block or report andibarg

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. google-maps-isochrone-overlay google-maps-isochrone-overlay Public

    Visualize travel times to a given location as an isochrone overlay on an interactive map using the Google Maps API.

    Python 1 1

  2. iPhoto-calendar-remake iPhoto-calendar-remake Public

    For those who miss the good old photo calendar from the iPhoto/Photos app print service.

    TeX 1 1

  3. optical-field-transfer-matrix optical-field-transfer-matrix Public

    Transfer-matrix method to calculate the electric field across an optical multilayer.

    Python

  4. photo-diagnostic-tools photo-diagnostic-tools Public

    Diagnostic tools for photo editing, such as RGB histograms, focus peaking, highlight clipping warning, and EXIF data.

    Python 4

  5. photometry-converter photometry-converter Public

    Converts between photometric units (lumen, candela) and radiometric units (milliwatt).

    Python

  6. PEP-8 cheatsheet PEP-8 cheatsheet
    1
    #! /usr/bin/env python
    2
    # -*- coding: utf-8 -*-
    3
    """This module's docstring summary line.
    4
    5
    This is a multi-line docstring. Paragraphs are separated with blank lines.