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
page 4 / 83
Tauri https://tauri.app/
01/07/2023 cluster icon
  • Electron : Build cross platform desktop apps with web technologies
  • Tauri : Tauri is a framework for building tiny, blazing fast binaries for all major desktop platforms. Developers can integrate any front-end framework that c...
  • Bootstrap : Build responsive, mobile-first projects on the web with the world's most popular front-end component library. Bootstrap is an open source toolkit for ...
  • Photon : UI toolkit for building desktop apps with Electron.
  • chromeless : The chromeless project is an experiment into making it possible to build a web browser using only web technologies, like HTML, JavaScript, and CSS.

Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with.

desktop frontend html css javascript rust framework crossplatform
WireMock https://wiremock.org/
28/06/2023 cluster icon
  • Cool QL Cool : CoolQLCool (CQC) is an open source GraphQL server that allows you to turn websites into GraphQL APIs.
  • 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...
  • npoint.io : JSON storage bins with schema validation
  • Appwrite : 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 co...
  • Mockoon : Mockoon is the easiest and quickest way to design and run mock APIs. No remote deployment, no account required, free and open-source.

Free and Open Source tool for building mock APIs. Create stable development environments, isolate yourself from flakey 3rd parties and simulate APIs that don't exist yet.

api mock server opensource
Task https://taskfile.dev/
09/06/2023 cluster icon
  • µTask : µTask is an automation engine built for the cloud. It is: simple to operate: only a postgres DB is required secure: all data is encrypted, only visibl...
  • Snowpack : Snowpack is a better build tool for modern web apps. Snowpack leverages ESM imports in your application to remove all unnecessary bundling work from y...
  • Keel : Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates
  • 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...
  • 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...

Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.

task automation build tool
Lemmy https://join-lemmy.org/
09/06/2023 cluster icon
  • Commento : A lightweight, open source, tracking-free comment engine alternative to Disqus.
  • Documize : Documize is an open source modern, lightweight and comprehensive alternative to Confluence. It's built with Golang + EmberJS and compiled down to a si...
  • Known : Known is a social learning platform. Create your educational community and empower students to publish work, share feedback, and communicate across so...
  • cal.com : Open source meeting scheduling tool. Send a link, let others book a slot. Calendly alternative.
  • Pleroma : Pleroma is a federated social networking platform, compatible with GNU social and other OStatus implementations. It is free software licensed under th...

Lemmy is a selfhosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms.

selfhosted opensource federation platform links
Flake8 https://flake8.pycqa.org/en/latest/
04/06/2023 cluster icon
  • Pyre : Pyre is a performant type checker for Python compliant with PEP 484. Pyre can analyze codebases with millions of lines of code incrementally – providi...
  • refurb : A tool for refurbishing and modernizing Python codebases.
  • Snyk : Snyk helps you use open source and stay secure. Continuously find & fix vulnerabilities in your dependencies.
  • Harpoon : CLI tool for open source and threat intelligence. Harpoon is a tool to automate threat intelligence and open source intelligence tasks. It is written ...
  • docopt : Command-line interface description language

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.

python staticanalysis tool
Automatic Pull Request https://github.com/marketplace/actions/automatic-pull-request
29/05/2023 cluster icon
  • Tabnine : Tabnine is an AI-powered code completion extension for IDEs
  • Denigma : Denigma explains code in conversational English. Powered by machine learning.
  • GitHub Copilot : With GitHub Copilot, get suggestions for whole lines or entire functions right inside your editor.
  • JavaScript Code Style checker : jscs is a code style checker. jscs can check cases, which are not implemented in jshint, but it does not duplicate jshint functionality, so you should...
  • Precis : Precis is an extensible self-hosted AI-enabled RSS reader with a focus on notifications and support for theming
thumbnail

AutoPR is a GitHub Action that autonomously writes pull requests in response to issues with ChatGPT.

githubactions chatgpt ai code
Zola https://www.getzola.org/
23/05/2023 cluster icon
  • sfxr : A tool to quickly generate 8bit/16 bit-soud effects!
  • Sami : Sami: an API documentation generator
  • Feed43 : Your favorite site doesn't provide news feeds? This free online service converts any web page to an RSS feed on the fly.
  • SpritePad : With SpritePad you can create your CSS sprites within seconds. Simply drag & drop your images and have them immediately available as one PNG sprite + ...
  • mmm.page : Dead simple, drag & drop personal websites.

A fast static site generator in a single binary with everything built-in.

static website generator
Gitleaks https://github.com/gitleaks/gitleaks
23/05/2023 cluster icon
  • TruffleHog : TruffleHog is an open-source SAST (static application security testing) tool for detecting secrets in various sources. While GitHub and GitLab reposit...
  • 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 : Semgrep is a fast, open-source, static analysis tool that searches code, finds bugs, and enforces secure guardrails and coding standards. Semgrep supp...
  • Skipfish : Skipfish is an active web application security reconnaissance tool. It prepares an interactive sitemap for the targeted site by carrying out a recursi...
  • 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...
thumbnail

Gitleaks is an open-source SAST (static application security testing) command line tool for detecting and preventing hardcoded secrets like passwords, API keys and tokens in Git repositories. It can be used as a Git pre-commit hook or in the CI/CD pipeline.

opensource staticanalysis security test tool
TruffleHog https://github.com/trufflesecurity/trufflehog
23/05/2023 cluster icon
  • Gitleaks : Gitleaks is an open-source SAST (static application security testing) command line tool for detecting and preventing hardcoded secrets like passwords,...
  • 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 ...
  • Kali Linux : Penetration Testing Linux OS containing tools to test the security of system or a network.
  • WebScarab : WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols.
  • webhint : webhint is a linting tool that will help you with your site's accessibility, speed, security and more, by checking your code for best practices and co...
thumbnail

TruffleHog is an open-source SAST (static application security testing) tool for detecting secrets in various sources. While GitHub and GitLab repositories are the most popular use cases, it can also be used to scan cloud storage buckets like S3 and GCS, local files and directories and CircleCI logs. Developers can set up TruffleHog as a pre-commit hook or scan the history of existing repositories in an entire GitHub organization to detect secrets.

opensource staticanalysis security test tool
iOS Dev Directory https://iosdevdirectory.com/
22/05/2023 cluster icon
  • Stack Overflow : Stack Overflow is a question and answer site for professional and enthusiast programmers.
  • Eloquent JavaScript : Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.
  • Tech Interview Handbook : Algorithms study materials, behavioral content and tips for rocking your coding interview. Carefully curated content to help you ace your next technic...
  • RegExr : Online Regular Expression Testing Tool
  • Trunk Based Development : A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-l...

The iOS Dev Directory is a comprehensive list of blogs & sites covering iOS development. Whether it covers coding, design, marketing or anything in between, if a blog or site is related to iOS development it should be listed here.

ios development blog newsletter reference
Syncthing https://syncthing.net/
21/05/2023 cluster icon
  • SecTools.Org : Top Network Security Tools
  • Skipfish : Skipfish is an active web application security reconnaissance tool. It prepares an interactive sitemap for the targeted site by carrying out a recursi...
  • 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...
  • Pyre : Pyre is a performant type checker for Python compliant with PEP 484. Pyre can analyze codebases with millions of lines of code incrementally – providi...
  • harry : text-mode audio file viewer

Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it’s transmitted over the internet.

file backup sync tool security
Act https://github.com/nektos/act
21/05/2023 cluster icon
  • GoReleaser - GoReleaser : GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. All that wrapped...
  • Danger : Danger runs after your CI, automating your team's conventions surrounding code review. This provides another logical step in your process, through thi...
  • librosa : librosa is a python package for music and audio analysis. It provides the building blocks necessary to create music information retrieval systems.
  • Code Maat : Code Maat is a command line tool used to mine and analyze data from version-control systems (VCS).
  • gopass : gopass is a simple but powerful password manager for your terminal.
thumbnail

Run your GitHub Actions locally!

github ci githubactions tool
Free to use sounds https://www.freetousesounds.com/free-sound-effects-and-free-sound-libraries/
28/04/2023 cluster icon
  • Anthropophony : Archive of an era's sounds
  • AudioStellar : AI powered experimental sampler. Explore your sound collection by creating your own constellations with thousands of sounds. Play in creative new ways...
  • Silk Icons : “Silk” is a smooth, free icon set, containing over 700 16-by-16 pixel icons in strokably-soft PNG format.
  • 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...
  • Feather : Feather is a collection of simple open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and readability...

Royalty Free Sound Effects & Sound Libraries

sound sample free
Streamlit https://streamlit.io/
05/03/2023 cluster icon
  • Pyramid : Pyramid is a very general open source Python web framework.
  • Flask : Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!
  • Pinax : Pinax is an open-source platform built on the Django Web Framework. By integrating numerous reusable Django apps and providing starter projects and in...
  • Roll : Roll is a pico framework with performances and aesthetic in mind.
  • Chainer : Chainer is a Python-based deep learning framework aiming at flexibility. It provides automatic differentiation APIs based on the define-by-run approac...

Streamlit is an open source app framework in Python language. It helps us create web apps for data science and machine learning in a short time.

python framework web data machinelearning
terminal-copilot https://github.com/Methexis-Inc/terminal-copilot
25/12/2022 cluster icon
  • Tabnine : Tabnine is an AI-powered code completion extension for IDEs
  • GitHub Copilot : With GitHub Copilot, get suggestions for whole lines or entire functions right inside your editor.
  • Danswer : Danswer is the open source AI assistant connected to your company's docs, apps, and people.
  • cmder : Portable console emulator for Windows
  • LM Studio : LM Studio is a desktop app for developing and experimenting with LLMs on your computer. Key functionality A desktop application for running local LLMs...
thumbnail

With terminal-copilot, you can quickly and easily access commonly used terminal commands right from the command line. Simply type copilot followed by your desired command in natural language and let terminal-copilot do the rest.

terminal ai autocomplete
Watchtower https://containrrr.dev/watchtower/
27/11/2022 cluster icon
  • Packer : Packer is a tool for creating machine and container images for multiple platforms from a single source configuration.
  • dotmesh : Dotmesh captures snapshots from stateful Docker and Kubernetes applications as ’datadots‘, and gives you the ability to label, store and share them as...
  • Rancher : Rancher is open source software that makes it simple for organizations to deploy a private container service and deliver Docker orchestration to users...
  • container-diff : container-diff is a tool for analyzing and comparing container images. container-diff can examine images along several different criteria, including: ...
  • Testcontainers : Testcontainers is an open source library for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about any...

A container-based solution for automating Docker container base image updates.

container docker automation
Maestro https://maestro.mobile.dev/
02/11/2022 cluster icon
  • Appium : Appium is an open source test automation framework for use with native, hybrid and mobile web apps. It drives iOS and Android apps using the WebDriver...
  • 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...
  • TagUI : TagUI is a general purpose tool for automating web interactions
  • Chromeless : Chrome automation made simple. Runs locally or headless on AWS Lambda. Chromeless can be used to... Run 1000s of browser integration tests in paralle...
  • Buildbot : Buildbot is an open-source framework for automating software build, test, and release processes.
thumbnail

Maestro is the easiest way to automate UI testing for your mobile app.

mobile ui test automation
Wave.js https://github.com/foobar404/Wave.js
01/11/2022 cluster icon
  • 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 ...
  • Processing.js : Processing.js is the sister project of the popular Processing visual programming language, designed for the web. Processing.js makes your data visuali...
  • 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...
  • D3.js : D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web ...
  • jsmad : jsmad is a pure javascript MP3 decoder, based on libmad, with an ID3 decoder written from scratch.
thumbnail

Audio visualizer library for javascript. Create dynamic animations that react to an audio file or audio stream.

audio visualization library animation javascript
Jukebox https://github.com/openai/jukebox/
29/10/2022 cluster icon
  • Sema : Sema is a playground where you can rapidly prototype live coding mini-languages for signal synthesis, machine learning and machine listening. Sema aim...
  • Fluid Corpus Manipulation : The Fluid Corpus Manipulation project (FluCoMa) instigates new musical ways of exploiting ever-growing banks of sound and gestures within the digital ...
  • 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...
  • librosa : librosa is a python package for music and audio analysis. It provides the building blocks necessary to create music information retrieval systems.
  • Audiotool : Audiotool is a powerful online music production studio right in your browser.
thumbnail

Code for the paper "Jukebox: A Generative Model for Music"

machinelearning music
Samplebrain https://gitlab.com/then-try-this/samplebrain
29/10/2022 cluster icon
  • Droneboy : Drone music application for Gameboy. Droneboy creates endless tones or drones on the Gameboys four channels. You can manipulate volume, duty and frequ...
  • AudioStellar : AI powered experimental sampler. Explore your sound collection by creating your own constellations with thousands of sounds. Play in creative new ways...
  • ixi software : ixi audio is an experimental project concerned with the creation of digital musical instruments and environments for generative music.
  • Ampache : Ampache is a web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any i...
  • Sonar : Sonar is an open platform to manage code quality.
thumbnail

A custom sample mashing app designed by Aphex Twin.

Samplebrain chops samples up into a 'brain' of interconnected small sections called blocks which are connected into a network by similarity. It processes a target sample, chopping it up into blocks in the same way, and tries to match each block with one in its brain to play in realtime.

music sample software
page 4 / 83
1647 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn