83 private links
'Static' and very low-overhead type checking for Python. Uses the standard python type hints, requires a simple decorator and will crash the program if inputs do not fit types hinted.
Amazing little library making writing 'scripts' in D so much easier: user interaction, shell commands, dry-run mode, return fail codes, and some more.
Use chatbot models from your own system without having to interact with e.g. the OpenAI API.
Provides a litany of different chat bots, some having almost the same quality of output as ChatGPT3.5 (as of now).
States it does not require a GPU to work well.
Pretty in-depth hexagonal world generator, taking temperature, moisture and more into account.
A useful early warning signal computing library which can detect, calculate and notify you of bifurcations in time series.
Processing finally ported to python - a perfect fit.
A whole library of interfaces to extract quantified self data through (more or less) simple python scripts.
powers ad is explained by many of the thoughts in beepboop
Open source, experimental, and tiny tools roundup.
Mainly themed around creation, graphically, such as generative art, games and word play.
Contains lots of nice little tools, some of which are truly not famous yet.
A complete and concise bib(la)tex parser for rust, allows you to access things as Bibliography collections and comes with a few formatting niceties
Written in python and intended for web scraping.
What's really nice is that is supports a lot of languages (english, french, spanish, russian, german, etc) without any need for switching in code.
The Rich API makes it easy to add color and style to terminal output. Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, tracebacks, and more β out of the box.
The scrypt key derivation function and encryption utility
File system path manipulation library. Cross-platform.
Path-walking, directory manipulation and more.
Authentication & Storage are built on the blockchain & smart contracts, can be used to build any decentralized application
ForgeFed is an upcoming federation protocol for enabling interoperability between version control services. Itβs built as an extension to the ActivityPub protocol, allowing users of any ForgeFed-compliant service to interact with the repositories hosted on other instances.
Using it could enable building federated repository / vcs systems mirroring github/gitlab, or other implementations
Turbolinks makes navigating your web application faster - turbolinks
A Golang BibTeX package and bibfilter tool. Contribute to caltechlibrary
BibTeX parser written in Go. Contribute to sotetsuk