Skip to content

Instantly share code, notes, and snippets.

@msteinert
msteinert / ARGB32.md
Last active December 18, 2015 11:39
Cairo/DirectFB Testing

Cairo/DirectFB Testing (argb32)

Test results for the 1.12 DirectFB backend.

Failed

These tests are failling. It appears that blitting from an alpha surface to an ARGB surface causes problems. There are also some problems with how

// http://tour.golang.org/#23
package main
import (
"fmt"
"math"
)
func Sqrt(x float64) float64 {
@msteinert
msteinert / fake-erlang.sh
Created November 27, 2012 21:03 — forked from RJ/fake-erlang.sh
Use ESL erlang deb, provide fake erlang-nox package so deps behave
#!/bin/bash
# Install fake erlang packages, then the ESL package
# Afterwards, installing packages that depend on erlang, like rabbitmq,
# will use the ESL packaged erlang without installing the older disto ones
#
apt-get install equivs
# Create fake erlang packages, since we are using esl-erlang instead
cd /tmp
apt-get install -y equivs