'소스코드'에 해당되는 글 2건

  1. 2008.12.17 Syntaxhighlighter를 블로그에 설치하는 방법
  2. 2007.10.21 소스코드 검색엔진
출처: http://withrobot.tistory.com/180

글을 쓸 때는 다음과 같이 html 편집을 이용해서 소스코드를 입력한다

<textarea name="code" class="Python" cols="60" rows="10">
코드는 여기에 복사한다.
</textarea>
Posted by trigger
,

소스코드 검색엔진

project 2007. 10. 21. 15:08

취미로 프로그램을 하고 제대로 공부해 본 적이 없어서 남의 것들 참고하고 겨우겨우 이해하고 베끼는 수준이다. 그러다보니 다음의 소스코드 검색엔진들은 필수

1. krugle

사용자 삽입 이미지





2. google code search

사용자 삽입 이미지









3. koders

사용자 삽입 이미지


 





4. O' Reilly Code Search
O' Reilly 책의 모든 소스코드를 검색

사용자 삽입 이미지







5. Codase

사용자 삽입 이미지










6. UCodit

7. C/C++ source

 

http://start.gotapi.com/ API search engine

Posted by trigger
,