PHPBB2Drupal has been converted into a module and is actively developed by beginner2005 on the drupal.org site. You can find an actively maintained and polished version of the new code here.
http://drupal.org/project/phpbb2drupal
Teach Yourself Programming in Ten Years 번역한 문서.
황요한
번역한 날짜: 2006년 1월 14일
아무 책방이든 상관없이 들어가서 보면, 7일 안에 자바(Java) 완성이외에 비주얼 베이직(Visual Basic), 윈도우(Windows), 인터넷(the Internet)을 불과 몇시간 또는 몇일에 정복하기의 제목의 책들을 끝없이 나란히 진열된 것을 볼 것이다. Amazon.com에서 다음과 같은 고급(파워) 검색을 했었을때
출판일: 1992년 이후 / 제목: 몇일 (제목: 정복하기 또는 제목: 배우기)
결과가 무려 248개나 나왔다. 첫 78개는 컴퓨터 관련 책 이었다 (79번은 30 일안에 벵골어 배우기였다.) 나는 "일"대신 "시간"를 입력해봤다. 몇일을 " 몇시간으로" 대체했었을때 놀랍게도 아주 근접한 결과을 얻었다: 곁에 따르는 253개의 책중에 77개의 컴퓨터 책이였고 제 78에 24 시간안에 문법 직접배우기이 있었다. 결과의 최고 200개에서, 96%은 컴퓨터 책 이었다.
JSON-J2ME is a J2ME implementation JSON. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write.
In order to support a J2ME project for my college software engineering class, I modified the JSON-JAVA to run on J2ME MIDP/CLDC.
I used the J2ME Polish's project's ArrayList implementation to support ArrayList. I modified the files to use libraries that were only available to MIDP/CLDC.