◐ Shell
clean mode source ↗

utek - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@utek

utek

Follow

View utek's full-sized avatar

🏠

Working from home ;)

Łukasz Bołdys (Lukasz Boldys) utek

🏠

Working from home ;)

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 30 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