I hereby claim:
- I am mattkirman on github.
- I am mattkirman (https://keybase.io/mattkirman) on keybase.
- I have a public key whose fingerprint is 65CD 4563 D603 631B B04B 62CB DF5B CC33 4862 EF83
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
server { | |
listen 443; | |
server_name localhost; | |
ssl on; | |
ssl_certificate cert.pem; | |
ssl_certificate_key cert.key; | |
ssl_session_timeout 5m; |
defaults write com.twitter.twitter-mac UserTimelineDerepeater -bool true | |
defaults write com.twitter.twitter-mac ScrollingMakesKeyAndOrdersFront -bool true | |
defaults write com.twitter.twitter-mac TypeAnywhereToTweet -bool true | |
defaults write com.twitter.twitter-mac HideInBackground -bool true | |
defaults write com.twitter.twitter-mac NormalComposeWindowLevel -bool false | |
defaults write com.twitter.twitter-mac ESCClosesComposeWindow -bool true |
<?php | |
$str = ''; | |
for ($i = 0; $i < 30000; $i++) { | |
$str .= 'String concatenation. '; | |
} | |
/***************************************** | |
0.061 | |
0.057 | |
0.063 |