How to use [zaiste/postgresql][1] Docker container.
Docker >= 0.5.0 required.
sudo docker pull zaiste/postgresql
| #!/bin/sh -e | |
| # Usage: license | |
| # Prints an MIT license appropriate for totin' around. | |
| # | |
| # $ license > COPYING | |
| #!/bin/sh | |
| echo "Copyright (c) `date +%Y` Ben Evans | |
| Permission is hereby granted, free of charge, to any person obtaining | |
| a copy of this software and associated documentation files (the |
| <?php | |
| class log { | |
| public $filename; | |
| public $timestamp; | |
| public $ip; | |
| public $u_agent; | |
| public $u_refer; | |
| public $ub; |
| /** | |
| * L.TileLayer is used for standard xyz-numbered tile layers. | |
| */ | |
| L.Google = L.Class.extend({ | |
| includes: L.Mixin.Events, | |
| options: { | |
| minZoom: 0, | |
| maxZoom: 18, |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |