Clockwork Base32 is a simple variant of Base32 inspired by Crockford's Base32.
See also a blog post (in Japanese).
Clockwork Base32 is a simple variant of Base32 inspired by Crockford's Base32.
See also a blog post (in Japanese).
これは時雨堂が開催しているオンラインイベントである WebRTC 入門の 講師用 の資料であり、 参加者用の資料ではありません。
ChatGPT がある今、学ぼうと思えば好きなだけ学べる時代がきています。
リポジトリへ移動しました https://github.com/voluntas/sqlc-gen-ts-d1-spec
=ERROR REPORT==== 25-Apr-2023::07:18:46.026285 UTC === | |
** State machine <0.413110.0> terminating | |
** Last event = {{call,{<0.413109.0>,#Ref<0.2566139405.1771831297.710>}}, | |
close} | |
** When server state = {{recv, | |
{select_info,recvfrom, | |
#Ref<0.2566139405.1771831297.706>}}, | |
{{params, | |
{'$socket',#Ref<0.2566139405.1771700225.222180>}, | |
<0.413109.0>, |
募集するより、こちらから相談した方が良いことがわかったので、募集は終了ます
const std = @import("std"); | |
const system = std.os.system; | |
pub const Scheduler = struct { | |
pub const InitConfig = struct { | |
max_threads: ?u16 = null, | |
}; | |
pub fn init(self: *Scheduler, config: InitConfig) !void { |