Skip to content

Instantly share code, notes, and snippets.

View SensehacK's full-sized avatar
:octocat:
Swifty

Kautilya Save SensehacK

:octocat:
Swifty
View GitHub Profile
@SensehacK
SensehacK / airports.json
Created August 13, 2022 20:02 — forked from tdreyno/airports.json
JSON data for airports and their locations
This file has been truncated, but you can view the full file.
[
{
"code": "AAA",
"lat": "-17.3595",
"lon": "-145.494",
"name": "Anaa Airport",
"city": "Anaa",
"state": "Tuamotu-Gambier",
"country": "French Polynesia",
"woeid": "12512819",
@SensehacK
SensehacK / 0_reuse_code.js
Created September 26, 2016 07:29
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console