See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
Navigate to: Twitter via IFTTT, Twitter via Zapier, Reddit or GitHub.
You just posted a video. You want everyone on your server to know this, eh?
| # taken from | |
| # http://web3py.readthedocs.io/en/stable/contracts.html#contract-deployment-example | |
| # | |
| # then repaired: | |
| # see issue 808 https://github.com/ethereum/web3.py/issues/808 | |
| # and slightly extended | |
| # | |
| # purpose: | |
| # see issue 898 https://github.com/ethereum/web3.py/issues/898 |
| from rest_framework import serializers | |
| from rest_auth.serializers import UserDetailsSerializer | |
| class KnoxSerializer(serializers.Serializer): | |
| """ | |
| Serializer for Knox authentication. | |
| """ | |
| token = serializers.CharField() |
| import sys | |
| from PyQt5 import QtCore, QtWidgets | |
| class MainWindow(QtWidgets.QWidget): | |
| switch_window = QtCore.pyqtSignal(str) | |
| def __init__(self): | |
| QtWidgets.QWidget.__init__(self) |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| from flask import Flask, request | |
| from urllib import unquote_plus | |
| import json | |
| import re | |
| app = Flask(__name__) |
Exhaustive list of SPDX (Software Package Data Exchange) licenses: https://spdx.org/licenses/