Skip to content
View 0xjcf's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report 0xjcf

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. crypto-wallet-viewer crypto-wallet-viewer Public

    TypeScript

  2. Traffic Light State Machine Traffic Light State Machine
    1
    import { createMachine, send } from "xstate";
    2
    
    
    3
    createMachine({
    4
      id: "traffic-light-machine",
    5
      type: "parallel",
  3. stock_analysis stock_analysis Public

    Python

  4. ai_todo_list ai_todo_list Public

    Vue