New.css

A classless CSS framework to write modern websites using only HTML. https://github.com/xz/new.css 126 forks. 4,034 stars. 37 open issues. Recent commits: Merge pull request #60 from alexislefebvre/patch-1Remove bottom margin on clickable images, GitHub Update demo.html- Minor grammatical change- Change link from `/` to `#` so browsers won't navigate away from page, GitHub Merge pull request…


Mediasoup v3

Cutting Edge WebRTC Video Conferencing https://mediasoup.org Cutting Edge WebRTC Video Conferencing https://github.com/versatica/mediasoup 1,238 forks. 7,271 stars. 31 open issues. Recent commits: Check packages publishing in CI (#1820), GitHub 3.20.2, Iñaki Baz Castillo Make `dataConsumer.send()` return current buffered amount (#1819), GitHub Replace pylint with ruff (#1818), GitHub PortManager: replace uint64_t hash token with exact-tuple PortRangeKey (closes #1805)…


Memex

Browser Extension to full-text search your browsing history & bookmarks. https://worldbrain.io Browser extension to curate, annotate, and discuss the most valuable content and ideas on the web. As individuals, teams and communities. https://github.com/WorldBrain/Memex 358 forks. 4,688 stars. 320 open issues. Recent commits: update memex-common with master to develop merge, Oliver Merge branch 'hotfix/3.20.1', Oliver bump version…


Linux Productivity Tools

Linux Productivity ToolsDownload Credit: Ketan M. ([email protected]) Oak Ridge National LaboratoryLISA19 October 2019Portland, OR, USA


Terminal Color Changer

This is a bash script that changes the background color of the terminal every time a new terminal opens. Add the code below to the very end of your .bashrc file. q=”#\033]11;” W=(“#800080” “#800000” “#A05000″) e=”\007” echo -ne $q${w[RANDOM%3]}$e Credit goes to reddit user Code33301. https://reddit.com/user/code33301


Terminators New Digs

Sadly the old team of Terminator have given up maintaining the project, there hasn’t been any activity on Launchpad for years now. As a user and the current maintainer of the package in Debian I have great interest in keeping the project alive. This GitHub organization will be the new home for Terminator. If you have contributed…


CLC – Custom Bash Prompt

Tiny bash utility for coloring terminal output and prompt https://github.com/betafcc/clc 1 forks. 67 stars. 0 open issues. Recent commits: adds escape character, Beta Faccion fix directive joining, Beta Faccion misc fixes, Beta Faccion simplifies parser, Beta Faccion fix quote on default open and close tags, Beta Faccion


pCloud on Linux

pClound mounts a drive on your directory “~/pCloudDrive” and then you access all your files remotely from command line interface without the need of sshfs. It’s just permanently there in front of you just like any home folders. http://rushd.mooo.com/pcloud-on-linux.html


DDGR Search DuckDuckGo via CLI

ddgr is a cmdline utility to search DuckDuckGo from the terminal. While googler is extremely popular among cmdline users, in many forums the need of a similar utility for privacy-aware DuckDuckGo came up. DuckDuckGo Bangs are super-cool too! So here’s ddgr for you! Unlike the web interface, you can specify the number of search results you would like to see per page….


Googler

googler is a power tool to Google (Web & News) and Google Site Search from the command-line. It shows the title, URL and abstract for each result, which can be directly opened in a browser from the terminal. Results are fetched in pages (with page navigation). Supports sequential searches in a single googler instance. :mag: Google from the…