I hereby claim:
- I am pitasi on github.
- I am zaphodias (https://keybase.io/zaphodias) on keybase.
- I have a public key ASA4EctrOPmSX3A-BuN3rfqY7f88uhisdbmAAGWgtlENnQo
To claim this, I am signing this object:
import { makeAuthInfoBytes, makeSignDoc } from "@cosmjs/proto-signing"; | |
import { toBech32 } from "@cosmjs/encoding"; | |
import { Int53 } from "@cosmjs/math"; | |
import { ethers } from "ethers"; | |
import { ethermint, cosmos, google, warden, getSigningWardenClientOptions } from "@wardenprotocol/wardenjs"; | |
const { Any } = google.protobuf; | |
const { TxBody, TxRaw, SignDoc } = cosmos.tx.v1beta1; | |
const { MsgNewSpace } = warden.warden.v1beta3; | |
const PubKey = ethermint.crypto.v1.ethsecp256k1.PubKey; |
{ | |
"title": "CapsLock -> Cmd/Ctrl based on current app", | |
"rules": [ | |
{ | |
"description": "CapsLock -> Cmd/Ctrl based on current app", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "caps_lock", |
# Make Google Chrome automatically select a self signed certificate | |
# Linux: create /etc/opt/chrome/policies/managed/policies.json with the following content | |
{ | |
"AutoSelectCertificateForUrls": [ | |
"{\"pattern\":\"https://[.*]zerynth.com\",\"filter\":{}}" | |
] | |
} |
{ | |
"git.autofetch": true, | |
"editor.fontFamily": "Operator Mono Medium", | |
"terminal.integrated.fontFamily": "Hack", | |
"editor.fontSize": 16, | |
"editor.fontLigatures": true, | |
"editor.renderWhitespace": "all", | |
"editor.tabSize": 2, | |
"editor.formatOnPaste": true, |
// Copied by https://gist.github.com/dotcypress/8fd12d6e886cd74bba8f1aa8dbd346aa, | |
// thanks for improving code style | |
const { createHash, createHmac } = require('crypto'); | |
const TOKEN = "ABC:12345..."; | |
// I prefer get the secret's hash once but check the gist linked | |
// on line 1 if you prefer passing the bot token as a param | |
const secret = createHash('sha256') | |
.update(TOKEN) |
module.exports = { | |
// text | |
"i did not hit her": { type: 'text', value: 'https://www.youtube.com/watch?v=zLhoDB-ORLQ'} | |
// gif | |
"nodejs": { type: 'gif', id: 'CgADBAADLQIAAlnKaVMm_HsznW30oQI' }, | |
// sticker | |
"woah": { type: 'sticker', id: 'CAADAgAD5gADJQNSD34EF_pwQMgbAg' }, | |
} |
// Include Telegraf module | |
const Telegraf = require('telegraf'); | |
// Create a bot using TOKEN provided as environment variable | |
const bot = new Telegraf(process.env.TOKEN); | |
// Import replies file | |
const replies = require('./replies') | |
// Extract reply_to_message.message_id field from Telegraf ctx |
I hereby claim:
To claim this, I am signing this object:
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
cinst googlechrome | |
cinst vlc | |
cinst 7zip | |
cinst ccleaner | |
cinst steam | |
cinst spotify |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
<^>!'::Send, `` | |
<^>!ì::Send, ~ | |
#if getkeystate("capslock","t") | |
à::SendRaw, À |