I hereby claim:
- I am iksaku on github.
- I am iksaku (https://keybase.io/iksaku) on keybase.
- I have a public key ASACFE1uAbEfXqwzTxdt6Hs0vHPP9cuouB_7f6j8jOoDEAo
To claim this, I am signing this object:
| import console | |
| def tryInput(prompt=None): | |
| value = input(prompt) | |
| try: | |
| if int(value) <= 0: | |
| raise ValueError | |
| return int(value) | |
| except ValueError: | |
| print('Numbers should be integers, and here must be higher than Zero...') |
| # ~/.bashrc: executed by bash(1) for non-login shells. | |
| # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
| # for examples | |
| # If not running interactively, don't do anything | |
| case $- in | |
| *i*) ;; | |
| *) return;; | |
| esac |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /** | |
| * @name SkinR | |
| * @main SkinR\Loader | |
| * @version 1.0.0 | |
| * @api 1.12.0 | |
| * @description Little PocketMine-MP Script to randomize player's skins | |
| * @author iksaku | |
| */ | |
| <?php | |
| /** | |
| * @name ServerUpdater | |
| * @main ServerUpdater\Loader | |
| * @version 1.0.0 | |
| * @api 1.12.0 | |
| * @description Updates all server's PHAR file | |
| * @author iksaku | |
| */ |
| <?php | |
| /** | |
| * @name VirtualInventories | |
| * @main VirtualInventories\Loader | |
| * @version 1.0.0 | |
| * @api 1.12.0 | |
| * @description Way to open virtual custom inventories | |
| * @author iksaku | |
| */ |