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,343 forks. 18,795 stars. 3,463 open issues. Recent commits: Stop capturing the release notes date formatters (#38913), GitHub Reduce distribution size (#38925), GitHub Merge release into master (20260824) (#38941), GitHub…


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 159 repositories, 492 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,041 stars. 37 open issues. Recent commits: Update username and link in LICENSE fileI had previously used the name "Example" as a placeholder, but it ended up sticking around in some places., GitHub Minor README updates- Removed sponsorship section- Removed tracking…


Mediasoup v3

Cutting Edge WebRTC Video Conferencing https://mediasoup.org Cutting Edge WebRTC Video Conferencing https://github.com/versatica/mediasoup 1,250 forks. 7,342 stars. 25 open issues. Recent commits: release rust-0.27.0 [no-ci], Iñaki Baz Castillo mediasoup-sys 0.17.0 [crate-publish] [no-ci], Iñaki Baz Castillo release 3.26.0 [no-ci], Iñaki Baz Castillo update npm dev deps, Iñaki Baz Castillo Simulcast and SVC: Limit temporal layer to the preferred…


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 357 forks. 4,716 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