I hereby claim:
- I am zenlor on github.
- I am lor (https://keybase.io/lor) on keybase.
- I have a public key ASB8C7_lhRiPGXjzUYex6lHElAz-Ss5EduFsLF-LrYXRRwo
To claim this, I am signing this object:
<?xml version="1.0" encoding="utf-8"?> | |
<SettingsBlock> | |
<ModSettings Class="SmartMedicine.Settings"> | |
<minimalMedicineForNonUrgent>True</minimalMedicineForNonUrgent> | |
<fieldTendingForLackOfBed>True</fieldTendingForLackOfBed> | |
<defaultUnlimitedSurgery>True</defaultUnlimitedSurgery> | |
</ModSettings> | |
</SettingsBlock> |
:root { | |
font-size: calc(1rem + 0.25vw); | |
} |
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:
#!/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 | |
# |
set autoupdategist | |
set noautofocus | |
set nocncpcompletion | |
set smoothscroll | |
set hud | |
set noregex | |
set noinsertmappings | |
set typelinkhints | |
set defaultnewtabpage | |
let scrollduration = 10 |
// ==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 |
#!/bin/sh | |
# Creates a new monorepo by fusing multiple repositories | |
# Child repositories that are going to be fused | |
CHILDREN="bridge-apn bridge-broker-http-gateway bridge-node-gcm bridge-log-elasticsearch bridge-secretary-client bridge-worker-client bridge-legacy-crypto bridge-config hive-worker bridge-support bridge-start bridge-secretary bridge-net bridge-log-rollbar bridge-log bridge-id bridge-hive bridge-broker bridge-bakward" | |
CHILDREN_FOLDER="packages" | |
# Name of the created monorepo | |
MONOREPO="monorepo" |