function waitFor(seconds) {
const now = Date.now();
const milliseconds = seconds * 1000;
while((Date.now() - now ) < milliseconds){};
console.log(`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
import boto3 | |
client = boto3.client('s3') | |
def get_object_versions(bucket, prefix, max_key, key_marker): | |
kwargs = dict( | |
Bucket=bucket, | |
EncodingType='url', | |
MaxKeys=max_key, |
Job Title | Frontend Developer |
Job Type | Full-time |
Job Title | Senior Frontend Developer |
Job Type | Full-time |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://www.opengis.net/kml/2.2"> | |
<Document> | |
<name>Australia State Polygon (Simplified with Overlaps)</name> | |
<description>Australia State Boundaries</description> | |
<Style id="polyStyID_0"> | |
<LineStyle> | |
<color>66000000</color> | |
<width>2</width> | |
</LineStyle> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://www.opengis.net/kml/2.2"> | |
<Document> | |
<name>Australia State Polygon</name> | |
<description>Australia State Boundaries</description> | |
<Style id="polyStyID_0"> | |
<LineStyle> | |
<color>66000000</color> | |
<width>2</width> | |
</LineStyle> |