<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| package fr.pinguet62.util; | |
| /** | |
| * Wrapper for hexavigesimal representation and conversions.<br /> | |
| * {@code 0} = {@code "A"}<br/> | |
| * {@code 25} = {@code "Z"}<br/> | |
| * {@code 26} = {@code "AA"}<br/> | |
| * {@code 27} = {@code "AB"}<br/> | |
| * {@code 730} = {@code "ABC"} | |
| */ |
| client-1.example.com:0 | |
| client-2.example.com:429496729 | |
| client-3.example.com:858993458 | |
| client-4.example.com:1288490187 | |
| client-5.example.com:1717986916 |
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| "google.golang.org/cloud/storage" | |
| ) | |
| const ( |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "github.com/Sirupsen/logrus" | |
| "github.com/jinzhu/gorm" | |
| _ "github.com/jinzhu/gorm/dialects/postgres" | |
| ) |
| install PostgreSQL 9 in Mac OSX via Homebrew | |
| Mac OS X Snow Leopard | |
| System Version: Mac OS X 10.6.5 | |
| Kernel Version: Darwin 10.5.0 | |
| Install notes for PostgreSQL 9.0.1 install using Homebrew: | |
| sh-3.2# brew install postgresql |
| ' Q B a s i c G o r i l l a s | |
| ' | |
| ' Copyright (C) IBM Corporation 1991 | |
| ' | |
| ' Your mission is to hit your opponent with the exploding banana |
| package main | |
| import ( | |
| "archive/tar" | |
| "compress/gzip" | |
| "flag" | |
| "fmt" | |
| "io" | |
| "os" | |
| ) |
| package main | |
| import ( | |
| "fmt" | |
| "io" | |
| "io/ioutil" | |
| "net" | |
| "os" | |
| "strings" |