Skip to content

Instantly share code, notes, and snippets.

View rudiedirkx's full-sized avatar

Rudie Dirkx rudiedirkx

View GitHub Profile
@rudiedirkx
rudiedirkx / dabblet.css
Created January 5, 2012 18:04 — forked from anonymous/dabblet.css
Double Opacity
/**
* Double Opacity
*/
body{background:green;}
#baz{
opacity: 0.6;
}
#foo{
height:150px;
<?php
class Oele {
function __construct() {
echo __METHOD__ . "\n";
}
function __wakeup() {
echo __METHOD__ . "\n";
}
}