writing day 2

Day 2: Lifestyle TASK I: Integrated Writing Reading: Many environmentalists are wary of allowing the introduction of new species into an ecosystem. Ecosystems are fragile, and invasive species can often cause many problems when they are introduced where they do...

writing day 1

INTEGRATED WRITING You read a passage - **3 minutes** You listen to a related lecture - **2 minutes** You write an essay - **20 minutes** Words limitation: about 300-350 words INDEPENDENT WRITING You have 30 minutes to write a 4...

Speaking Collection 1

PART I Maps 1 Do you ever use maps? Yes. Whenever I go somewhere new, I plan my journey with the help of a map. 2 When do people usually need to use a map? I imagine that some people...

3. GitHub oauth-token, merge from pull request

1. How to get GitHub oauth-token GitHub api OAuth Login github -> setting -> developer applications redirect by visiting Name Type Description client_id string Required. The client ID you received from GitHub when you registered. redirect_uri string The URL in...

2. shell grouding

1. How does eval work For Example #!/usr/bin/env bash #for shname in `ls *.sh` #do # name=`echo "$shname" | awk -F. '{print $1}'` # echo $name #done readonly fun="$1" #readonly config="$2" setEnv() { ''' In function, there will be an...