- Presentation Dashboard
- Speaker View - set up on presenter's laptop
- Live View - set up on the secondary projector display
Tim's Waffles demo
| <?php | |
| /* | |
| Taken from https://stackoverflow.com/questions/9744904/how-to-get-the-endianness-type-in-php | |
| */ | |
| function isLittleEndian() { | |
| $testint = 0x00FF; | |
| $p = pack('S', $testint); | |
| return $testint===current(unpack('v', $p)); |
| #!/bin/sh | |
| # cloudflareddns.sh - dynamic dns updater module for Synology | |
| # | |
| # Author: | |
| # Michael Wildman (http://mwild.me) | |
| # | |
| # Version: | |
| # 0.2 | |
| # |
Tim's Waffles demo
I hereby claim:
To claim this, I am signing this object:
| Verifying that +rouben is my openname (Bitcoin username). https://onename.io/rouben |