Exuanbo 最近的时间轴更新
Exuanbo's repos on GitHub
TypeScript · 509 人关注
assembler-simulator
The Assembler Simulator is an 8-bit CPU simulation tool that utilizes the "Samphire" sms32v50 Microprocessor Simulator instruction set.
Java · 200 人关注
cs61b-sp21
CS 61B, Spring 2021
TypeScript · 126 人关注
di-wise
🧙‍♀️ Lightweight and flexible dependency injection library for JavaScript and TypeScript, w/wo ECMAScript decorators.
TypeScript · 53 人关注
module-from-string
Load module from string using require or import.
TypeScript · 44 人关注
actions-deploy-gist
📌 Deploy file to Github Gist
Python · 40 人关注
cs61a-su19
CS 61A, Summer 2019
TypeScript · 18 人关注
toefl-query-seats-enhance
🔍 托福考位查询增强
TypeScript · 16 人关注
codemirror-toolkit
A batteries-included toolset for efficient development of CodeMirror 6 based editors (w/wo React).
JavaScript · 13 人关注
file-icons-js
File-specific icons extracted from https://github.com/file-icons/atom
TypeScript · 12 人关注
rollup-plugin-esbuild-transform
Use esbuild with Rollup to transform any supported content types.
TypeScript · 9 人关注
ts-standardx
Yet another configurable linter for TypeScript and JavaScript.
JavaScript · 3 人关注
mutative-compat
Mutative wrapper with full Immer API compatibility
JavaScript · 2 人关注
gulp-inline-source-html
Inlines flagged js, css, and img sources in html with inline-source
JavaScript · 2 人关注
gulp-jimp-wrapper
Manipulates images using Jimp.
JavaScript · 2 人关注
gulp-lqip-base64
Parses HTML files to find <img> tags and adds an attribute to them which contains their Base64 representation
JavaScript · 2 人关注
gulp-source-injector
Injects any source into any file.
TypeScript · 2 人关注
ts-enum-utilx
Strictly typed utilities for working with TypeScript enums.
TypeScript · 1 人关注
look-it-up
Find a file or directory by walking up parent directories recursively. Zero dependency.
TypeScript · 1 人关注
precoil
A minimal state management library for React.
TypeScript · 1 人关注
reglax
☕ Relax and write some Regex
JavaScript · 1 人关注
rollup-plugin-minify-html-template-literals
Minifies HTML template literal strings
Emacs Lisp · 0 人关注
.doom.d
My doom Emacs configuration.
0 人关注
.github
Java · 0 人关注
6.005-sp16
6.005, Spring 2016
0 人关注
blog
HTML · 0 人关注
blog-bak
Dockerfile · 0 人关注
caddy2-cloudflare
Caddy v2 docker image with Cloudflare module.
0 人关注
codemirror-view
C · 0 人关注
cs61c-su20-labs
CS 61C, Summer 2020
C · 0 人关注
cs61c-su20-proj1
CS 61C, Summer 2020
Assembly · 0 人关注
cs61c-su20-proj2
CS 61C, Summer 2020
0 人关注
cs61c-su20-proj3
CS 61C, Summer 2020
TypeScript · 0 人关注
dmg-utils
Util lib for DMG files.
Shell · 0 人关注
dotfiles
JavaScript · 0 人关注
dungeon-trine
A game written in vanilla JavaScript.
0 人关注
exuanbo
/README.md
0 人关注
exuanbo.github.io
TypeScript · 0 人关注
fe-assignment
JavaScript · 0 人关注
gulp-plugin-boilerplate
Ruby · 0 人关注
homebrew-auto-remove
Remove homebrew packages and all of their dependencies.
CoffeeScript · 0 人关注
love-gift
0 人关注
merge-anything
0 人关注
million
0 人关注
mutative
TypeScript · 0 人关注
phaser-demo
👾 Game demo made with Phaser framework.
0 人关注
redux
TypeScript · 0 人关注
standard-engine-ts
Yet another ESLint wrapper written in TypeScript.
TypeScript · 0 人关注
tanstack-table
TypeScript · 0 人关注
textea-dev-kit
TypeScript · 0 人关注
textea-y-socket.io
JavaScript · 0 人关注
ts-starter
TypeScript · 0 人关注
use-external-store
A lightweight React hook for subscribing to external state stores, optimized for concurrent rendering.
0 人关注
use-zustand
CSS · 0 人关注
wiki
0 人关注
y-webrtc
0 人关注
zustand
Exuanbo

Exuanbo

V2EX 第 435125 号会员,加入于 2019-08-11 08:45:22 +08:00
Exuanbo 最近回复了
2023-08-14 23:07:54 +08:00
回复了 vsitebon 创建的主题 奇思妙想 Codemirror 越玩越觉得好玩
CodeMirror 6 刚发布的时候文档真的是很…简洁,那么丰富大量的 API 真的是让当时的我头大,我读了很多内置的 extension 源码之后才逐渐理解了很多概念
2022-10-15 16:32:36 +08:00
回复了 xxrlzzz 创建的主题 程序员 开源社区半月实习日记
经常逛 v 站的都知道是哪个吧…
2022-07-18 23:28:54 +08:00
回复了 eryajf 创建的主题 程序员 GitHub 开源项目维护参与指南: HowToStartOpenSource
关于 协同开发流程

<https://github.com/eryajf/HowToStartOpenSource/blob/main/docs/01.basic-content/%E5%8D%8F%E5%90%8C%E5%BC%80%E5%8F%91%E6%B5%81%E7%A8%8B.md>

个人感觉还是不要手动修改 `.git/config` 文件吧,要想在本地看 PR 或者修改 PR 直接加个 remote 不就行了吗
2022-07-14 01:50:34 +08:00
回复了 lvming6816077 创建的主题 程序员 前端开源项目 [Simple Sheet]
随便点开几个 component 看了看, 全是 `props: any` …
2022-07-09 05:52:10 +08:00
回复了 zhenwang 创建的主题 React 虚心请教,这样的 React 面试题目是否合理?
这不是很基础的东西吗...
2022-06-14 18:07:25 +08:00
回复了 steins2628 创建的主题 React React useContext 值改变不引发重绘
Context 只相当于一个依赖注入 API 而不是状态管理工具,你需要把 setState 传进去
2022-05-04 02:43:58 +08:00
回复了 Exuanbo 创建的主题 分享创造 做了一个 8-bit Assembler Simulator
@7gugu 谢谢但我也是学生哈哈哈
2022-05-02 17:08:52 +08:00
回复了 Exuanbo 创建的主题 分享创造 做了一个 8-bit Assembler Simulator
一觉醒来没想到收到这么多称赞和 star ,谢谢大家了!
强烈推荐 purify-ts
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   1143 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms · UTC 17:24 · PVG 01:24 · LAX 09:24 · JFK 12:24
♥ Do have faith in what you're doing.