Skip to content

Instantly share code, notes, and snippets.

@mkb79
mkb79 / goodreads_basics.py
Created June 2, 2022 09:11
Goodreads: Get access token for Goodreads API (proof-of-concept)
import base64
import gzip
import hashlib
import hmac
import json
import secrets
import uuid
from datetime import datetime
from io import BytesIO
from functools import partialmethod

App Install Plan

Critical

@cryocaustik
cryocaustik / README.md
Last active February 9, 2026 17:34
JSON Dump of ICD 10 Codes & Desc

CMS ICD GEMs JSON Dump

JSON Dump of ICD 10 Codes & Desc

Data Sample (formatted)

[
    {
      "code": "A000",
@deanishe
deanishe / workflow-build.py
Last active September 30, 2025 07:34
Build Alfred Workflows into .alfredworkflow (zip) files
#!/usr/bin/python
# encoding: utf-8
#
# Copyright (c) 2013 deanishe@deanishe.net.
#
# MIT Licence. See http://opensource.org/licenses/MIT
#
# Created on 2013-11-01
#