Charts are from different sources and thus colors are inconsistent, please carefully read the chart's legends.
Like this? Check React Native vs Flutter: https://gist.github.com/tkrotoff/93f5278a4e8df7e5f6928eff98684979
Charts are from different sources and thus colors are inconsistent, please carefully read the chart's legends.
Like this? Check React Native vs Flutter: https://gist.github.com/tkrotoff/93f5278a4e8df7e5f6928eff98684979
| daemon off; | |
| worker_processes 1; | |
| events { worker_connections 1024; } | |
| http{ | |
| sendfile on; |
| <?php | |
| /** | |
| * Returns a pre-signed URL to access a restricted AWS S3 object. | |
| * | |
| * @param string $access_key the AWS access key | |
| * @param string $secret_key the AWS secret key associated with the access key | |
| * @param string $bucket the S3 bucket | |
| * @param string $canonical_uri the object in the S3 bucket expressed as a canonical URI. | |
| * This should begin with the / character, and should not be URL-encoded | |
| * @param int $expires the time that the pre-signed URL will expire, in seconds |
| var express = require('express'), | |
| app = express(), | |
| cookieParser = require('cookie-parser'), | |
| session = require('express-session'), | |
| RedisStore = require('connect-redis')(session); | |
| app.use(express.static(__dirname + '/public')); | |
| app.use(function(req, res, next) { | |
| if (~req.url.indexOf('favicon')) | |
| return res.send(404); |
| # to generate your dhparam.pem file, run in the terminal | |
| openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
| i386 : iPhone Simulator | |
| x86_64 : iPhone Simulator | |
| arm64 : iPhone Simulator | |
| iPhone1,1 : iPhone | |
| iPhone1,2 : iPhone 3G | |
| iPhone2,1 : iPhone 3GS | |
| iPhone3,1 : iPhone 4 | |
| iPhone3,2 : iPhone 4 GSM Rev A | |
| iPhone3,3 : iPhone 4 CDMA | |
| iPhone4,1 : iPhone 4S |