Skip to content

Instantly share code, notes, and snippets.

@LiberalArtist
LiberalArtist / default-lightbulb.png
Last active October 2, 2019 01:20
A Racket lightbulb for the Standard Fish Summer Competition 2019
default-lightbulb.png
@LiberalArtist
LiberalArtist / oxgarage.rkt
Created February 20, 2019 02:35
Simple OxGarage Query Script
#!/usr/bin/env racket
#lang racket/base
(require racket/file
racket/string
racket/port
net/url)
(module+ main
(require racket/cmdline)
#!/bin/bash
# Script to reproduce https://github.com/racket/racket/issues/2385
# Run this on a fresh install of Ubuntu, for example.
# This script uses the dummy Racket package issue-2385-demo,
# which is hosted in a private Bitbucket git repository.
# (The issue does not seem to affect public repositories.)
# Note: the credentials coded into this script give read-only
# access to a Bitbucket account created exclusively for the purpose
# of reproducing this issue.