This file contains 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
#!/usr/bin/env python3 | |
from selenium import webdriver | |
from selenium.webdriver.common.by import By | |
from selenium.webdriver.chrome.options import Options | |
import time | |
import requests | |
import re | |
import os |
This file contains 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 requests | |
import time | |
s = requests.Session() | |
def login(u,p): | |
r=s.post("https://secure.zenbu.net.nz/api/login.php", data={ "form_request":"login","form_submit":"login","username":u,"password":p}) | |
print(r) | |
login("username","password") |
This file contains 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
#!/usr/bin/env python3 | |
import os | |
from tqdm.auto import tqdm | |
from tqdm.contrib.concurrent import process_map, thread_map | |
import json | |
import requests | |
import time | |
url = "https://nrcsgeoservices.sc.egov.usda.gov/arcgis/rest/services/ortho_imagery/marshall_islands_vivid_2023_30cm/ImageServer" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
<html> | |
<head> | |
<title>MQTT debug view</title> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> | |
<script src="https://unpkg.com/mqtt/dist/mqtt.min.js"></script> | |
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script> | |
</head> | |
<body> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
{ | |
"original_request_url": "2075045235985932", | |
"post_url": "https://facebook.com/story.php?story_fbid=2075045235985932&id=285708024919671", | |
"post_id": 2075045235985932, | |
"text": "Overnight at 1:00am AEDT, Super Smash Bros. Ultimate director Masahiro Sakurai will reveal the game's final fighter. The fighter's release date and final Mii Fighter costumes will also be revealed!\n\nWatch here: https://youtu.be/6sFVKXHkxP8", | |
"post_text": "Overnight at 1:00am AEDT, Super Smash Bros. Ultimate director Masahiro Sakurai will reveal the game's final fighter. The fighter's release date and final Mii Fighter costumes will also be revealed!\n\nWatch here: https://youtu.be/6sFVKXHkxP8", | |
"shared_text": "", | |
"time": "2021-10-05 21:22:08", | |
"timestamp": null, | |
"image": null, |
This file contains 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
from matplotlib import pyplot as plt | |
from numpy.random import rand | |
from matplotlib.collections import LineCollection | |
from matplotlib import cm | |
import numpy as np | |
import imageio | |
from IPython.display import Image | |
ims = [] | |
for frame in range(100): |
This file contains 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
<html> | |
<head> | |
<style> | |
html, | |
body, | |
svg { | |
width: 100%; | |
height: 100%; | |
margin: 0; | |
overflow: hidden; |
NewerOlder