See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
www.iuqerfsodp9ifjaposdfjhgosurijfaewrwergwea.com is up the virus exits instead of infecting the host. (source: malwarebytes). This domain has been sinkholed, stopping the spread of the worm. Will not work if proxied (source).update: A minor variant of the viru
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |
| from django import http | |
| from django.utils.http import urlquote | |
| from django import urls | |
| from django.conf import settings | |
| from django.utils.deprecation import MiddlewareMixin | |
| class AppendOrRemoveSlashMiddleware(MiddlewareMixin): | |
| """Like django's built in APPEND_SLASH functionality, but also works in | |
| reverse. Eg. will remove the slash if a slash-appended url won't resolve, |