Skip to content
View adamJLev's full-sized avatar

Block or report adamJLev

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. django Public

    Forked from django/django

    The Web framework for perfectionists with deadlines.

    Python

  2. Stripe-style short alphanumeric UUID...
    1
    from django.db.models import SubfieldBase
    2
    from django.core.exceptions import ImproperlyConfigured
    3
    from django_extensions.db.fields import ShortUUIDField
    4
    
                  
    5
    class XidField(ShortUUIDField):
  3. Gets US holidays rrules, to be used ...
    1
    from dateutil import rrule
    2
    from datetime import datetime
    3
    
                  
    4
    def get_schedule_holidays_rrules():
    5
        return [
  4. prettier Public

    Forked from prettier/prettier

    Prettier is an opinionated code formatter.

    JavaScript 2 2