Skip to content
View utek's full-sized avatar
🏠
Working from home ;)
🏠
Working from home ;)
Block or Report

Block or report utek

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. Define ignored tables in alembic.ini Define ignored tables in alembic.ini
    1
    Add this in your ini file:
    2
    
                  
    3
        [alembic:exclude]
    4
        tables = spatial_ref_sys
    5
    
                  
  2. pyseaweed pyseaweed Public

    Class to simplify communication with WeedFS

    Python 24 12

  3. PyramidRetort PyramidRetort Public

    Pyramid Alembic project with basic models and views

    CSS 1

  4. utk-ol3js-controls utk-ol3js-controls Public

    Custom controls for OpenLayers 3

    JavaScript 1

  5. Getting info from .py files without ... Getting info from .py files without eval
    1
    # coding=utf-8
    2
    from .ddd import (
    3
        DDD
    4
    )
    5