Skip to content

Instantly share code, notes, and snippets.

View derekhe's full-sized avatar
🎯
Focusing

hesicong derekhe

🎯
Focusing
View GitHub Profile
@derekhe
derekhe / google-to-bing-maps.js
Created August 1, 2021 06:54 — forked from coolaj86/google-to-bing-maps.js
convert coords from google maps to bing maps
// Believe it or not, Microsoft has this documented:
// http://msdn.microsoft.com/en-us/library/bb259689.aspx
function toBing(x, y, zoom) {
var x2 = pad(String(x.toString(2)), zoom + 1)
, y2 = pad(String(y.toString(2)), zoom + 1)
, quadkey = ''
;
function pad(n, p) {
kubectl get pods | grep Evicted | awk '{print $1}' | xargs kubectl delete pod