3D Football Lineup ('-' * 18) Experimental football field rendered with CSS 3D transforms and using Velocity JS to handle animation.
Forked from Paul Noble's Pen 3D Football Lineup.
A Pen by Captain Anonymous on CodePen.
| """ Simple mod from the original gist submitted by @zoufou | |
| https://gist.github.com/zoufou/5701d71bf6e404d17cb4 | |
| Mod by: @pguillem | |
| Purpose: | |
| - Integrates PySQLPool lib to handle MySQL | |
| - Visit https://pythonhosted.org/PySQLPool/tutorial.html | |
| Requirements: | 
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: rabbit consumer | |
| # Required-Start: $network $local_fs | |
| # Required-Stop: | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Jasmin SMS Gateway Mysql Reporter Init Script | |
| # Description: Jasmin SMS Gateway Mysql Reporter Init Script | |
| ### END INIT INFO | 
3D Football Lineup ('-' * 18) Experimental football field rendered with CSS 3D transforms and using Velocity JS to handle animation.
Forked from Paul Noble's Pen 3D Football Lineup.
A Pen by Captain Anonymous on CodePen.
| param($Rows=8, $Columns=8) | |
| Add-Type -AssemblyName System.Drawing | |
| class Cell { | |
| [int]$Row | |
| [int]$Col | |
| $links = @{} | 
| #Requires -Version 5.0.9814.0 | |
| if(!($PSVersionTable.PSVersion.Major -ge 5 -and $PSVersionTable.PSVersion.Build -ge 9814)) { | |
| "Sorry you need PSVersion 5.0.9814.0 or newer" | |
| $psversiontable | |
| return | |
| } | |
| Add-Type -AssemblyName presentationframework | 
| <# | |
| .SYNOPSIS | |
| Migrates a Azure Virtual Machine to another subscription or data centre | |
| .DESCRIPTION | |
| Shutsdown the source VM | |
| Exports the VM config to a temporary file | |
| Loops through all Azure disks attached to the source VM | |
| Schedules an async copy of the underlying VHD to the destination storage account | |
| - optionally overwrites existing VHD in destination if it exists |