All Stories
Day2 Go的發展史
為什麼需要一個新的語言硬體限制 - 摩爾定律正在失效Intel於2004年發佈了第一塊具有3.0GHz時脈速度的Pentium4處理器。目前最新一代Intel Core I9的時脈速度約為3.5-4.0GHz。可以見得在過去的十年裡,CPU的處理能力沒有太大的發展。
In go, Sep 17, 2019Day1 Index
為什麼我們需要學習Go用於增加開發人員生產力的語言 “Go will be the server language of the future.” — Tobias Lütke, Shopify
In go, Sep 16, 2019Python Naming Conventions
Python Naming Conventions General Avoid using names that are too general or too wordy. Strike a good balance between the two. Bad: data_structure, my_list, info_map, di...
In Python, Sep 11, 2019Go語言fmt包的Print方法詳解
Go語言的標準輸出流在打印到屏幕時有些參數跟別的語言(比如C#和Java)不同,下面是我整理的一些常用的格式化輸入操作。
In golang fmt, Sep 09, 2019[Sharing] Resource for preparing on-line coding interview
There are some great websites where you can practice your program skill, prepare the coding interview and mock the online coding test.WebsitePrampInterviewing: the most profitable sk...
In sharing, interview, Aug 27, 2019Cracking the coding interview - Stacks and Queues
IntroductionQuestions Three in One:Describe how you could use a single array to implement three stacks. Stack Min:How would you design a stack which, in addition to push and pop, ha...
In interview, stack, queue, Aug 12, 2019Sharing - self-reflection of job interview
AI類題目1) 給input size和convolution kernel size,然後問output大小和參數量 2) data augmentation的方法有什麼 3) supervised、unsupervised、semi-supervised learning的差異 4) 解釋 focal loss 5) VGG、ResNet的差異...
In interview, Aug 12, 2019Cracking the coding interview - Linked list
IntroductionQuestions Remove Dups:Write code to remove duplicates from an unsorted linked list. FOLLOW UP How would you solve this problem if a temporary buffer is not allowed? Retu...
In interview, linked list, Aug 05, 2019Cracking the coding interview - Array
Questions Is Unique: Implement an algorithm to determine if a string has all unique characters. What if you cannot use additional data structures?
In interview, array, Jul 07, 2019Featured
-
Reading Plan
In Reading Plan, -
Intro: Github pages and jekyll
In Jekyll, tutorial, -
How to implement Jekyll tags on github pages
In tutorial, -
The first mass-produced book to deviate from a rectilinear format
In tutorial, -
We all wait for summer
In Jekyll, tutorial, -
Powerful things you can do with the Markdown editor
In Jekyll, tutorial, -
Never stopped worrying or loving the bomb
In Jekyll, -
Markdown Example
In Jekyll, tutorial,