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,087 forks. 18,331 stars. 3,385 open issues. Recent commits: Add additional configuration-time build operations (#36489), GitHub Use descendant instead of child to allow same condition regardless of different intermediate build…


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. 428 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 143 repositories, 445 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,024 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,222 forks. 7,120 stars. 30 open issues. Recent commits: Fix README badges for clang-tidy and codeql (#1706)Co-authored-by: Iñaki Baz Castillo <[email protected]>, GitHub C++ minor improvements (use const for static maps), Iñaki Baz Castillo some random C++ improvements: use std::addressof(), more const, etc, Iñaki Baz…


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 359 forks. 4,615 stars. 321 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