Skip to content

Instantly share code, notes, and snippets.

View PyYoshi's full-sized avatar
🌍
Working from The World

MISAWA Yoshihiro PyYoshi

🌍
Working from The World
View GitHub Profile
package main
import "fmt"
func 後藤(i int) {
fmt.Println("Q: 後藤さんは何匹でしょう?")
if i == 1 {
goto STATUS1
} else if i == 2 {
goto STATUS2
py -3.4-32 -m pip install -U pip cython wheel
py -3.4-x64 -m pip install -U pip cython wheel
py -2.7-32 -m pip install -U pip cython wheel
py -2.7-x64 -m pip install -U pip cython wheel
py -3.4-32 setup.py bdist_wheel
py -3.4-x64 setup.py bdist_wheel
py -2.7-32 setup.py bdist_wheel
py -2.7-x64 setup.py bdist_wheel
@PyYoshi
PyYoshi / _results.txt
Last active August 3, 2018 08:47 — forked from maxpert/results.txt
JSON vs MsgPack using Gzip + LZ4
---------- RAW ----------
JSON 34291 byte(s)
MsgPack 26364 byte(s)
---------- GZIP ---------
JSON 05986 byte(s)
MsgPack 06198 byte(s)
---------- LZ4 ----------
JSON 09758 byte(s)
MsgPack 08548 byte(s)
@PyYoshi
PyYoshi / run.sh
Last active April 25, 2016 12:55 — forked from matope/string_join_benchmark.go
Golang string join benchmark
#!/bin/bash
go version
go test -benchmem -bench .

uname -a

Linux MBA62-LNX 3.19.0-23-generic #24-Ubuntu SMP Tue Jul 7 18:52:55 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -a

No LSB modules are available.

lsb_release -a

No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 15.04
Release:	15.04
Codename:	vivid
@PyYoshi
PyYoshi / info.md
Created July 10, 2015 13:38
web application framework benchmarks

revision

231fdbc9b7f815abd7ff95d32d3576cb78afb91c

Host

lsb_release -a

Distributor ID:	Ubuntu
--without-pear
--with-gd
--enable-sockets
--with-jpeg-dir=/usr
--with-png-dir=/usr
--enable-exif
--enable-zip
--with-zlib
--with-zlib-dir=/usr
--with-kerberos
@PyYoshi
PyYoshi / yield.go
Last active August 29, 2015 14:22
PythonのyieldをGolangで
// Thanks mattn_jp!!: https://twitter.com/mattn_jp/status/605581283238944768 http://play.golang.org/p/Tzaoh3liuN
package main
import "fmt"
type Tower struct {
Floor int
}
@PyYoshi
PyYoshi / autoexec.cfg
Last active March 19, 2020 16:40
csgo
//// 通信設定
cl_interp "0"
cl_interp_ratio "1"
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_lagcompensation "1"
cl_interpolate "1"
net_graph "1"