Skip to content

Instantly share code, notes, and snippets.

View cwervo's full-sized avatar
🕴️

Andrés Cuervo cwervo

🕴️
View GitHub Profile
@una
una / sassy-shapes
Last active October 30, 2021 18:56
Sassy Shape Machine Mixin :) Make Sassy shapes in seconds!
// Some cute colors:
$color1: #967bd3;
$color2: #c8815b;
$color3: #8cd6d8;
$color4: #bee6b6;
$color5: #dd9bb9;
$color6: #c4b5e6;
$color7: #cb6363;
//Here's where you make the shapes!
// Upgrade NOTE: replaced 'mul(UNITY_MATRIX_MVP,*)' with 'UnityObjectToClipPos(*)'
Shader "Custom/fakeRefract" {
Properties {
}
@maxhawkins
maxhawkins / public_printer.md
Last active October 28, 2019 05:46
How to Make Your Printer Public

tweet

How to Make Your Printer Public

This September I decided to share my laser printer so anyone on the internet could send me printed messages.

Within a few days I got hundreds of fun print-outs from people all over the world.

Using Google Cloud Print, you can easily make your printer public too. Here's how to do it: