- Text Content Generator - http://www.lipsum.com
- Favicon Generator - http://tools.dynamicdrive.com/favicon
- Data Generator - https://mockaroo.com/
- Mobile Mockup Generator - https://mockuphone.com
- Logo Generator - https://www.logaster.com
- UUID Generator - https://www.uuidgenerator.net/
- Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/
- Ultimate Code Generator - https://webcode.tools/
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
document.getElementById("sds-footer").classList.add("d-none"); |
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
Easy Tutorial how Active Sublime Text 3200. | |
Go to https://hexed.it/ | |
Click in "Open file" and send "sublime_text.exe" executable file. | |
Go to "Search" and in "Search for" field, search for "97 94" and click "Search now" buttom. | |
Some results will appear bellow, click in everyone and see if your see "97 94 0D" | |
If you see "97 94 0D", change this values for "00 00 00" | |
Then click in "Export" to save and download your new file in your computer. | |
Now just insert serial below and it will work fine. |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
-
Start an elevated or administrator Command Prompt.
-
Copy the following command and paste it in the Command Prompt window:
reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe" /v "Debugger" /t REG_SZ /d "\"%ProgramFiles%\Notepad++\notepad++.exe\" -notepadStyleCmdline -z" /f
To undo (reverse) the replacement, use the following command:
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
[ | |
{ | |
"partnumber": "7206VXRG2/VSAVPNK9", | |
"quantity": "5", | |
"condition": "Brand New Sealed (Clean)", | |
"description": "Cisco 7206VXR System Bundle for G2 and VSA" | |
}, | |
{ | |
"partnumber": "C3900-SPE250/K9", | |
"quantity": "1", |
This gist is intended to assist beginners, like myself, in getting started with Android Kernel Compilation. Please note that while I'm sharing my setup and process, this guide may not be entirely accurate, and I welcome suggestions from experienced developers to improve it.
I am on Arch, so I will be using pacman to install the base-devel package group.
sudo pacman -S base-devel
On a Debian based distro, you can use apt and install the build-essential package.
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
{ | |
"Poco": { | |
"F1 (beryllium)": { | |
"2.1": { | |
"info": { | |
"date": "2020-05-12", | |
"changelog": "• Upstreamed to latest Linux Stable 4.9.223\n• Merged latest CAF tagb LE.UM.2.3.2-10100-SDX24\n• Added MAPLE I/O Scheduler\n• Fixed BBR TCP Cong. Algorithm\n• Fixed CPU Cores being stuck\n• Fix Boeffla Wakelock Blocker\n• Built with Clang Link-Time Optimizations (LTO)\n\n⚠ IMPORTANT\nIt is recommended to dirty flash your current ROM zip before flashing Delta Kernel" | |
}, | |
"10": { | |
"Latest": { |
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/bash | |
# Clone Clang (latest) | |
HOME_DIR=$(pwd) | |
echo "- Cloning Clang" | |
git clone --depth=1 https://github.com/crDroidMod/android_prebuilts_clang_host_linux-x86_clang-6207600 prebuilt/clang | |
# Clone GCC (aarch64) | |
echo "- Cloning GCC (aarch64)" | |
git clone --depth=1 https://github.com/P1N2O/aarch64-linux-android-4.9 prebuilt/aarch64 | |
# Clone GCC (arm) |
OlderNewer