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
# open powershell as admin | |
# $HOME\install_rsync.ps1 | |
# Download and install Git for Windows if not already installed | |
if (-not (Test-Path "C:\Program Files\Git\bin\git.exe")) { | |
Write-Host "Git for Windows not found. Downloading installer..." | |
Invoke-WebRequest -Uri "https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/Git-2.31.1-64-bit.exe" -OutFile "git-installer.exe" | |
Write-Host "Installing Git for Windows..." | |
Start-Process -FilePath ".\git-installer.exe" -ArgumentList "/VERYSILENT" -Wait | |
Remove-Item ".\git-installer.exe" |
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> |
window.__SCRIPTS_LOADED__.vendor&&((self.webpackChunk_twitter_responsive_web=self.webpackChunk_twitter_responsive_web||[]).push([["main"],{126738:(e,n,d)=>{var t=d(379404);t.loadLanguage.registerChunkLoader((function(e){return d(831893)(`./${e}`)}),["en","ar","ar-x-fm","bg","bn","ca","cs","da","de","el","en-GB","en-ss","en-xx","es","eu","fa","fi","fil","fr","ga","gl","gu","ha","he","hi","hr","hu","id","ig","it","ja","kn","ko","mr","ms","nb","nl","pl","pt","ro","ru","sk","sr","sv","ta","th","tr","uk","ur","vi","yo","zh","zh-Hant"]),e.exports=t},831893:(e,n,d)=>{var t={"./ar":[240421,"vendor","i18n/ar"],"./ar-x-fm":[397180,"vendor","i18n/ar-x-fm"],"./ar-x-fm.js":[397180,"vendor","i18n/ar-x-fm"],"./ar.js":[240421,"vendor","i18n/ar"],"./bg":[216664,"vendor","i18n/bg"],"./bg.js":[216664,"vendor","i18n/bg"],"./bn":[793458,"vendor","i18n/bn"],"./bn.js":[793458,"vendor","i18n/bn"],"./ca":[45949,"vendor","i18n/ca"],"./ca.js":[45949,"vendor","i18n/ca"],"./cs":[690186,"vendor","i18n/cs"],"./cs.js":[690186,"vendor","i18n |
// ==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" /> |