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
| using System; | |
| using TMPro; | |
| using UnityEngine; | |
| public class JumpRopeScript : MonoBehaviour | |
| { | |
| public JumpRopeScript() | |
| { | |
| } |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text.RegularExpressions; | |
| namespace Rextester | |
| { | |
| public class Program | |
| { | |
| public static void Main(string[] args) |
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
| using System; | |
| using System.Collections.Concurrent; | |
| using System.Collections.Generic; | |
| using System.Diagnostics; | |
| using System.Runtime.InteropServices; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace Rascal | |
| { |
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
| @protocol AutoHook <NSObject> | |
| @required | |
| + (NSArray <NSString *> *)targetClasses; | |
| @end |
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 CE 4: | |
| XVQBX-JJGYD-YJXGH-4TCMB-G6VVQ | |
| Windows CE 5: | |
| XVQBX-JJGYD-YJXGH-4TCMB-G6VVQ | |
| Windows Embedded CE 6: | |
| PYHYP-WXB3B-B2CCM-V9DX9-VDY8T | |
| Windows Embedded Compact 7: |
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
| #include "plugin.h" | |
| #include "common.h" | |
| #include "CHud.h" | |
| #include "CTimer.h" | |
| using namespace plugin; | |
| class RestoreHealthGTASA { | |
| public: | |
| RestoreHealthGTASA() { |
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 struct import unpack as up, pack as pk | |
| import arm64, os, sys | |
| TEXT_START_OFFSET = 0x507300 | |
| TEXT_END_OFFSET = 0x32FEBF0 | |
| RWDATA_START = 0x3A9F000 | |
| ENCTABLE_START = 0x3F2C238 | |
| ENCTABLE_END = 0x3F957B8 |
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 xorg configuration file will start a dummy X11 server. | |
| # move it to /etc/X11/xorg.conf | |
| # don't forget apt install xserver-xorg-video-dummy; | |
| # based on https://xpra.org/Xdummy.html | |
| Section "ServerFlags" | |
| Option "DontVTSwitch" "true" | |
| Option "AllowMouseOpenFail" "true" | |
| Option "PciForceNone" "true" | |
| Option "AutoEnableDevices" "false" |
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
| # By default, desktop environment won't start unless you connect your monitor | |
| # This config is for Nvidia only. It allows you to start desktop environment and enable GPU acceleration without monitor connected. Official Nvidia driver is required. | |
| # NO DUMMY DISPLAY PLUGS REQUIRED | |
| # Save the file to /etc/X11/xorg.conf | |
| # Disable "Allow Flipping" in Nvidia settings to fix desktop flickering | |
| # Tested on Linux Mint 21 with AnyDesk remote desktop | |
| # GPU: NVIDIA GeForce GT 710 | |
| # nvidia-xconfig: X configuration file generated by nvidia-xconfig |
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
| # https://www.qnap.com/en/how-to/faq/article/how-do-i-find-out-which-process-prevents-the-hard-drives-from-standby-mode | |
| # wget https://eu1.qnap.com/Storage/tsd/utility/standby_debug.sh;sh standby_debug.sh | |
| binary="" | |
| case "$(uname -m)" in | |
| *x86_64*) | |
| echo "Arch: x86_64" | |
| binary=https://download.qnap.com/Storage/tsd/utility/Disk_Standby_Debug_x86_64/Disk_Standby_Debug | |
| ;; |
OlderNewer