It's 2024. You should use tsup instead of this.
🔥 Blazing fast builds
😇 CommonJS bundle
🌲 .mjs bundle
✨ .d.ts bundle + type-checking
It's 2024. You should use tsup instead of this.
🔥 Blazing fast builds
😇 CommonJS bundle
🌲 .mjs bundle
✨ .d.ts bundle + type-checking
| export type Ok<T> = { _tag: "Ok"; ok: T }; | |
| export type Err<E> = { _tag: "Err"; err: E }; | |
| export type Result<T, E> = Ok<T> | Err<E>; | |
| const Ok = <T, E>(ok: T): Result<T, E> => ({ _tag: "Ok", ok }); | |
| const Err = <T, E>(err: E): Result<T, E> => ({ _tag: "Err", err }); | |
| export const Result = Object.freeze({ Ok, Err }); | |
| export type Some<T> = { _tag: "Some"; some: T }; | |
| export type None = { _tag: "None" }; | |
| export type Option<T> = Some<T> | None; |
2020/5/31追記:
自分用のメモに書いていたつもりだったのですが、たくさんのスターを頂けてとても嬉しいです。
と同時に、書きかけで中途半端な状態のドキュメントをご覧いただくことになっており、大変心苦しく思っています。
このドキュメントを完成させるために、今後以下のような更新を予定しています。
2021/1/22追記:
2018 年 6 月の JSConf EU で Deno が初めて発表されてから 1 年が経ちました.
日本では 2018 年 12 月ごろから Deno の周辺で作業をする人が増え, 2019 年 1 月頃から定期的に Deno もくもく会 #deno_ja が開催されるようになりました.
#deno_ja では毎回, 冒頭で簡単な自己紹介をするのですが, よくよく聞いていると早く Deno を始めた人でも 12 月ぐらいの人が多いことに気づきました. 自分だけが Deno 公開直後の 5 月からコントリビュートしています. そして, なぜその時期から Deno にコントリビュートしているのか, #deno_ja の中でも自分からあまり説明できていないことに気がつきました.
この記事は, なぜ自分がそこまで Deno にコントリビュートするのかの理由を出来る限り言語化してみる試みです.
| 日時: | 2025-08-25 |
|---|---|
| 作: | 時雨堂 |
| バージョン: | 2025.1 |
| URL: | https://ayame-labo.shiguredo.app/ |
このサービスに興味がある人はこの資料に Star をつけてもらえると嬉しいです。
A curated list of Rust code and resources.
If you want to contribute, please read this.
私「びりある」は下記要領にて彼女を募集いたします。
ご興味のある方は、Twitter (@visvirial) でDMによりエントリーをお願いします。
【お相手の条件】
| /* | |
| AUTO-COMPLETE SNIPPETS FOR GLSL WITHIN VISUAL CODE STUDIO | |
| Lewis Lepton | |
| https://lewislepton.com | |
| useful places that i grabbed info from | |
| http://www.shaderific.com/glsl | |
| https://www.khronos.org/opengl/wiki/OpenGL_Shading_Language | |
| plus various other papers & books | |
| */ |
Use ffmpeg to connect to an ip cctv camera and create video files on the fly that can be viewed in an mpeg-dash compatible browser using dash.js and an html5 video element.
A linux server, such as Ubuntu
Apache web server installed, running, and reachable via its ip address