Live Nation says its Ticketmaster subsidiary was hacked. A hacker claims to be selling 560 million customer records. An autonomous pod. A solid-state battery-powered sports car. An electric pickup truck. A convertible grand tourer EV with up to 600 miles of range. A “fully connected mobility device” for young urban innovators to be built by Foxconn and priced under $30,000. The next Popemobile. Ov
Improving the performance of your HTML5 App Stay organized with collections Save and categorize content based on your preferences. Introduction HTML5 gives us great tools to enhance the visual appearance of web applications. This is especially true in the realm of animations. However, with this new power also come new challenges. Actually these challenges aren't really that new and it might someti
目的 Go言語を覚えてある程度使えるレベルにまでなるために、 学習時点での覚書きを残して。まずは、とっかかりとして、 インストールから簡単に動かせるまでを覚書きしておく。 開発環境 Mac OS X v10.9.1 ( Intel Core i5) Go v1.2 インストール・設定 % cd /usr/local/src/ % wget https://go.googlecode.com/files/go1.2.darwin-amd64-osx10.8.tar.gz % tar zxvf go1.2.darwin-amd64-osx10.8.tar.gz % mv go /usr/local/go1.2 % ln -s /usr/local/go1.2 /usr/local/go 環境パスを.zshrcに予め読み込まれるように追記する。 % cd ~ % vi ~/.zshrc 追記する
Sample code snippets of Golang(Go language). Go is a great language but it lacks sample codes. I hope this blog may be helpful to you. You can embed interfaces in a struct. package main import "fmt" type Mover interface { Move() } type Car struct { Mover } But, what is embedded interface? Let’s add some more fields to Car and print it with %v. type Car struct { price int Mover speed int } func mai
最近Go言語を始めた。MacにGoの実行環境を入れ、Emacsで編集するところまで、一通りまとめておく。 Goの導入 (for OS X) いろいろ方法があるようだけど、僕はカジュアルに brew install go で済ませた。 GOPATH 環境変数は最初プロジェクト毎に設定して使おうかと思っていたんだけど、 後述するgocodeやgo-flymakeといったツールを使う場合、手元のGOPATHは1つにしてしまったほうが便利なので、 export GOPATH=$HOME/dev/go-workspace というのをshellの設定に定義して、手元ではこの共通のPATHを使うようにした。 これは問題がでたらまた考える。 PATHを通す homebrewで入れたツールをEmacsから使うためには、 homebrewのbinディレクトリを exec-path に追加する必要がある。 (a
Introduction This document demonstrates the development of a simple Go package inside a module and introduces the go tool, the standard way to fetch, build, and install Go modules, packages, and commands. Code organization Go programs are organized into packages. A package is a collection of source files in the same directory that are compiled together. Functions, types, variables, and constants d
Flask-RESTful¶ Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries. Flask-RESTful encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTful should be easy to pick up. User’s Guide¶ This part of the documentation will show you how to get started in usin
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く