Transmitting long-wave time signals like those transmitted by DCF77, MSF etc. via an audio channel. Code runs in the browser, no need to install software.
he Free Software Foundation (FSF) today announced the JShelter project, an anti-malware Web browser extension to mitigate potential threats from JavaScript, including fingerprinting, tracking, and data collection.
The project's website is at https://jshelter.org/.
The emulator can be used on https://norbertkehrer.github.io/mailuefterl/mailuefterl.html, information on the Mailüfterl computer can be found on https://norbertkehrer.github.io/mailuefterl.html
See the blog entries "Floating Point Library for the Mailuefterl Computer and More Original Mailuefterl Programs
Thursday, August 31, 2017" and
"Mailuefterl Emulator in JavaScript
Monday, July 10, 2017" on https://norbertkehrer.github.io/
"In the PDP series DEC
launched machines like the PDP-10, on which the C programming language
and the first adventure game were developed, or the extremly successful
PDP-11, on which the first Unix was written." on https://norbertkehrer.github.io/pdp8.html is wrong, report it. C was created on the pdp-11.
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 (~12k min.gz'd), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react
Found on https://www.tuhs.org/pipermail/tuhs/2022-May/025840.html
Reveal.js is a tool for creating good-looking HTML presentations, authored by Hakim El Hattab. http://lab.hakim.se/reveal-js/#/
Org-Reveal exports your Org documents to reveal.js presentations.
With Org-reveal, you can create beautiful presentations with 3D effects from simple but powerful Org contents.
Analyse and edit binary files wherever you want, on any operating system, whether on a desktop or smartphone, and without installing any software. All you need is a modern web browser (Mozilla Firefox 53+, Google Chrome 58+, Opera 44+, Apple Safari 11+, Microsoft Edge 20+).
The complete file processing is done by your browser and HTML5 functionality. HexEd.it does not upload your data to the server. It can also compute various hash functions.
HexEd.it has a small memory footprint - it does not keep your files in memory. This makes it possible to handle very large files even on low-RAM machines. HexEd.it has been tested on files as large as 150 GiB.
ISLisp in JS/Go: Standards-compliant Lisp smaller than Common-Lisp.
Note that the on-line JavaScript version does not handle #x prefixes correctly.
Integers are also limited to 31 bit:
(expt 2 31) => -2147483648
in contradiction to https://islisp-dev.github.io/ISLispHyperDraft/islisp-v23.html#integer_class
emacs-ng is based off of the master branch of emacs, and regularly merges in the latest changes(this branch includes the native compilation feature from Andrea Corallo).
This project should be considered an additive native layer over emacs, bringing features like Deno's Javascript and Async I/O environment, Mozilla's Webrender, and other features in development. emacs-ng's approach is to utilize multiple new development approaches and tools to bring Emacs to the next level. It is maintained by a team that loves Emacs and everything it stands for - being totally introspectable, with a fully customizable and free development environment. We want Emacs to be a editor 40+ years from now that has the flexibility and design to keep up with progressive technology.