Skip to content
View ne0zen's full-sized avatar
  • Discovery Education
  • Chicago, IL

Block or report ne0zen

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. Request Logging Middleware for Djang... Request Logging Middleware for Django, reports details to newrelic
    1
    import datetime
    2
    import logging
    3
    import json
    4
    import time
    5
    import traceback
  2. django filtered stack trace per data... django filtered stack trace per database query (possibly python 2-only)
    1
    # kudos to SColvin on stackoverflow
    2
    # Source: https://stackoverflow.com/questions/24876343/django-traceback-on-queries/24876751#24876751
    3
    import django.db.backends.utils as bakutils
    4
    import traceback
    5
    
                  
  3. Easily open files from Python traceb... Easily open files from Python tracebacks in iTerm2 directly in MacVim
    1
    1. In iTerm2, go to Settings -> Profiles -> Advanced -> Smart Selection -> Edit
    2
    2. Click `+` to add a rule with the following values:
    3
       * Notes: Python traceback
    4
       * Regular Expression: `File "(.+)", line ([0-9]+), in .+`
    5
       * Precision: Very High
  4. advent-of-code advent-of-code Public

    Advent Of Code Exercises

    Python

  5. Redis-Python-Datastructures Redis-Python-Datastructures Public

    Forked from lethain/Redis-Python-Datastructures

    simple python datastructure wrappings for redis

    Python