Skip to content

Instantly share code, notes, and snippets.

View thedarkb's full-sized avatar
💭
Fixing TPConfig, honest.

thedarkb

💭
Fixing TPConfig, honest.
View GitHub Profile
boolean[][] state;
boolean direction=false;
color yellow;
final int spread=5;
void setup() {
size(640,480);
frameRate(60);
background(255);
boolean[][] state;
boolean direction=false;
color yellow;
final int spread=5;
void setup() {
size(640,480);
frameRate(60);
background(255);
boolean[][] state;
boolean direction=false;
color yellow;
final int spread=5;
void setup() {
size(640,480);
frameRate(60);
background(255);
<?php
/* counter */
//opens countlog.txt to read the number of hits
$datei = fopen("/countlog.txt","r");
$count = fgets($datei,1000);
fclose($datei);
$count=$count + 1 ;
echo "$count" ;
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE