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
import gssapi | |
from ldap3 import Connection, SASL_AVAILABLE_MECHANISMS | |
from ldap3.protocol.sasl.digestMd5 import sasl_digest_md5 | |
from ldap3.protocol.sasl.external import sasl_external | |
from ldap3.protocol.sasl.sasl import send_sasl_negotiation, abort_sasl_negotiation | |
SASL_AVAILABLE_MECHANISMS.append('GSSAPI') | |
def sasl_gssapi(connection, controls): |
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
Sub test() | |
Dim SourceString As String | |
Dim InterimString As String | |
Dim DestinationString As String | |
SourceString = "" | |
InterimString = "" | |
DestinationString = "" | |
Do Until Len(SourceString) > 220 |
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
.ATmega328 | |
; Ida avr.cfg (c) THANATOS | |
SUBARCH=5 | |
RAM=2048 | |
ROM=32768 | |
EEPROM=1024 | |
; MEMORY MAP |
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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\chrome.exe] | |
@="C:\\Program Files (x86)\\Google\\Chrome Dev\\Application\\chrome.exe" | |
"Path"="C:\\Program Files (x86)\\Google\\Chrome Dev\\Application" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Chrome] | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Chrome\.exe] |
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
// This is not actually executable code. | |
// This just shows that there are different ways to write things, | |
// you chose whichever looks best/fits better your needs. | |
// Note: 'data' is only available in 1.12.2 and represents item metadata or damage | |
// Items | |
// If string is used, it parses it as /give would. | |
'minecraft:stone_sword' // Stone Sword | |
'minecraft:stone_sword 1 10' // Stone Sword with damage 10 | |
'minecraft:apple 30' // 30 Apples |
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
// ==UserScript== | |
// @name Disable Bing Search Engine Scroll | |
// @namespace your-namespace | |
// @description Disables scrolling on the Bing search engine page to prevent accidental scrolling into the Bing chat feature. | |
// @match https://www.bing.com/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
window.addEventListener("wheel", e=> { |
- Prerequisites
- Step 1: Download the stock ROM for Xiaomi TV Box S 2nd Gen
- Step 2: Extract boot image from the OTA archive
- Step 3: Update the system with downloaded OTA archive
- Step 4: Patch boot image with Magisk
- Step 5: Unlock bootloader with
fastboot
- Step 6: Reboot to system and complete setup