Month: May 2020

Hansel & Gradel?

Gradle is an open-source build automation tool focused on flexibility and performance. Gradle build scripts are written using a Groovy or Kotlin DSL.https://gradle.org Adaptable, fast automation for all https://github.com/gradle/gradle 5,337 forks. 18,838 stars. 3,479 open issues. Recent commits: Update tested AGP versions (#39146), GitHub Update AGP versionsSigned-off-by: bot-gradle <[email protected]>, bot-gradle Refactor Configuration Cache report (#39144), GitHub Bump report version…


Howdoi?

Get quick answers to common linux related questions, right inside your terminal by typing “howdoi [your question]”. Get quick answers to common linux related questions, right inside your terminal by typing "howdoi [your question]". https://github.com/san-kumar/howdoi 27 forks. 425 stars. 1 open issues. Recent commits: Update issue templates, GitHub updated readme, Your Name updated readme, Your…


Unnamed SFU Videoconferencing

(Unnamed SFU) is a videoconferencing server that is very easy to deploy (just copy a few files and run the binary) and that requires moderate server resources. While it was originally designed to be suitable for conferences, where a small number of media streams (typically just two or three) are sent to hundreds of receivers,…


Defold Game engine is now free!

The ultimate game engine for web and mobile is now free! https://defold.com/ defold 160 repositories, 498 followers.


GitHub CLI (gh) Cheat Sheet | Build5Nines

When working with GitHub Repositories, the Github.com website provides an excellent interface for working with Issues, Pull Requests, and Repositories. Of course, when committing file changes and merging branches, you still use the git CLI. However, this requires context switching between CLI and browser. Luckily, the GitHub CLI (gh) offers a full command-line / terminal…


New.css

A classless CSS framework to write modern websites using only HTML. https://github.com/xz/new.css 127 forks. 4,047 stars. 37 open issues. Recent commits: Update name in LICENSE, GitHub remove unused file, bdn package.json updates:- moved package to @xz namespace- added full name- updated homepage URL, bdn Update username and link in LICENSE fileI had previously used the…


Mediasoup v3

Cutting Edge WebRTC Video Conferencing https://mediasoup.org Cutting Edge WebRTC Video Conferencing https://github.com/versatica/mediasoup 1,251 forks. 7,361 stars. 28 open issues. Recent commits: Improve worker build system (part 2) (#1923), GitHub Add Meson option to use the new built-in BWE (#1922), GitHub New BWE: `SendPacketHistory` and `FeedbackAdapter` classes (#1921), GitHub no need to clean-all for ASAN tests, Iñaki…


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 355 forks. 4,720 stars. 319 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