The Linux Experiment banned from Youtube

This page summarizes the projects mentioned and recommended in the original post on /r/linux

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • lbry-desktop

    A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.

  • Welcome to odysee.com, an open-source, decentralized YouTube alternative, where his videos are already mirrored.

  • wallpapers

    Discontinued [GET https://api.github.com/repos/LukeSmithxyz/wallpapers: 403 - Repository access blocked] (by LukeSmithxyz)

  • The gist of the story is that Luke's wallpaper repo got taken down for having some nazi imagery

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • snowflake

    Discontinued Snowflake is a network service for generating unique ID numbers at high scale with some simple guarantees.

  • // ==UserScript== // @name Twitter to nitter // @namespace null // @version 0.1 // @description Redirect twitter to nitter // @match https://twitter.com/* // @run-at document-start // ==/UserScript== redirectToPage("https://twitter.com", "https://nitter.net"); function redirectToPage(page1, page2) { if(window.location.href.indexOf(page1) != -1) { window.location.href = page2 + window.location.pathname; } }

  • nitter

    Alternative Twitter front-end

  • // ==UserScript== // @name Twitter to nitter // @namespace null // @version 0.1 // @description Redirect twitter to nitter // @match https://twitter.com/* // @run-at document-start // ==/UserScript== redirectToPage("https://twitter.com", "https://nitter.net"); function redirectToPage(page1, page2) { if(window.location.href.indexOf(page1) != -1) { window.location.href = page2 + window.location.pathname; } }

  • violentmonkey

    Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.

  • You need Violentmonkey or one of the other Greasemonkey-derivative addons.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts