I hereby claim:
- I am pl4nty on github.
- I am pl4nty (https://keybase.io/pl4nty) on keybase.
- I have a public key whose fingerprint is C1CE 4995 3726 1E48 D4A6 FFFF B52A F919 CB8A 02E3
To claim this, I am signing this object:
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0"> | |
<script/> | |
<script id="custom-useragent-string-page-script"/> | |
<channel> | |
<title>Azure Data Explorer Blog articles</title> | |
<link>https://techcommunity.microsoft.com/t5/azure-data-explorer-blog/bg-p/AzureDataExplorer</link> | |
<description>Azure Data Explorer Blog articles</description> | |
<pubDate>Sun, 26 May 2024 04:44:34 GMT</pubDate> | |
<dc:creator>AzureDataExplorer</dc:creator> | |
<dc:date>2024-05-26T04:44:34Z</dc:date> |
// Got bored on a flight and their tracker was broken, so I spent half an hour writing a tracker | |
// Relies on Viasat in-flight entertainment system, tested on a Qantas Boeing 737 | |
// Uses geocoding for origin/destination coordinates, but untested and commented cause I hit a ratelimit | |
const POLL_INTERVAL_MS = 3000; | |
async function initMap() { | |
const { Map, InfoWindow } = await google.maps.importLibrary("maps"); | |
const { AdvancedMarkerElement } = await google.maps.importLibrary("marker"); |
{"schemaVersion":1,"label":"coverage","message":"95.45%","color":"success","isError":"false","namedLogo":"jest","logoColor":"white"} |
name: Excel Add-in Download Blocked PoC | |
description: Proof that downloads are blocked in modern Excel add-ins. Written while developing Excel2LaTeX. | |
host: EXCEL | |
api_set: {} | |
script: | |
content: > | |
document.getElementById("test").addEventListener("click", function(event) { | |
console.log(File); | |
var blob = new Blob(["foo"], { | |
type: "text/plain" |
I hereby claim:
To claim this, I am signing this object:
/* | |
A browser desktop environment written almost entirely in a single native JavaScript file. | |
All ~10000 lines are served with PHP from an AWS Cloud9 demo. It's actually quite a great project, the codebase is just insane. | |
Did my best to anonymise it, sorry mods if I missed anything. | |
Project started in mid-2014, now in Jan 2017, adding lots of commentation! | |
thru line 107 | |
Here's a completely useless log to the console to start us off! |