Skip to content
View victorcarrico's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro

Block or report victorcarrico

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. sql.pizza sql.pizza Public

    TypeScript 6

  2. compilers compilers Public

    C

  3. django-pagination-py3 django-pagination-py3 Public

    Forked from matagus/django-pagination-py3

    A port of django-pagination to Python 3! Also compatible with Python 2.x ;)

    Python

  4. nude-detection-BoVF nude-detection-BoVF Public

    Nude detection module with Python and OpenCV using Bag-of-Visual-Features.

    Python 1

  5. doao doao Public

    Multiclass classifier using one-agains-one approach with differente binary classifiers

    Common Lisp 1

  6. Celery Canvas: It's basically the in... Celery Canvas: It's basically the inverse chord which is like a map_reduce. This run a task and with the result run a celery group with the results.
    1
    
                  
    2
    from celery import task, subtask, group
    3
    
                  
    4
    @task
    5
    def get_list(amount):