-
qinputex Public
The Advance Input Component for Quasar@v1 is used as single-line input box for date, time, password, color, selete search etc.
-
property-manager.js Public
make it easier to manage the properties/attributes of your class.
-
parse-imports Public
Forked from TomerAberbach/parse-imports⚡ A blazing fast ES module imports parser.
TypeScript Apache License 2.0 UpdatedSep 2, 2025 -
yaet Public
Forked from HeyPuter/yaetYet Another Electron Terminal
JavaScript MIT License UpdatedAug 21, 2025 -
-
-
load-config-file.js Public
Load the config file as a plain object. The config file format can be registered. The registered file format order is the search order.
JavaScript MIT License UpdatedAug 2, 2025 -
node-llama-cpp Public
Forked from withcatai/node-llama-cppRun AI models locally on your machine with node.js bindings for llama.cpp. Enforce a JSON schema on the model output on the generation level
TypeScript MIT License UpdatedJul 17, 2025 -
-
-
wink-nlp Public
Forked from winkjs/wink-nlpDeveloper friendly Natural Language Processing ✨
JavaScript MIT License UpdatedJun 30, 2025 -
-
util-ex.js Public
Browser-friendly enhanced util fully compatible with standard node.js util
JavaScript MIT License UpdatedJun 16, 2025 -
events-ex.js Public
Forked from medikoo/event-emitterEnhanced event emitter most compatible with standard node.js and browsers
-
browsermt Public
Forked from sign/browsermtLibrary to use bergamot models
JavaScript UpdatedMay 29, 2025 -
bergamot-translator Public
Forked from browsermt/bergamot-translatorCross platform C++ library focusing on optimized machine translation on the consumer-grade device.
C++ Mozilla Public License 2.0 UpdatedMay 23, 2025 -
jieba-rs Public
Forked from messense/jieba-rsThe Jieba Chinese Word Segmentation Implemented in Rust
Rust MIT License UpdatedApr 22, 2025 -
mime-type.js Public
Forked from jshttp/mime-typesThe custom more powerful mime-type utility.
-
custom-ability.js Public
generate the ability which can be added to any class directly. It makes custom ability more easy.
-
secondary-cache.js Public
support secondary cache mechanism. the first level cache is fixed memory-resident always with the highest priority. the second level is the LRU cache.
-
path.js Public
Browser-friendly enhanced path fully compatible with standard node.js path
CoffeeScript MIT License UpdatedJan 23, 2025 -
as-variant Public
Forked from MaxGraey/as-variantVariant data type for AssemblyScript
TypeScript MIT License UpdatedDec 24, 2024 -
as-bind Public
Forked from torch2424/as-bindIsomorphic library to handle passing high-level data structures between AssemblyScript and JavaScript 🤝🚀
WebAssembly MIT License UpdatedDec 24, 2024 -
llama.cpp Public
Forked from ggml-org/llama.cppPort of Facebook's LLaMA model in C/C++
C MIT License UpdatedSep 23, 2024 -
terminal-kit Public
Forked from cronvel/terminal-kitTerminal utilities for node.js
JavaScript MIT License UpdatedSep 14, 2024 -
load-config-folder.js Public
Load the config via any formats from folder as a plain object.
CoffeeScript MIT License UpdatedAug 29, 2024 -
promise-sequence.js Public
Sequnence execution promise.
-
abstract-error.js Public
abstract error class with error code supports to create error class quickly
CoffeeScript MIT License UpdatedAug 29, 2024 -
custom-factory.js Public
easily add the factory ability to your class which can singleton, name, register/unregister and aliases your object items.
-
abstract-object Public
AbstractObject with Object State Supports and free method provides.