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 22 / 84
Glances https://nicolargo.github.io/glances/
14/02/2019 cluster icon
  • refurb : A tool for refurbishing and modernizing Python codebases.
  • Home Assistant : Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to r...
  • 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...
  • 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...
  • 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 ...

Glances is a cross-platform curses-based system monitoring tool written in Python.

crossplatform sysadmin monitoring tool python
CNCF Cloud Native Interactive Landscape https://landscape.cncf.io/
09/02/2019 cluster icon
  • bosh : BOSH is an open source tool for release engineering, deployment, lifecycle management, and monitoring of distributed systems.
  • COLOURlovers : COLOURlovers is a creative community where people from around the world create and share colors, palettes and patterns, discuss the latest trends and ...
  • Guide to CSS support in email clients : Designing an HTML email that renders consistently across the major email clients can be very time consuming. We've put together this guide to save you...
  • enable cross-origin resource sharing : Cross-Origin Resource Sharing (CORS) is a specification that enables truly open access across domain-boundaries. If you serve public content, please c...
  • The Big List of Naughty Strings : The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
thumbnail

The Cloud Native Interactive Landscape filters and sorts hundreds of projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.

cloud devops reference
Eve http://docs.python-eve.org/en/latest/
09/02/2019 cluster icon
  • FastAPI : FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
  • Cliquet : Cliquet is a toolkit to ease the implementation of HTTP microservices, such as data-driven REST APIs.
  • Frisby.js : Frisby is a REST API testing framework built on node.js and Jasmine that makes testing API endpoints easy, fast, and fun. Read below for a quick overv...
  • Data Science Toolkit : A collection of the best open data sets and open-source tools for data science, wrapped in an easy-to-use REST/JSON API with command line, Python and ...
  • XgeneCloud : XgeneCloud is an API Framework platform that instantly generates REST / GraphQL APIs on any SQL database. Supports MySQL, PostgreSQL, MSSQL, SQLite &...

Eve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services.

Eve is powered by Flask and Cerberus and it offers native support for MongoDB data stores. Support for SQL, Elasticsearch and Neo4js backends is provided by community extensions.

python rest api framework mongodb
GatsbyJS https://www.gatsbyjs.org/
04/02/2019 cluster icon
  • 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...
  • Expo : Expo is a framework and a platform for universal React applications. It is a set of tools and services built around React Native and native platforms ...
  • Relay : A JavaScript framework for building data-driven React applications. Never again communicate with your data store using an imperative API. Simply decla...
  • Next.js : A minimalistic framework for server-rendered React applications
  • Ember.js : A JavaScript framework for creating ambitious web applications

Gatsby is a modern framework for blazing fast websites, made with React and GraphQL.

graphql react javascript framework
Cool QL Cool https://coolql.cool/
30/12/2018 cluster icon
  • WireMock : Free and Open Source tool for building mock APIs. Create stable development environments, isolate yourself from flakey 3rd parties and simulate APIs t...
  • 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...
  • 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...
  • 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...
  • GraphQL : GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandabl...

CoolQLCool (CQC) is an open source GraphQL server that allows you to turn websites into GraphQL APIs.

graphql scraper opensource server api
Black https://black.readthedocs.io/en/stable/
16/12/2018 cluster icon
  • refurb : A tool for refurbishing and modernizing Python codebases.
  • Online javascript beautifier : Beautify, unpack or deobfuscate JavaScript and HTML, make JSON/JSONP readable, etc.
  • ruff : An extremely fast Python linter and code formatter, written in Rust.
  • ApplicationInspector : A source code analyzer built for surfacing features of interest and other characteristics to answer the question 'what's in it' using static analysis ...
  • semgrep : semgrep is a tool for easily detecting and preventing bugs and anti-patterns in your codebase. It combines the convenience of grep with the correctnes...

By using Black, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. You will save time and mental energy for more important matters.

Black makes code review faster by producing the smallest diffs possible. Blackened code looks the same regardless of the project you’re reading. Formatting becomes transparent after a while and you can focus on the content instead.

python code formatting staticanalysis
Draft https://draft.sh/
09/12/2018 cluster icon
  • Telepresence : Telepresence, in conjunction with a containerized development environment, gives the developer a fast development workflow in developing a multi-conta...
  • monday : Your new microservice development environment friend. This CLI tool allows you to define a configuration to work with both local applications (Go, Nod...
  • Tilt : Tilt makes it possible to develop all your microservices locally in Kubernetes while collaborating with your team. Write a Tiltfile script that descri...
  • Gitkube : Gitkube is a tool for building and deploying docker images on Kubernetes using git push.
  • Binci : Binci is a utility that allows you to easily containerize your development workflow using Docker. Simply put, it's like having a cleanroom for all of ...
thumbnail

Simple app development & deployment - into any Kubernetes cluster. Draft makes it easy to build applications that run on Kubernetes. Draft targets the "inner loop" of a developer's workflow: as they hack on code, but before code is committed to version control. Using two simple commands, developers can now begin hacking on container-based applications without requiring Docker or even installing Kubernetes themselves.

docker kubernetes development tool
dive https://github.com/wagoodman/dive
09/12/2018 cluster icon
  • 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...
  • Draft : Simple app development & deployment - into any Kubernetes cluster. Draft makes it easy to build applications that run on Kubernetes. Draft targets the...
  • Binci : Binci is a utility that allows you to easily containerize your development workflow using Docker. Simply put, it's like having a cleanroom for all of ...
  • Telepresence : Telepresence, in conjunction with a containerized development environment, gives the developer a fast development workflow in developing a multi-conta...
thumbnail

A tool for exploring a docker image, layer contents, and discovering ways to shrink your Docker image size.

docker tool
JPGCrunk http://www.mrspeaker.net/dev/jpgcrunk/
09/12/2018 cluster icon
  • Audio Shop : Your friendly neighborhood script for mangling images or video using audio editing tools.
  • CSS Sprite Generator : This tool allows you to automate the process of generating CSS sprites. Simply give it a ZIP file containing 2 or more images (GIF, PNG or JPG) and it...
  • Caire : Caire is a content aware image resize library
  • Multicolr Search Lab : We extracted the colors from 20 million Creative Commons images on Flickr to make the images searchable by color.
  • rsizr : rsizr is a Flash application that lets you resize JPG, PNG, and GIF images on your computer. With rsizr, in addition to normal image rescaling and cro...

jpgcrunk is a tool for crunking images.

image glitch tool
WaveFunctionCollapse https://github.com/mxgmn/WaveFunctionCollapse
08/12/2018 cluster icon
  • SpriteMe : Background images make pages look good, but also make them slower. Each background image is an extra HTTP request. There's a fix: combine background i...
  • Multicolr Search Lab : We extracted the colors from 20 million Creative Commons images on Flickr to make the images searchable by color.
  • CSS Sprite Generator : This tool allows you to automate the process of generating CSS sprites. Simply give it a ZIP file containing 2 or more images (GIF, PNG or JPG) and it...
  • Preloaders.net : Free AJAX animated loading gif's | 3 dimensional (3D)
  • Carbon : Create and share beautiful images of your source code. Start typing, or drop a file into the text area to get started.
thumbnail

Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics.

image generator tilemap
Oisín https://github.com/mewo2/oisin
08/12/2018 cluster icon
  • Improv : A model-backed generative text grammar tool for javascript. Improv is similar to Tracery in that it can generate random, procedurally generated text r...
  • Sami : Sami: an API documentation generator
  • QRhacker.com :
  • TCPDF : TCPDF is a FLOSS PHP class for generating PDF documents.
  • jsPDF : A HTML5 client-side solution for generating PDFs. Perfect for event tickets, reports, certificates, you name it!
thumbnail

This is code for performing the WaveFunctionCollapse algorithm on poems. It mashes up sentence fragments from a given corpus to produce poems with fixed metric forms.

poetry generator
source{d} Engine https://sourced.tech/engine/
18/11/2018 cluster icon
  • Superset : Superset is a data exploration platform designed to be visual, intuitive and interactive. Superset's main goal is to make it easy to slice, dice and v...
  • mirador : Mirador is a tool for visual exploration of complex datasets. It enables users to discover correlation patterns and derive new hypotheses from the dat...
  • 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...
  • WhatWeb : WhatWeb identifies websites. Its goal is to answer the question, “What is that Website?”. WhatWeb recognises web technologies including content manage...
  • pg_chameleon : pg_chameleon is a MySQL to PostgreSQL replica system written in Python 3. The tool can connect to the mysql replication protocol and replicate the dat...

Engineering managers and maintainers of large code bases are starting to realize the potential of Code as Data or how source code can be treated as an analyzable dataset proving valuable information. Think Business Intelligence and processes optimization based on the source code engineers write, rather than adjacent metrics.

development data analysis staticanalysis
Binci https://github.com/binci/binci
17/11/2018 cluster icon
  • Telepresence : Telepresence, in conjunction with a containerized development environment, gives the developer a fast development workflow in developing a multi-conta...
  • Draft : Simple app development & deployment - into any Kubernetes cluster. Draft makes it easy to build applications that run on Kubernetes. Draft targets the...
  • azk : azk is an open-source orchestrator for local development environments.
  • TLA : TLA stands for the Temporal Logic of Actions, but it has become a shorthand for referring to the TLA+ specification language and the PlusCal algorithm...
  • pre-commit : A framework for managing and maintaining multi-language pre-commit hooks.
thumbnail

Binci is a utility that allows you to easily containerize your development workflow using Docker. Simply put, it's like having a cleanroom for all of your development processes which contain services (like databases) without needing to setup and maintain these environments manually.

docker development tool
TLDR pages https://tldr.sh/
17/11/2018 cluster icon
  • ADR Tools : A command-line tool for working with Architecture Decision Records (ADRs).
  • how2 : stackoverflow from the terminal. how2 finds the simplest way to do something in a unix shell. It's like man, but you can query it in natural language.
  • docopt : Command-line interface description language
  • Ink : Ink provides the same component-based UI building experience that React offers in the browser, but for command-line apps. It uses Yoga to build Flexbo...
  • Cobra : Cobra is a library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools. Cobra is also an application that ...

The TLDR pages are a community effort to simplify the beloved man pages with practical examples.

cli documentation manpage
howler.js https://howlerjs.com/
10/11/2018 cluster icon
  • SoundManager 2 : Using HTML5 and Flash, SoundManager 2 provides reliable cross-platform audio under a single JavaScript API.
  • meSing.js : meSing.js is a JavaScript singing synthesis library that uses the Web Audio API's DSP capabilities in conjunction with the meSpeak.js speech synthesis...
  • jsfx : This is a javascript library (with frontend) for sound effect generation.
  • InstantClick : InstantClick is a JavaScript library that dramatically speeds up your website, making navigation effectively instant in most cases.
  • 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 ...
thumbnail

howler.js is an audio library for the modern web. It defaults to Web Audio API and falls back to HTML5 Audio. This makes working with audio in JavaScript easy and reliable across all platforms.

audio library web javascript
Memex https://worldbrain.io/
10/11/2018 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...
  • Dimensions Browser Extension : Measure between the following elements: images, input-fields, buttons, videos, gifs, text, icons. You can measure everything you see in the browser.
  • MeiliSearch : MeiliSearch is a powerful, fast, open-source, easy to use and deploy search engine. Both searching and indexing are highly customizable. Features such...
  • Browser Calories : The easiest way to measure your performance budget.
  • Arora : Arora is a lightweight cross-platform web browser. It's free (as in free speech and free beer). Arora runs on Linux, embedded Linux, FreeBSD, Mac OS X...

Browser Extension to full-text search your browsing history & bookmarks.

browser extension search indexing
tarteaucitron.js https://github.com/AmauriC/tarteaucitron.js
01/11/2018 cluster icon
  • Rainbow : Rainbow is a code syntax highlighting library written in Javascript. It was designed to be lightweight (1.4kb), easy to use, and extendable. It is com...
  • emotion : emotion is a high performance, lightweight css-in-js library that supports both string and object based styles.
  • Vex : Vex is a modern dialog library which is highly configurable, easily stylable, and gets out of the way. You'll love vex because it's tiny (6kb minified...
  • Intern : Intern is a complete test system for JavaScript designed to help you write and run consistent, high-quality test cases for your JavaScript libraries a...
  • MooTools : MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to ...
thumbnail

The european cookie law regulates the management of cookies and you should ask your visitors their consent before exposing them to third party services.

javascript privacy library
Cachet https://cachethq.io/
01/11/2018 cluster icon
  • ProjectPier.org : ProjectPier is a Free, Open-Source, PHP application for managing tasks, projects and teams through an intuitive web interface. It must be downloaded a...
  • Keycloak : Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
  • Feedbin : Feedbin is an open source web based RSS reader. It provides a user interface for reading and managing feeds as well as a REST-like API for clients to ...
  • 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...
  • Tiny Tiny RSS : Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator.

Beautiful & simple service statuses. The open source status page system, for everyone.

status opensource selfhosted software
Vitess https://vitess.io/
28/10/2018 cluster icon
  • MySQLTuner : MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stabi...
  • Use The Index, Luke! : A tutorial covering SQL indexing and SQL tuning for developers: avoiding unnecessary details about database internals. SQL indexing is the most effect...
  • Sitespeed.io : Sitespeed.io is an open source tool that helps you analyze and optimize your website speed and performance based on performance best practices. It col...
  • Grafana k6 : Grafana k6 is an open-source, developer-friendly, and extensible load testing tool. k6 allows you to prevent performance issues and proactively improv...
  • SPOF-O-Matic : Chrome extension for detecting and simulating frontend Single Points Of Failure. Detects likely third-party single points of failure as you browse and...
thumbnail

Vitess is a database clustering system for horizontal scaling of MySQL.

mysql performance scaling
Tiny Tiny RSS https://tt-rss.org/
27/10/2018 cluster icon
  • Feedbin : Feedbin is an open source web based RSS reader. It provides a user interface for reading and managing feeds as well as a REST-like API for clients to ...
  • Keycloak : Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
  • Cachet : Beautiful & simple service statuses. The open source status page system, for everyone.
  • 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...
  • ProjectPier.org : ProjectPier is a Free, Open-Source, PHP application for managing tasks, projects and teams through an intuitive web interface. It must be downloaded a...

Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator.

rss opensource selfhosted software
page 22 / 84
1664 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn