This file contains 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
#include <iostream> | |
#include <vector> | |
#include <cstdlib> | |
#include <ctime> | |
// zorg ervoor dat we de standaard std namespace niet meer hoeven te gebruiken | |
// zoals std::cout. Dit word nu gewoon cout | |
using namespace std; | |
// Functie die alle waardes in een array met 1 vergroten |
This file contains 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
<?php | |
/** | |
* Paste in functions.php | |
* | |
* Use this shortcode in the wordpress WYSIWYG editor like so: | |
* [progressbar current=70 color=success] | |
* [progressbar current=60 color=warning] | |
* [progressbar current=50 color=error] | |
* [progressbar current=40 color=info] | |
* [progressbar current=30] |