I hereby claim:
- I am snipsnipsnip on github.
- I am snipsnipsnip (https://keybase.io/snipsnipsnip) on keybase.
- I have a public key ASBtfx30sf4UHCm1Pzws-X8nQCm4Idw9qV9N6NTfLGrchgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/* | |
* A cut-down i18n utility. @snipsnipsnip | |
* Based on Chrome DOM i18n By Eli Grey, http://eligrey.com | |
* Public Domain. | |
* NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. | |
*/ | |
"use strict"; | |
for (let e of document.querySelectorAll("[data-i18n]")) { |
@taskkill /f /im vr* |
# frozen-string-literal: true | |
require 'fileutils' | |
require 'shellwords' | |
require 'date' | |
Outdir = 'out' | |
def run(cmd) | |
puts "!#{cmd}" | |
system cmd |
from __future__ import annotations | |
from xmlrpc.client import Transport, ServerProxy | |
import sys | |
import typing | |
if typing.TYPE_CHECKING: | |
import http.client | |
from typing import Dict, List, Tuple, Optional | |
# frozen_string_literal: true | |
# permutate.rb: MIT license. @snipsnipsnip | |
require 'csv' | |
require 'optparse' | |
require 'shellwords' | |
def main(argv=ARGV) | |
filter = nil | |
rest = nil | |
need_header = false |
public class GuestControl : Control | |
{ | |
/// <summary>アタッチしたMFCのCWnd</summary> | |
private IntPtr CWnd { get; } | |
[DllImport("attach")] | |
private static extern IntPtr attach(IntPtr hwnd); | |
[DllImport("attach")] | |
private static extern void detach(IntPtr hwnd); |
$ git reset --hard E # git reset --hard origin/devel でも可 | |
$ git cherry-pick -n D A | |
$ git commit -m "DとA" | |
$ git cherry-pick B | |
$ git cherry-pick C |
interface R { | |
$(D1) | |
$(V1) | |
} |
/usr/bin/ruby -rwebrick/httpauth/htdigest -e 'D = WEBrick::HTTPAuth::Htdigest.new(ARGV[0]); D.get_passwd(ARGV[1], ENV["U"], false) == D.make_passwd(ARGV[1], ENV["U"], ENV["P"]) or abort' /var/www/.htdigest realm |