Skip to content

Instantly share code, notes, and snippets.

View curran's full-sized avatar

Curran Kelleher curran

View GitHub Profile
@curran
curran / README.md
Created October 27, 2024 00:17
Mr Sloth Test

Evaluations and Recommendations by Mr. Sloth

Overview

The proposed project aims to create an interactive data visualization that captures the current state of global geopolitics by incorporating GDP and various indicators at the country level. This project leverages D3.js and web technologies, aligning perfectly with my expertise. Here are some evaluations and recommendations:

Current Events and Relevance

  • Global Economic Trends: The recent shifts in global economic power dynamics, such as the rise of East Asia and the impact of COVID-19 on global trade, make this project particularly timely. Understanding GDP fluctuations and their geopolitical implications is crucial for policymakers and business leaders.
  • Sustainable Development Goals: The project can also tie into broader discussions around the United Nations' Sustainable Development Goals (SDGs), particularly Goal 8 (Decent Work and Economic Growth) and Goal 11 (Sustainable Cities and Communities).

Public Data Sources

@curran
curran / README.md
Created October 23, 2024 21:34
Bolt.new prompts
@curran
curran / bls-unemployment.js
Created August 12, 2024 15:07
BLS Unemployment Scraper
const fetch = require('node-fetch');
const fs = require('fs');
const { PrettyTable } = require('prettytable');
// Sample series IDs and years
const seriesIds = ['CUUR0000SA0', 'SUUR0000SA0'];
const startYear = '2011';
const endYear = '2014';
async function fetchBLSData() {
@curran
curran / README.md
Last active July 15, 2024 18:31
NPM D3 Downloads Data

This data was extracted from npm-stat and contains the weekly downloads data for the D3 Package.

@curran
curran / ChatGPTOutput.md
Created July 3, 2024 17:04
historical hurricane data

You can find historical hurricane data from several reliable sources, including:

  1. NOAA National Hurricane Center (NHC): They provide comprehensive data on past hurricanes, including tracks, intensities, and summaries. You can access the NHC archive here.

  2. NOAA National Centers for Environmental Information (NCEI): They offer a range of climate data, including hurricane tracks and impacts. You can explore their hurricane data here.

  3. HURDAT2 (Hurricane Database): Maintained by NOAA, this database includes detailed information on North Atlantic hurricanes. You can find HURDAT2 here.

  4. International Best Track Archive for Climate Stewardship (IBTrACS): This global hurricane data repository compiles information from multiple agencies. You can access IBTrACS data here.

@curran
curran / README.md
Created June 4, 2024 17:34
Eminem Songs Data
@curran
curran / README.md
Last active May 22, 2024 16:30
File Listing Script

A NodeJS script that lists a file system tree in a JSON format compatible with 3d-hierarchy.

@curran
curran / .gitignore
Last active June 1, 2024 18:35
DBPedia Ontology
node_modules
*.swp
@curran
curran / contours.geojson
Last active May 13, 2024 22:52
GeoJSON Contours Test
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@curran
curran / README.md
Last active May 7, 2024 21:39
New York City Census Tracts