Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int wWidth = 600; | |
int wHeight = 600; | |
int bmaxheight = 100; | |
String lines []; | |
String list []; | |
PFont font; | |
int s = millis(); | |
int m = 1; | |
void setup(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var visitsA = []; | |
visitsB = []; | |
conversiesA = []; | |
conversiesB = []; | |
dayA = []; | |
$.each(dayA, function(i){ | |
$('chart').append(i.Day); | |
$('chart2').append(i.Day); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
weeknummer | waarde | ConversieRatio | |
---|---|---|---|
1 | 10382 | 8 | |
2 | 12588 | 10 | |
3 | 11238 | 10 | |
4 | 8394 | 11 | |
5 | 13033 | 12 | |
6 | 12837 | 14 | |
7 | 9242 | 8 | |
8 | 11212 | 9 | |
9 | 12324 | 18 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group | date | value | |
---|---|---|---|
Onbekend | 2002-01 | 19 | |
Onbekend | 2003-01 | 20 | |
Onbekend | 2004-01 | 17 | |
Onbekend | 2005-01 | 23 | |
Onbekend | 2006-01 | 20 | |
Onbekend | 2007-01 | 7 | |
Onbekend | 2008-01 | 7 | |
Onbekend | 2009-01 | 7 | |
Onbekend | 2010-01 | 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
soort | apparaat | count | |
---|---|---|---|
Koffie | Rechts | 134 | |
Espresso | Rechts | 88 | |
Cappuccino | Rechts | 31 | |
Warmechoco | Rechts | 4 | |
Warmwater | Rechts | 2 | |
Overig | Rechts | 20 | |
Koffie | Links | 63 | |
Espresso | Links | 36 | |
Cappuccino | Links | 31 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |
<title>OMG Particles!</title> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?1.25.0"></script> | |
<style type="text/css"> | |
body { | |
background: #222; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Warming up</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import processing.pdf.*; | |
int wWidth = 1122; | |
int wHeight = 1587; | |
int rand = 32; | |
int aantal = 3; | |
int size = 1058; | |
float colorset = random(0, 360); | |
void setup(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int wWidth = 600; | |
int wHeight = 600; | |
int aantal = 5; | |
int circleSize = 70; | |
int[] numbers1 = {223, 0, 29, 76, 60, 69, 2, 41, 46, 54}; | |
int[] numbers2 = {3, 7, 43, 45, 23, 76, 88, 227, 354, 22, 56, 220}; | |
int c1 = floor(random(0, numbers1.length)); | |
int c2 = floor(random(0, numbers2.length)); | |
float color1 = numbers1[c1]; | |
float color2 = numbers2[c2]; |
NewerOlder