一年前,我因一些原因,工作变动,当时痛下决心,引用了<程序员的呐喊>封面的那句话: Just stop sucking and become awesome! 一年很快就过去了,最近看了不少大神的博客和Github,也刷了不少Leetcode的题.有感而发. 如何评估一位程序员的技能和水平呢?有太多办法了,但基本上就是项目和算法,更细化一些,可以罗列如下: 对数据结构和算法的掌握和水平, 如各类排序和树算法 对某种底层技术的理解和认识,如TCP/IP 是否对技术有很大的兴趣,如个人项目,博客,…
LSTM NEURAL NETWORK FOR TIME SERIES PREDICTION Wed 21st Dec 2016   Neural Networks these days are the "go to" thing when talking about new fads in machine learning. As such, there's a plethora of courses and tutorials out there on the basic vani…
这是六个人的故事,从不服输而又有强烈控制欲的monica,未经世事的千金大小姐rachel,正直又专情的ross,幽默风趣的chandle,古怪迷人的phoebe,花心天真的joey——六个好友之间的情路坎坷,事业成败和生活中的喜怒哀乐,无时无刻不牵动着彼此的心,而正是正平凡的点点滴滴,却成为最令人感动与留恋的东西. 人物:1.瑞秋•格林(RACHEL GREENE)由珍妮佛•安妮斯顿(Jennifer Aniston)扮演 瑞秋是莫妮卡的高中同学,在与牙医未婚夫的婚礼上脱逃至莫妮卡处. 2.罗…
Chamber of Secrets 题目连接: http://codeforces.com/problemset/problem/173/B Description "The Chamber of Secrets has been opened again" - this news has spread all around Hogwarts and some of the students have been petrified due to seeing the basilisk…
#瓦登尔湖词频统计: import string path = 'D:/python3/Walden.txt' with open(path,'r',encoding= 'utf-8') as text: words = [raw_word.strip(string.punctuation).lower() for raw_word in text.read().split()] words_index = set(words) counts_dict = {index:words.count(…
Eddard Stark had left before dawn, Septa Mordane informed Sansa as they broke their fast. “The king sent for him. Another hunt, I do believe. There are still wild aurochs in these lands, I am told.” “I’ve never seen an aurochs,” Sansa said, feeding a…
Catelyn had never liked this godswood(神木林). She had been born a Tully, at Riverrun far to the south, on the Red Fork of the Trident(三叉戟:三叉线). The godswood there was a garden, bright and airy(空气的:通风的), where tall redwoods spread dappled shadows across…
" Vampire bats are very adaptable." Bambi said. And when their roosts are disrupted or their normal prey grows scarce, human is a pretty tasty meal. More study is needed to confirm the suspected blood-letting from victims, and to determine what…
程序员大牛,StackOverflow.com创始人之一--Jeff Atwood 英文博客:http://blog.codinghorror.com <高效能程序员的修炼>,人民邮电出版社,2013英文原版:Effective Programming: More Than Writing Code 购买链接 >>> 互动出版网:http://product.china-pub.com/3768291亚马逊:http://www.amazon.cn/dp/B00DXZFZPO…
版权声明:本文为博主原创文章,未经博主同意不得转载. https://blog.csdn.net/happydeer/article/details/17094271 watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvaGFwcHlkZWVy/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/SouthEast" /> 程序猿大牛,StackOverflow.com创始人…