Experience
- Software Development
- UX/UI
- Enterprise Management
- Reverse Engineering (SoftIce, W32Dasm, ...)
- Hardware (Arduino, ESP32, STM32, ...)
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
<?php | |
require "TinyToken.php"; | |
// Generate new unique token | |
$token = TinyToken::get(); | |
// Show it ! | |
echo $token; | |
echo "<br>"; |