Skip to content
View ollieglass's full-sized avatar

Block or report ollieglass

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 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. openai-so-batch openai-so-batch Public

    Python library for creating and managing OpenAI Structured Outputs batch API calls

    Python

  2. Kenneth Kelly's 22 colors of maximum... Kenneth Kelly's 22 colors of maximum contrast
    1
    # theory - https://eleanormaclure.files.wordpress.com/2011/03/colour-coding.pdf (page 5)
    2
    # kelly's colors - https://i.kinja-img.com/gawker-media/image/upload/1015680494325093012.JPG
    3
    # hex values - http://hackerspace.kinja.com/iscc-nbs-number-hex-r-g-b-263-f2f3f4-242-243-244-267-22-1665795040
    4
    
                  
    5
    kelly_colors = ['F2F3F4', '222222', 'F3C300', '875692', 'F38400', 'A1CAF1', 'BE0032', 'C2B280', '848482', '008856', 'E68FAC', '0067A5', 'F99379', '604E97', 'F6A600', 'B3446C', 'DCD300', '882D17', '8DB600', '654522', 'E25822', '2B3D26']
  3. sqlalchemy-pg-copy sqlalchemy-pg-copy Public

    Postgres COPY helpers for SQLAlchemy

    Python 2