Skip to content

Instantly share code, notes, and snippets.

View wiless's full-sized avatar
💭
I may be slow to respond.

wireless wiless

💭
I may be slow to respond.
View GitHub Profile
We can't make this file beautiful and searchable because it's too large.
Az,El,Ah,Av,Ag,Aa
-180.000000,0.000000,-30.000000,-23.005917,-22.000000,-16.644234
-180.000000,1.000000,-30.000000,-22.497515,-22.000000,-16.660422
-180.000000,2.000000,-30.000000,-21.994793,-22.000000,-16.709261
-180.000000,3.000000,-30.000000,-21.497751,-22.000000,-16.791585
-180.000000,4.000000,-30.000000,-21.006391,-22.000000,-16.908808
-180.000000,5.000000,-30.000000,-20.520710,-22.000000,-17.062959
-180.000000,6.000000,-30.000000,-20.040710,-22.000000,-17.256745
-180.000000,7.000000,-30.000000,-19.566391,-22.000000,-17.493626
-180.000000,8.000000,-30.000000,-19.097751,-22.000000,-17.777938
@wiless
wiless / latlong.csv
Created April 14, 2021 09:30
Latlong.csv
Latitude Longitude SrNo
28.57 34.22138889 1
26.10916667 91.72194444 2
13.03333333 80.25 3
28.57916667 77.34333333 4
22.66138889 88.4325 5
17.35972222 78.43 6
19.00388889 72.82722222 7
20.29305556 85.85388889 8
26.175 91.75694444 9
@wiless
wiless / DGIndicator.ino
Created January 23, 2022 07:37
Code for NodeMCU to update status from PES DG Indicator
#include <ESP8266WiFi.h>
#include <ESP8266mDNS.h>
#include <ArduinoOTA.h>
#include <Firebase_ESP_Client.h>
#include <addons/TokenHelper.h>
#define HOSTNAME "DG_INDICATOR2" // Name of the
#define API_KEY ""
@wiless
wiless / downloadobs.go
Last active April 5, 2023 09:20
Downloads an observablehq and create dataflow script (ojs)
package main
import (
"bytes"
"encoding/json"
"flag"
"fmt"
"io"
"log"
"net/http"