Kaa is an easy yet powerful text editor for console user interface, providing numerous features like macro recording, undo/redo, multiple windows/frames, syntax highlighting, grep, a Python console and debugger.
Has vi-like keybindings if you enable them, but by default there is just one menu that lets you do everything.
Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library.
This is a list of classless CSS themes and frameworks. "Classless" means a style sheet does not define special classes you must add to your HTML elements to style these elements. As a result, you can style any plain-HTML page just by linking to the style sheet.
Alpine is a rugged, minimal tool for composing behavior directly in your markup. Think of it like jQuery for the modern web. Plop in a script tag and get going.
Alpine is a collection of 15 attributes, 6 properties, and 2 methods. It tries to be as nice looking but as tiny as possible.
Of course, there's nothing that says that you can't just download it from the CDN, save it locally, and use it. In fact, you probably should do it that way.
Koumori 蝙蝠 is a lightweight yet powerful web browser which runs just as well on little embedded computers named for delicious pastries as it does on beefy machines with a core temperature exceeding that of planet earth. And it looks good doing that, too. Oh, and of course it’s free software. Koumori is a fork of Midori 9.0 with additional features, mainly because the original Midori is dead (website doesn’t exist, the name has been taken by the Astian Foundation and used for a DuckDuckGo web browser fork).
Koumori is not related in any way with Blink (Chromium, Chrome), Gecko (Firefox), DuckDuckGo or Astian Foundation. It uses WebKit, so its closest relative would be Apple’s Safari.
Minimalistic web-application for creating electronic music with virtual analog synthesizers. Initially designed as sketching tool but can be used as basic DAW. Simple and easy to use. Mobile-friendly. Client only, no data processed on servers. Subtractive synthesizers with various effects. Multi-layered step sequencer. Exportable synth presets. WAV audio export.
An overview of alternative open source front-ends for popular internet platforms (e.g. YouTube, Twitter, etc.)
SoundBox is an HTML5 synth music tracker/editor, suitable for creating music for small JavaScript demos (on the order of 4K / 8K).
SoundBox is a tool for composing music in your browser. Its design is basically that of a music tracker, which means that the music is organized in tracks and patterns. To run your own copy of SoundBox locally, you need to serve it via a web server (using the file:// protocol is not supported). All code is written in pure HTML/JavaScript/CSS, without any third party toolkits or frameworks. Takes a little time to render the sounds before playback begins. Can load and save songs locally as well as export to .wav files.
Demo: https://sb.bitsnbites.eu
This specification defines HyperText Markup Language as implemented in the broader diversity of web browsers, including Rhapsode, Lynx, Dillo, Netsurf, Weasyprint, etc. HTML is a language for annotating plain text with its semantic structure, and to reference related resources. HTML specifically does not dictate how its text should be presented. For the sake of rendering to a variety of devices, and to ease website authoring & maintenance.
HTMLite is meant to be loosely compatible with WHATWG's HTML specification whilst being tractible to understand and implement. Reflecting what's supported/used by most browser engines and web pages, rather than the popular few.
HTMLite is an application of XMLite, and is based fundamentally on XMLite-Model. It also defines the HTML syntax as an alternative to XMLite-Syntax.
A PyTorch re-implementation of GPT, both training and inference. minGPT tries to be small, clean, interpretable and educational, as most of the currently available GPT model implementations can a bit sprawling. GPT is not a complicated model and this implementation is appropriately about 300 lines of code. All that's going on is that a sequence of indices feeds into a Transformer, and a probability distribution over the next index in the sequence comes out. The majority of the complexity is just being clever with batching (both across examples and over sequence length) for efficiency. Includes some sample code for training a blank copy of the model.
A project that uses your browser's Web USB API, an RTL-SDR dongle and antenna, and some vanilla JS code to implement an ADSB tracker without a dedicated server. Doesn't use a web design framework so you can check it out and throw a web server (like http.server) on it, and there you go.
A clean and lightweight theme for the Shaarli bookmarking webapp. Supports the basic, included system plugins.
A Git server without all of the features of Github, Gitlab, or whatever. It's just a server designed for use over SSH. Configured with its own Git repository. Repos created on demand with just a git push
. SSH in and browse the text-mode control panel. View files. Access control built in.
SSH key auth.
In the AUR. Packaged for lots of different distros, too.
Harmony’s protocol is designed to be as straightforward and pragmatic as possible. We do not make attempts at creating a “universal” design philosophy which the entire protocol is forced to follow, instead implementing things that make sense as a single cohesive system. Time has proven over time over that design idealism is often a limiting factor in services. Aims to be lightweight and somewhat simple to both understand and develop for.
Small as a mouse, fast as a cheetah and available for free. NetSurf is a multi-platform web browser for RISC OS, UNIX-like platforms (including Linux), Mac OS X, and more. Whether you want to check your webmail, read the news or post to discussion forums, NetSurf is your lightweight gateway to the world wide web. Actively developed, NetSurf is continually evolving and improving.
Written in C, this award winning open source project features its own layout engine. It is licensed under GPL version 2.
Git server: https://source.netsurf-browser.org/
TinyFlux is a time series version of TinyDB that is also written in Python and has no external dependencies. It's a great companion for small analytics workflows and apps, as well as at-home IOT data stores. Python datetime objects are first-class citizens and queries are optimized for time, above all else. Designed to be simple and fun to use by providing a simple and clean API that can be learned in 5 minutes. The current source code has 4,000 lines of code (with about 50% documentation) and 4,000 lines tests. TinyFlux is about 150kb, unzipped. TinyFlux needs neither an external server nor any dependencies.
Simple.css is a classless CSS template that allows you to make a good looking website really quickly. By classless I mean that there are no CSS classes anywhere in the CSS or the HTML. So your website can look just like this using plain old vanilla HTML.
When starting a new project, I wanted a CSS framework that would get me up and running quickly, and give me something I could hack on. I got sick of all these giant frameworks that include everything but the kitchen sink, 90% of which I’ll never use. For example, the minified CSS for the Bootstrap framework is 144KB in total. By comparison, Simple.css is around 4KB.
Includes a good looking sans-serif local font stack, typographic best practices, automatic flipping to dark mode, and sensible defaults.
A clean, easy to edit free HTML template that you can use for a personal blog or for documentation purposes for your next project! Written in pure HTML - no CSS classes. Some cool features about this template include compatibility with static hosting (including Github Pages), automatic flipping to dark mode, fully responsive, uses standard HTML elements only, Markdown support, and it's easy to style with your own CSS.
simple-homepage is a command line utility that helps you create a simple static homepage for your browser.
PikaScript is an ultra-lightweight Python engine with zero dependencies and zero-configuration, that can run with 4KB of RAM and 32KB of flash (such as STM32G030C8 and STM32F103C8).