V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  zjbztianya  ›  全部回复第 5 页 / 共 12 页
回复总数  239
1  2  3  4  5  6  7  8  9  10 ... 12  
2018-12-17 12:08:54 +08:00
回复了 nellace 创建的主题 阅读 今年读了几本书?
1、《江城》
2、《地球上最后的夜晚》
3、《光年》
4、《贾想 I 》
5、《贾想 II 》
6、《 DDIA 》
7、《月亮和六便士》
8、《杜撰集》
9、《何为良好生活》
10、《万历十五年》
11、《CSAPP》
12、《小径分岔的花园》
13、《人的困境 : 单读 17 》
14、《布宜诺斯艾利斯激情》
15、《假如真有时光机》
16、《人类群星闪耀时》
17、《昨日世界 : 一个欧洲人的回忆》
18、《一个陌生女人的来信》
19、《我们生活在巨大的差距里》
20、《深度工作 : 如何有效使用每一点脑力》
21、《伊斯坦布尔 : 一座城市的记忆》
22、《大规模分布式存储系统 : 原理解析与架构实战》
23、《被伤害与侮辱的人们》
2018-11-12 17:03:54 +08:00
回复了 cc959798 创建的主题 Go 编程语言 golang 有什么可以练手的开源项目?
写个 raft
2018-11-05 17:12:49 +08:00
回复了 TrYBest10 创建的主题 程序员 接下来该看哪本算法书?
打算参加 ACM 的话,应该刷刘汝佳的大白书啊
当个分母
2018-09-30 17:05:36 +08:00
回复了 Deville 创建的主题 程序员 还有两个小时放假,进来吹逼啊
还有半个小时下班
2018-08-21 12:00:13 +08:00
回复了 GjriFeu 创建的主题 程序员 身体很疲倦,但是脑神经还很活跃怎么办(睡不着觉-. -)
每天晚上喝一瓶罗斯福 10,很快就睡了。。。
人生理想就是把《人生一串》的店家全部吃一遍
2018-08-14 11:15:59 +08:00
回复了 cai314494687 创建的主题 分享发现 『Kindle 好书下单售价 1.99 元——第二波』活动来了
哇 贼气,才买了博尔赫斯全集 1.。现在就五折
2018-08-10 13:28:40 +08:00
回复了 KeatingSmith 创建的主题 Go 编程语言 有没有 Golang 写的工具
这个好像不错的样子
https://github.com/kkdai/project52



(06/25) https://github.com/kkdai/goFBPages A facebook page photo downloader
(07/02) https://github.com/kkdai/goInstagramDownloader Instagram photo downloader
(07/10) https://github.com/kkdai/goFbAlbum A package to summerize all facebook album handle APIs using FB Graph API..
(07/18) https://github.com/kkdai/mstranslator A client to use Microsoft Translator Services.
(07/25) https://github.com/kkdai/iloveptt A Web crawler to browse PTT and download photos
(07/31) https://github.com/kkdai/paxos A consensus algorithm "Paxos" implement
(08/07) https://github.com/kkdai/bloomfilter A bloom filter implement
(08/15) https://github.com/kkdai/skiplist SkipList implement in Go
(08/22) https://github.com/kkdai/pubsub A Redis pub/sub concept implement
(08/29) https://github.com/kkdai/webpic A website pic downloader
(09/04) https://github.com/kkdai/jsonop A json operation library
(09/12) https://github.com/kkdai/radix A simple radix tree implement in Golang
(09/19) https://github.com/kkdai/dfa A Deterministic Finite Automata function implement in Golang
(09/26) https://github.com/kkdai/nfa A Nondeterministic Finite Automata function implement in Golang
(10/02) https://github.com/kkdai/e-nfa A Epsilon Nondeterministic Finite Automata function implement in Golang
(10/09) https://github.com/kkdai/re2epsnfa A tranform function to translate RE to Epsilon-NFA
(10/16) https://github.com/kkdai/cyk CYK algorithm in Golang
(10/23) https://github.com/kkdai/pcp PCP: Post ’ s Correspondence Problems simple solver implement in Golang
(10/30) https://github.com/kkdai/tm TM: Turing Machine implement in Golang
(11/05) https://github.com/kkdai/twitter A simple twitter API in Golang
(11/13) https://github.com/kkdai/consistent Consistent Hashing implement in Golang
(11/20) https://github.com/kkdai/photomgr A photo download made for gomobile in Golang
(11/27) https://github.com/kkdai/trigram A trigram indexing using Go
(12/04) https://github.com/kkdai/ngram A ngram indexing using Go
(12/11) https://github.com/kkdai/beacon Beacon Simulator: A simple beacon simulator (iBeacon/Eddystone) in Golang
(12/18) https://github.com/kkdai/youtube A Youtube download package in Golang
(12/25) https://github.com/kkdai/react-diff React Diff binary tree in Golang (Graphviz)
(12/31) https://github.com/kkdai/EddystoneScanner Eddystone Beacon Scanner in Golang
(01/08) https://github.com/kkdai/CoapPubsub A PubSub client/server using CoAP protocol
(01/15) https://github.com/kkdai/ri A UDP client/server to get Public and Private IP and Port for hole punching
(01/22) https://github.com/kkdai/coapmq A Publish-Subscribe Broker for the Constrained Application Protocol (CoAP) in Golang
(01/29) https://github.com/kkdai/oxford-face Project Oxford Face API for Golang
(02/05) https://github.com/kkdai/oxford-face-client A client App for oxford-face Golang package ( http://github.com/kkdai/oxford-face)
(02/12) https://github.com/kkdai/oxford-emotion Project Oxford Emotion API for Golang
(02/19) https://github.com/kkdai/diskqueue NSQ Diskqueue implement in Golang
(02/26) https://github.com/kkdai/pd (PUBSUB) Publish-Subscrbe message broker with Disk queue in Golang
(03/04) https://github.com/kkdai/rd A simple RPC Message Queue Server/Client with DiskQueue
(03/11) https://github.com/kkdai/raftrpc Simple RPC Key Value Server using etcd/Raft in Golang
(03/18) https://github.com/kkdai/githubrss A github notification (starred, follower, followed) RSS feed in Golang
(03/25) https://github.com/kkdai/rss-webserver A simple Github Status RSS feeder server in Golang
(04/01) https://github.com/kkdai/slack-console A simple slack console tool in Golang
(04/08) https://github.com/kkdai/plurk-makerserver Plurk post server for IFTTT Maker in Golang
(04/15) https://github.com/kkdai/kmp KMP (Knuth – Morris – Pratt algorithm) implement and related string function Strstr and Strchr in Golang
(04/22) https://github.com/kkdai/aca Aho – Corasick algorithm automation implement in Golang
(04/29) https://github.com/kkdai/LineBotTemplate A simple Golang LineBot Template and tutorial how to setup on Heroku for Line Bot API
(05/06) https://github.com/kkdai/LineBotPetNeedMe Animal Adoption Platform on Line Bot
(05/13) https://github.com/kkdai/petneedme Package to get Pet Adoption OpenData from Taiwan in Golang
(05/20) https://github.com/kkdai/bstream A Bit Stream helper in Golang
(05/27) https://github.com/kkdai/trr TRR: Time-Series of gorilla algorithm with Raft RPC Server/Client in Golang
(06/03) https://github.com/kkdai/maglev A Google Maglev Hashing Algorithm implement in Golang
(06/10) https://github.com/kkdai/petl A Pipeline ETL process and receive data from pipe in Golang
(06/17) https://github.com/kkdai/raftserver A RPC Server implement base on Raft Paper in Golang
2018-07-30 09:31:36 +08:00
回复了 sagaxu 创建的主题 程序员 公司项目技术老旧,是种什么体验?
有人用过微软的 COM 么,之前实习,项目用这个东西。。。
2018-07-12 10:57:57 +08:00
回复了 Ethanp 创建的主题 问与答 被骗近北传销
我曹。。。。想起来,之前我表妹也是说去北京卖蛋糕,还给了我地址,喊我去看看情况。。。太可怕了。。。不过后面又说不去了。反正条件很诱惑人,说包吃住还拿 6k...
2018-07-07 19:30:16 +08:00
回复了 zjbztianya 创建的主题 美酒与美食 夏天大家喜欢喝什么啤酒?
@iVeego 大兄弟能喝几瓶?表示三瓶就要倒。。。乌苏有点猛。。。
2018-07-07 15:34:27 +08:00
回复了 zjbztianya 创建的主题 美酒与美食 夏天大家喜欢喝什么啤酒?
@opopoipipip 罗斯福 10 号如何?
楼主其实可以考虑去先做游戏的后端,这个门槛还是挺低的,会码脚本逻辑就行...有时间就去研究项目的前端...
2018-07-04 14:14:11 +08:00
回复了 yizhimamong 创建的主题 职场话题 你们加班强度如何
11 12 6 路过..
2018-07-02 20:15:36 +08:00
回复了 bdomne 创建的主题 分享发现 书单分享,大家上半年都读了哪些非技术书?
《伊斯坦布尔:一座城市的记忆》
《深度工作 : 如何有效使用每一点脑力》
《我们生活在巨大的差距里》
《一个陌生女人的来信》
《昨日世界 : 一个欧洲人的回忆》
2018-07-02 17:42:37 +08:00
回复了 bdomne 创建的主题 分享发现 书单分享,大家上半年都读了哪些非技术书?
@censang 城堡读完还不知道说了啥....
2018-06-29 18:02:27 +08:00
回复了 jennifertxwoodma 创建的主题 问与答 关于 C++ 程序员的出路
在广州的表示,这边 C++岗位基本全是游戏后端,然后其实进去是写 lua,python...
2018-06-01 09:54:57 +08:00
回复了 Frailty 创建的主题 问与答 各位大佬那个平台能刷 Python 的题啊?
codeforces
2018-05-24 10:57:27 +08:00
回复了 qoras 创建的主题 职场话题 写业务写吐, 萌生了去上学等各种想法
有同样的想法。
1  2  3  4  5  6  7  8  9  10 ... 12  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1016 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 23:11 · PVG 07:11 · LAX 16:11 · JFK 19:11
Developed with CodeLauncher
♥ Do have faith in what you're doing.