git checkout master
git pull upstream master
git push origin master
git checkout -b feature-branch
git push -u origin feature-branch
| require 'openssl' | |
| require 'Base64' | |
| key = "secret-key" | |
| data = "some data to be signed" | |
| Base64.encode64(OpenSSL::HMAC.digest(OpenSSL::Digest::Digest.new('sha256'), key, data)).strip() |
| from werkzeug.contrib.profiler import ProfilerMiddleware | |
| app.config['PROFILE'] = True | |
| app.wsgi_app = ProfilerMiddleware(app.wsgi_app, restrictions = [50]) | |
| app.run(port=args.port, debug=True, extra_files=extra_files) |
I hereby claim:
To claim this, I am signing this object: