Some exercises from the Falsy Values workshops.
The good parts:
- HTTP server and client in same script
- Express cookies example
- Express routing example
- Express error handling
- Express middlewares example
- Simple HTTP proxy
| on run argv | |
| (* | |
| Toggle an application from full screen to non full screen (or the reverse). | |
| Parameters: | |
| 1: application name(ie, Chrome) | |
| 2: boolean (true/false). | |
| When true ensure that the application is in full screen mode (if not, make it so) | |
| When false ensure that the application is NOT in full screen mode (if not, make it so) | |
| *) | |
| set theapp to item 1 of argv |
Some exercises from the Falsy Values workshops.
The good parts: