souvenir
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
    Type 1 or more characters for results.
    page 1 / 82
    https://spag.cc/ https://spag.cc/
    19/04/2025 cluster icon
    • Troop : Troop is a real-time collaborative tool that enables group live coding within the same document across multiple computers. Hypothetically Troop can ta...
    • text.management : This is an experiment in making an editor for livecoding.
    • TOPLAP : TOPLAP is an organisation founded in 2004, to explore and promote live coding. Live coders expose and rewire the innards of software while it generate...
    • Estuary : Estuary is a platform for collaboration and learning through live coding. It enables you to create sound, music, and visuals in a web browser. Key fea...
    • Flok : Web-based P2P collaborative editor for live coding music and graphics

    File upload and sound recording for livecoding sessions

    music livecoding upload tool
    Gibberish https://github.com/gibber-cc/gibberish
    12/04/2025 cluster icon
    • Gibberish : Fast, JavaScript DSP library that creates JIT optimized audio callbacks using code generation techniques. It is designed to be a fast audio API for br...
    • Faust Programming Language : Faust (Functional Audio Stream) is a functional programming language for sound synthesis and audio processing with a strong focus on the design of syn...
    • Mood Synthesizer : A synthesizer built with Vue.js and C++ (compiled to WebAssembly). The UI is inspired by Ableton Playground.
    • Soundgrain : Soundgrain is a graphical interface where users can draw and edit trajectories to control granular sound synthesis. Soundgrain is written with Python/...
    • Cecilia : Cecilia is an audio signal processing environment aimed at sound designers. Cecilia mangles sound in ways unheard of. Cecilia lets you create your own...

    Gibberish is designed to be a fast audio API for the browser. It takes the low-level building blocks provided by genish.js and uses them to create higher-level synthesizers, effects, and sequencers. Gibberish processes each sample of each synthesis block one sample at a time, enabling a variety of effects not typically possible in JavaScript synthesis systems, most importantly single-sample feedback loops and audio-rate modulation of scheduling.

    audio api browser synth synthesis
    Anime.js https://animejs.com/
    12/04/2025 cluster icon
    • jQuery Masonry : A dynamic layout plugin for jQuery The flip-side of CSS floats
    • voxel.css : The goal of this project is to provide a lightweight 3D CSS library with very simple implementation.
    • emotion : emotion is a high performance, lightweight css-in-js library that supports both string and object based styles.
    • enquire.js : A lightweight, pure JavaScript library for responding to CSS media queries.
    • Protovis : Protovis composes custom views of data with simple marks such as bars and dots. Unlike low-level graphics libraries that quickly become tedious for vi...

    Anime.js is a fast, multipurpose and lightweight JavaScript animation library with a simple, yet powerful API.
    It works with CSS properties, SVG, DOM attributes and JavaScript Objects.

    javascript graphics animation css svg dom library
    Mood Synthesizer https://mpatrois.github.io/projects/mood/
    16/03/2025 cluster icon
    • This is my jam. : A place to put your favorite song of the moment & hear great music, handpicked every day by friends.
    • Overtone : Overtone is an open source audio environment designed to explore new musical ideas from synthesis and sampling to instrument building, live-coding and...
    • Orchestra toolbox : Orchestra is an open-source for live music performances in metaverse environments. Orchestra includes components for live performances in A-Frame/NAF-...
    • Band.js : An interface for the Web Audio API that supports rhythms, multiple instruments, repeating sections, and complex time signatures.
    • Faust Programming Language : Faust (Functional Audio Stream) is a functional programming language for sound synthesis and audio processing with a strong focus on the design of syn...

    A synthesizer built with Vue.js and C++ (compiled to WebAssembly).
    The UI is inspired by Ableton Playground.

    synth audio vuejs music midi
    PWABuilder https://www.pwabuilder.com/
    16/03/2025 cluster icon
    • fastlane : fastlane is the tool to release your iOS and Android app. It handles all tedious tasks, like generating screenshots, dealing with code signing, and re...
    • React Native : React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative...
    • Sonar : Sonar is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Sonar...
    • Bitrise - Mobile Continuous Integration and Delivery : Mobile Continuous Integration and Delivery (CI/CD) Platform as a Service (PaaS). It is a collection of tools and services to help you with the develop...
    • Flutter : Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing cod...

    PWABuilder enables developers to quickly and easily to generate store uploadable packages for the Microsoft, Google Play, and iOS App stores.

    pwa mobile application ios android tool
    Capacitor https://capacitorjs.com/
    16/03/2025 cluster icon
    • Flutter : Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing cod...
    • HyperTerm : A terminal built on web technologies : JS / HTML / CSS
    • Paged.js : Paged.js is a free and open source JavaScript library that paginates content in the browser to create PDF output from any HTML content. This means you...
    • Tauri : Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that...
    • CodeceptJS : CodeceptJS is a new testing framework for end-to-end testing with WebDriver (or others). It abstracts browser interaction to simple steps that are wri...

    Capacitor is an open source native runtime for building Web Native apps. Create cross-platform iOS, Android, and Progressive Web Apps with JavaScript, HTML, and CSS.

    opensource crossplatform web native ios android html css
    🍝 nudel http://nudel.cc/
    23/02/2025 cluster icon
    • Flok : Web-based P2P collaborative editor for live coding music and graphics
    • Estuary : Estuary is a platform for collaboration and learning through live coding. It enables you to create sound, music, and visuals in a web browser. Key fea...
    • MIMIC : MIMIC is a web platform for the artistic exploration of musical machine learning and machine listening. We have designed this collaborative platform a...
    • Audiotool : Audiotool is a powerful online music production studio right in your browser.
    • Gibber : Gibber is a live coding environment for the web browser, using the Gibberish.js audio engine, the CodeMirror code editor library and wrapping Three.js...

    nudel is a public jam space, made by pastagang.
    Strudel, Hydra and kabalsalat livecoding tools.

    music livecoding web platform
    uv https://github.com/astral-sh/uv
    11/02/2025 cluster icon
    • Diagrams : Diagrams lets you draw the cloud system architecture in Python code. It was born for prototyping a new system architecture without any design tools. Y...
    • Locust : Locust is an easy-to-use, distributed, user load testing tool. It is intended for load-testing web sites (or other systems) and figuring out how many ...
    • Bandit : Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs approp...
    • Flake8 : flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code....
    • librosa : librosa is a python package for music and audio analysis. It provides the building blocks necessary to create music information retrieval systems.

    An extremely fast Python package and project manager, written in Rust.
    A single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv, and more.

    python packages environment version tool
    ruff https://github.com/astral-sh/ruff
    11/02/2025 cluster icon
    • Buf : A CLI tool to help working with Protocol Buffers. Buf currently contains: A linter that enforces good API design choices and structure. A breaking ch...
    • uv : An extremely fast Python package and project manager, written in Rust. A single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv...
    • Diagrams : Diagrams lets you draw the cloud system architecture in Python code. It was born for prototyping a new system architecture without any design tools. Y...
    • Snyk : Snyk helps you use open source and stay secure. Continuously find & fix vulnerabilities in your dependencies.
    • Prettier : Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the max...

    An extremely fast Python linter and code formatter, written in Rust.

    python lint formatting tool
    AudioStellar https://audiostellar.xyz/
    09/02/2025 cluster icon
    • librosa : librosa is a python package for music and audio analysis. It provides the building blocks necessary to create music information retrieval systems.
    • Estuary : Estuary is a platform for collaboration and learning through live coding. It enables you to create sound, music, and visuals in a web browser. Key fea...
    • Free to use sounds : Royalty Free Sound Effects & Sound Libraries
    • Sema : Sema is a playground where you can rapidly prototype live coding mini-languages for signal synthesis, machine learning and machine listening. Sema aim...
    • Samplebrain : A custom sample mashing app designed by Aphex Twin. Samplebrain chops samples up into a 'brain' of interconnected small sections called blocks which a...

    AI powered experimental sampler. Explore your sound collection by creating your own constellations with thousands of sounds. Play in creative new ways interacting with the generated map and connecting with other software and hardware devices. Invent your own way for playing.

    sample sound music ai
    Semgrep https://github.com/semgrep/semgrep
    04/02/2025 cluster icon
    • Gitleaks : Gitleaks is an open-source SAST (static application security testing) command line tool for detecting and preventing hardcoded secrets like passwords,...
    • TruffleHog : TruffleHog is an open-source SAST (static application security testing) tool for detecting secrets in various sources. While GitHub and GitLab reposit...
    • Lighthouse : Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authenti...
    • dotmesh : Dotmesh captures snapshots from stateful Docker and Kubernetes applications as ’datadots‘, and gives you the ability to label, store and share them as...
    • Lynis : Lynis is a battle-tested security tool for systems running Linux, macOS, or Unix-based operating system. It performs an extensive health scan of your ...

    Semgrep is a fast, open-source, static analysis tool that searches code, finds bugs, and enforces secure guardrails and coding standards. Semgrep supports 30+ languages and can run in an IDE, as a pre-commit check, and as part of CI/CD workflows.

    opensource staticanalysis security bugs continuousintegration
    text.management https://github.com/matthewkaney/text.management
    02/02/2025 cluster icon
    • Flok : Web-based P2P collaborative editor for live coding music and graphics
    • Feedforward : An experimental terminal editor for TidalCycles.
    • Overtone : Overtone is an open source audio environment designed to explore new musical ideas from synthesis and sampling to instrument building, live-coding and...
    • https://spag.cc/ : File upload and sound recording for livecoding sessions
    • Glicol : make music with code. connect different nodes like a synth, sequencer or sampler.

    This is an experiment in making an editor for livecoding.

    music livecoding editor
    Uptime Kuma https://github.com/louislam/uptime-kuma
    01/02/2025 cluster icon
    • Pa11y : Monitor the accessibility of your websites with pa11y-dashboard, and protect against accessibility errors creeping into your codebase.
    • Prometheus : Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud. Prometheus's main features are: a multi-dimensio...
    • HedgeDoc : HedgeDoc (formerly known as CodiMD) is an open-source, web-based, self-hosted, collaborative markdown editor. You can use it to easily collaborate on ...
    • awesome-selfhosted : This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and m...
    • droppy : droppy is a self-hosted file storage server with a web interface and capabilites to edit files and view media directly in the browser. It is particula...

    Uptime Kuma is an easy-to-use self-hosted monitoring tool.

    selfhosted monitoring
    Kestra https://github.com/kestra-io/kestra
    29/01/2025 cluster icon
    • Flyte : Flyte is an open-source, container-native, structured programming and distributed processing platform implemented in Golang. It enables highly concurr...
    • n8n.io : n8n (pronounced nodemation) helps you to interconnect each and every app with an API in the world with each other to share and manipulate its data wit...
    • Beehive : Beehive is an event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters. It is m...
    • Airflow : Airflow is a platform created by the community to programmatically author, schedule and monitor workflows.
    • Superset : Apache Superset is a modern data exploration and visualization platform

    Kestra is an open-source, event-driven orchestration platform that makes both scheduled and event-driven workflows easy. By bringing Infrastructure as Code best practices to data, process, and microservice orchestration, you can build reliable workflows directly from the UI in just a few lines of YAML.

    workflow automation platform opensource scheduler events data
    LM Studio https://lmstudio.ai/
    18/01/2025 cluster icon
    • DemocracyOS : DemocracyOS is an online space for deliberation and voting on political proposals. The software aims to stimulate better arguments and come to better ...
    • TortoiseSVN : TortoiseSVN is an Apache™ Subversion (SVN)® client, implemented as a Windows shell extension.
    • elasticsearch : Open Source, Distributed, RESTful, Search Engine So we build a web site or an application and want to add search to it, and then it hits us: getting s...
    • SquirrelMail : SquirrelMail is a standards-based webmail package written in PHP. It includes built-in pure PHP support for the IMAP and SMTP protocols, and all pages...
    • PeoplePods : PeoplePods is a developer-friendly social software toolkit Build applications where people meet, talk, share, read, work, publish and explore.

    LM Studio is a desktop app for developing and experimenting with LLMs on your computer.

    Key functionality

    A desktop application for running local LLMs
    A familiar chat interface
    Search & download functionality (via Hugging Face 🤗)
    A local server that can listen on OpenAI-like endpoints
    Systems for managing local models and configurations
    software llm ai localhost
    Weaviate https://github.com/weaviate/weaviate
    10/01/2025 cluster icon
    • jina : Jina is a neural search framework that allows to build deep learning search applications in minutes. It provides scalable indexing, querying, understa...
    • Kinto : Kinto is a lightweight JSON storage service with synchronisation and sharing abilities.
    • MapBox : Creating custom maps in the cloud
    • Searx : Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additio...
    • Ockam : Ockam is a suite of open source tools, programming libraries, and managed cloud services to orchestrate end-to-end encryption, mutual authentication, ...

    Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database​.

    opensource database vector search cloud machinelearning
    ScrapeGraphAI https://github.com/ScrapeGraphAI/Scrapegraph-ai
    10/12/2024 cluster icon
    • Scrapy : Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages. It can be...
    • scikit-learn : Machine Learning in Python Simple and efficient tools for data mining and data analysis Accessible to everybody, and reusable in various contexts Buil...
    • Upton : Upton is a framework for easy web-scraping with a useful debug mode that doesn't hammer your target's servers. It does the repetitive parts of writing...
    • readability-lxml : In few words, Given a html document, it pulls out the main body text and cleans it up. It also can clean up title based on latest readability.js code.
    • mock : A Python Mocking and Patching Library for Testing

    ScrapeGraphAI is a web scraping python library that uses LLM and direct graph logic to create scraping pipelines for websites and local documents (XML, HTML, JSON, Markdown, etc.).

    python scraper library llm
    Appwrite https://appwrite.io/
    10/12/2024 cluster icon
    • Postal : Postal is a complete and fully featured mail server for use by websites & web servers. Think Sendgrid, Mailgun or Postmark but open source and ready f...
    • Supabase : Supabase is an open source Firebase alternative. Create a backend in less than 2 minutes. Start your project with a Postgres Database, Authentication,...
    • Prisma : Prisma turns your database into a powerful GraphQL API which you can either use to build your own GraphQL server or connect to it directly from the fr...
    • Kinto : Kinto is a lightweight JSON storage service with synchronisation and sharing abilities.
    • Cool QL Cool : CoolQLCool (CQC) is an open source GraphQL server that allows you to turn websites into GraphQL APIs.

    Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the complexity and repetitiveness required to build a modern backend API from scratch and allows you to build secure apps faster.

    Using Appwrite, you can easily integrate your app with user authentication and multiple sign-in methods, a database for storing and querying users and team data, storage and file management, image manipulation, Cloud Functions, and more services.

    backend server opensource docker microservice api authentication storage database
    OpenHands https://github.com/All-Hands-AI/OpenHands
    10/12/2024 cluster icon
    • Denigma : Denigma explains code in conversational English. Powered by machine learning.
    • Draft : Simple app development & deployment - into any Kubernetes cluster. Draft makes it easy to build applications that run on Kubernetes. Draft targets the...
    • Tilt : Tilt makes it possible to develop all your microservices locally in Kubernetes while collaborating with your team. Write a Tiltfile script that descri...
    • Vite : Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts: A dev se...
    • Wick : Wick is a free browser-based toolkit for creating small interactive things for the Internet. With Wick, you can create games, animations, and everythi...

    OpenHands is a platform for software development agents powered by AI.

    OpenHands agents can do anything a human developer can: modify code, run commands, browse the web, call APIs, and yes—even copy code snippets from StackOverflow.

    ai development tool
    cables https://cables.gl/
    02/12/2024 cluster icon
    • hydra : Set of tools for livecoding networked visuals. Inspired by analog modular synthesizers, these tools are an exploration into using streaming over the w...
    • ZippList : ZippList is a super simple directory that features a hand picked selection of the very best, free resources and tools for creatives. We’ve scoured the...
    • dancer.js : dancer.js is a high-level audio API, usable with both Mozilla's Audio Data API and Webkit's Web Audio API with flash fallback, designed to make sweet ...
    • Azimutt : Azimutt is an Entity Relationship Diagram (ERD) targeting real world database schema (big & messy).
    • Timeline : Beautifully crafted timelines that are easy, and intuitive to use.

    Cables is a tool for creating beautiful interactive content. With an easy to navigate interface and real time visuals, it allows for rapid prototyping and fast adjustments.

    You are provided with a set of operators, such as mathematical functions, shapes, materials and post processing effects.
    Connect these to each other with virtual cables to create the experience you have in mind.
    Easily export your piece of work at any time. Embed it into your website or use it for any kind of creative installation.

    creativecoding graphics visualization creative
    page 1 / 82
    1628 links
    Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn