I hereby claim:
- I am bison-- on github.
- I am bison (https://keybase.io/bison) on keybase.
- I have a public key whose fingerprint is D58E 8545 87CC CEFD 35F7 1C97 B10F 4120 547D C69C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| feh -ZFzr --hide-pointer --slideshow-delay 8.8 /home/bison/Dropbox/Photos/Motivation /home/bison/Dropbox/Photos/worthy /home/bison/Dokumente/coding/share/bison--_GitHub/souperDuper/images/bison & | |
| #--bg-max | |
| sleep 1 | |
| xtrlock & | 
| import java.util.Random; | |
| public class hRandom { | |
| private static Random localRandom; | |
| /** | |
| * returns a random value between min (inclusive) and max (inclusive) | |
| * @param min minimum value | |
| * @param max maximum value | 
| #!/usr/bin/python3 | |
| import subprocess | |
| full_params = ['multipass', 'launch'] | |
| name = input('name: ') | |
| if name: | |
| full_params.extend(['--name', name]) | |
| version = input('version: ') | 
| using UnityEngine; | |
| using System.Collections; | |
| using UnityEngine.InputSystem; | |
| public class FlyCamera : MonoBehaviour | |
| { | |
| /* | |
| Writen by Windexglow 11-13-10. Use it, edit it, steal it I don't care. | |
| Converted to C# 27-02-13 - no credit wanted. | 
| import subprocess | |
| import time | |
| thread_amount = int(input('amount of threads:')) | |
| all_processes = [] | |
| try: | |
| for i in range(thread_amount): | |
| all_processes.append(subprocess.Popen(["md5sum", "/dev/zero"])) | |
| except Exception as ex: | 
| import random | |
| class ItemInfo: | |
| def __init__(self, place=0, amount=0): | |
| self.place = place | |
| self.amount = amount | |
| def __repr__(self): | |
| return '{0}: {1}'.format(self.place, self.amount) | 
| ACCESS_TOKEN = '<ACCESS_TOKEN>' # create a new app under: https://INSTANCE_DOMAIN/settings/applications | |
| INSTANCE_DOMAIN = 'mastodon.social' | |
| LANGUAGE = 'en' # fallback language |