Orthodox C++ (sometimes referred as C+) is minimal subset of C++ that improves C, but avoids all unnecessary things from so called Modern C++. It's exactly opposite of what Modern C++ suppose to be.
- start restful api server
postgrest "host=localhost dbname=tnews" -a $(whoami) --schema public
- serve the html
python -m SimpleHTTPServer 8080
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
#!/usr/bin/env bash | |
function get_headphones_index() { | |
echo $(pacmd list-cards | grep bluez_card -B1 | grep index | awk '{print $2}') | |
} | |
function get_headphones_mac_address() { | |
local temp=$(pacmd list-cards | grep bluez_card -C20 | grep 'device.string' | cut -d' ' -f 3) | |
temp="${temp%\"}" | |
temp="${temp#\"}" |
Disclaimers:
- This won't uninstall the application -- even when the command says so. It'll simply remove it from your username, but it will still exist in your phone.
- With the list, YMMV. Some features might stop working after disabling certain apps. Feel free to disable just the ones you don't use.
- You need developer options enabled to run these commands, and a USB connection to your computer, with your computer running
adb shell
.
pm uninstall -k --user 0 com.sec.android.desktopmode.uiservice
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
cmake_minimum_required(VERSION 3.4...3.18) | |
project(pybindtest) | |
add_subdirectory(pybind11) | |
pybind11_add_module(module_name main.cpp) |
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 "ViewmodelSkeletalMeshComponent.h" | |
#include "Kismet/GameplayStatics.h" | |
void UViewmodelSkeletalMeshComponent::BeginPlay() | |
{ | |
Super::BeginPlay(); | |
PlayerController = UGameplayStatics::GetPlayerController(this, 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
Type | INET | CMS | Bloomberg | Y! Finance | Composite RIC | Notes | |
---|---|---|---|---|---|---|---|
Class Shares | BRK.B | BRK B | BRK/B | BRK-B | BRKb | ||
Preferred Shares | TY- | TY PR | n/a | TY-P | TY_p | Bloomberg: TY Pfd | |
Preferred Class Shares | BAC-L | BAC PRL | n/a | BAC-PL | BAC_pl | Bloomberg: BAC Pfd | |
Warrants | OXY+ | OXY WS | OXY/WS | OXY-WT | OXY_t | ||
Warrants Class A | TDW+A | TDW WSA | TDW/WS/A | TDW-WTA | TDW_ta | ||
Rights | CELG^ | CELG RT | CELG-R | CELG-RI | CELG_r.K | 4-letter root ⇒ .K suffix | |
Units | GRP= | GRP U | GRP/U | GRP-UN | GRP_u | ||
When Issued | POST# | POST WI | POST-W | POST-WI | POST_w.K | ||
Rights When Issued | GLO^# | GLO RTWI | GLO-R-W | GLO-RIWI | GLO_rw |