Skip to content

Instantly share code, notes, and snippets.

View jgonggrijp's full-sized avatar
💭
Creating open source for the common good

Julian Gonggrijp jgonggrijp

💭
Creating open source for the common good
View GitHub Profile
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
module Main where
import Control.Applicative
import Text.Printf
import Prelude hiding (and, or, flip)
True `nand` True = False
True `nand` False = True
False `nand` True = True
#!/usr/bin/ruby
# Create display override file to force Mac OS X to use RGB mode for Display
# see http://embdev.net/topic/284710
require 'base64'
data=`ioreg -l -d0 -w 0 -r -c AppleDisplay`
edids=data.scan(/IODisplayEDID.*?<([a-z0-9]+)>/i).flatten
vendorids=data.scan(/DisplayVendorID.*?([0-9]+)/i).flatten