- π The official ISO C++ Get Started! page
- π₯ Herb Sutter: (Not Your Fatherβs) C++
- π₯ Beginning with C++ by Jens Weller
*** Best video in mp4 format [if available] in 1080p *** | |
$ youtube-dl -f 'bestvideo[height<=1080 && ext=mp4]+bestaudio' https://www.youtube.com/watch?v=LXb3EKWsInQ | |
*** For ease of use make alias for this command *** | |
$ alias yt="youtube-dl -f 'bestvideo[ext=mp4][height<=1200]+bestaudio[ext=m4a]' -o '%(title)s'" | |
Youtube-dl Tutorial With Examples | |
Here, I have compiled most commonly used Youtube-dl commands to download a video or playlist from YouTube. |
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |
intitle:index.of .bash_history | |
intitle:index.of .sh_history | |
intitle:βIndex ofβ index.html.bak | |
intitle:βIndex ofβ index.php.bak | |
intitle:βIndex ofβ index.jsp.bak | |
intitle:βIndex ofβ β.htpasswdβ htpasswd.bak | |
inurl:backup intitle:index.of inurl:admin | |
βIndex of /backupβ | |
intitle:βIndex ofβ index.html~ | |
intitle:βIndex ofβ index.php~ |
These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
// Consumer usage | |
class MyFragment : Fragment(R.layout.my_fragment) { | |
private val viewModel: MyViewModel by viewModels() | |
override fun onViewCreated(view: View, savedInstanceState: Bundle?) { | |
super.onViewCreated(view, savedInstanceState) | |
val consumer = consumeState(viewModel) | |
} | |
} |
// networking dependencies | |
implementation("com.squareup.retrofit2:retrofit:2.9.0") | |
implementation("com.squareup.retrofit2:converter-gson:2.9.0") | |
implementation("com.squareup.okhttp3:okhttp:4.11.0") | |
implementation("com.squareup.okhttp3:logging-interceptor:4.10.0") | |
implementation("io.coil-kt:coil-compose:2.4.0") | |
echo=off | |
if [ "$1" = "--s8" ]; then | |
mosquitto_pub -h $awsip -p $awsport -t vars/S8_boot_patch -r -m 1 | |
device=9888d9303354564442 | |
else | |
mosquitto_pub -h $awsip -p $awsport -t vars/S10_boot_patch -r -m 1 | |
device=RF8N82MR1VA | |
fi | |
echo Overriding security protocols for $device |
########## | |
## | |
## Get all Udemy Courses with 100% off Coupons thanks to growthcoupon.com & Importer.io | |
## | |
########## | |
from json import loads | |
from bs4 import BeautifulSoup | |
import mechanize |
/* Theme Name: Flat Pinboard */ | |
/* Theme URL: http://tackk.com/flat-pinboard */ | |
/* Version: v1.0 */ | |
/* Created by: Dan Klammer */ | |
/* Broswer: Chrome + Stylish Extension */ | |
html { | |
-webkit-font-smoothing:antialiased; | |
height:100%; | |
} |