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,333 forks. 18,753 stars. 3,492 open issues. Recent commits: Merge release into master (20260804) (#38742), GitHub Publish 9.7.0-rc-3Signed-off-by: bot-teamcity <[email protected]>, bot-teamcity Update Documentation: Rework C++ application plugin page (#38725), 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. 426 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 157 repositories, 487 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,037 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,244 forks. 7,322 stars. 24 open issues. Recent commits: GH Actions: ignore some paths, Iñaki Baz Castillo update npm dev deps, Iñaki Baz Castillo release rust-0.25.0 [no-ci], Iñaki Baz Castillo mediasoup-sys 0.15.0 [crate-publish] [no-ci], Iñaki Baz Castillo release 3.24.0 [no-ci], Iñaki Baz Castillo


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,710 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