I hereby claim:
- I am dulacp on github.
- I am dulaccc (https://keybase.io/dulaccc) on keybase.
- I have a public key whose fingerprint is 10B3 54B6 F5C5 1E34 6FD9 A800 16C8 459A 0397 834C
To claim this, I am signing this object:
| # Builds a ZThread framework for the iPhone and the iPhone Simulator. | |
| # Creates a set of universal libraries that can be used on an iPhone and in the | |
| # iPhone simulator. Then creates a pseudo-framework to make using libzthread in Xcode | |
| # less painful. | |
| # | |
| # To configure the script, define: | |
| # IPHONE_SDKVERSION: iPhone SDK version (e.g. 8.1) | |
| # | |
| # Then go get the source tar.bz of the libzthread you want to build, shove it in the | |
| # same directory as this script, and run "./libzthread.sh". Grab a cuppa. And voila. |
| # Builds a Exiv2 framework for the iPhone and the iPhone Simulator. | |
| # Creates a set of universal libraries that can be used on an iPhone and in the | |
| # iPhone simulator. Then creates a pseudo-framework to make using libexiv2 in Xcode | |
| # less painful. | |
| # | |
| # To configure the script, define: | |
| # IPHONE_SDKVERSION: iPhone SDK version (e.g. 8.1) | |
| # | |
| # Then go get the source tar.bz of the libexiv2 you want to build, shove it in the | |
| # same directory as this script, and run "./libexiv2.sh". Grab a cuppa. And voila. |
| USERNAME="your-username" | |
| BUCKETNAME="my-awesome-bucket-name" | |
| aws iam put-user-policy --user-name $USERNAME --policy-name AmazonS3FullAccess-$USERNAME --policy-document '{ | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Effect": "Allow", | |
| "Action": [ | |
| "s3:ListBucket", |
| var geometry = {}; | |
| geometry.scrollTop = function(win, doc) { | |
| if (win.pageYOffset !== undefined) { | |
| return win.pageYOffset; | |
| } else { | |
| return Math.max(doc.documentElement.scrollTop, doc.body.scrollTop); | |
| } | |
| }; |
| aws s3 sync s3://source-bucket s3://destination-bucket --acl=bucket-owner-full-control --source-region <region> --region <destination-region> |
| # VERSION 1.0.4 | |
| # Author: @madhavajay | |
| # This currently works for iOS and watchOS in the Simulator and Devices | |
| # Changes | |
| # Using ${TOOLCHAIN} in two places now | |
| # Added double quotes " around paths | |
| # Fixed watchOS Issues | |
| # Instructions iOS |
I hereby claim:
To claim this, I am signing this object:
| <script src="https://360player.io/static/dist/scripts/embed.js" defer></script> | |
| <iframe src="https://360player.io/p/k6f7rb/" frameborder="0" width=560 height=315 allow="fullscreen; xr-spatial-tracking" data-token="k6f7rb"></iframe> |
| <style> | |
| .iframe-container { | |
| background: #ccc; | |
| position: relative; | |
| height: 0; | |
| padding-bottom: 75%; /* 4/3 on mobile, padding = 3/4 */ | |
| } | |
| .iframe-container iframe { | |
| position: absolute; | |
| top: 0; |
A reminder on how to configure a Raspberry Pi 3 (Debian Jessie) as a Wi-Fi Access Point
Instructions for the macOS platform, little trick to find the raspberry pi ip-address while connected through ethernet.
Connect the Raspberry Pi with an ethernet cable