Skip to content

Commit 2d9f97e

Browse files
authored
Merge pull request #26 from GHLandy/master
select and regular updates [s]wrong-architect.md [s]java-gc-explained.md [s]java-collections.md [s]mastering-regexp.md regular update and fix ref link
2 parents 9c0f83c + aac637a commit 2d9f97e

File tree

6 files changed

+117
-10
lines changed

6 files changed

+117
-10
lines changed

turnoff.us/README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ turnoff.us 漫画汉化
77

88
如未特别注明,则漫画汉化与鉴评同为一人。
99

10-
最后更新于:2017 年 04 月 05 日
11-
1210
- [静待后续汉化](https://github.com/LCTT/comic/blob/master/turnoff.us/turnoff.us.md)
1311

14-
- 10、[Linux 版 SQL Server](https://github.com/LCTT/comic/blob/master/turnoff.us/sql-server-on-linux-series/sql-server-on-linux-series.md) (由 GHLandy 汉化)
12+
- 10、[Linux 版 SQL Server](https://github.com/LCTT/comic/blob/master/turnoff.us/sql-server-on-linux-series/sql-server-on-linux-series.md) (由 GHLandy 汉化、wxy 点评)
1513

16-
未发布
14+
发布在:[https://linux.cn/article-8376-1.html](https://linux.cn/article-8376-1.html)
1715

1816
- 9、[烦人的软件
1917
](https://github.com/LCTT/comic/blob/master/turnoff.us/annoying-software-series/annoying-software-series.md) (由 GHLandy 汉化)
@@ -37,7 +35,7 @@ turnoff.us 漫画汉化
3735

3836
发布在:[https://linux.cn/article-8318-1.html](https://linux.cn/article-8318-1.html)
3937

40-
- 4、[Bash 的历史](https://github.com/LCTT/comic/blob/master/turnoff.us/bash_history/bash_history.md) (由 name1e5s 汉化、bestony鉴评)
38+
- 4、[Bash 的历史](https://github.com/LCTT/comic/blob/master/turnoff.us/bash_history/bash_history.md) (由 name1e5s 汉化、bestony 点评)
4139

4240
发布在:[https://linux.cn/article-8316-1.html](https://linux.cn/article-8316-1.html)
4341

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Java Collections in Duck Life
2+
=====
3+
4+
![Java Collections in Duck Life](https://turnoff.us/image/en/java-collections.png)
5+
6+
- Sometimes a QUEUE makes sense ...
7+
- Quack! add!
8+
- Quack! remote!
9+
10+
11+
- ... Sometimes Just a SET is enough.
12+
- Quack! remote!
13+
- eventually a MAP is necessary...
14+
15+
- ...but sooner or later we all need to deal with a STACK.
16+
17+
18+
via:
19+
- https://turnoff.us/geek/java-collections/
20+
21+
作者:[Daniel Stori][a]
22+
译者:[译者ID](https://github.com/译者ID)
23+
校对:[校对者ID](https://github.com/校对者ID)
24+
合成:[合成者ID](https://github.com/合成者ID)
25+
点评:[点评ID](https://github.com/点评者ID)
26+
27+
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
28+
29+
[a]:http://turnoff.us/about/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Java Garbage Collection Explained
2+
=====
3+
4+
![Java Garbage Collection Explained](https://turnoff.us/image/en/java-gc-explained.png)
5+
6+
- Hi people! John is here to clean up the mess. Can you get out, please?
7+
8+
9+
- sweep sweep sweep
10+
- Considering that we are application threads, John is acting as GC, more specifically the serial GC!
11+
12+
13+
- They are two threads now, they are acting as parallel GC.
14+
- John, I will help you!
15+
16+
17+
- Boys, do you want to return to work while we finish here?
18+
- John is suggesting concurrent MarkAndSweep GC!
19+
20+
via:
21+
- https://turnoff.us/geek/java-gc-explained/
22+
23+
作者:[Daniel Stori][a]
24+
译者:[译者ID](https://github.com/译者ID)
25+
校对:[校对者ID](https://github.com/校对者ID)
26+
合成:[合成者ID](https://github.com/合成者ID)
27+
点评:[点评ID](https://github.com/点评者ID)
28+
29+
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
30+
31+
[a]:http://turnoff.us/about/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Mastering RegExp
2+
=====
3+
4+
![Mastering RegExp](https://turnoff.us/image/en/regexp.png)
5+
6+
- that's it! I'll not exit this house till I mastering RegExp!
7+
8+
9+
- tap tap tap
10+
- tap tap tap tap tap
11+
12+
13+
- lots of coffee and time later...
14+
- now I see! I understand every single concept of RegExp!
15+
16+
17+
- now I'll show to the poeple at work what I've...
18+
19+
via:
20+
- https://turnoff.us/geek/mastering-regexp/
21+
22+
作者:[Daniel Stori][a]
23+
译者:[译者ID](https://github.com/译者ID)
24+
校对:[校对者ID](https://github.com/校对者ID)
25+
合成:[合成者ID](https://github.com/合成者ID)
26+
点评:[点评ID](https://github.com/点评者ID)
27+
28+
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
29+
30+
[a]:http://turnoff.us/about/

turnoff.us/turnoff.us.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
turnoff.us 上待汉化的漫画
2-
====================
2+
=======
33

4-
最后更新于:2017 年 04 月 05 日
4+
* ## [When You Hire The Wrong Architect](https://github.com/LCTT/comic/blob/master/turnoff.us/wrong-architect/[s]wrong-architect.md)
55

66
* ## [Java Packaging System](https://turnoff.us/geek/java-packaging)
77

@@ -125,11 +125,11 @@ turnoff.us 上待汉化的漫画
125125

126126
* ## [Life in a Web Server](https://turnoff.us/geek/life-in-a-web-server)
127127

128-
* ## [Mastering RegExp](https://turnoff.us/geek/mastering-regexp)
128+
* ## [Mastering RegExp](https://github.com/LCTT/comic/blob/master/turnoff.us/mastering-regexp/[s]mastering-regexp.md)
129129

130-
* ## [Java Collections in Duck Life](https://turnoff.us/geek/java-collections)
130+
* ## [Java Collections in Duck Life](https://github.com/LCTT/comic/blob/master/turnoff.us/java-collections/[s]java-collections.md)
131131

132-
* ## [Java Garbage Collection Explained](https://turnoff.us/geek/java-gc-explained)
132+
* ## [Java Garbage Collection Explained](https://github.com/LCTT/comic/blob/master/turnoff.us/java-gc-explained/[s]java-gc-explained.md)
133133

134134
* ## [Waze vs Battery](https://github.com/LCTT/comic/blob/master/turnoff.us/waze-vs-battery/[s]waze-vs-battery.md)
135135

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
When You Hire The Wrong Architect
2+
=====
3+
4+
![When You Hire The Wrong Architect](http://turnoff.us/image/en/wrong-architect.png)
5+
6+
- It was hard but here it is. I just don't get it how we will build site with this.
7+
8+
via:
9+
- http://turnoff.us/geek/wrong-architect/
10+
11+
作者:[Daniel Stori][a]
12+
译者:[译者ID](https://github.com/译者ID)
13+
校对:[校对者ID](https://github.com/校对者ID)
14+
合成:[合成者ID](https://github.com/合成者ID)
15+
点评:[点评ID](https://github.com/点评者ID)
16+
17+
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
18+
19+
[a]:http://turnoff.us/about/

0 commit comments

Comments
 (0)