This file contains hidden or 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 | |
| if [[ $(which xdotool) = "" ]]; then | |
| echo "xdotool is required to run this script." | |
| exit | |
| fi | |
| if [[ $(which xwininfo) = "" ]]; then | |
| echo "xwininfo is required to run this script." | |
| exit |
This file contains hidden or 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
| ➤ firefox | |
| WINDOW DECORATIONS RELOADED | |
| WINDOW DECORATIONS RELOADED | |
| /usr/lib/firefox/defaults/pref/config-prefs.js:1: prefs parse error: unknown keyword | |
| /usr/lib/firefox/defaults/pref/config-prefs.js:3: prefs parse error: unknown keyword | |
| /usr/lib/firefox/defaults/pref/config-prefs.js:4: prefs parse error: unknown keyword | |
| /usr/lib/firefox/defaults/pref/config-prefs.js:4: prefs parse error: unexpected character | |
| /usr/lib/firefox/defaults/pref/config-prefs.js:6: prefs parse error: unexpected character | |
| /usr/lib/firefox/defaults/pref/config-prefs.js:8: prefs parse error: unknown keyword | |
| /usr/lib/firefox/defaults/pref/config-prefs.js:8: prefs parse error: unknown keyword |
This file contains hidden or 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
| --- a/browser/base/content/browser-sets.inc 2021-01-09 14:51:19.896295395 +0800 | |
| +++ a/browser/base/content/browser-sets.inc 2021-01-09 14:51:45.613800339 +0800 | |
| @@ -309,19 +309,6 @@ | |
| #ifdef XP_MACOSX | |
| <key id="key_sanitize_mac" command="Tools:Sanitize" keycode="VK_BACK" modifiers="accel,shift"/> | |
| #endif | |
| - <key id="key_quitApplication" data-l10n-id="quit-app-shortcut" | |
| -#ifdef XP_WIN | |
| - modifiers="accel,shift" | |
| -#else |
This file contains hidden or 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
| # Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG | |
| pkgname=rpg2000-rtp | |
| pkgver=201906 | |
| pkgrel=1 | |
| pkgdesc="RPG Maker 2000 Runtime Package (Japanese)" | |
| arch=('any') | |
| url="https://tkool.jp/support/download/rpg2000/rtp" | |
| license=('custom: commercial') | |
| makedepends=('unshield-git' 'convmv' 'glibc') |
This file contains hidden or 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
| <domain type="kvm"> | |
| <name>win10</name> | |
| <uuid>fe91360f-b471-41db-a4d5-e662135f8d88</uuid> | |
| <metadata> | |
| <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0"> | |
| <libosinfo:os id="http://microsoft.com/win/10"/> | |
| </libosinfo:libosinfo> | |
| </metadata> | |
| <memory unit="KiB">4726784</memory> | |
| <currentMemory unit="KiB">4726784</currentMemory> |
This file contains hidden or 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
| From 2fc727a38b78ed792094c65920905b60bf0ea2e0 Mon Sep 17 00:00:00 2001 | |
| From: =?UTF-8?q?axzxc1236/=E4=BD=B4=E5=BC=8C?= | |
| <axzxc1236@users.noreply.github.com> | |
| Date: Fri, 4 Sep 2020 23:02:17 +0800 | |
| Subject: [PATCH] Alternative method for comparing blocks | |
| Shorter and (in my opinion) more readable. | |
| --- | |
| zeromerge.c | 62 +++++++++-------------------------------------------- | |
| 1 file changed, 10 insertions(+), 52 deletions(-) |
This file contains hidden or 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
| UNRAR 5.91 beta 1 freeware Copyright (c) 1993-2020 Alexander Roshal | |
| Testing archive sdcard/folder/folder.part01.rar | |
| Testing folder/video.mkv 0% 1% | |
| Testing archive sdcard/folder/folder.part02.rar |
This file contains hidden or 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
| SMH Ubuntu keeps python package for Python2 but removed python-pip. | |
| Now you have to download two packages from debian website. | |
| 1. python-pip-whl https://packages.debian.org/buster/all/python-pip-whl/download | |
| 2. python-pip https://packages.debian.org/buster/all/python-pip/download | |
| Then use dpkg command to install packages | |
| 1. sudo dpkg -i python-pip-whl_18.1-5_all.deb | |
| 2. sudo dpkg -i python-pip_18.1-5_all.deb | |
| Now you should be able to use pip command. | |
| you can use `pip --version` to verify. |
This file contains hidden or 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
| the fact that i'm no imposter. | |
| pretending i am what i am not the thing i am supposed to be. | |
| i harness the power of the sun. | |
| pretending that i know more about the world than i actually do. | |
| everything does because i doesn't. | |
| i voted for hillary clinton and i regret it. | |
| believing the lie in order to make it the truth. | |
| knowing freedom has never really been free. | |
| answering plausible things. | |
| i need to be believed to enjoy anything. |
This file contains hidden or 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
| Homebrew build logs for openssl@1.1 on Ubuntu 18.04.3 LTS | |
| Build date: 2020-01-23 10:57:07 |