Beeno Tung
@beenotung
Technical Consultant / Full-Stack Developer / Distributed System and Blockchain Researcher / AI R&D / Programming Lecturer & Instructor
48
Published Tools
634
Total Stars
0
Weekly Downloads
175
GitHub Followers
606
Public Repos
100/100
Avg Security
Published Tools
48 Skillsacross 12 categoriesbest-effort-json-parser
beenotung
Parse incomplete json text in best-effort manner
compress-json
beenotung
convert JSON data to space efficient format
fix-esm-import-path
beenotung
Auto fix import path for esm compatibility.
quick-erd
beenotung
quick and easy text-based ERD + code generator for migration, query, typescript types and orm entity
stencil-virtual-scroll
beenotung
virtual-scroll typed web component that only render visible items on the DOM
auto-cms-server
beenotung
Auto turn any webpage into editable CMS without coding.
gpt-api-python
Python client sdk to access GPT's AI-powered conversational functionality (without OpenAI API key nor VPN)
react-use-event
beenotung
React use hook for global event dispatch and listening
soffice
beenotung
wrapper of the LibreOffice CLI - convert between office files, pdf, and html files
@beenotung/tslib
beenotung
utils library in Typescript
cast.ts
beenotung
Validation parsers with static type inference. cast.ts makes it easy to validate data from RESTful API
better-sqlite3-proxy
beenotung
Efficiently proxy sqlite tables and access data as typical array of objects.
better-sqlite3-schema
beenotung
Migrate (nested and multi-dimensional) json data to/from sqlite database with better-sqlite3-helper
typestub-ipfs-only-hash
beenotung
The type definition for ipfs-only-hash package
csv-transpose
beenotung
Transpose (rotate) data from rows to columns or vice verse in csv
mime-detect
beenotung
Detect mime type and encoding (aka Content-Type) from buffer, file content and filename.
image-dataset
beenotung
Tool to build image dataset: collect, classify, review
yolo-helpers
beenotung
Helper functions to use models converted from YOLO in browser and Node.js
playwright-login
beenotung
Helper function to login and persist session when using playwright
tensorflow-helpers
beenotung
Helper functions to use tensorflow in nodejs for transfer learning, image classification, and more
@beenotung/better-sqlite3-helper
beenotung
A wrapper library that eases the work with better-sqlite3 with some new functions and a migration-system
create-cs
beenotung
npm init script for command sourcing project skeleton with macro code generation
benchmark.ts
beenotung
Measure the time to execute the given function.
gen-env
beenotung
auto generate .env template by scanning source code
zstd.ts
beenotung
compress and decompress using system-installed zstd and unzstd
serve-lite
beenotung
a lightweight http-server for static file-based web development
html-parser.ts
beenotung
zero-dependency html parser for node.js and browser
pdf-password
beenotung
Encrypt, Decrypt and Compress PDF files using Ghostscript
playwright-table
beenotung
Collect tabular data from HTML Table Elements as object array or 2D string array
graceful-playwright
beenotung
Gracefully handle timeout and network error with auto retry.
mediapipe-nodejs
beenotung
A Node.js library for running MediaPipe models that are typically browser-only. This package uses a local Express (web) server and Playwright (headless browser) to bridge the gap between Node.js and MediaPipe's browser-based APIs.
...morecreate-rpc
beenotung
Starter template of Typescript web server with auto-generated client SDK using RPC with ajax.
mistral-client
beenotung
Client SDK for Mistral AI API with rate limit throttling and helper functions to convert stream delta messages to html/markdown/text
...morenest-gen
beenotung
Source code generation for Angular provider from nest.js controller.
@beenotung/speedtest.js
beenotung
CLI benchmark tool to measure JavaScript runtime performance in operations per second
augment-image
beenotung
Image augmentation library and cli for machine learning tasks
play-audio.js
beenotung
HTML5 Audio Player
typestub-crawler
beenotung
typestub of crawler
momentum-search
beenotung
A TypeScript library to iteratively tune parameters using adaptive momentum-based optimization to minimize a given loss function.
...morecreate-electron.ts
beenotung
setup electron project template with typescript
ga-autoencoder
beenotung
Library to build and run auto-encoder neural network powered by genetic algorithm or GPU.
populate-env
beenotung
Populate a given object from process.env with default value and types.
token-bucket.ts
beenotung
A simple, lightweight token bucket rate limiter for TypeScript/JavaScript.
cache-dir.ts
beenotung
Cache and re-use computation result with custom filename and directory.
timezone-date.ts
beenotung
Enhancement of Date class with better timezone support
format-json-cli
beenotung
format json file as post-hook to fix prettier
neural-network.ts
beenotung
Lightweight TypeScript neural network library with back-propagation and genetic algorithms, supporting a wide range of activation functions, all without extra build or native dependencies.
...morebpe-tokenizer
beenotung
Build your own vocabulary from application-specific corpus using Byte pair encoding (BPE) algorithm.