- Visual C++ Redistributable Packages for Visual Studio 2013
- MySQL Utilities - http://dev.mysql.com/downloads/utilities/
# | |
# ββββ ββββ βββββββ βββ ββββββββββββββββββ βββββββββ βββββββ | |
# βββββ βββββββββββββββββ βββββββββββββββββββ ββββββββββββββββββ | |
# ββββββββββββββ ββββββ βββββββββ βββ βββ βββ βββ βββ | |
# ββββββββββββββ βββββββ ββββββββββ βββ βββ βββ βββ βββ | |
# βββ βββ ββββββββββββ βββββββ ββββββββββββββββ βββ βββββββββ | |
# βββ βββ βββββββ βββββ βββββββββββββββ βββ βββββββ | |
# | |
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
# β https://github.com/denilsonsa/udev-joystick-blacklist β |
NOTE: Easier way is the X86 way, described on https://www.genymotion.com/help/desktop/faq/#google-play-services | |
Download the following ZIPs: | |
ARM Translation Installer v1.1 (http://www.mirrorcreator.com/files/0ZIO8PME/Genymotion-ARM-Translation_v1.1.zip_links) | |
Download the correct GApps for your Android version: | |
Google Apps for Android 6.0 (https://www.androidfilehost.com/?fid=24052804347835438 - benzo-gapps-M-20151011-signed-chroma-r3.zip) | |
Google Apps for Android 5.1 (https://www.androidfilehost.com/?fid=96042739161891406 - gapps-L-4-21-15.zip) | |
Google Apps for Android 5.0 (https://www.androidfilehost.com/?fid=95784891001614559 - gapps-lp-20141109-signed.zip) |
''' This script uses ytmusicapi and pytube together to download your playlists, history or 'liked' songs as | |
high-quality audio-only streams from Youtube Music, which are protected by a "signatureCipher" obfuscation scheme. | |
To use it, first install [ytmusicapi] and [pytube] using pip, then follow the instructions for creating the auth | |
file from the response in an authenticated session to a watch-page request as found in your browser's dev-tools. | |
The downloaded files are placed in ~/Music, named with the artist and track metadata, and will be skipped instead | |
of downloaded again next time it is run, based on the videoIds of the downloaded songs. | |
Merry Xmas - V. |
<?php | |
namespace PHP81_BC; | |
/** | |
* Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible) | |
* This provides a cross-platform alternative to strftime() for when it will be removed from PHP. | |
* Note that output can be slightly different between libc sprintf and this function as it is using ICU. | |
* | |
* Usage: | |
* use func \PHP81_BC\strftime; |