Skip to content

Instantly share code, notes, and snippets.

View toshia's full-sized avatar

Toshiaki Asai toshia

View GitHub Profile
@brsywe
brsywe / nonomura.rb
Last active June 7, 2016 14:20
野々村先生のご活躍を祈念して
# -*- coding: utf-8 -*-
Plugin.create(:nonomura) do
command(
:nonomura,
name: '野々村',
condition: -> _ { true },
visible: true,
role: :timeline
@andymeneely
andymeneely / pango_embed_drawing.rb
Last active April 30, 2018 05:16
Carve out arbitrary space inside of Pango text to draw on the surface.
require 'cairo'
require 'pango'
cxt = Cairo::Context.new(Cairo::ImageSurface.new(200,200))
puts "Our outer CR is: #{cxt.inspect}"
cxt.set_source_color('white')
cxt.paint
cxt.set_source_color('red')
extent_width = 200
@Akkiesoft
Akkiesoft / 4-pack.md
Last active May 18, 2018 00:16
4-packで遊ぶぞ!!

これなに

http://www.40percent.club/2017/07/4-pack.html のキーボードを作るための手順

各自で用意する必要がある物品

  • お好みのキースイッチ 4つ
  • お好みのキーキャップ 4つ
  • Arduino (Pro Micro) 1つ
  • 12ピンのピンヘッダ 2つ
@Akkiesoft
Akkiesoft / mikutter_currybox.rb
Last active September 19, 2021 13:33
電競遊戯の水冷鋼化ガラス側板全面透明ネットカフェネットカレーpcデスクトップの大型カレーボックス
# -*- coding: utf-8 -*-
Plugin.create(:mikutter_currybox) do
command(
:mikutter_currybox,
name: '大型カレーボックス',
condition: lambda{ |opt| true },
visible: true,
role: :timeline
) do |opt|