Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
import boto3 | |
import botocore | |
from time import sleep | |
import requests | |
import ipaddress | |
interesting_address = [ | |
'3.0.0.3', | |
'3.0.0.1', |
Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
class ChromeCastService { | |
constructor() { | |
this.castSession = null; | |
this.sessionRequest = new chrome.cast.SessionRequest(chrome.cast.media.DEFAULT_MEDIA_RECEIVER_APP_ID); | |
const apiConfig = new chrome.cast.ApiConfig( | |
this.sessionRequest, | |
(session) => { // sessionListener | |
console.log('Received ChromeCast session', session) | |
this.castSession = session; |
document.getElementsByTagName('button')[0].onclick = function () { | |
scrollTo(document.body, 0, 1250); | |
} | |
function scrollTo(element, to, duration) { | |
var start = element.scrollTop, | |
change = to - start, | |
currentTime = 0, | |
increment = 20; | |
lat long | |
40.700292, -74.010773 | |
40.707580, -73.999271 | |
40.710443, -73.978758 | |
40.721762, -73.971977 | |
40.729568, -73.971291 | |
40.733503, -73.973994 | |
40.746834, -73.968072 | |
40.775114, -73.941936 | |
40.778884, -73.942580 |