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
page 1 / 3
50 results tagged html5  ✕   ✕
nomatteus/oblique-strategies https://github.com/nomatteus/oblique-strategies
Thu 20 Feb 2025 10:32:05 AM PST archive.org

An implementation of Eno and Schmidt's Oblique Strategies. Done entirely in HTML5, with just enough Javascript to pick randomly. Might even work as a PWA.

archived problems solutions exocortex inspiration lightweight html5 pwa
PeerAuth https://ksze.github.io/PeerAuth/
Mon 17 Feb 2025 04:44:54 PM PST archive.org

Machine learning has become more and more powerful, to the point where a bad actor can take a photo and a voice recording of someone you know, and forge a complete video recording. Bad actors can now digitally impersonate someone you love, and trick you into doing things like paying a ransom. To mitigate that risk, I have developed this simple solution where you can setup a unique time-based one-time passcode (TOTP) between any pair of persons.

Github: https://github.com/ksze/PeerAuth

people authentication opsec specification archived totp html5 javascript lightweight
mebjas/html5-qrcode https://github.com/mebjas/html5-qrcode
Sun 05 Jan 2025 02:41:02 PM PST archive.org

A lightweight and cross platform QR Code and Bar code scanning library for the web. Support scanning different types of bar codes and QR codes. Supports different platforms and browsers. Supports scanning with camera as well as local files. Comes with an end to end library with UI as well as a low level library to build your own UI with.

Based on zxing-js.

javascript barcodes html5 scanner exocortex
mbitsnbites/soundbox https://github.com/mbitsnbites/soundbox
Thu 04 May 2023 10:57:09 PM PDT archive.org

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

Docs: https://sb.bitsnbites.eu/help.html

html5 tracker chiptunes music webapps lightweight
Lana-chan/webgbcam https://github.com/Lana-chan/webgbcam
Sat 14 Jan 2023 08:18:40 PM PST archive.org

A simple Game Boy Camera-style filter made in HTML5 and JavaScript.

Load the page, it'll ask you if it can use your computer's webcam (if it has one). Let it. It'll show every frame from your camera as if it were coming from a Gameboy Camera.

html5 javascript camera filters fun
tabler/tabler https://github.com/tabler/tabler
Thu 12 Jan 2023 08:24:57 AM PST archive.org

Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern and user-friendly design you can create a fully functional interface that users will love! Choose the layouts and components you need and customize them to make your design consistent and eye-catching. Every component has been created with attention to detail to make your interface beautiful!

Uses the Liquid templating system.

html5 css toolkit webapps ui dashboards templates ruby
A simple Wiki page in Markdown from notebook of VNote. https://github.com/vnotex/viki
Thu 24 Nov 2022 11:28:15 AM PST archive.org

A static HTML page that takes Markdown documents and turns them into a self-hosted wiki. Ideal for taking a copy of your personal flat file wiki with you if you'll be disconnected. Can be served with something as simple as python3 -mhttp.server on your machine.

It is recommended by the developers that you download the latest release from Github and copy the contents of the dist/ folder therein to wherever you have your markdown docs stored for installation.

exocortex portable html5 static markdown wiki
Robustify your links! https://robustlinks.mementoweb.org/
Wed 09 Nov 2022 02:45:35 PM PST archive.org

Links on the web break all the time. There are really two problems:

  • Link rot: Following a link yields a "404 Not Found" error message.
  • Content drift: The content at the end of the link changes over time, possibly to the point where it loses all similarity with the originally linked content.

Robustifying your links addresses these problems. It increases the chances that links will lead to meaningful content, even long after they were put in place. The following three pieces of information robustify a link in a machine-actionable manner:

  • The URI of the original resource.
  • The URI of the snapshot.
  • The date of linking.

REST API docs: https://robustlinks.mementoweb.org/api-docs/

archives links rest api exocortex antigone html5 websites
You might not need jQuery https://youmightnotneedjquery.com/
Mon 07 Mar 2022 03:42:23 PM PST archive.org

jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application.

If you're developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency. Maybe you can include a few lines of utility code, and forgo the requirement. If you're only targeting more modern browsers, you might not need anything more than what the browser ships with.

At the very least, make sure you know what jQuery is doing for you, and what it's not. Some developers believe that jQuery is protecting us from a great demon of browser incompatibility when, in truth, post-IE8, browsers are pretty easy to deal with on their own.

html5 javascript jquery examples webdesign
You Might Not Need Javascript http://youmightnotneedjs.com/
Mon 07 Mar 2022 03:40:58 PM PST archive.org

JavaScript is great, and by all means use it, while also being aware that you can build so many functional UI components without the additional dependancy.

Maybe you can include a few lines of utility code, or a mixin, and forgo the requirement. If you're only targeting more modern browsers, you might not need anything more than what the browser ships with.

This site is fully copied from youmightnotneedjquery.com, an excellent resource for vanilla JavaScript created by @adamfschwartz and @zackbloom. But this time, we take a look at the power of modern native HTML and CSS as well as some of the syntactic sugar of Sass. Because, you might not need scripts for that task at all!

html5 css javascript examples howto lightweight webdesign
Creative Menu Hover Effects https://codepen.io/abdelRhman345/pen/PXMmdv
Mon 13 Sep 2021 01:19:11 PM PDT archive.org

Maybe I can use this for links?

webdesign html5 css animation
bkis/dice-or-die https://github.com/bkis/dice-or-die
Mon 23 Aug 2021 06:30:56 PM PDT archive.org

A simple, aesthetic tabletop dice rolling simulator featuring d4, d6, d8, d10, d12, d20 and d100! Use offline or host it yourself!

You can also use it online: https://bkis.github.io/dice-or-die/

You can also select a combination of dice to roll (such as 1d4 and 2d6 and 3d20) and the app will roll them and total them up for you.

Or use mine: https://amoebatron.virtadpt.net/

html5 css javascript webapps dice rpgs
Lissy93/voronoi-site-template https://github.com/Lissy93/voronoi-site-template
Wed 05 May 2021 03:37:05 PM PDT archive.org

A small but highly customisable site template, ideal for a project documentation homepage.

Might be addable to my website's theme.

Demo: https://lissy93.github.io/voronoi-site-template/

webdesign html5 css javascript webshit backgrounds interactive geometry
lissy93/dashy https://github.com/lissy93/dashy
Wed 05 May 2021 03:34:45 PM PDT archive.org

A nice, retro-looking dashboard for organizing your environments. Instant local search, keyboard shortcuts, themable, customizable. YAML config file. Icons can be customized as well. Theoretically small enough to carry around on your mobile device. Uses yarn to install dependencies and compile. Themes can be switched out in realtime.

Reminds me a bit of GEOS or Workbench.

Serve with any web server; the Docker container uses nginx, but use whatever.

dashboard startpage webshit javascript html5 css retro
Cloverleaf https://cloverleaf.app/
Mon 26 Apr 2021 02:09:02 PM PDT archive.org

A smart solution to the problem of passwords. Cloverleaf generates passwords on demand, using the name of the app you're making a password for and a master password to derive a passcode. Enter those two things and you don't need to store the passcode because you can re-generate it whenever you want.

Can be installed as a native app and used offline.

Github: https://github.com/cloverleaf/web

html5 passwords generator online selfhosted native security opsec
tinytools.directory https://tinytools.directory/
Tue 13 Apr 2021 04:17:56 PM PDT archive.org

This is a list of small, free, or experimental tools that might be useful in building your game / website / interactive project. Although I’ve included ‘standards’, this list has a focus on artful tools and toys that are as fun to use as they are functional.

The goal of this list is to enable making entirely outside of closed production ecosystems or walled software gardens.

Github: https://github.com/everestpipkin/tools-list

awesome tools games engines html5 retro maps assets art proceduralgeneration graphics animation 3d sounds music
voger/qXMPPconsole https://github.com/voger/qXMPPconsole
Tue 09 Mar 2021 03:11:27 PM PST archive.org

qXMPPconsole is a browser based XMPP console. It is writen with the purpose to aid in learning the XMPP protocol. So far it is tested only over websockets and connecting to localhost. Comments, issues, pull requests are welcome.

The application is a single static web page.

html5 javascript xmpp console
https://picnicss.com/ https://picnicss.com/
Tue 23 Feb 2021 10:46:10 PM PST archive.org

A lightweight CSS framework for personal sites.

css webdesign html5 lightweight
GitHub - zeplia/minwiz https://github.com/zeplia/minwiz
Wed 30 Dec 2020 09:17:48 PM PST archive.org

Use this starter kit to create a viable, good looking, production-ready website whose entire size does not exceed 2 KB compressed when opened in a browser. Ideally, the total size of all assets (HTML, CSS, favicon, etc.) downloaded by the browser when opening the page will be under 2 KB. You need npm and gulp installed to assemble it, but once you have it everything you need will be in the dist/ subdirectory.

webdesign css html5 lightweight frameworks
Charts.css https://chartscss.org/
Mon 21 Dec 2020 06:23:52 PM PST archive.org

A data visualization framework written in CSS. Uses the semantic HTML5 tags to identify data to process, the data goes inside the HTML markup in the form of tables. No Javascript is needed to pull data out of APIs for processing (unless you want to roll that way, I guess). The core CSS file can be downloaded and put to use more or less immediately.

Github: https://github.com/ChartsCSS/charts.css

webdesign css charts graphs utilities visualization html5
page 1 / 3
6295 links, including 412 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn