by shigemk2

当面は技術的なことしか書かない

2017-10-01から1日間の記事一覧

google translate api free query parameters

specificationが逸失している気がする ここにあるのもすべて類推で I'm developing an online translator app, and this is what I found out empirically: sl - source language code (auto for autodetection) tl - translation language q - source text …

paramiko

typoじゃない pycharmだとtypo扱いされるけどそれはもう、しゃあない pythonのsshv2ライブラリ https://tools.ietf.org/html/rfc4250

commentChar config.c

Git

commentCharの実装のところ極めていい加減な雑感 git/config.c at master · git/git · GitHub valueは文字の配列 valueが空(!チェック)だったらおなくなり auto_comment_line_charは0 or 1でなんかしている auto_comment_line_charはvalueが"auto"だったら1 …

commentChar

Git

git config --global core.commentChar コメントのデフォルトはシャープなのを別の文字に変更できる。ただし文字数制限は一文字。 https://git.kaarsemaker.net/git/commit/84c9dc2c5a2d34351a06554af32501d4f99990e9/

google-translate-api

translate.google.comを使い切るアレ。有償のAPIは提供されているけど、ココで使っているのはGoogle翻訳APIじゃない。