Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
8 results tagged tiny  ✕   ✕
smolOS - Tiny Operating System For Tiny Devices http://smol.p1x.in/os/
Mon 24 Jul 2023 11:48:03 AM PDT archive.org

Tiny research project build on top of MicroPython providing DOS/POSIX-like operating system. Designed for ESP8266 and RP2040. Should work on any board with no or little changes.

I always wanted to make my own small operating system. I grew up using MS-DOS and now using Linux exclusively on all my computers. So my system will look very similar to those, just simpler. Another dream was to build as small a computer as possible. Now with 32-bit ESP8266 and MicroPython I could do that! So I did.

Github: https://github.com/w84death/smolOS

micropython esp8266 rp2040 embedded os tiny
offtopia/ponydos https://ahti.space/git/offtopia/ponydos
Sat 01 Apr 2023 11:23:55 AM PDT archive.org

A super-tiny (512 bytes!) DOS with a My Little Pony schtick. Supports booting a live floppy image in QEMU.

os dos tiny funny
Sizecoding Wiki http://www.sizecoding.org/wiki/Main_Page
Sun 26 Feb 2023 11:47:16 AM PST archive.org

SizeCoding.org is a wiki dedicated to the art of creating very tiny programs for most popular types of CPUs. As sizecoding is also popular on other hardware, we recently opened the website for other platforms as well, check the links below. By "very tiny programs", we mean programs that are 256 bytes or less in size, typically created by members of the demoscene as a show of programming skill. The size of these tiny programs is measured by their total size in opcode bytes, and are usually presented as an executable binary.

Despite their tiny size, these programs are able to produce amazing graphical displays, playable games, and sometimes music. There are even some surprisingly effective programs in just 16 bytes or even 8 bytes.

The intent of this wiki is to teach assembler programmers the various techniques used to create tiny demoscene intros. While these techniques can be used for other applications (boot sectors, ROM, BIOS and firmware code, etc.), the information presented here is firmly oriented towards the demoscene. Practicality and common sense are sometimes thrown out the window just to shave a single byte. Consider yourself warned.

wiki programming hacking demos demoscene tiny
Sneklang https://sneklang.org/
Tue 22 Nov 2022 09:42:14 PM PST archive.org

Snek is a tiny embeddable language targeting processors with only a few kB of flash and ram. Think of something that would have been running BASIC years ago and you'll have the idea. These processors are too small to run MicroPython.

Snek borrows semantics and syntax from python, but only provides a tiny subset of that large language. The goal is to have Snek programs able to run in a full Python (version 3) implementation so that any knowledge gained in learning Snek will transfer directly to learning Python.

Github and list of supported microcontrollers: https://github.com/keith-packard/snek

embedded python language tiny microcontrollers derivatives
angelina-tsuboi/ESP8266-WiCon-Kit https://github.com/angelina-tsuboi/ESP8266-WiCon-Kit
Mon 14 Nov 2022 03:22:25 PM PST archive.org

A compact and portable WiFi reconnaissance suite based on the ESP8266. Packet Monitor with 11 filter types. Deauthentication and Disassociation Detector (HAXX). FTP Honeypot with Canary Tokens. Web Server (WIP). CSV Data logging (WIP).

The custom PCB is basically glue for two pressbuttons, an OLED display, an LED, and a power cell. You could pretty easily bodge one together out of spare parts.

https://github.com/SpacehuhnTech/Hackheld/issues/8

esp8266 wifi infosec attacks tiny
HTMx https://htmx.org/
Fri 24 Jun 2022 04:36:17 PM PDT archive.org

htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext

htmx is small (~10k min.gz'd), dependency-free, extendable & IE11 compatible.

Github: https://github.com/bigskysoftware/htmx

javascript frameworks tiny html webdesign
GitHub - miguelgrinberg/microdot: The impossibly small web framework for MicroPython https://github.com/miguelgrinberg/microdot/
Mon 31 Aug 2020 09:54:18 PM PDT archive.org

The impossibly small web framework for MicroPython.

micropython frameworks webapps python tiny
GitHub - paladin-t/my_basic: Lightweight BASIC interpreter written in standard C in dual files. Aimed to be embeddable, extendable and portable. https://github.com/paladin-t/my_basic
Wed 25 Sep 2019 03:26:49 PM PDT archive.org

A lightweight BASIC interpreter written in standard C. It's aimed to be embeddable, extendable and portable. It is a dynamic typed programming language, reserves structured syntax, supports a style of prototype-based programming (OOP), also implements a functional paradigm by lambda abstraction. The core is written in a C source file and an associated header file. It's easy to either use it as a standalone interpreter or embed it with existing projects.

A version of it is embedded in WWIV these days.

language basic interpreter tiny embedded
4983 links, including 378 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn