Pinned Loading
-
type-driven-domain-modeling-prompt
type-driven-domain-modeling-prompt PublicA prompt template for Type-Driven Design (TDD) and Algebraic Data Types (ADT) to effectively model business domains and eliminate illegal states. (用於類型驅動設計 (TDD) 和代數數據類型 (ADT) 的 Prompt 範本,旨在有效建模業務領…
-
codata structure for lens
codata structure for lens 1const isObjectData = (value) => typeof value === 'object' && value !== null
2const isListData = (value) => Array.isArray(value)
3const isPrimitiveData = (value) => typeof value === 'string' || typeof value === 'number' || typeof value === 'boolean' || value === null
45const identity = (x) => x
-
algebraic-effects-frontend-demo
algebraic-effects-frontend-demo PublicA demonstration of algebraic effects and handlers pattern for UI rendering without a framework.
HTML 2
-
-
MiniCoroutineOS-nodeJS
MiniCoroutineOS-nodeJS Public一個 Node.js 示例程序,展示如何使用生成器和異步編程來模擬併發任務的執行。這個程序特別適用於學習和展示協程風格的併發處理,能夠模擬操作系統內核或任務調度器的基本行為。程序包括任務創建和運行機制,允許用戶自定義任務名稱、步驟數和每個步驟的持續時間。
JavaScript 1
-
1pxgifhackerdemo
1pxgifhackerdemo Publicset 1px gif into respond html for trtracking client
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.