- Create
vscode-url-handler
in/usr/bin
- Create
vscode-url-handler.desktop
in/usr/share/applications
- Edit
mimeappd.list
in/usr/share/applications/mimeappd.list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package kh.org.open.physicalkeyboard; | |
import android.content.BroadcastReceiver; | |
import android.content.Context; | |
import android.content.Intent; | |
public class InputDeviceReceiver extends BroadcastReceiver { | |
@Override | |
public void onReceive(Context context, Intent intent) { | |
// Nothing to do at this time. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function GetRandomName() { | |
const nameLeft = [ | |
"admiring", | |
"adoring", | |
"affectionate", | |
"agitated", | |
"amazing", | |
"angry", | |
"awesome", | |
"beautiful", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ;}; gi" | |
accept-ours = "!f() { [ -z \"$@\" ] && set - '.'; git checkout --ours -- \"$@\"; git add -u -- \"$@\"; }; f" | |
accept-theirs = "!f() { [ -z \"$@\" ] && set - '.'; git checkout --theirs -- \"$@\"; git add -u -- \"$@\"; }; f" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"*": | |
"atom-ide-ui": | |
"atom-ide-code-format": | |
formatOnSave: true | |
core: | |
telemetryConsent: "no" | |
themes: [ | |
"one-dark-ui" | |
"cobalt2-syntax" | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function bake { | |
case $1 in | |
update) | |
echo "Checking for update...\n---" | |
sudo apt-get update -y | |
echo "\nAvailable update packages...\n---" | |
sudo apt list --upgradable ;; | |
upgrade) | |
echo "Upgrading new packages...\n---" | |
sudo apt-get dist-upgrade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
apt-get -y install git bc | |
git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt | |
mkdir /etc/letsencrypt |
Laravel Mix's Webpack Configuration for auto dependencies extract and Workbox Caching strategies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Include | |
Override | |
# Test | |
GoogleAssistant | |
# Pico+ | |
CalSync # Install Google Calendar Sync (except if Google Calendar is being installed) | |
DialerFramework # Install Dialer Framework | |
GoogleTTS # Install Google Text-to-Speech (Micro+ on 5.0-, Pico+ on 6.0+) |
OlderNewer