Skip to content

Instantly share code, notes, and snippets.

@kolber
kolber / tez
Created September 17, 2021 10:24
I am attesting that this GitHub handle kolber is linked to the Tezos account tz1a5psfny9jXFX7vkySbVGMPa9wRDyktmZg for tzprofiles
sig:edsigteN29EEeGqggxKGx4vhkvckUoLP1YjYguVnXYKYgnN4HMiM8uPjHx8bwLFzMEHSjEMVCWGsr9pPuTrHGdaS5o5wsDQ56Wz
#cloud-config
apt_update: true
packages:
- apache2
- php
- libapache2-mod-php7.0
- php-mbstring
- php7.0-curl
- php7.0-zip
- php7.0-json
@kolber
kolber / app.js
Last active August 29, 2015 13:59 — forked from makenosound/app.js
var views = {
foo: function($el, el, props) {
console.log(props);
},
bar: function($el, el, props) {
console.log(props);
},
fooBar: function($el, el, props) {
console.log(props);
}
/* global module:false */
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
watch: {
coffee: {
files: ['*.coffee'],
tasks: 'coffee'
}
@kolber
kolber / gist:3376911
Created August 17, 2012 08:11 — forked from plasticine/gist:3375133
Icon Fontin’
// Generic icon set using custom font face for glyphs
//
// .icon-myicon - This is my cool icon
//
// Styleguide 5.1
[class^="icon-"], [class*=" icon-"]{
font-family: "TCFont-Regular";
display: inline-block;
font-weight: normal !important;
font-style: normal !important;
@kolber
kolber / refresh-safari.sh
Created August 3, 2012 00:54
Shell command to refresh Safari
# Shell command to refresh Safari
# 1. Hook this into a shortcut in your favourite text editor
# 2. Profit
osascript -e 'tell application "Safari"' -e 'tell its first document' -e 'set its URL to (get its URL)' -e 'end tell' -e 'activate' -e 'end tell'
@kolber
kolber / fontforge.rb
Created July 30, 2012 11:37
Fontforge homebrew recipe fixes for OSX 10.8
require 'formula'
class Fontforge < Formula
url 'http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20110222.tar.bz2'
head 'git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge'
homepage 'http://fontforge.sourceforge.net'
md5 '5be4dda345b5d73a27cc399df96e463a'
depends_on 'pkg-config' => :build
depends_on 'gettext'
@kolber
kolber / gist:3087834
Created July 11, 2012 03:36 — forked from mtcmorris/gist:3082609
Films to see at MIFF
@kolber
kolber / pandoras_vox.mdown
Created March 20, 2012 05:23
pandora’s vox: on community in cyberspace

pandora’s vox: on community in cyberspace

by humdog (1994)

when i went into cyberspace i went into it thinking that it was a place like any other place and that it would be a human interaction like any other human interaction. i was wrong when i thought that. it was a terrible mistake.

the very first understanding that i had that it was not a place like any place and that the interaction would be different was when people began to talk to me as though i were a man. when they wrote about me in the third person, they would say “he.” it interested me to have people think i was “he” instead of “she” and so at first i did not say anything. i grinned and let them think i was “he.” this went on for a little while and it was fun but after a while i was uncomfortable. finally i said unto them that i, humdog, was a woman and not a man. this surprised them. at that moment i realized that the dissolution of gender-category was something that was happening everywhere, and perhaps it was only just very obvious on the ne

// ==UserScript==
// @name theglobalmail.org reverse scrolling
// @description Flips scrolling on theglobalmail.org articles.
// @namespace anthonykolber
// @include http://www.theglobalmail.org/*
// @version 0.0.1
// @contributor anthonykolber
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js
// ==/UserScript==