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 / 6
117 results tagged javascript  ✕   ✕
hsleisink/orb https://gitlab.com/hsleisink/orb
Tue 22 Aug 2023 06:20:18 PM PDT archive.org

Orb is a free and open source web desktop, which simulates a Windows-like desktop in a web browser. You can use it to access files on a server or a NAS in an easy and secure way.

webapps desktops remotecontrol javascript
valent-in/pulseq/ https://github.com/valent-in/pulseq/
Fri 30 Jun 2023 04:25:03 PM PDT archive.org

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.

Demo: https://valent-in.github.io/pulseq/

webapps javascript lightweight music tracker selfhosted
IT Tools https://it-tools.tech/
Tue 23 May 2023 02:37:44 PM PDT archive.org

A collection of tools, calculators, converters, generators, encoders, decoders, and more of common use to IT. Can be built by hand but it's probably easier to download the latest release and unpack that.

Github: https://github.com/CorentinTh/it-tools

it sysadmin webapps javascript selfhosted converter calculator tools encoder decoder generator
Ameobea/web-synth https://github.com/ameobea/web-synth
Mon 22 May 2023 11:46:46 AM PDT archive.org

A web-based sound synthesis, music production, and audio experimentation platform. It has features of traditional DAWs as well as additional tools to support modular style patching, dynamic custom code, and live looping. Web synth supports high performance and low latency realtime audio generation. It achieves this by compiling code for synthesizers, effects, and other audio nodes from Rust and other specialized languages into WebAssembly and running it on the dedicated audio thread. This offers near-native performance and jank-free playback.

Versatile 8-operator polyphonic FM Synthesizer. Fully functional MIDI editor. Two programmable loopers for samples and MIDI. Dynamic compilation of DSP code written in Faust and Soul via WebAssembly. Modular synth-style utilities like LFOs, random voltage sources, and quantizers. Variety of visualizers including oscilloscope and spectrum analyzer. Support for building custom UIs with many input types and markdown notes. Supports hardware MIDI keyboards and controllers via WebMIDI.

Optional MySQL database back-end for storing stuff like presets.

javascript rust webapps daw synthesizers modular
igorski/efflux-tracker https://github.com/igorski/efflux-tracker
Thu 04 May 2023 10:44:04 PM PDT archive.org

Browser based music making application driving modular synths, samplers and effects using a tracker interface. Supports MIDI controllers and provides both local and Dropbox project storage.

Efflux is an application that allows users to create music inside their browser. Efflux is a tracker and follows conventions familiar to those who have used anything from Ultimate Soundtracker to Renoise. All sounds are oscillator (or wave table) based and can be routed through an effects signal path, making Efflux a modular synthesis environment, where the synths are driven by the tracker.

Demo: https://www.igorski.nl/application/efflux

javascript webapps tracker music
janjongerden/webroach https://github.com/janjongerden/webroach
Sat 11 Mar 2023 05:15:00 PM PST archive.org

The web version of the classic linux productivity tool xroach. Cockroaches will scamper around the page until they find an image to hide behind.

javascript web toys
drumnickydrum/sequencer64 https://github.com/drumnickydrum/sequencer64
Sun 26 Feb 2023 11:36:09 AM PST archive.org

Sequencer64 is a progressive web application that allows you to quickly sequence a 64-step pattern for a 9-sound sampler. It has 9 kits, each with 9 samples in which you can individually edit the pattern, 'slice' (sub-16th note subdivisions), pitch, length, and velocity. There are 9 pre-programmed sequences to get you started. Login with social media to save and load your sequences for later work. Share your sequences publicly with other users. Multiple color themes and a visual spectrum analyzer.

pwa webapp javascript selfhosted sequencer music sampler
Mermaid: Diagramming and charting tool https://mermaid.js.org/
Sat 18 Feb 2023 12:56:29 PM PST archive.org

A JavaScript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically. Live editor: Load the page in your browser and start keying in Markdown; you'll see the diagram take shape. Can pull data from a large number of different applications.

Github: https://github.com/mermaid-js/mermaid

Live demo: https://mermaid.live/

javascript diagrams charts markdown selfhosted integrations
NickColley/semaphore https://github.com/NickColley/semaphore
Fri 27 Jan 2023 09:46:10 PM PST archive.org

Accessible, simple and fast web client for Mastodon. You can use it to log into just about any Fediverse server.

node.js to build, figure it out from the Dockerfile.

fediverse client javascript webapp
convos-chat/convos https://github.com/convos-chat/convos/
Sun 15 Jan 2023 04:41:14 PM PST archive.org

Convos is a multiuser chat application that runs in your web browser. The supported chat protocol is currently IRC, but Convos can be extended to support other protocols as well. The backend is powered by Mojolicious, while the frontend is held together by the progressive JavaScript framework Svelte. One-script installation support, but that means piping curl right into a shell - what could possibly go wrong?

irc client webapps javascript perl
thelounge/thelounge https://github.com/thelounge/thelounge
Sun 15 Jan 2023 04:38:34 PM PST archive.org

Modern web IRC client designed for self-hosting. Modern features brought to IRC, push notifications, link previews, new message markers, and more bring IRC into the 2st century. Always connected. Remains connected to IRC servers while you are offline. Cross platform. It doesn't matter what OS you use, it just works wherever Node.js runs. Responsive interface. The client works smoothly on every desktop, smartphone and tablet. Synchronized experience. Always resume where you left off no matter what device.

javascript webapps client irc personal
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
tryit.js (~) - VIM https://www.vimonlineeditor.com/
Fri 13 Jan 2023 05:22:59 PM PST archive.org

This is "Vim Online", a vim editor in browser. It's an online vim editor that allows you can install your vimrc, and this app will remember your vimrc between visits to a vim editor online.

While those projects did a great job getting started on an online vim editor, there are still many missing pieces. The most important missing feature in my opinion is being able to install a vimrc to your vim editor online get back all the keybindings you're used to. Another really important missing feature of a vim editor online is being able to save files easily and navigate between files easily.

What would really be cool is being able to edit files from the filesystem, using the WASI API. Even if direct access to the filesystem isn't possible, an autosync with the source code so that you could easily test the code would be super cool.

Github: https://github.com/programmerhat/vim-online-editor

online webapp texteditors javascript
mifi/lossless-cut https://github.com/mifi/lossless-cut
Tue 06 Dec 2022 04:03:07 PM PST archive.org

The swiss army knife of lossless video/audio editing.

LosslessCut aims to be the ultimate cross platform FFmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files. The main feature is lossless trimming and cutting of video and audio files, which is great for saving space by rough-cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. Or you can add a music or subtitle track to your video without needing to encode. Everything is extremely fast because it does an almost direct data copy, fueled by the awesome FFmpeg which does all the grunt work.

Weirdly, it's all Javascript webshit.

gui video audio editor javascript
joho1968/POMjs https://github.com/joho1968/POMjs
Fri 28 Oct 2022 02:15:42 PM PDT archive.org

POMjs is a random password generator in HTML and pure Javascript. It can be customized by modifying the sources. There's really nothing magic going on here, but it works and is somewhat responsive. The goal was to make something small, useful, and reasonably free from dependencies.

Download the distribution or clone the repo. Files and folders should be placed in your web root, or another folder accessible to your web server. All references to CSS and Javascript use relative paths.

There may be references to "Öppet Moln" ("Open Cloud"), which is a Swedish site run by the author of POMjs, oppetmoln.se, to promote open source solutions for general use. You can, of course, delete such references.

I'd appreciate a mention on whatever website you use this one, and a link to the original repo, but it's not required.

Demo: https://password.oppetmoln.se/

selfhosted javascript random generator passwords
koillection/koillection https://github.com/koillection/koillection
Wed 19 Oct 2022 06:36:40 PM PDT archive.org

Koillection is a self-hosted collection manager created to keep track of physical (mostly) collections of any kind like books, DVDs, stamps, games... As Koillection is meant to be used for any kind of collections, it doesn't support automatic download of metadata. But it offers the possibility to add your own metadata freely.

Requires PHP v8.1, Postgres or MySQL (but not MariaDB), node.js and yarn to assemble the webshit, and Composer to make PHP act like node.js.

inventory collections webapps php javascript exocortex rest api
pazznetwork/ngx-chat https://github.com/pazznetwork/ngx-chat
Tue 18 Oct 2022 05:50:52 PM PDT archive.org

This library provides an out-of-the-box usable XMPP chat component. It is customizable and offers an API to integrate it with your application. Connects via websocket. Supports XEP-0313 (load message history). Supports MUC.

Requires Node and npm. Build instructions are in the Dockerfile.

javascript xmpp client exocortex webapps websockets
JSON Crack https://jsoncrack.com/
Thu 29 Sep 2022 01:53:03 PM PDT archive.org

Go to their editor. Paste in a well-formed JSON document. Watch it generate a graph for you out of the data. You can even download the generated image. No API yet.

Github: https://github.com/AykutSarac/jsoncrack.com

json online visualization graphs javascript webapps
charliegerard/webusb-rtlsdr-aircraft-radar-system https://github.com/charliegerard/webusb-rtlsdr-aircraft-radar-system
Tue 30 Aug 2022 12:45:48 PM PDT archive.org

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.

webapps javascript rtlsdr adsb mapping tracker selfhosted lightweight
kiwix/kiwix-js/ https://github.com/kiwix/kiwix-js/
Sun 28 Aug 2022 06:39:00 PM PDT archive.org

This is a ZIM archive reader for browser extensions or add-ons, developed in HTML5/Javascript. You can get the extension from the Mozilla, Chrome and Edge extension stores (search for "Kiwix", or click on a badge below). There is a version implemented as an offline-first Progressive Web App (PWA) at https://moz-extension.kiwix.org/current/, primarily intended for use within the Mozilla Extension.

Once you have obtained an archive (see below), you can select it in Kiwix JS, and search for article titles. No further Internet access is required to read the archive's content. For example, you can have the entire content of Wikipedia in your own language inside your device (including images and audiovisual content) entirely offline. If your Internet access is expensive, intermittent, slow, unreliable, observed or censored, you can still have access to this amazing repository of knowledge, information and culture.

The reader also works with other content in the OpenZIM format: https://wiki.openzim.org/wiki/OpenZIM.

javascript library webapps mediawiki zim reader offline
page 1 / 6
4997 links, including 379 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn