I hereby claim:
- I am wkoszek on github.
- I am wkoszek (https://keybase.io/wkoszek) on keybase.
- I have a public key ASBU5MlzhYyRvMphNrvnaVZ9n8WnatN-Wq8tcOzGy6LQcAo
To claim this, I am signing this object:
-----BEGIN PGP MESSAGE----- | |
Comment: https://keybase.io/download | |
Version: Keybase Go 5.5.0 (darwin) | |
wcBMA9X0O2Qy6nfzAQgAe/R65p4O4Dx2xPt97N6koN2fQkF/eCbrEnpb+6dBvC74 | |
cvQ2+2kirxMN2KoYvSujfddaEUQBzTWGL2eCVLBcfgo/Uak8IoTh/XOqQGleIsjl | |
XP99JYmi0dLDV+tUwNJswwZ+yxfSPm7hj2lRfQCeleKPz8F2Fbsu5L/U+H/leM79 | |
Ry1fm8pL0EgIoCMLLi4YfcAPKgHRsvu2329F125rcRSB0uRkLChNhL3ojQaNU2QT | |
GaNy22GrjI0gVRueoZ7PbiU81M7Na1BeOQa08icJRXnQW+CuwisLwVfPA4lycsG0 | |
eTba0kuZPBDtS8FP3H7GJfpj24Ws+vM8juVZOuTB48HBTANXE4orqpD1rQEQAD8r |
I hereby claim:
To claim this, I am signing this object:
TEST COMPARISON FROM TO DETAILS | |
=============================================================================== | |
** TOTAL **: 2.11x as fast 375.6ms +/- 5.2% 177.7ms +/- 21.3% significant | |
=============================================================================== | |
3d: - 55.5ms +/- 5.8% 35.9ms +/- 100.2% | |
cube: 2.75x as fast 17.9ms +/- 7.4% 6.5ms +/- 11.9% significant |
<?php | |
// Your Access Key ID, as taken from the Your Account page | |
$access_key_id = "AKIAAAAABBBBCCCCDDDD"; | |
// Your Secret Key corresponding to the above ID, as taken from the Your Account page | |
$secret_key = "mysecretkeyishereanditworkswhenirunit___"; | |
// The region you are interested in | |
$endpoint = "webservices.amazon.com"; |
https://www.amazon.com/How-Built-Union-Pacific-Railroad/dp/1519041586/ref=sr_1_1?ie=UTF8&qid=1536554030&sr=8-1&keywords=how+we+built+union+pacific&dpID=514IcGbDU9L&preST=_SY291_BO1,204,203,200_QL40_&dpSrc=srch |
https://www.amazon.com/How-Built-Union-Pacific-Railroad/dp/1519041586/ref=as_li_ss_tl?ie=UTF8&qid=1536554030&sr=8-1&keywords=how+we+built+union+pacific&dpID=514IcGbDU9L&preST=_SY291_BO1,204,203,200_QL40_&dpSrc=srch&linkCode=ll1&tag=wkoszek08-20&linkId=d1f414c1189833d3ffc723371097cc0f&language=en_US |
clang *.c \ | |
/usr/local/Cellar/libxml2/2.9.7/lib/libxml2.2.dylib \ | |
/usr/local/Cellar/openssl/1.0.2o_2/lib/libssl.1.0.0.dylib \ | |
/usr/local/Cellar/openssl/1.0.2o_2/lib/libcrypto.1.0.0.dylib \ | |
/usr/local/Cellar/curl/7.61.0/lib/libcurl.4.dylib \ | |
-o lpass \ | |
-I /usr/local/Cellar/openssl/1.0.2o_2/include/ \ | |
-I /usr/local/Cellar/libxml2/2.9.7/include/libxml2/ |
/stuf/docker # ./apk_reindex | |
WARNING: No provider for dependency 'py3httplib2' | |
WARNING: No provider for dependency 'py2asn1-modules' | |
WARNING: No provider for dependency 'so:libbfd-2.28.so' | |
WARNING: No provider for dependency 'py3asn1' | |
WARNING: No provider for dependency 'py2six' | |
WARNING: No provider for dependency 'py2asn1' | |
WARNING: No provider for dependency 'py-gnome-gnomecanvas' | |
WARNING: No provider for dependency 'py2-typing' | |
WARNING: No provider for dependency 'py3asn1-modules' |
B=/alpine/dl-cdn.alpinelinux.org/alpine/v3.7/ | |
apk index \ | |
-o ${B}/main/x86_64/APKINDEX.tar.gz \ | |
${B}/main/x86_64/*.apk | |
apk index \ | |
-o ${B}/community/x86_64/APKINDEX.tar.gz \ | |
${B}/community/x86_64/*.apk |
# This is clicking "Allow" in System Preferences "Security & Privacy" screen | |
# when you're on Screen Sharing. Otherwise it doesn't work. | |
# To fix: | |
# - Put "Security & Privacy" window in the top left screen | |
# - open a Terminal on a side | |
# - save click.oscript | |
# - Run: osascript click.oscript | |
# | |
# The mouse click you send should hit "Allow" button. You may need to move the window a little bit. | |
# Script originally from: https://discussions.apple.com/thread/3708948 |