Skip to content

Instantly share code, notes, and snippets.

View ayc's full-sized avatar

Alex Choi ayc

  • Hearst Digital Media
View GitHub Profile
@ayc
ayc / my_weather.json
Last active September 23, 2025 00:02
Updated: Mon Sep 22 2025 20:02:53 GMT-0400 (Eastern Daylight Time)
{
"openweather": {
"hour0": {
"time": "7:58",
"temp": 68.23,
"tempc": 20,
"temp_low": 65.48,
"temp_high": 69.71,
"pressure": 1017,
"humidity": 78,
@ayc
ayc / app.sh
Created February 20, 2016 19:42
My docker shell script for the lazy
#! /bin/bash
################################################
# Assumes you have docker-machine up and running
# usage: ./app.sh [command]
#
################################################