Show HN: mileage.tools – A super-simple, no-frills flight mileage calculatormileage.tools1 ポイント·投稿者 pedge·10 年前·0 コメント
Show HN: bolttype – Auto-generated single and paired primitive funcs for BoltDBgo.pedge.io2 ポイント·投稿者 pedge·10 年前·0 コメント
Show HN: flightaware – A Generated Flightaware API Client for Gogo.pedge.io6 ポイント·投稿者 pedge·11 年前·0 コメント
Show HN: go-inject – Guice inspired dependency injection for Golanggo.pedge.io3 ポイント·投稿者 pedge·11 年前·0 コメント
Show HN: go-openflights – An API for OpenFlights data using Protobuf and Golanggo.pedge.io10 ポイント·投稿者 pedge·11 年前·0 コメント
Show HN: Dockervolume – A Docker volume plugin handler for Golanggo.pedge.io2 ポイント·投稿者 pedge·11 年前·0 コメント
pedge·8 年前·議論Of note, Prototool has a binary-to-json command, so assuming your Protobuf files are in path/to/proto/files, and you had a newline-separated log file of Protobuf messages foo.bar.Baz, you could do:cat /path/to/log.file | prototool binary-to-json path/to/proto/files foo.bar.Baz - | jq .search.term
cat /path/to/log.file | prototool binary-to-json path/to/proto/files foo.bar.Baz - | jq .search.term