HikaruEgashira
Follow
Highlights
Pinned Loading
-
-
vulnhuntrs
vulnhuntrs PublicAlternative vulnhuntr + Rust implementation + tree-sitter multilingual support
-
C言語などによくあるprintfにTypeScriptで型をつける
C言語などによくあるprintfにTypeScriptで型をつける 1type Parser<T> =
2T extends `%s${infer U}`? [string, ...Parser<U>]
3: T extends `%d${infer U}` ? [number, ...Parser<U>]
4: T extends `${string}${infer U}` ? Parser<U>
5: [];
-
-
o1-extension
o1-extension PublicChat with @o1 @o1-mini. OpenAI API in VSCode Copilot Chat
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.