#CallForSpeakers pitch for #LandingFestival Berlin 2018 (March 14, 15)
Vote for this talk to be selected by giving a star ★ this gist.
More info on the Festival at: landingfestival.com/berlin
| <?php | |
| $speed = 20e4; | |
| $pointer = 0; | |
| $square = '◼'; | |
| $loading = [ | |
| array( | |
| "\033[0;32m{$square}\033[0m", // green | |
| "\033[1;33m{$square}\033[0m", // yellow | |
| "\033[0;31m{$square}\033[0m", // red |