Skip to content

Instantly share code, notes, and snippets.

View ScaredStorm's full-sized avatar
🏠
Working from home

Sander Boelhouwers ScaredStorm

🏠
Working from home
View GitHub Profile
@ScaredStorm
ScaredStorm / cpp_01.cpp
Last active September 17, 2017 13:06
Kleine c++ course die ik heb gegeven.
#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
<?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]