Skip to content
View JohnKeng's full-sized avatar
:octocat:
Hi
:octocat:
Hi

Highlights

  • Pro

Block or report JohnKeng

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. algebraic-effects-frontend-demo Public

    A demonstration of algebraic effects and handlers pattern for UI rendering without a framework.

    HTML 2

  2. codata structure for lens
    1
    const isObjectData = (value) => typeof value === 'object' && value !== null
    2
    const isListData = (value) => Array.isArray(value)
    3
    const isPrimitiveData = (value) => typeof value === 'string' || typeof value === 'number' || typeof value === 'boolean' || value === null
    4
    
                  
    5
    const identity = (x) => x
  3. MiniCoroutineOS-nodeJS Public

    一個 Node.js 示例程序,展示如何使用生成器和異步編程來模擬併發任務的執行。這個程序特別適用於學習和展示協程風格的併發處理,能夠模擬操作系統內核或任務調度器的基本行為。程序包括任務創建和運行機制,允許用戶自定義任務名稱、步驟數和每個步驟的持續時間。

    JavaScript 1

  4. Q-Learning.JS Public

    Description: Q-Learning 演算法的實現 - 迷宮範例

    JavaScript 1

  5. 1pxgifhackerdemo Public

    set 1px gif into respond html for trtracking client

    JavaScript 2 1

  6. test_100thousand_render Public

    Test 100,000 data to Frontend render

    JavaScript 1