This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
#!/bin/bash | |
echo "Finding and Purging Big Files From Git History" | |
echo "==============================================" | |
echo "" | |
echo "http://naleid.com/blog/2012/01/17/finding-and-purging-big-files-from-git-history/" | |
echo "" | |
pushd "$(git rev-parse --show-toplevel)" > /dev/null |
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
# An example to get the remaining rate limit using the Github GraphQL API. | |
import requests | |
headers = {"Authorization": "Bearer YOUR API KEY"} | |
def run_query(query): # A simple function to use requests.post to make the API call. Note the json= section. | |
request = requests.post('https://api.github.com/graphql', json={'query': query}, headers=headers) | |
if request.status_code == 200: |
""" | |
All the methods were generated based on the list of nodes from the | |
"Green Tree Snakes" guide: | |
https://greentreesnakes.readthedocs.io/en/latest/index.html | |
""" | |
import ast | |
class Visitor(ast.NodeVisitor): |
from colorsys import hls_to_rgb, rgb_to_hls | |
import math | |
import cmath | |
CLAMP = lambda y: max(0.0, min(y, 1.0)) | |
BLEND = lambda x, y: 0.5*x + 0.5*y | |
DODGE = lambda a, b: a / (1.0 - b + 1/256.0) | |
# gimp color balance algorithm | |
def balance_channel(value, l, shadows, midtones, highlights): |
Einige DeutschlandTickets sind anders als die anderen. Preislich soll es für 49EUR starten und für ganz Deutschland einen bestimmten Featureset mitbringen. Folgende Verkehrsverbunde wollen allerdings Zusatzoptionen anbieten:
Falls Ihr noch weitere kennt: einfach unten als Kommentar oder via Twitter ergaenzen