Pinned Repositories
ethkai
Some utility tools meant for work done on Ethereum.
python-newtype-dev
The placeholder repository for `python-newtype-dev`.
raf
Redact specific types of text in a `.docx` or `.txt` file.
simple-python-template
A simply Python template bootstrapped from @BrianPugh's template.
sosecrets-rs
A simple `Secret` wrapper type that reveals the secret at most `N: typenum::Unsigned` (i.e. unsigned integer) times with compile time guarantees and exposure of secrets are strictly controlled in its lifetime.
sui-literals
Proc-macros to compute `SuiAddress` and `ObjectID` at compile-time.
t-sui
Account abstraction on the SUI blockchain via Telegram. Abstracting via Telegram.
truconsts
Simple and easy constants for your Python applications.
typenum-consts
Simple procedural macros `tnconst![...]`, `pconst![...]`, `nconst![...]` and `uconst![...]` that returns the type level integer from `typenum` crate.
varintjo
Custom Bitwidth Integer Types Implemented in Mojo
jymchng's Repositories
jymchng/sosecrets-rs
A simple `Secret` wrapper type that reveals the secret at most `N: typenum::Unsigned` (i.e. unsigned integer) times with compile time guarantees and exposure of secrets are strictly controlled in its lifetime.
jymchng/simple-python-template
A simply Python template bootstrapped from @BrianPugh's template.
jymchng/varintjo
Custom Bitwidth Integer Types Implemented in Mojo
jymchng/python-newtype-dev
The placeholder repository for `python-newtype-dev`.
jymchng/t-sui
Account abstraction on the SUI blockchain via Telegram. Abstracting via Telegram.
jymchng/typenum-consts
Simple procedural macros `tnconst![...]`, `pconst![...]`, `nconst![...]` and `uconst![...]` that returns the type level integer from `typenum` crate.
jymchng/sui-literals
Proc-macros to compute `SuiAddress` and `ObjectID` at compile-time.
jymchng/ethkai
Some utility tools meant for work done on Ethereum.
jymchng/landuo
property + cached_property
jymchng/sosecrets
Secrets management in Python.
jymchng/truconsts
Simple and easy constants for your Python applications.
jymchng/raf
Redact specific types of text in a `.docx` or `.txt` file.
jymchng/conditional-method
A decorator `@conditional_method` that selects a method implementation (among those that are identically named) for a class during class build time, leaving only the selected method in its attributes set when the class is built, i.e. 'well-formed'.
jymchng/ethers-literal
jymchng/fa-ms
jymchng/funjo
Having fun with `Mojo`, the latest low-level, system programming language developed by Modular.
jymchng/giscus
Repository for giscus
jymchng/median-proc-macro
A Rust procedural macro to calculate median of a list of `u64` at compile time.
jymchng/mlops
Just a simple repo to mimic the lifecycle of a MLOps end-to-end process, from loading, pre-processing of data to training the model and to deploying it on cloud.
jymchng/perf-ninja
This is an online course where you can learn and master the skill of low-level performance analysis and tuning.
jymchng/pr-asst
jymchng/python-newtype
Extending your Python types using the `NewType` pattern easily!
jymchng/rust-no-workspace-template
A simple Rust template with no workspace, good for a small library.
jymchng/rust-workspace-template
A simple template for Rust project with workspace, which is usually what is needed for large projects.
jymchng/sgpydantic_do_not_use
Provides custom rust-implemented pydantic-compatible python types in the Singaporean context. Do not use this in production! This is a student project.
jymchng/sosecrets-core
Cython implementation of a Secret class that encapsulates a hidden value in Python.
jymchng/sui-defi
Interest Protocol DEX & Lending contracts for the Sui Network
jymchng/sui-smart-contracts
jymchng/this-week-in-rust
Data for this-week-in-rust.org
jymchng/yet-another-c-template
A simple C template that is bootstrapped with [`cmake-init`](https://github.com/friendlyanon/cmake-init).