A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.
| Name | Stars | Last Commit | Description |
|---|---|---|---|
| three.js | ![GitH |
A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.
| Name | Stars | Last Commit | Description |
|---|---|---|---|
| three.js | ![GitH |
| # This is a basic workflow to help you get started with Actions | |
| # workflow - цепочка действий | |
| # Имя процесса Билдится на всех типах 📦 🐍 | |
| name: CMake Build Matrix | |
| # Controls when the action will run. Triggers the workflow on push | |
| on: | |
| push: | |
| pull_request: | |
| release: |
This step-by-step video tutorial will guide you through the procedure of forcing RGB color output on your M1 Mac.
Here is the direct link to the video tutorial: https://www.youtube.com/watch?v=Z1EqH3fd0V4
The video also has Closed Captions (Subtitles) that you can enable, to make it easier to follow if needed.
Full JDownloader 2 Installation & Debloating (Removing Built-in Ads) Guide.
This guide will teach you how to fully install and debloat JDownloader 2, a software that splits the file you want to download to make the file download speed much faster (a goal similar to IDM), Aight, Let's begin!
Installation Part
You need to go to https://jdownloader.org/jdownloader2 and click on the button of your operating system.
See the new site: https://postgresisenough.dev
I use emojis as a shorthand to categorise my code review comments. These will help you prioritise requested changes, respond to discussions, or otherwise use your judgement to action (or not).
| Emoji | Description |
|---|---|
| ⛏️ | Nitpick. Things to keep the code tidy, or fit with conventions. |
| 🙏 | Please make a change. |
| 🐛 | Bug. Must be fixed. |
| 💬 | Discussion. No action required. |
| ❓ | Question. Educate me! (Might lead to a change request.) |
| 👍 | Nice work! (No action required.) |
When using Bluetooth headphones, you may encounter the problem running an emulator in Android Studio, the sound in the headphones switches to low quality.
This is due to the fact that the Android emulator starts using your headphones as a microphone so that you can enter voice commands into Android.
In the vast majority of cases, no one uses voice input on the Android emulator, so it can be disabled through the emulator config file.:
/.android/ folder on your computer (~/.android/ for Linux, /Users/{user_name}/.android/ for Mac and Windows)/avd/{emulator_name}/)config.ini and replace the item hw.audioInput=yes with hw.audioInput=no