I hereby claim:
- I am freundTech on github.
- I am freundtech (https://keybase.io/freundtech) on keybase.
- I have a public key whose fingerprint is 8BC3 78A9 428E 04D3 6A0D 99FF FA67 417B 5F28 901C
To claim this, I am signing this object:
| import logging | |
| import hangups | |
| from utils import unicode_to_ascii | |
| import urllib.request | |
| import plugins | |
| logger = logging.getLogger(__name__) |
| ''' | |
| pokemon.py -- a hangoutsbot plugin for retrieving information about pokemon, given a name | |
| This uses the pokeapi.co API to retrieve the information. | |
| Because Pokéapi limits requests to 300 requests per method, we store cached data for each Pokémon for 5 days - this should be sufficient for up to 1500 Pokémon overall. Currently there are approximately 811 Pokémon accessible through the Pokéapi so this should be more than enough. | |
| ''' | |
| import hangups, plugins, asyncio, logging, datetime | |
| import urllib.request | |
| import json | |
| import aiohttp, os, io |
| import asyncio | |
| import re | |
| import operator | |
| import random | |
| from time import time | |
| from collections import defaultdict | |
| from utils import remove_accents | |
| import hangups |
| #!/bin/bash | |
| keymaps=($HOME/.config/xmodswitch/layouts/*) | |
| active=$(cat "$HOME/.config/xmodswitch/active") | |
| for ((i=0; i<${#keymaps[@]}-1; i++)) | |
| do | |
| if [ "`basename ${keymaps[$i]}`" == "$active" ] | |
| then | |
| xmodmap "${keymaps[$i+1]}" |
| export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' |
| #/bin/bash | |
| if [ ! -d "output" ] | |
| then | |
| mkdir "output" | |
| fi | |
| if [ ! -d "output/thumb" ] | |
| then | |
| mkdir "output/thumb" | |
| fi |
| import time | |
| import hangups | |
| import plugins | |
| def _initialise(bot): | |
| plugins.register_handler(on_hangout_call, type="call") | |
| plugins.register_user_command(["callstats"]) | |
| def on_hangout_call(bot, event, command): |
I hereby claim:
To claim this, I am signing this object:
| counter equ 0x20 | |
| timer1 equ 0x21 | |
| timer2 equ 0x22 | |
| timer3 equ 0x23 | |
| points1 equ 0x24 | |
| points2 equ 0x25 | |
| input1 equ P2 | |
| input2 equ P0 | |
| output equ P1 |
| this[([]+!![])[!![]+!![]+!![]]+"v"+([]+![])[![]+!![]]+([]+![])[!![]+!![]]](([]+![])[![]+![]]+([]+[][[]])[![]+![]]+([]+[][[]])[![]+!![]]+([]+typeof([]))[!![]+!![]+!![]+!![]]+([]+!![])[![]+![]]+([]+[][[]])[!![]+!![]+!![]+!![]+!![]]+([]+typeof([]))[![]+![]]+([]+[][[]])[![]+!![]]+" "+([]+![])[![]+!![]]+([]+!![])[![]+!![]]+([]+!![])[![]+!![]]+([]+![])[![]+!![]]+"y"+([]+[][[]])[!![]+!![]+!![]+!![]+!![]]+([]+![])[![]+![]]+"y"+"("+([]+!![])[![]+![]]+")"+"{"+"v"+([]+![])[![]+!![]]+([]+!![])[![]+!![]]+" "+([]+typeof([]))[![]+![]]+"="+"{"+([]+![])[![]+!![]]+":"+"\""+"("+"["+"]"+"+"+"!"+"["+"]"+")"+"["+"!"+"["+"]"+"+"+"!"+"!"+"["+"]"+"]"+"\""+","+(typeof(![]))[![]+![]]+":"+"\""+"("+([]+!![])[![]+![]]+"y"+"p"+([]+!![])[!![]+!![]+!![]]+([]+typeof([]))[![]+![]]+([]+![])[![]+![]]+"("+"!"+"["+"]"+")"+")"+"["+"!"+"["+"]"+"+"+"!"+"["+"]"+"]"+"\""+","+([]+typeof([]))[!![]+!![]+!![]+!![]]+":"+"\""+"("+"["+"]"+"+"+([]+!![])[![]+![]]+"y"+"p"+([]+!![])[!![]+!![]+!![]]+([]+typeof([]))[![]+![]]+([]+![])[![]+![]]+"("+"["+"]"+")"+")"+"[ |