Scripts by @cybertool
File https://pbs\.twimg.com/hashflag/config-yyyy-mm-dd-hh.json contains JSON with hashes and their expiration dates in UNIX epoch format
ua="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0"
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
| # | |
| # Convert images to video | |
| # | |
| # Example: | |
| # python video.py -i 8012 -l 8151 -f 30 -t 800x600/IMG_%FRAME_NUM%_result.jpg | |
| # | |
| # ffmpeg command line from: https://github.com/justin-bennington/somewhere-ml/blob/main/S2_GAN_Art_Generator_(VQGAN%2C_CLIP%2C_Guided_Diffusion).ipynb | |
| # | |
| from PIL import Image |
New EDUP 802.11AC 1200M Dual Band USB wireless adapter does not work in Linux distributions by default. At least the following distributions lack the required kernel module:
- Ubuntu 20.04
- Ubuntu 21.04
- Fedora 34
Manually build rtl88x2bu module from sources at cilynx/rtl88x2bu
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
| /* | |
| libbase : version 0.09 ~byuu (2007-01-24) | |
| */ | |
| #ifndef __LIBBASE | |
| #define __LIBBASE | |
| #if defined(_MSC_VER) | |
| //disable libc deprecation warnings in MSVC 2k5+ | |
| #pragma warning(disable:4996) |
THis is a list of interactive coding tools online.
- Description: Shader motherlode
- URL: http://shadertoy.com
- Language: GLSL
This is guide describes the way to run Win32 executable files on ARM host (e.g. tablet) with Ubuntu 18.04 (16.04, 20.04 etc).
- Build static qemu-user-i386 on ARM host
- Type magic strings for Win32 executable file format in binfmts