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
Last login: Fri Dec 11 22:45:14 on ttys002 | |
➜ ~ brew install openconnect | |
Updating Homebrew... | |
==> Auto-updated Homebrew! | |
Updated 2 taps (homebrew/core and homebrew/cask). | |
==> New Formulae | |
attr duf kubevela vc | |
docui inframap terracognita | |
==> Updated Formulae | |
Updated 813 formulae. |
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
PORTB = $6000 | |
PORTA = $6001 | |
DDRB = $6002 | |
DDRA = $6003 | |
RESETVEC = $fffc | |
E = %10000000 | |
RW = %01000000 | |
RS = %00100000 |
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
echo "warming $server ..." | |
ab -q -k -n 16000 -c 8 "$1" &> /dev/null | |
sleep 2 | |
echo "starting test" | |
echo "threads, requests, test duration, req/sec, avg svc time, p50 lat, p90 lat, p99 lat, max lat" | |
for i in `seq 1 16` | |
do | |
echo -n "$i " | |
let j=i\*3000 |
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
You must read the warning below carefully before purchasing the Gear VR to reduce the | |
risk of personal injury, discomfort or property damage while using the device | |
1. We recommend consulting a physician before using the Gear VR if you are pregnant, | |
elderly, have pre-existing binocular vision abnormalities or psychiatric disorders, | |
or suffer from a heart condition or other serious medical condition. | |
2. The Gear VR should not be used by children under the age of 13. Adults should | |
monitor children(age 13 and older) who are using or have used the Gear VR for any of | |
the symptoms described below,and should limit the time children spend using the Gear |
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
Docs here: | |
http://www.flickr.com/services/api/flickr.photos.search.htm | |
Interactive API Explorer for that method here: | |
http://www.flickr.com/services/api/explore/flickr.photos.search | |
Find a place. Like this: |