I hereby claim:
- I am scruss on github.
- I am scruss (https://keybase.io/scruss) on keybase.
- I have a public key whose fingerprint is 2DED C39B A8DB 30AB EA61 4AFE 0DA7 7A09 56EA 3459
To claim this, I am signing this object:
| """ | |
| * This file is part of chiplotle. | |
| * | |
| * http://music.columbia.edu/cmc/chiplotle | |
| * | |
| * HP7470A class contributed by scruss - 2014-02-21 | |
| """ | |
| from chiplotle.plotters.drawingplotter import _DrawingPlotter |
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # hpgl-shapely_hatch - simple Shapely/HP-GL hatching function demo | |
| # scruss — 2014-04-14 — WTFPL (srsly) | |
| from shapely.geometry import box, MultiLineString, Point, LineString | |
| from shapely.affinity import rotate, scale | |
| from shapely import speedups | |
| from math import sqrt |
| #!/bin/bash | |
| # strongly influenced by Interstellar Selfie Simulator | |
| # scruss - 2014-06-23 | |
| anytopnm "$1" |\ | |
| pnmscale -xsize 160 |\ | |
| pnmhisteq |\ | |
| ppmdither -red 4 -green 4 -blue 4 |\ | |
| ppmtopgm |\ | |
| pnmremap -mapfile <(echo P3 4 1 255 108 108 78 142 139 97 195 196 165 227 230 201) |\ |
| #!/usr/bin/env python3 | |
| # esc-pos-image.py - print image files given as command line arguments | |
| # to simple ESC-POS image on stdout | |
| # scruss - 2014-07-26 - WTFPL (srsly) | |
| # - 2021-01-09 (made python3 compatible - tvm Carko!) | |
| # if you want a proper CUPS driver for a 58mm thermal printer | |
| # that uses this command set, go here: | |
| # https://github.com/klirichek/zj-58 |
| #!/usr/bin/python | |
| # esc-pos-image-star.py - print image files given as command line arguments | |
| # to simple ESC-POS image on stdout | |
| # using ESC * \x21 | |
| # scruss - 2014-07-26 - WTFPL (srsly) | |
| import sys | |
| from PIL import Image | |
| import PIL.ImageOps | |
| import struct |
I hereby claim:
To claim this, I am signing this object:
| Verifying that +scruss is my blockchain ID. https://onename.com/scruss |
| program mandlsm | |
| * | |
| * | |
| * | |
| implicit none | |
| integer nx,ny,maxiter,ix,iy,mslsm,j | |
| parameter (nx=512,ny=512,maxiter=256) | |
| external mslsm | |
| integer mset(nx,ny) | |
| real cx,cy,xmin,xmax,ymin,ymax |
As the city didn't provide any docs …