Skip to content

Instantly share code, notes, and snippets.

View johnduhart's full-sized avatar

John Du Hart johnduhart

View GitHub Profile
@johnduhart
johnduhart / gist:191610
Created September 23, 2009 01:11 — forked from anonymous/gist:191609
Application about a pretty cool guy
#include <iostream>
int main()
{
std::cout << "compwhizii is a pretty cool guy";
}
b {
color: #e2e2e2;
}
function page_admin_sets($page=1) {
if(!check_auth('login')) {
return page_deny();
}
$title = "Sets - ACP";
$total = mysql_fetch_array(mysql_query("SELECT COUNT(*) AS total FROM sets"));
$total = $total['total'];
$pages = ceil($total / 20);
<?php
/*
* Server Status V1
*
* compwhizii, 2009
* http://compwhizii.net/
*/
error_reporting(E_ALL);
<?php
/*
* Server Status V1
*
* compwhizii, 2009
* http://compwhizii.net/
*/
error_reporting(E_ALL);
<html>
<head>
<title>Gunski demo</title>
<link rel="stylesheet" href="style.php" type="text/css" />
</head>
<body>
<h1>Note the changing background</h1>
<p>compwhizii, 2009</p>
* { padding:0; margin:0; }
a:link { color:#CCCCCC; text-decoration: none; }
a:visited { color: #CCCCCC; text-decoration: none; }
a:hover { text-decoration: underline; color: #CCCCCC; }
a:active { text-decoration: underline; color: #CCCCCC; }
#wrapper {
* { padding:0; margin:0; }
a:link { color:#CCCCCC; text-decoration: none; }
a:visited { color: #CCCCCC; text-decoration: none; }
a:hover { text-decoration: underline; color: #CCCCCC; }
a:active { text-decoration: underline; color: #CCCCCC; }
#wrapper {
<html>
<head>
<style type="text/css">
body
{
background-image:url('http://yumyumbublegum.mine.nu/website/background.jpg');
background-repeat:no-repeat;
}
#banner
{
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim referral As Object
Dim URL As Object
referral = TextBox1.Text
URL = "http://livebux.com/?r=" & referral
WebBrowser1.Navigate(URL)
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim garbled As Integer