$ gtime go run aggcsv_d.go -f test_300000.csv
quit
{Lieurance 13}
{Linkovich 13}
{Muckenfuss 13}
{Allgood 12}
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<asset> | |
<contributor> | |
<author>Blender User</author> | |
<authoring_tool>Blender 2.79.0 commit date:2017-09-11, commit time:10:43, hash:5bd8ac9</authoring_tool> | |
</contributor> | |
<created>2018-02-23T15:51:03</created> | |
<modified>2018-02-23T15:51:03</modified> | |
<unit name="meter" meter="1"/> |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<asset> | |
<contributor> | |
<author>Blender User</author> | |
<authoring_tool>Blender 2.79.0 commit date:2017-09-11, commit time:10:43, hash:5bd8ac9</authoring_tool> | |
</contributor> | |
<created>2018-02-23T15:51:03</created> | |
<modified>2018-02-23T15:51:03</modified> | |
<unit name="meter" meter="1"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# gitコマンドとGo言語をインストールしておき以下のコマンドでインストール | |
go get github.com/nobonobo/joycon/cmd/remocon-car | |
# BluetoothでmacOSにJoycon(L)とJoycon(R)をペアリングしておき以下のコマンドを実行 | |
$(go env GOPATH)/bin/remocon-car |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
brew install bash-git-prompt | |
cat <<EOL >> .bash_profile | |
if [ -f "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh" ]; then | |
__GIT_PROMPT_DIR=$(brew --prefix)/opt/bash-git-prompt/share | |
GIT_PROMPT_THEME=Single_line_Minimalist | |
GIT_PROMPT_FETCH_REMOTE_STATUS=0 | |
source "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh" | |
fi | |
if [ -r ~/.bashrc ]; then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --rm --name="draw" -p 8080:8080 -p 8443:8443 fjudith/draw.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
TAG=localhost/ng | |
if [ "$(docker images -q localhost/ng)" = "" ] | |
then | |
docker build --rm -t ${TAG} - <<EOL | |
FROM alpine:edge | |
RUN apk add -U --no-cache go git musl-dev | |
RUN go get -u neugram.io/ng | |
ENV PATH="/root/go/bin:$PATH" | |
EOL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
orderedmap package | |
Copyright (c) 2017 Noboru Irieda | |
This software is released under the MIT License. | |
http://opensource.org/licenses/mit-license.php | |
*/ | |
package orderedmap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go get -u go get -u github.com/raff/godet/cmd/... | |
docker run -d -p 9222:9222 justinribeiro/chrome-headless | |
godet -cmd="" -verbose -control -screenshot https://google.com |
以下のようなエラーメッセージが出るような場合、
...
DistutilsOptionError: must supply either home or prefix/exec-prefix -- not both
以下のファイルを作成しておくことで回避できる。
~/.pydistutils.cfg