Skip to content

Instantly share code, notes, and snippets.

@oskay
oskay / NOPE.txt
Last active February 27, 2017 15:55
NNNNNNNN NNNNNNNN OOOOOOOOO PPPPPPPPPPPPPPPPP EEEEEEEEEEEEEEEEEEEEEE
N:::::::N N::::::N OO:::::::::OO P::::::::::::::::P E::::::::::::::::::::E
N::::::::N N::::::N OO:::::::::::::OO P::::::PPPPPP:::::P E::::::::::::::::::::E
N:::::::::N N::::::NO:::::::OOO:::::::OPP:::::P P:::::PEE::::::EEEEEEEEE::::E
N::::::::::N N::::::NO::::::O O::::::O P::::P P:::::P E:::::E EEEEEE
N:::::::::::N N::::::NO:::::O O:::::O P::::P P:::::P E:::::E
N:::::::N::::N N::::::NO:::::O O:::::O P::::PPPPPP:::::P E::::::EEEEEEEEEE
N::::::N N::::N N::::::NO:::::O O:::::O P:::::::::::::PP E:::::::::::::::E
@atuyosi
atuyosi / make_inkscape_osx_native.md
Last active September 18, 2019 09:25
Procedure for create App bundle and dmg for Inkscape 0.92 on Sierra/Mountain Lion

Buiding macOS Native (Gtk2/Quartz) version package.

  • Inkscape 0.92
  • Gtk 2
  • App bundle
  • Inkscape.dmg

Pre Requirements

  • Xcode
@gwygonik
gwygonik / SquiggleDraw.pde
Created November 22, 2016 04:25
Create an SVG based on the brightness of an image transformed into sine waves. Simple UI to control effects. Saved SVG is larger than original image for detail.
import controlP5.*;
import processing.svg.*;
ControlP5 gui;
PShape s;
PShape liner;
PImage p1;
PImage p2;
@wyojustin
wyojustin / Alpha5
Created April 2, 2015 03:20
EMSL Alpha5 mods with Zulu and DST
/*
AlphaClock.ino
-- Alpha Clock Five Firmware, version 2.1 --
Version 2.1.0 - January 31, 2013
Copyright (c) 2013 Windell H. Oskay. All right reserved.
http://www.evilmadscientist.com/
@su-v
su-v / Portfile
Last active August 29, 2015 14:12
MacPorts Portfile for EggBot Inkscape extensions v2.5.0
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
PortGroup active_variants 1.1
PortGroup debug 1.0
PortGroup github 1.0
github.setup evil-mad EggBot 2.5.0 v
github.tarball_from releases