Note 1: Good

1. The collection of Linkun's [1]:

1.1
cool
Joy says "cool" when he heard that Ross's wife is a lesbian

1.2
neat
I am not a neat man.
-- "I do really love you", a Grammy Award nominated song around 2017.

1.3
righteous

1.4
good
A professor said in a lecture when a student asked a question: "Well, that is a very good question." (In a slow speed to spare more time for him to think about this stunning question)

1.5
great

Chandler: Another man says, "Oh it is a great time." Meaning, enjoy the life for every moment using all the sources. (After the girl who has a husband and more than 3 boyfriends at the same time, asked him why not we just have fun and do not be obligated to each other.)

1.6
wonderful

1.7
incredible

1.8
pretty
not only to be the compliment for girls, but also can be used for other things. The rank of the "good" from large degree to little degree is: Great, good, pretty, fine.

1.9
beautiful

1.10
gorgeous
Taylor Swift's song Gorgeous, to describe the appearance and the charming of a boy.

1.11
terrific

1.12
awesome
Shelby said, they usually use the only word "Awesome!" rather than "It is awesome!"

1.13
Fabulous

1.14
Excellent

2. My collection.

2.1
Sweet
By Dylan.

2.2 super
Used in a TOEFL exam's conversation, in which a student found that the library can offer him a stuff that he needed, and he said: Super! Blabla......

2.3
Outstanding

2.4
You are the No. 1.
You are the best.

Write at the end of this note

Besides Linkun's book, there must be many other notes writing down these expressions. But I did not search them at google and linked them to here at this version. When I get more of the sentences indicating the similar meaning, I will glean them to add to this note.

Acknowledgement:
Shelby, Dylan, Danial offered some expressions.

References
[1] Linkun Yang, American daily English notes

机器翻译:

注1:好

1.林肯[1]的合集:

1.1

当乔伊听说罗斯的妻子是女同性恋时,乔伊说“很酷”

1.2
整齐
我不是一个整洁的人。
-“我真的很爱你”,这是格莱美奖提名的歌曲,于2017年左右推出。

1.3
正义

1.4

一位教授在一次演讲中说,当一个学生问一个问题:“嗯,这是一个很好的问题。” (以缓慢的速度为他留出更多时间来思考这个令人震惊的问题)

1.5

钱德勒:另一个人说:“哦,这是一个美好的时光。”意思是,利用所有资源享受每一刻的生活。 (在一个同时拥有丈夫和三个以上男朋友的女孩问他为什么我们不只是开心而又彼此不承担义务。)

1.6
精彩

1.7
难以置信

1.8
漂亮
不仅是对女孩的称赞,还可以用于其他事情。从大到小的“好”等级是:好,好,漂亮,好。

1.9
美丽

1.10
华丽
泰勒·斯威夫特(Taylor Swift)的歌曲《华丽(Gorgeous)》描述了一个男孩的外表和魅力。

1.11
了不起

1.12
很棒
谢尔比说,他们通常只使用“真棒!”一词。而不是“太棒了!”

1.13
极好

1.14
优秀的

2.我的收藏。

2.1

迪伦。

2.2超级
用在托福考试的对话中,学生发现图书馆可以为他提供他需要的东西,他说:超级!布拉布拉……

2.3
优秀

2.4
你是第一。
你是最棒的。

写在本说明的末尾

除了林肯的书外,还必须有许多其他笔记来写下这些表达方式。但是我没有在google上搜索它们,而是以此版本将它们链接到此处。当我得到更多指示相似含义的句子时,我将收集它们以添加到此注释中。

致谢:
谢尔比,迪伦,丹尼尔(Danial)提供了一些表达方式。

参考文献
[1]杨林根,美国每日英语笔记

Note 1: Good的更多相关文章

  1. 三星Note 7停产,原来是吃了流程的亏

    三星Note 7发售两个月即成为全球噩梦,从首炸到传言停产仅仅47天.所谓"屋漏偏逢连天雨",相比华为.小米等品牌对其全球市场的挤压.侵蚀,Galaxy Note 7爆炸事件这场连 ...

  2. 《Note --- Unreal --- MemPro (CONTINUE... ...)》

    Mem pro 是一个主要集成内存泄露检测的工具,其具有自身的源码和GUI,在GUI中利用"Launch" button进行加载自己待检测的application,目前支持的平台为 ...

  3. 《Note --- Unreal 4 --- Sample analyze --- StrategyGame(continue...)》

    ---------------------------------------------------------------------------------------------------- ...

  4. [LeetCode] Ransom Note 赎金条

    
Given
 an 
arbitrary
 ransom
 note
 string 
and 
another 
string 
containing 
letters from
 all 
th ...

  5. Beginning Scala study note(9) Scala and Java Interoperability

    1. Translating Java Classes to Scala Classes Example 1: # a class declaration in Java public class B ...

  6. Beginning Scala study note(8) Scala Type System

    1. Unified Type System Scala has a unified type system, enclosed by the type Any at the top of the h ...

  7. Beginning Scala study note(7) Trait

    A trait provides code reusability in Scala by encapsulating method and state and then offing possibi ...

  8. Beginning Scala study note(6) Scala Collections

    Scala's object-oriented collections support mutable and immutable type hierarchies. Also support fun ...

  9. Beginning Scala study note(5) Pattern Matching

    The basic functional cornerstones of Scala: immutable data types, passing of functions as parameters ...

  10. Beginning Scala study note(4) Functional Programming in Scala

    1. Functional programming treats computation as the evaluation of mathematical and avoids state and ...

随机推荐

  1. Ubuntu安装依赖文件

    我们在安装软件的时候,有时会出现由于依赖的软件没有被安装,会导致软件安装的失败,其实我们可以用命令来安装依赖的软件,这里以Ubuntu为例进行说明. 我在安装wps-office的时候,显示安装成功了 ...

  2. Miller-Rabin素性测试

    有时候我们想快速的知道一个数是不是素数,而这个数又特别的大导致 $O(\sqrt n)$ 的算法也难以通过,这时候我们可以对其进行 Miller-Rabin 素数测试,可以很大概率测出其是否为素数. ...

  3. HashMap判断键是否为null

    用containsKey(),而不用get(): HashMap中,null可以作为键,这样的键只有一个:可以有一个或多个键所对应的值为null.当get()方法返回null值时,即可以表示HashM ...

  4. ADC-DAC

    一,ADC 模拟信号 什么是模拟信号?主要是与离散的数字信号相对的连续的信号.模拟信号分布于自然界的各个角落,如每天温度的变化, 而数字信号是人为的抽象出来的在时间上不连续的信号.电学上的模拟信号是主 ...

  5. harbor 私有镜像仓库使用

    使用harbor私有镜像仓库 登录镜像仓库reg.lvusyy.com docker login reg.lvusyy.com [centos@k8smaster ~]$ sudo docker lo ...

  6. java 构造方法中super()和this()

    1)super(参数):调用基类中的某一个构造函数(应该为构造函数中的第一条语句) 2)this(参数):调用本类中另一种形成的构造函数(应该为构造函数中的第一条语句) 3)super: 它引用当前对 ...

  7. CISCO实验记录六:EIGRP路由协议

    一.要求 1.查看当前路由协议 2.清空路由设置 3.使用EIGRP协议创建路由 4.查看EIGRP的邻居表 5.关闭自动汇总 6.使用手工汇总 二.实现 1.查看当前路由协议 #show ip pr ...

  8. iOS-VideoToolbox硬编码H264

    前言 VideoToolBox是iOS8之后,苹果开发的用于硬解码编码H264/H265(iOS11以后支持)的API. 对于H264还不了解的童鞋一定要先看下这边的H264的简介. 编码流程 我们实 ...

  9. Java-基于 Instrument 的 Agent

    Agent 为 JVMTI 的客户端. 这里记录的是基于Java Instrument 的 Agent 实现,还有直接基于 JVMTI 的 Agent 实现. 在 JDK1.5 以后,我们可以使用 A ...

  10. pip 安装的问题

    安装 pip install   mysql-python 报错: mysql_config: command not found 解决办法: yum install mysql-devel yum ...