I hereby claim:
- I am zenlor on github.
- I am lor (https://keybase.io/lor) on keybase.
- I have a public key ASDhum1no62LdXp2v_hbxlRDwFK3EH04z-4nWRh9z6Q4ugo
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name PoeTrade Item Copy | |
| // @version 0.1.9 | |
| // @description Copy items from Poe.Trade to Path of Building | |
| // @author Fikal | |
| // @match http://poe.trade/* | |
| // @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
| // @run-at document-ready | |
| // @grant GM_setClipboard | |
| // @grant GM_notification |
| set autoupdategist | |
| set noautofocus | |
| set nocncpcompletion | |
| set smoothscroll | |
| set hud | |
| set noregex | |
| set noinsertmappings | |
| set typelinkhints | |
| set defaultnewtabpage | |
| let scrollduration = 10 |
| #!/bin/sh | |
| # | |
| # This simple script is setting up a Alpine Linux installation in a chroot. | |
| # chroot will be placed in the current working directory. | |
| # | |
| # Most parts of this script are written down at | |
| # http://wiki.alpinelinux.org/wiki/Setting_up_the_build_environment_in_chroot | |
| # | |
| # Licensed under GPLv2 | |
| # |
I hereby claim:
To claim this, I am signing this object:
| import telegram | |
| from telegram.ext import Updater, CommandHandler, MessageHandler, Filters | |
| import os | |
| # Set up the Telegram bot | |
| bot = telegram.Bot(token='YOUR_TELEGRAM_BOT_TOKEN') | |
| updater = Updater(token='YOUR_TELEGRAM_BOT_TOKEN', use_context=True) | |
| dispatcher = updater.dispatcher | |
| # Set up the database |
I hereby claim:
To claim this, I am signing this object:
| :root { | |
| font-size: calc(1rem + 0.25vw); | |
| } |
| <?xml version="1.0" encoding="utf-8"?> | |
| <SettingsBlock> | |
| <ModSettings Class="SmartMedicine.Settings"> | |
| <minimalMedicineForNonUrgent>True</minimalMedicineForNonUrgent> | |
| <fieldTendingForLackOfBed>True</fieldTendingForLackOfBed> | |
| <defaultUnlimitedSurgery>True</defaultUnlimitedSurgery> | |
| </ModSettings> | |
| </SettingsBlock> |