1,since I could basically walk : pretty much

2,Malaysian girl

3,profound love: deep very inportant

4,avid travelers:very interested in sth ethusiastic/ethusiasm

5,I feel so privileged that.... a high or better position

6,many important aspects with travelling :parts of

7,but if you do,embrace it to hug

8,you aren't enclosed in your bubble  inside

9,I hadn't been really exposed to it util...... poverty coming in to contact with sth bad

10,busking with a guitar playing music in a public place for money

11,they were begging tourist for money : for money or for help

12,I could see their distressed expressions:to be upset

13,Nowadays,some people wouldn't be caught buying a pair of $5 shoes that isn't branded or "in style"  not willing to be caght

14,consider shoes to be a luxury :expensive luxuries

15,Thai locals Thailand people

16,have a reputation for providing superb hospitality(n) amazing hospitable(adj)

17,please do not use The before the country name

18,in the Grand Bazzar market usually used in middle asian

19,the Turks tried to make us feel comfortable  Turkish

20,we never know what we have util we lose it

21,travelling can be perceived as the golden opportunity to escape from reality consider

22,after time is spend away from my comfy bed comfortable

23,you realised how much you miss all that regularity :consistensy A regularity is the fact that the same thing always happens in the same circumstances

24,even a road trip is a good idea

25,over your knees

26,to broaden your horizens

27,as the trending phrase rose to fame 流行的谚语 become famous

28,YOLO you only live once

29,absolutely/a hundrend percent/right/perfect/

English class 82 The Importance of traveling的更多相关文章

  1. New Concept English Two 30 82

    $课文80  水晶宫 867. Perhaps the most extraordinary building of the nineteeth century was the Crystal Pal ...

  2. The 500 Most Commonly Used Words in the English Language

    Based on the combined results of British English, American English and Australian English surveys of ...

  3. English is very important!

    Well, as a college student,I haven't realized how important the English is . But as a web programmer ...

  4. Easy-to-Learn English Travel Phrases and Vocabulary!

    Easy-to-Learn English Travel Phrases and Vocabulary! Share Tweet Share Tagged With: Real Life Englis ...

  5. English trip V1 - 4.Do you have it? Teacher:Patrick Key: have - has doesn't have

    In this lesson you will learn to describe what you have. STARTER Do you have a ...?  # 你有...吗? car b ...

  6. English trip -- VC(情景课)1 B Countries

    Vocabulary focus 核心词汇 Vo ca bu la ry   fo cus [və(ʊ)'kæbjʊlərɪ]      ['fəʊkəs] Listen and repeat  听并 ...

  7. Soldier and Traveling

    B. Soldier and Traveling Time Limit: 1000ms Memory Limit: 262144KB 64-bit integer IO format: %I64d   ...

  8. Lesson 14 Do you speak English?

    Text I had an amusing experience last year. After I had left a small village in the south of France. ...

  9. 运行nltk示例 Resource u'tokenizers punkt english.pickle' not found解决

    nltk安装完毕后,编写如下示例程序并运行,报Resource u'tokenizers/punkt/english.pickle' not found错误 import nltk sentence ...

随机推荐

  1. FFmpeg: AVPacket 结构体分析

    AVPacket是FFmpeg中很重要的一个数据结构,它保存了解封装之后,解码之前的数据(注意:仍然是压缩后的数据)和关于这些数据的一些附加信息,如显示时间戳(pts).解码时间戳(dts).数据时长 ...

  2. conflicting types for xx错误

    编译libvmi 0.8版本时,出现以下错误: libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -fvisibility=hidden -I/ ...

  3. js计算字符串的字节数和字符串与二进制的相互转化

    一.js计算字符串的字节数方法: //blob获取字符串的字节 var debug = "好的"; var blob = new Blob([debug],{type : 'tex ...

  4. 【iCore4 双核心板_ARM】例程七:WWDG看门狗实验——复位ARM

    实验原理: STM32内部包含窗口看门狗,通过看门狗可以监控程序运行,程序运行错误时,未在 规定时间喂狗(提前或超时),自动复位ARM,本实验通过按键按下,停止喂狗,从而产 生复位. 核心代码: in ...

  5. mysql批量进行optimize table操作

    数据库运行一段时间后,有可能会有磁盘磁片产生,此时我们需要进行optimize table操作 # 获取需要optimize的表:如下为获取总大小小于80G的表进行操作:mysql -utroot - ...

  6. 缓存技术PK:选择Memcached还是Redis?

    缓存技术PK:选择Memcached还是Redis? memcached完全剖析----------------->高质量文章 memcached的最佳实践方案 数据缓存系统-memcached ...

  7. shell脚本中的逻辑判断 文件目录属性判断 if特殊用法 case判断

    case判断 • 格式 case  变量名 in                       value1)                           command            ...

  8. 查看CPU/CACHE的拓扑结构

    转自 http://smilejay.com/2017/12/cpu-cache-topology/ Linux上,CPU和Cache相关的拓扑结构,都可以从sysfs文件系统的目录 /sys/dev ...

  9. [hadoop] hadoop native libraries 编译

    安装hadoop启动之后总有警告:Unable to load native-hadoop library for your platform... using builtin-Javaclasses ...

  10. file类型input框设置上传相同文件,并都可以触发change事件。

    在使用file类型input框是,删除了第一次上传到文件,再次上传相同文件,无法触发change事件,所以在删除的js上添加如下js代码: document.getElementById('fileU ...