Skip to content

Instantly share code, notes, and snippets.

View billythemusical's full-sized avatar

Billy Bennett billythemusical

View GitHub Profile
@theredstapler
theredstapler / google-map-intro.html
Last active November 20, 2019 06:28
Source code of Google Map API Embedding Tutorial by Red Stapler. View Tutorial at: https://redstapler.co/tutorials/google-maps-javascript-api-tutorial/
<html>
<head>
<script src="jquery-2.1.4.js"></script>
<link rel="stylesheet" type="text/css" href="styles.css">
<style>
#map {
height: 500px;
}
</style>
</head>
@adamsmith
adamsmith / apple_voice_memo_handler.py
Last active March 22, 2024 22:16
Automated Apple Notes transcription to Markdown file
import os
import datetime
import json
import pathlib
import secrets
import sqlite3
import subprocess
import time
# Description: This code continuously polls for new Apple Voice Memos. When a new one is found, it is transcribed using