setup variables for commands
echo -e "\n
export image=redroid/redroid:11.0.0-amd64
export image_tar=${HOME}/redroid:11.0.0-amd64" >> ${HOME}/.bashrc
source ${HOME}/.bashrc
KBD AR "Arabic - QWERTY" | |
COPYRIGHT "(c) 2023 assil" | |
COMPANY "assil" | |
LOCALENAME "ar-AE" | |
LOCALEID "00003801" |
<?xml version="1.0" encoding="utf-8"?> | |
<Context xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<Profiles> | |
<Profile Title="Twin USB Joystick" Guid="bcd3b74c-f874-4c8d-a238-03423431e670"> | |
<ChildProfiles /> | |
<Mappings> | |
<Mapping Title="Cross"> | |
<DeviceBindings> | |
<DeviceBinding IsBound="true" DeviceConfigurationGuid="245d82b7-c3fa-4d68-a6dc-0c4c08a18b32" KeyType="1" KeyValue="50" KeySubValue="0" /> | |
</DeviceBindings> |
// ==UserScript== | |
// @name Instagram Video Controls | |
// @namespace https://jzs.fr/ | |
// @version 1.0 | |
// @description Adds video player controls to Instagram videos | |
// @author JZS | |
// @match https://www.instagram.com/ | |
// @match https://www.instagram.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=instagram.com | |
// @grant none |
#!/usr/bin/env python | |
""" | |
################################ | |
sudo apt-get install -y pngquant | |
################################ | |
optimize_html.py | |
Kamil Slowikowski | |
November 14, 2016 |
echo -e "\n
export image=redroid/redroid:11.0.0-amd64
export image_tar=${HOME}/redroid:11.0.0-amd64" >> ${HOME}/.bashrc
source ${HOME}/.bashrc
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>GUI</key> | |
<dict> | |
<key>Scan</key> | |
<dict> | |
<key>Kernel</key><string>Newest</string> | |
</dict> |
<?xml version="1.0" encoding="ISO-8859-1"?> | |
<mixer> | |
<!-- These are the initial mixer settings --> | |
<ctl name="Voice Rx Device Mute" id="0" value="0" /> | |
<ctl name="Voice Rx Device Mute" id="1" value="-1" /> | |
<ctl name="Voice Rx Device Mute" id="2" value="20" /> | |
<ctl name="Voice Tx Mute" id="0" value="0" /> | |
<ctl name="Voice Tx Mute" id="1" value="-1" /> | |
<ctl name="Voice Tx Mute" id="2" value="500" /> | |
<ctl name="Voice Rx Gain" id="0" value="0" /> |
{ | |
"configurations": [ | |
{ | |
"name": "MSYS", | |
"includePath": [ | |
"${workspaceFolder}/**", | |
"Generated Files/**", | |
"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.41.34120/include", | |
"C:/Program Files (x86)/Windows Kits/10/Include/10.0.22621.0/cppwinrt", | |
"C:/Program Files (x86)/Windows Kits/10/Include/10.0.22621.0/shared", |