Feature | AWS API Gateway | Kong |
---|---|---|
gzip | - (AWS cloudfront supports gzip compression , what you can do is just create new cloudfront distribution a |
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
<?php declare(strict_types=1); | |
var_dump('for, 1000000 iteration'); | |
$start=microtime(true); | |
for ($j = 0; $j < 1000000; $j++) { | |
$str8Byte = 'Str8byte'; |
Лінк на документ: http://bit.ly/Olimp_Learn_Code
-
Вивчіть англійську
-
Якщо програмування для вас - темний ліс і наступний пункт вам здасться занадто складним - спробуйте програмувати minecraft на sratch.
##Пункт 1
Якщо ви вдруг новенький в гіті, то задаєте
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
Перевірити налаштування можна за допомогою git config --list
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
#Dependencies: tweepy, pyshp | |
import json, shapefile, time, math | |
from tweepy import Stream, OAuthHandler | |
from tweepy.streaming import StreamListener | |
from keys import keys | |
# Need to fixing encoding where convert shapefile | |
import sys | |
reload(sys) |
NewerOlder