Software for Self-Hosted
LinkAce
LinkAce is a free and open-source, self hosted archive to store and organize links of your favorite websites. It allows you to host your own service where you can store links and search though them and categorize them with the helpd of tags and lists. LinkAce also provides automated backups and monitoring of your self hosted service.
Metabase
Metabase is an open-source tool that allow data and analytics to be shared fast and easy within a company. The open-source business intelligence server provided by Metabase can be installed within 5 minutes. Metabase can also, easily be integrated with third-pary services and databases like Amazon Redshift, Druid, Google Analytics, Google BigQuery, H2, MongoDB, MySQL, Oracle, PostgreSQL, Presto, Snowflake, SparkSQL, SQL Server, SQLite and Vertica. The software is provided free and open-source under the GNU Affero General Public License (AGPL) and managed server solutions can be purchased at a monthly subscription.
Jupyter
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. The Jupyter Notebook is primarily used in data science for data transformation and cleaning, numerical simulation, statistical modeling and machine learning.
Memcached
Memcached is a free and open-source in-memory key-value store used for storing small chunks of data objects in dynamic memory. Most commonly, Memcached is used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an data sources needs to be fetched. Rather than querying the database for each unique request, Memcached can be used to store data from common pages in memory and speedup and improve the experience of a web application or website.
Polymer
Polymer is an open-source JavaScript library for building web applications using Web Components.
Turbolinks
Turbolinks is a JavaScript library that intercepts all clicks on <a href> links to the same domain. When you click an eligible link, Turbolinks prevents the browser from following it. Instead, Turbolinks changes the browser's URL using the History API, requests the new page using XMLHttpRequest, and then renders the HTML response. Allowing you to create dynamic page loading without utilizing SPA architecture.
Jetpack
Jetpack is the WordPress toolkit developed by Automatic, the developers of WordPress. The plugin provides security, performance, marketing and design tools for WordPress powered websites. Jetpack allows over 5 million WordPress users to monitor site changes, debug, troubleshoot and maintain a healthy and secure website.
Pyodide
Pyodide is a scientific Python stack that compiles to WebAssembly allowing you to run the Python 3.8 runtime to the browser via WebAssembly. With Pyodide you can run popular libraries such as NumPy, Pandas, Matplotlib, SciPy, and scikit-learn in any modern browser.
OpenCog
OpenCog is an open source artificial intelligence framework. The project is witten in Scheme and developed by the OpenCog foundation and aims to make artificial intelligence more pallatable to developers. OpenCog and OpenCog Prime is an architecture for robot and virtual embodied cognition that defines a set of interacting components designed to give rise to human-equivalent artificial general intelligence as an emergent phenomenon of the whole system.