I hereby claim:
- I am kuboon on github.
- I am kuboon (https://keybase.io/kuboon) on keybase.
- I have a public key ASB-DFiIjV4i7r3896Wm4qQEdU_9djhLMFZ3j2t1xZCcgQo
To claim this, I am signing this object:
| // https://mlogjs.github.io/mlogjs/editor.html | |
| const pid = Vars.thisx * 10000 + Vars.thisy * 10; | |
| const flagGo = pid; | |
| // const flagRepair = pid + 1; | |
| unitBind(Units.mega); | |
| const [, , , core] = unitLocate.building({ | |
| group: "core", | |
| enemy: false, | |
| }); | |
| while (true) { |
| [alias] | |
| begin = "!f(){ c=`git branch --show-current`; git switch -c $1; git commit --allow-empty -m \"$2\"; git push --set-upstream origin $1; gh pr create -a @me -b \"\" --draft --base $c -t \"$2\"; }; f" | |
| pushtag = "!f(){ git tag -a -f $1 -m \"$2\"; git push -f origin $1 ; }; f" | |
| sync = "fetch --prune --tags -f" |
| // ==UserScript== | |
| // @name Auto Scroll After Viewed | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Click 'Viewed' checkbox easier. | |
| // @author kuboon | |
| // @match https://github.com/*/files | |
| // @icon https://www.google.com/s2/favicons?domain=github.com&sz=256 | |
| // @grant none | |
| // ==/UserScript== |
| # https://hub.docker.com/_/microsoft-vscode-devcontainers | |
| FROM mcr.microsoft.com/vscode/devcontainers/base:0-ubuntu-21.04 | |
| RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ | |
| && apt-get -y install --no-install-recommends fish | |
| RUN chsh -s /usr/bin/fish vscode | |
| USER vscode | |
| SHELL ["/usr/bin/fish", "-l", "-c"] | |
| # http://asdf-vm.com/guide/getting-started.html#_3-install-asdf |
| RSpec.shared_context 'prepare db' do | |
| def records | |
| raise 'caller should define' | |
| end | |
| before :all do | |
| ::ActiveRecord::Base.connection.begin_transaction(joinable: false) | |
| records | |
| end | |
| after :all do | |
| ::ActiveRecord::Base.connection.rollback_transaction |
| require 'webrick' | |
| require 'cgi' | |
| s = WEBrick::HTTPServer.new( | |
| :Port => 8000, | |
| :HTTPVersion => WEBrick::HTTPVersion.new('1.1'), | |
| :AccessLog => [[open(IO::NULL, 'w'), '']] # アクセスログを出力しない | |
| ) | |
| s.mount_proc('/') do |req, res| |
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: light-gray; icon-glyph: magic; | |
| async function accessToken(){ | |
| const env = { | |
| CLIENT_ID: "000000000.apps.googleusercontent.com", | |
| CLIENT_SECRET: "xxxxxxx", | |
| REFRESH_TOKEN: "1//xxxxxxxx" | |
| } | |
| const project = "myproject" |
| import { zonedTimeToUtc, utcToZonedTime } from "date-fns-tz"; | |
| const SheetDate = { | |
| origin: Date.UTC(1899, 11, 30, 0, 0, 0, 0), | |
| dayToMs: 24 * 60 * 60 * 1000 | |
| }; | |
| function serialToDate(d: number, sheetTimeZone: string): Date { | |
| return zonedTimeToUtc( | |
| new Date(d * SheetDate.dayToMs + SheetDate.origin), | |
| sheetTimeZone |
| #include <stdio.h> | |
| #include <assert.h> | |
| #define N 16 | |
| #define K 8 | |
| #include "global.h" | |
| #include "chash.c" | |
| #include "inv_mat.c" | |
| typedef struct { |
I hereby claim:
To claim this, I am signing this object: