gyao's recent timeline updates
gyao

gyao

V2EX member #5200, joined on 2011-01-13 12:18:38 +08:00
gyao's recent replies
因为没有翻译良好的训练数据
Oct 14, 2016
Replied to a topic by fjhmx 程序员 各位的 python 开发工具用的是什么?
运行一下代码片段: SublimeREPL ; 数据分析: rodeo ;其它: Sublime Text/vi/spacemacs 轮流来
没有 QQ ……
#include <stdio.h>

int main (int argc, char *argv[]) {
for (int i = 1; i <= 9; i++) {
printf ("%.*s", 10 - i, "\t\t\t\t\t\t\t\t\t\t");
for (int j = 1; j <= i; j++) {
printf ("%d*%d=%d\t", j, i, i * j );
}
printf ("\n");
}
return 0;
}
May 11, 2013
Replied to a topic by hypercore 问与答 OS X和Linux间如何自动同步文件?
unison
用grep和awk处理大型文本文件
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1482 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 17:00 · PVG 01:00 · LAX 10:00 · JFK 13:00
♥ Do have faith in what you're doing.