Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Popular repositories
-
sarge
Mirror of the sarge repo, used for CI using Travis
-
python-gnupg
Mirror of the python-gnupg repo, used for CI using Travis. Use https://bitbucket.org/vinay.sajip/python-gnupg/issues/new for creating issues.
-
distlib
Mirror of the distlib repo, used for CI using Travis. Development happens on https://bitbucket.org/pypa/distlib
-
django
Forked from django/django
The code in this repo is the Python 3 port of Django: it supports Python 2.x and 3.x from the same codebase (in the django3 branch). Recent test results can be seen at https://gist.github.com/1373553
-
MySQL-for-Python-3
Forked from davispuh/MySQL-for-Python-3
MySQL for Python lib port to python 3
-
simplejson
Forked from simplejson/simplejson
simplejson is a simple, fast, extensible JSON encoder/decoder for Python
168 contributions in the last year
Contribution activity
March 2019
February 2019
- vsajip/peewee-extra-fields Python
- vsajip/bottle-oauthlib Python
- vsajip/cleave.js JavaScript
- vsajip/multiple-select JavaScript
- vsajip/instant.page JavaScript
- vsajip/django-simple-history Python
- vsajip/Bootstrap-Confirmation JavaScript
Created an issue in mistic100/Bootstrap-Confirmation that received 3 comments
No way to make the confirmation conditional?
There are situations where you want a confirmation to be enabled or disabled depending on context. For example, if a user would lose data by clicki…