Skip to main content

초보 영어 원서 100권



초급


Step1. 초급 쉬운 내용의 책으로 흥미 붙이기
원서 읽기의 첫걸음은 쉬운 내용의 책으로 영어에 대한 흥미를 붙이는 것입니다.
초보자가 부담없이 읽기에 알맞은 아동용 도서를 소개합니다.


Diary of a Wimpy Kid #1 7,280원 - 구입
Charlotte's Web : Movie Tie-in Edition 6,160원 - 구입
The Witches 5,770원
Matilda 5,310원
Holes 5,040원
Ella Enchanted 7,140원


Step2. 다독으로 자신감 찾기
영어 원서 읽기에 대한 두려움을 조금은 떨쳤나요?
이제 다양한 주제의 쉬운 책을 다독해 보세요, 이때 자신의 수준보다 낮으면서도 무엇보다 재미있는 책을 고르는것이 포인트! 쉽고 재미와 감동을 주는 책들만을 모았습니다. 영어에 대한 자신감을 쌓고 훗날 어려운책도 거침없이 읽기 위한 준비 운동입니다.


The Little Prince 8,970원     
Jonathan Livingston Seagull 8,880원
The Old Man and the Sea 11,700원
Aesop's Fables 4,940원  
The Wizard of Oz 7,200원    
Daddy-Long-Legs 6,630원
Anne of Green Gables 6,800원
From the Mixed-Up Files of Mrs. Basil E. Frankweiler 6,540원
Hatchet 7,000원
Hoot 9,900원
Shiloh 7,220원
Maniac Magee 5,460원
A Ring of Endless Light 7,830원
The Mysterious Benedict Society 6,790원
The Giver 5,950원
A Wrinkle in Time 6,210원
Howl's Moving Castle 6,820원
Penguin Readers Level 5 : Sherlock Holmes Short Stories 4,500원
Anne Frank : The Diary of a Young Girl 5,800원
Number the Stars 6,300원
Bud, Not Buddy 6,400원
When My Name Was Keoko 7,730원
A Single Shard 5,680원
The Story of the World #1 : Ancient Times - From the Earliest Nomads to the Last Roman Emperor 17,340원
The Cartoon History of the Universe I 25,410원
Horrible Science : Painful Poison 9,000원
The Number Devil : A Mathematical Adventure 21,310원


중급 (영어책, 생각보다 만만하다면?)
step1. 영어권 나라의 청소년 문화 들여다 보기
영어원서를 통해 다른 문화 속 청소년의 생활을 간접 체험해 보세요
Chicken Soup for the Teenage Soul
The Curious Incident of the Dog in the Night-Time

Step2. 영화와 함께 원서 100배 즐기기

Step3. 다양한 장르의 책으로 넓히기

Step4. 빠른 전개와 강한 흡입력의 책으로 영어에 탄력 붙이기

고급
step1. 고전으로 영어 실력 굳히기
step2. 세계속의 한국 영어 접하기

Step3. 직식활동으로서의 영어책 읽기








Comments

Popular posts from this blog

Sqlite database is locked

sqlite는 embedded system에서 널리 사용되는 무료 dbms?(dbms라고 말하긴 좀 그렇지만, dbms라 불러주자 ㅎ) 이다. 특히 memory db 기능이 아주 유용하다. 그 밖의 dbms에서도 이 기능이 있으나, 이 기능이 지원되는 버전은 대부분 고가이다. 따라서, 무료인 sqlite를 많이들 애용하는 것 같다. 멀티쓰레드를 sqlite DB를 구현하고 롱런테스트를 하다보면, pthread_mutex_lock으로 쓰레드 간의 교착상태를 막아줘도, sqlite lock 에러가 간헐적으로 발생할 것이다. 이에 대해 본인은 다음과 같은 에러 처리 구문을 준비하여 사용하고 있다. sqlite Error가 발생하면, sqlite3_exception함수를 호출한다. 이 함수에서 sqlite error code를 구분하여, 만약, busy 또는 locked이면 최대 2초간 sleep 상태로 만드는 sqlite3_busy_timeout, busy handler를 호출한다. 그 다음, goto 구문으로 재차 sqlite3_exec를 실행한다. 단, sqlite3_exec는 transaction의 begin과 commit 또는 rollback 구문 사이에서 실행한다. 대부분 lock 에러가 발생하더라도 1~2번 실패 후에, 처리된다는 것이 본인의 테스트 결과이다. 단, journal를 WAL로 변경하였음. 기존 journal은 멀티쓰레드 지향적이지 않다는 점을 잊지마시길.... Error Code SQLITE_LOCKED (6): Database Is Locked This error code occurs when you try to do two incompatible things with a database at the same time from the same database connection. For example, if you are in the middle of a SELECT statement and y...

맥OS 사전에 사전 파일 추가하기

1. http://code.google.com/p/mac-dictionary-kit/에서 sdconv를 다운로드 받는다. 2. e4u 등과 같은 사전 파일(stardict 형식)을 다운받는다. 3. 사전 파일의 압축을 풀면, e4u.ifo, e4u.dict.dz, e4u.idx와 같은 파일이 보인다. 4. sdconv 디렉터리 내의 convert 실행 파일로 convert e4u.ifo를 실행한다. 5. 위 과정이 완료되면 아래와 같이 사전에 e4u가 추가된 점을 확인할 수 있다. 6. 순서를 조절하여 사용하면 된다.

gnome screen

screen nano editor에서 빠져나오기 C+x가 screen prefix 일 경우, nano 에디터에서 빠쪄나오기 어렵다. 이때는 C+t, C+z하면 background 처리한 후, kill 명령어로 nano 실행 프로세스를 죽여야 한다.     그리고 crontab -e를 실행할 때, export VISUAL=vim; crontab -e로 실행해라.     screen session title를 변경 원할 경우 C+x, shift+a 하면 각 창 제목을 변경할 수 있다.     user's manual http://www.delorie.com/gnu/docs/screen/screen_toc.html - Run a new screen session # screen - Reattach to a previously detatched session # screen -R - Create a new window. # '''prefix''' c - Kill the current window - after confirmation # '''prefix''' k - 현재 창의 창 번호를 변경하는 방법 예 창번호 3에서 1로 변경할 경우, 먼저 창 3으로 이동한 상태에서 # '''prefix''' :number 1 [enter]하면 창번호3이 1로 변경됨.  - Switch to the other window # '''prefix''' space - Detach & Attach screen を起動した状態で、 # Ctrl-z d or Ctrl-z ^D とすると、screenを起動する前のシェルに戻ります。screenはバックグランドで動いています。これを「Detachedデタッチ」と言います。 Attachedとは「再開」 デタッチしたセッションを確認...