A key mapping for Dilly 3x10. This key mapping can also be applied to other 30% keyboards.
| Q | W | E | R | T | U | I | O | P | Backspace |
| A | S | D | F | H | J | K | L | Y | Enter |
| Z | X | C | G | Space | N | M | V | B | Shift |
| /* Partytown 0.8.0 - MIT builder.io */ | |
| !(function(w,p,f,c){c=w[p]=w[p]||{};c[f]=(c[f]||[]).concat(["dataLayer.push"])})(window,'partytown','forward');!function(t,e,n,i,r,o,a,d,s,c,l,p){function u(){p||(p=1,"/"==(a=(o.lib||"/~partytown/")+(o.debug?"debug/":""))[0]&&(s=e.querySelectorAll('script[type="text/partytown"]'),i!=t?i.dispatchEvent(new CustomEvent("pt1",{detail:t})):(d=setTimeout(f,1e4),e.addEventListener("pt0",w),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||"partytown-sw.js"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener("statechange",(function(t){"activated"==t.target.state&&h()}))}),console.error):f())))}function h(t){c=e.createElement(t?"script":"iframe"),t||(c.setAttribute("style","display:block;width:0;height:0;border:0;visibility:hidden"),c.setAttribute("aria-hidden",!0)),c.src=a+"partytown-"+(t?"atomics.js?v=0.8.0":"sandbox-sw.html?"+Date.now()),e.querySelector(o.sandboxParent||"body").appendChild(c)}function f(n,r){for(w(),i==t&&(o.forwar |
| -- generator function for UUID v7 (draft3). | |
| -- https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format-03 | |
| -- it also depends on gen_random_uuid. | |
| create or replace function uuid_v7() returns uuid as $$ | |
| declare | |
| l_unixts_text text := lpad( | |
| to_hex( | |
| ( | |
| extract(epoch from clock_timestamp()) * 1000 | |
| )::bigint & x'FFFFFFFFFFFF'::bigint |
A key mapping for Dilly 3x10. This key mapping can also be applied to other 30% keyboards.
| Q | W | E | R | T | U | I | O | P | Backspace |
| A | S | D | F | H | J | K | L | Y | Enter |
| Z | X | C | G | Space | N | M | V | B | Shift |
| 北海道 | HOKKAIDO | hokkaido | |
|---|---|---|---|
| 青森県 | AOMORI | aomori | |
| 岩手県 | IWATE | iwate | |
| 宮城県 | MIYAGI | miyagi | |
| 秋田県 | AKITA | akita | |
| 山形県 | YAMAGATA | yamagata | |
| 福島県 | FUKUSHIMA | fukushima | |
| 茨城県 | IBARAKI | ibaraki | |
| 栃木県 | TOCHIGI | tochigi | |
| 群馬県 | GUNMA | gunma |
| install_package "openssl-1.0.1q" "https://www.openssl.org/source/openssl-1.0.1q.tar.gz#b3658b84e9ea606a5ded3c972a5517cd785282e7ea86b20c78aa4b773a047fb7" mac_openssl --if has_broken_mac_openssl | |
| install_package "ruby-2.3.0-preview2" "https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0-preview2.tar.gz#cb1c745bda33ba9e812b48c87852571ef6486f985c5e6ff4508a137d1c9734a3" ldflags_dirs standard verify_openssl |
#Goquu
##GoでJob Queueシステムを作ってみた
@snowcrush
#Goquu