A simple command line tool that uses ddccontrol to find named input sources and change to them.
cis -d *U3818DW* -s usb-c
| import java.util.function.Consumer; | |
| import java.util.function.Function; | |
| import java.util.Optional; | |
| public class Example { | |
| public static void main(String []args) { | |
| // Create a series of nullable objects. | |
| Test a = new Test(); |
Did some searching online to see how others have handled organizing issues on GitHub for their own projects. This one by Robin Powered is by far the best I have seen so far. I have broken down the image in the blog post so that it can be easily copied and pasted into my own GitHub issue label manager and even put my own spin on it.
If the repository covers multiple parts, this is how we designate where the issue lives. (i.e. iOS and Android for cross-platform tablet app).
This script is for simplifying the process of installing phpbrew for managing different versions of PHP.
phpbrew.sh script installs dependencies and sets up the current user to use phpbrew.gd.sh script install the GD extension if you get errors using the usual install command.