Notes, Hive Tutorial

Last Modified: 2017-08-28 16:49:00 Acknowledge What is Hive?Hive is a data warehouse infrastructure tool to process structured data in Hadoop. It resides on top of Hadoop to summarize Big Data, and makes querying and analyzing easy. Official Hive TutorialTutorial     Read more
TaoSama's avatar
TaoSama Aug 25, 2017

Notes, Most Useful Shell Command

Last Modified: 2017-08-25 10:57:10 TODO: grep expect awk sed xargs     Read more
TaoSama's avatar
TaoSama Aug 25, 2017

Solutions, Leetcode Shell Problems

Last Modified: 2017-08-25 10:53:10 193. Valid Phone Numbers 195. Tenth Line 192. Word Frequency 194. Tranpose File     Read more
TaoSama's avatar
TaoSama Aug 07, 2017

Notes, Effective Go

Last Modified: 2017-08-23 11:46:10 Hard to say, I finished Go, for about 20 days (except busy for 1 week and training for 1 week). Such a long time, 1 week to learn a new language, having known a little about concurrency. Not so bad. AcknowledgeGo is a new language. Although it borrows ideas from existing languages, it has unusual properties that make effective Go programs different in character from programs written in its relatives.The notes below was written from the view of a CPP programmer. and a hello world package main import "fmt" func main() { fmt.Println("Hello, World") }     Read more
TaoSama's avatar
TaoSama Aug 04, 2017

Notes, Shell Script

Last Modified: 2017-08-11 11:18:00     Read more
TaoSama's avatar
TaoSama Jul 31, 2017

Notes, Shell

Last Modified: 2017-07-31 11:18:00 Acknowledge What is shell? The shell is a program that takes keyboard commands and passes them to the operating system to carry out. Almost all Linux distributions supply a shell program from the GNU Project called bash. Bash is an enhanced replacement for sh, the original Unix shell program written by Steve Bourne. What is terminal emulator? We use a terminal emulator to interact with the shell when using a GUI. KDE uses konsole and GNOME uses gnome-terminal, though it’s likely called simply “terminal” on our menu. Shell prompt[me@linuxbox ~]$ Some Simple Commands date - Display the current time and date. cal - Display a calendar of the current month. df - Display the current amount of free space on your disk drives. free - Display the amount of free memory. exit - End the terminal session.     Read more
TaoSama's avatar
TaoSama Jul 01, 2017

Constructors, Destrustors and Assignment Operators, Notes(2), Effective C++

(I read a Chinese version of the book, any translation problem plz point out.     Read more
TaoSama's avatar
TaoSama Jun 15, 2017

Accustoming to CPP, Notes(1), Effective C++

(I read a Chinese version of the book, any translation problem plz point out.     Read more
TaoSama's avatar
TaoSama Jun 11, 2017

Address Collecting

这里留地址吧,具体时间就截止到多说关闭(6.1)吧,到时候我就换Disqus了喔,到时候收到了转给我打印费和邮费就好了。(某ACMer卖模版月入百万!才不会说我是骗手机号的呢     Read more
TaoSama's avatar
TaoSama May 18, 2017

Backthoughts during These Days

“I’m sorry that you are not the person we choose”“I’m sorry …”     Read more
TaoSama's avatar
TaoSama Apr 28, 2017