Skip to content

Instantly share code, notes, and snippets.

View Flyingmana's full-sized avatar
📄
Fighting against bureaucracy

Daniel Fahlke Flyingmana

📄
Fighting against bureaucracy
View GitHub Profile
@Flyingmana
Flyingmana / dabblet.css
Created June 11, 2012 11:51 — forked from anonymous/dabblet.css
format dd and dt as group
/**
* format dd and dt as group
*/
hmtl{
background: #f06;
background: white;
min-height: 100%;
}
.block{
float:left;
<?php
return function($site,$nick,$user,$addr,$wildsite,$chan,$text) {
global $Database;
echo "$chan->$nick: $text\n";
$text = strtolower($text);
$tok = explode(" ",$text);
$db = "{$this->Irc['Nick']}_{$this->Irc['Channel']}";
mysql_select_db($db);
$result = mysql_query("SELECT * FROM users");