Skip to content

Instantly share code, notes, and snippets.

@ore-public
ore-public / config.py
Created September 13, 2018 00:23
xkeysnail config
# -*- coding: utf-8 -*-
import re
from xkeysnail.transform import *
# [Global modemap] Change modifier keys as in xmodmap
define_modmap({
Key.CAPSLOCK: Key.LEFT_CTRL
})
@ore-public
ore-public / Gemfile
Last active December 18, 2020 11:05
体重をMackerelのサービスメトリクスに送るスクリプト
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'mackerel-client'