Probably what you're looking for
[a]Alternate (alternate version of the game, usually trying a different output method)[p]Pirate
| import sys | |
| import random | |
| import pygame as pg | |
| MAP_SIZE = 20, 10 | |
| TILE_SIZE = 50, 50 | |
| CHANCE_OF_SAME = 0.75 | |
| TEXTURES = ["water", "dirt", "grass", "coal"] |
| import requests | |
| import json | |
| import os | |
| folderName = 'Photos' | |
| urlFindUser = 'http://iconosquare.com/controller_nl.php?action=nlGetMethod&method=findUsername&value={0}&max_id=false' | |
| urlGetPhotos = 'http://iconosquare.com/controller_nl.php?action=getPhotoUserPublic&user_id={0}&max_id={1}' |
Usage ./graph.sh
It requires having gnuplot installed
| /* | |
| This file is now hosted here: | |
| https://github.com/victornpb/undiscord | |
| */ |
Based on this blogpost.
To sign Git commits, you need a gpg key. GPG stands for GNU Privacy Guard and is the de facto implementation of the OpenPGP message format. PGP stands for ‘Pretty Good Privacy’ and is a standard to sign and encrypt messages.
Install with Homebrew:
$ brew install gpg