E D R , A S I H C RSS

Full text search for "html"

html


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 자바와자료구조2006 . . . . 165 matches
         [http://www.gayhomes.net/debil/aciphex.html aciphex]
         [http://www.gayhomes.net/debil/aldara.html aldara]
         [http://www.gayhomes.net/debil/alesse.html alesse]
         [http://www.gayhomes.net/debil/allegra.html allegra]
         [http://www.gayhomes.net/debil/amoxicillin.html amoxicillin]
         [http://www.gayhomes.net/debil/butalbital.html butalbital]
         [http://www.gayhomes.net/debil/clarinex.html clarinex]
         [http://www.gayhomes.net/debil/cyclobenzaprine.html cyclobenzaprine]
         [http://www.gayhomes.net/debil/diflucan.html diflucan]
         [http://www.gayhomes.net/debil/elavil.html elavil]
         [http://www.gayhomes.net/debil/estradiol.html estradiol]
         [http://www.gayhomes.net/debil/flexeril.html flexeril]
         [http://www.gayhomes.net/debil/fluoxetine.html fluoxetine]
         [http://www.gayhomes.net/debil/fosamax.html fosamax]
         [http://www.gayhomes.net/debil/motrin.html motrin]
         [http://www.gayhomes.net/debil/norvasc.html norvasc]
         [http://www.gayhomes.net/debil/ortho.html ortho]
         [http://www.gayhomes.net/debil/prevacid.html prevacid]
         [http://www.gayhomes.net/debil/remeron.html remeron]
         [http://h1.ripway.com/olert/ambien.html ambien]
  • html5/webSqlDatabase . . . . 33 matches
         [[pagelist(html5)]]
          * SeeAlso) [html5/web-storage]
          * 로컬 저장소의 일부. [html5/web-storage]외에 추가 제공되는 것.
          * SeeAlso) [html5/indexedDatabase]
         var html5rocks = {};
         html5rocks.webdb = {};
         html5rocks.webdb.db = null;
         html5rocks.webdb.open = function() {
          html5rocks.webdb.db = openDatabase('Todo', '1.0', 'todo manager', dbSize);
         html5rocks.webdb.onError = function(tx, e) {
         html5rocks.webdb.onSuccess = function(tx, r) {
          html5rocks.webdb.getAllTodoItems(tx, r);
         html5rocks.webdb.createTable = function() {
          html5rocks.webdb.db.transaction(function(tx) {
         html5rocks.webdb.addTodo = function(todoText) {
          html5rocks.webdb.db.transaction(function(tx){
          html5rocks.webdb.onSuccess,
          html5rocks.webdb.onError);
         html5rocks.webdb.getAllTodoItems = function(renderFunc) {
          html5rocks.webdb.db.transaction(function(tx) {
  • Plugin/Chrome/네이버사전 . . . . 21 matches
          * 크롬은 아시다시피 Plug-in을 설치할수 있다 extension program이라고도 하는것 같은데 뭐 쉽게 만들수 있는것 같다. 논문을 살펴보는데 사전기능을 쓰기위해 마우스를 올렸지만 실행이 되지 않았다.. 화난다=ㅂ= 그래서 살짝 살펴보니 .json확장자도 보이는것 같지만 문법도 간단하고 CSS와 HTML. DOM형식의 문서구조도 파악하고 있으니 어렵지 않을것 같았다. 그래서 간단히 네이버 링크를 긁어와 HTML element분석을 통해 Naver사전을 하는 Plug-in을 만들어볼까 한다.
          * [HTML]
          1. Tutorial (getstarted) with fileset(manifest.json,.js,.html)
         http://code.google.com/chrome/extensions/index.html
         http://code.google.com/chrome/extensions/getstarted.html
         flickr에서 permission을 받아 사진을 긁어오는 플러그인을 만드는것 같다. 파일구성은 HTML안에 스타일을 적용하는 CSS. AJAX, Javascript를 이용하여 (AJAX의 정의를 알아보아야겠다 ) 내용을 구성한다. json을 통해 뭘 하는건가. 흥미롭군.
         Ajax는 비동기식으로 데이터를 주고받기 위해 (A는 Asyncronous) HTML과 CSS 동적 정보 표시를 위한 동적 언어와 DOM문서형 구조를 가진 XML, json만이 Ajax를 뜻하는 것이 아니라 이런 조합으로 이루어진 비동기 웹 어플리케이션 기법을 뜻한다.
         // See: http://www.flickr.com/services/api/misc.urls.html
          * popup.html
         <!doctype html>
         <html>
          <!-- JavaScript and HTML must be in separate files for security. -->
         </html>
          "default_popup": "popup.html"
          * index.html
         <html>
         <body ondblclick = "na_open_window('win', 'popup.html', 50, 100, 100, 30, 0, 0, 0, 0, 0)">
         </html>
          * popup.html
         <html>
  • UDK/2012년스터디 . . . . 17 matches
          * [http://www.udk.com/kr/documentation.html 튜토리얼], [http://www.3dbuzz.com/vbforum/sv_home.php 3D Buzz] [http://cafe.naver.com/cookingani UDK 카페]와 [http://book.naver.com/bookdb/book_detail.nhn?bid=6656697 Mastering Unreal]을 참고하여 진행
          * [http://udn.epicgames.com/Three/UnGlossaryKR.html 용어집] 용어집부터 읽으면 이해가 쉽군여
          * [http://udn.epicgames.com/Three/DevelopmentKitFirstScriptProjectKR.html 언리얼스크립트 시작하기] 읽어봅시다
          * [http://udn.epicgames.com/Three/UnrealScriptReferenceKR.html 언리얼스크립트 레퍼런스] UnrealScript 사용자용
          * [http://udn.epicgames.com/Three/MaterialsCompendiumKR.html 머터리얼 개론] 텍스쳐와 여러 가지 연산 기능을 이용하여 머터리얼 속성을 만듬
         http://udn.epicgameskorea.com/Three/LandscapeCreatingKR.html
          * [http://udn.epicgames.com/Three/MasteringUnrealScriptBaptismByFireKR.html 언리얼 마스터하기: 언리얼스크립트 통과의례]
          * [http://udn.epicgames.com/Three/MasteringUnrealScriptClassesKR.html 언리얼 마스터하기: 언리얼스크립트 클래스]
          * [http://udn.epicgames.com/Three/MasteringUnrealScriptFunctionsKR.html 언리얼 마스터하기: 언리얼스크립트 함수]
          * [http://udn.epicgames.com/Three/MasteringUnrealScriptPreProcessorKR.html 언리얼 마스터하기: 언리얼스크립트 전처리기]
          * [http://udn.epicgames.com/Three/MasteringUnrealScriptStatesKR.html 언리얼 마스터하기: 언리얼스크립트 스테이트]
          * [http://udn.epicgames.com/Three/MasteringUnrealScriptDelegatesKR.html 언리얼 마스터하기: 언리얼스크립트 델리게이트]
          * 참고자료: [http://udn.epicgames.com/Three/UnrealScriptGameFlowKR.html 언리얼스크립트 게임 흐름]
          * [http://download.autodesk.com/us/3dsmax/skillmoviesv2011/index.html Essential Skills Movies]
          * [http://docs.autodesk.com/3DSMAX/13/KOR/Autodesk%203ds%20Max%202011%20Tutorials/index.html Autodesk 3ds Max 자습서]
          좀 더 관심있으면 다음 예제도 도움이 될 듯. [http://udn.epicgames.com/Three/DevelopmentKitGemsConcatenateStringsKismetNodeKR.html Concatenate Strings (문자열 연결) 키즈멧 노드 만들기]
          [http://udn.epicgames.com/Three/CollisionTechnicalGuideKR.html 콜리전 테크니컬 가이드]의 내용을 요약.
  • NeoCoin/Server . . . . 14 matches
         http://www-903.ibm.com/developerworks/kr/linux/library/l-fs.html [[BR]]
         http://www-903.ibm.com/developerworks/kr/linux/library/l-fs2.html [[BR]]
         http://www-903.ibm.com/developerworks/kr/linux/library/l-fs3.html [[BR]]
         http://www-903.ibm.com/developerworks/kr/linux/library/l-fs4.html [[BR]]
         http://www-903.ibm.com/developerworks/kr/linux/library/l-fs5.html [[BR]]
         http://www-903.ibm.com/developerworks/kr/linux/library/l-fs6.html [[BR]]
         http://www-903.ibm.com/developerworks/kr/linux/library/l-fs7.html [[BR]]
         http://www-903.ibm.com/developerworks/kr/linux/library/l-fs8.html [[BR]]
         http://www-903.ibm.com/developerworks/kr/linux/library/l-fs9.html [[BR]]
         http://www-903.ibm.com/developerworks/kr/linux/library/l-fs10.html [[BR]]
         -mutt에서 html 메일 w3m으로 보기
         text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput
         find ./ -name *.html -exec perl -pi -e `s/<바뀌고>/<바뀔>/g` {} \;
  • ZeroPage_200_OK/소스 . . . . 14 matches
         <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
          <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
         </html>
         <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
          <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
         </html>
  • 권영기/web crawler . . . . 14 matches
          * HTML
          HTML, CSS, JavaScript - 웹 페이지 분석
         fo = open("test1.html","w")
         fo1 = open("test1.html", "r")
         fo2 = open("test2.html", "w")
          * http://docs.python.org/tutorial/controlflow.html
          * http://docs.python.org/tutorial/inputoutput.html
         fo = open("test2.html", "r")
          http://docs.python.org/library/urllib.html
          http://docs.python.org/library/os.html
          http://docs.python.org/library/os.path.html#module-os.path
          prepare.readpage(url, str(i) + '.html')
          prepare.extractwt(str(i) + '.html', str(i) + 'file.html')
          prepare.download(str(i) + 'file.html')
          * http://docs.python.org/tutorial/classes.html / 9.5까지.
  • ACM_ICPC . . . . 11 matches
          * [http://acm.kaist.ac.kr/2000/standing.html 2000년]
          * [http://acm.kaist.ac.kr/2001/standing.html 2001년]
          * [http://acm.kaist.ac.kr/2002/standing.html 2002년]
          * [http://acm.kaist.ac.kr/2003/rank.html 2003년]
          * [http://acm.kaist.ac.kr/2005/standing2005.html 2005년 스탠딩]
          * [http://acm.kaist.ac.kr/2007/standing2006.html 2006년 스탠딩] - ZeroPage Rank 17
          * [http://acm.kaist.ac.kr/2007/standing2007.html 2007년 스탠딩] - ZeroPage Rank 30
          * [http://acm.kaist.ac.kr/2008/fullnums.html 2008년 스탠딩] - ZeroPage Rank 30
          * [http://acm.kaist.ac.kr/2009/rank/new_summary_full.html 2009년 스탠딩] - No attending
          * [http://icpckorea.org/2015/REGIONAL/scoreboard.html 2015년 스탠딩] - 1Accepted1Chicken Rank 42 (CAU - Rank 18, including Abroad team)
          * [http://icpckorea.org/2016/REGIONAL/scoreboard.html 2016년 스탠딩] - Zaranara murymury Rank 31 (CAU - Rank 13, including Abroad team)
  • JavaScript/2011년스터디/URLHunter . . . . 11 matches
         <!doctype html>
         <html>
         </html>
          * The Hunter.html
         </html>
          * url-hunter.html
         <html>
         </html>
         <html>
          location.href="./URLHunter.html#|||"+arr.join('')+"|||time:";
         </html>
  • STL/참고사이트 . . . . 11 matches
         [http://www.cs.rpi.edu/projects/STL/stl/stl.html C++ STL 레퍼런스 사이트]
         [http://www.cs.rpi.edu/projects/STL/htdocs/stl.html C++ STL from RPI univ]
         [http://userwww.econ.hvu.nl/~ammeraal/stlcpp.html STL for C++ Programmers]
         [http://www.halpernwightsoftware.com/stdlib-scratch/quickref.html C++ STL from halper]
         [http://www.yrl.co.uk/~phil/stl/stl.htmlx Phil Ottewell's STL Tutorial]
         좋지만 오래된 문서 - [http://www.decompile.com/html/tut.html] 미러 : [http://mip.ups-tlse.fr/~grundman/stl-tutorial/tutorial.html]
         Intro to STL SGI http://www.sgi.com/tech/stl/stl_introduction.html
         Mumits STL 초보 가이드 (약간 오래된 것) http://www.xraylith.wisc.edu/~khan/software/stl/STL.newbie.html
         Joseph Y. Laurino's STL page. http://weber.u.washington.edu/~bytewave/bytewave_stl.html
  • 새싹교실/2012/주먹밥 . . . . 10 matches
         <html>
         </html>
          * 메모장으로 Html파일을 만듬 -> 안에 소스를 넣음
         <html>
         </html>
         <html>
         </html>
          -> 특정 색 투명처리 : http://jpjmjh.blogspot.kr/2010/02/ie6-png-%ED%88%AC%EB%AA%85%EC%B2%98%EB%A6%AC-%ED%95%98%EA%B8%B0.html
          * APM 설치완료 => 블로그 보고. 사용법 익히기. APM_SETUP폴더에 htdocs폴더에 index.html 건들고 오기.
          * APM_SETUP폴더에 htdocs폴더에 index.html을 하기. http://www.w3schools.com/js/default.asp 가서 javascript예제 index.html에 작성하고 돌아가는것 확인.
          * 홈페이지를 만들고 관리하려면 뭐부터 배워야 하나요? HTML부터 -> 서버사이드까지 마인드 맵을 그려주기로 했음.
  • html5/form . . . . 9 matches
         [[pagelist(html5)]]
          * 폼 태그는 HTML 문서에서 사용자 입력을 위해 제공되는 양식 태그
          * HTML5 의 Canvas를 지원하지 않는 IE8 이전 버전을 위해 ExplorerCanvas(http://code.google.com/p/explorercanvas/) 라이브러리가 제공되듯이 HTML5 확장 폼을 지원하지 않는 브라우저의 경우 WebForm2 라이브러리를 사용할만 하다
          * WebForms2 라이브러리는 HTML 폼 확장에 대해 각 브라우저마다 다르게 동작하는 문제점을 극복하기 위해 제공되며 Cross Broswer HTML5 Form 구현을 가능하도록 해 준다. 이와 관련한 다음의 글을 참고해 보기 바란다
          * http://nz.pe.kr/wordpress/programming/html5/번역-지금-바로-cross-browser-html5-form-만드는-방법
          * http://www.w3schools.com/html5/html5_form_input_types.asp
          <input type="submit" formmethod="POST" formaction="/formOk.html">
          * [http://diveintohtml5.org/forms.html form of madness]
          * [http://www.w3.org/TR/html5-diff/ w3c:HTML5 differences from HTML4]
  • html5practice . . . . 9 matches
          * SeeAlso) [html5]
         [[pagelist(html5practice/*)]]
          * [html5practice/즐겨찾기목록만들기] : [html5/web-storage] 활용 - 이승한
          * [html5practice/roundRect] : [html5/canvas] 활용 - 이승한
          * [html5practice/계층형자료구조그리기] : [html5/canvas] 활용 - 이승한
          * 프리마인드 파일 html5로 렌더링 하기
  • Data전송 . . . . 8 matches
         html 에서 작성한 텍스트 박스등에 입력된 값을 서버로 전송
         3. html 이 메인 역활을 하므로 주소창에 파일이름.html 을 설정한다.
         === html File ===
         <html>
         </html>
         <html>
         </html>
  • RSSAndAtomCompared . . . . 8 matches
         Toru Marumoto has produced [http://www.witha.jp/Atom/RSS-and-Atom.html a Japanese translation].
         [http://www.ietf.org/html.charters/atompub-charter.html Atompub Working Group]
         [http://www.ietf.org/iesg.html Internet Engineering Steering Group]. The specification is structured in such a way that the IETF could conceivably issue further versions or revisions of this specification without breaking existing deployments, although there is no commitment, nor currently expressed interest, in doing so.
         [http://www.bblfish.net/blog/page7.html#2005/06/20/22-28-18-208 reports] of problems with interoperability and feature shortcomings.
         RSS 2.0 may contain either plain text or escaped HTML, with no way to indicate which of the two is provided. Escaped HTML is ugly (for example, the string AT&T would be expressed as “AT&amp;T”) and has been a source of difficulty for implementors. RSS 2.0 cannot contain actual well-formed XML markup, which reduces the re-usability of content.
          * escaped HTML, like is commonly used with RSS 2.0
          * well-formed, displayable XHTML markup
          * [http://bulknews.typepad.com/blog/2005/07/searchcpanorg_t.html XML::Atom]
         Atom 1.0 includes a (non-normative) ISO-Standard [http://relaxng.org/ RelaxNG] schema, to support those who want to check the validity of data advertised as Atom 1.0. Other schema formats can be [http://www.thaiopensource.com/relaxng/trang.html generated] from the RelaxNG schema.
          * [http://www.intertwingly.net/slides/2003/rssQuickSummary.html RSS Quick Summary]
  • ZeroPage_200_OK . . . . 8 matches
          * '''XHTML1.0 (Transitional / Strict)''' - http://www.w3.org/TR/2002/REC-xhtml1-20020801/
          * HTML4.01 (Transitional / Frameset / Strict) - http://www.w3.org/TR/1999/REC-html401-19991224/
          * HTML5
          * '''CSS2.1 (with HTML4.01 / XHTML1.0)''' - http://www.w3.org/TR/CSS2/
          * CSS3 (with HTML5)
          * XHTML1.0, CSS2.1 기초
          * 위에 링크한 저의 Workspace Project의 index.html 파일에 메뉴 샘플을 구현해두었습니다. 상단의 Preview로 확인하면서 적절히 참조해서 만들면 도움이 될겁니다.
          * XHTML과 CSS 과제 해설
          * form 관련으로 사용자 입력을 받을 수 있었던 부분 실습을 주로 배웠습니다. 근데 궁금한게 도중에 html5 얘기를 하시면서 <a href=""><button>abc</button></a> html5에서는 이렇게 사용할 수 있는데 이런게 자바스크립트를 쓸 수 없는 경우에 된다고 하셨는데 그럼 원래 버튼의 onclick같은 on~는 자바스크립트인건가요? - [서영주]
          * 서버에서 데이터를 가져와서 보여줘야 하는 경우에 싱글스레드를 사용하기 때문에 생기는 문제점에 대해서 배우고 이를 처리하기 위한 방법을 배웠습니다. 처음에는 iframe을 이용한 처리를 배웠는데 iframe 내부는 독립적인 페이지이기 때문에 바깥의 렌더링에 영향을 안주지만 페이지를 이동하는 소리가 나고, iframe이 서버측의 데이터를 읽어서 렌더링 해줄 때 서버측의 스크립트가 실행되는 문제점 등이 있음을 알았습니다. 이를 대체하기 위해 ajax를 사용하는데 ajax는 렌더링은 하지 않고 요청 스레드만 생성해서 처리를 하는 방식인데 xmlHttpRequest나 ActiveXObject같은 내장객체를 써서 요청 스레드를 생성한다는걸 배웠습니다. ajax라고 말은 많이 들었는데 구체적으로 어떤 함수나 어떤 객체를 쓰면 ajax인건가는 잘 몰랐었는데 일반적으로 비동기 처리를 하는거면 ajax라고 말할 수 있다고 하셨습니다. 그리고 중간에 body.innerHTML을 직접 수정하는 부분에서 문제가 생겼었는데 innerHTML을 손대면 DOM이 다시 만들어져서 핸들러가 전부 다 사라진다는 것도 기억을 해둬야겠습니다. - [서영주]
          * CSS -> HTML -> JavaScript 순서로 html을 작성한다. - CSS가 뒤에 있으면 HTML 렌더링을 한 후에 CSS가 적용된다. JavaScript가 앞에 있으면 JavaScript가 다 받아지고 나서 뒷부분이 실행되기 때문에 속도에 문제가 있을 수 있다.
          * <script defer - html 파싱을 하면서 script에 대한 요청을 병렬적으로 보낸 이후에 모인 script를 한꺼번에 처리한다. script 요청의 순서가 지켜진다.
          * <script async - html 파싱을 하면서 script에 대한 요청을 병렬적으로 보내고, 먼저 처리가 된 script를 먼저 처리한다. 요청의 순서가 지켜지지 않는다.
  • html5/canvas . . . . 8 matches
         [[pagelist(html5/)]]
          * http://dev.w3.org/html5/canvas-api/canvas-2d-api.html
          * [http://simon.html5.org/dump/html5-canvas-cheat-sheet.html HTML5 canvas cheat sheet]
          * [http://diveintohtml5.org/canvas.html#divingin canvas에 관한 아주 자세한 설명] 어떻게 그려지는지에 대해서는 이곳에서 물어보면 대부분 해결 될 듯
          * [http://efreedom.com/Question/1-3684492/Html5-Canvas-Framerate framerate 측정 코드]
  • CodeConvention . . . . 7 matches
          * [http://www.freebsd.org/cgi/man.cgi?query=style&apropos=0&sektion=0&manpath=FreeBSD+5.0-current&format=html FreeBSD]
          * [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsgen/html/hunganotat.asp Hungarian Notation] : MFC, VisualBasic
          * [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconnetframeworkdesignguidelines.asp?frame=true .Net Frameworks Design Guidelines] : C#, VisualBasic.Net
          * [http://www.python.org/peps/pep-0007.html Style Guide for C Code]
          * [http://www.python.org/peps/pep-0008.html Style Guide for Python Code]
          * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsgen/html/hunganotat.asp
          * http://ootips.org/hungarian-notation.html
  • JavaScript/2011년스터디/CanvasPaint . . . . 7 matches
         <!doctype html>
         <html>
         </html>
          1. CanvasJs.html
         <!DOCTYPE html>
         <html lang="en">
         </html>
  • Kongulo . . . . 7 matches
         # Matches URLs in <a href=...> tags. Chosen above htmllib.HTMLParser because
         # this is much more lenient, not requiring HTML to be valid.
         # Digs out the text of an HTML document's title.
          def ExtractLinks(self, baseurl, htmldoc):
          """Returns all anchors from the document with contents 'htmldoc' at
          for match in itertools.chain(_LINK_RE.finditer(htmldoc),
          _FRAME_RE.finditer(htmldoc)):
          elif (doc.code == 200 and doctype == 'text/html' or
          if doctype == 'text/html': # no links in text documents
  • UbuntuLinux . . . . 7 matches
         방법은 서버에서 서브도메인을 나눠주는 것이 좋겠는데, 아직 이건 잘 모르겠고 Samba를 통해 공유 폴더를 이용하는 수준까지 이르렀다. [http://us4.samba.org/samba/docs/man/Samba-HOWTO-Collection/FastStart.html#anon-example 따라하기]
         [http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-6-sect-3.1 서버 설정]
         [http://dev.mysql.com/doc/refman/5.0/en/installing-binary.html MySQL binary install]
         [http://dev.mysql.com/doc/refman/5.0/en/automatic-start.html MySQL Start]
         [http://www.dougsparling.com/comp/howto/linux_java.html]
         [http://tomcat.apache.org/tomcat-5.5-doc/setup.html]
         http://www.xfree86.org/4.6.0/Install3.html#3
  • html5 . . . . 7 matches
         [[pagelist(^html5//*)]]
          * html5 연습 코드는 [html5practice] 에 있습니다.
          * http://slides.html5rocks.com/#slide49
          * 가장 좋은 api reference는 http://dev.w3.org/html5/ 입니다.
          * [http://simon.html5.org/html5-elements w3g HTML5 레퍼런스들을 목차로 잘 정리해 놓았다.]
  • html5/offline-web-application . . . . 7 matches
         [[pagelist(html5)]]
          * 웹 어플리케이션을 구성하는 HTML 파일이나 CSS, JavaScript, 이미지 파일 등 URL을 지정하여 브라우조로 액세스하는 파일.
          * 캐시 매니페스트의 URL을 html 요소의 manifest 속성에 지정해야 한다.
         <!DOCTYPE html>
         <html manifest="hello.manifest">
         </html>
          * manifest 속성을 지정한 html 요소를 가진 페이지.
         ./ fallback.html
  • html5/outline . . . . 7 matches
         [[pagelist(html5)]]
         == HTML5와 이전 문서의 차이 ==
         === before HTML5 ===
         === HTML5 ===
          * http://www.webguru.pe.kr/zbxe/files/attach/images/2848/655/824/structure-html5.gif
          * body가 section root임. HTML5의 컨텐츠는 모두 section에 포함된다는 것을 유추 가능
         {{{~HTML
         <!DOCTYPE html>
         <html xmlns="http://www.w3.org/1999/xhtml">
         </html>
          * [http://gsnedders.html5.org/outliner/ HTML5 Outliner]
          * [http://appletree.or.kr/blog/category/web-development/css/ HTML에 관한 깊이 있는 글을 보여주는 블로그]
  • html5practice/계층형자료구조그리기 . . . . 7 matches
         [[pagelist(html5practive)]]
         == html ==
         <html xmlns="http://www.w3.org/1999/xhtml">
         </html>
         var RootNode = {"text":"hello html5", "child":[{"text":"html5 is gooooooood", "child":null}
  • 임인택/AdvancedDigitalImageProcessing . . . . 7 matches
          http://www.reindeergraphics.com/tutorial/chap6/binary04.html
          http://www.anc.ed.ac.uk/~amos/hough.html
          http://rkb.home.cern.ch/rkb/AN16pp/node122.html
          http://planetmath.org/encyclopedia/HoughTransform.html
          http://www.reindeergraphics.com/tutorial/chap6/binary02.html
          http://greta.cs.ioc.ee/~khoros2/non-linear/dil-ero-open-close/front-page.html
          http://www.ph.tn.tudelft.nl/Courses/FIP/noframes/fip-Morpholo.html#Heading98
  • 홈페이지만들기/css . . . . 7 matches
         <html>
         </html>
         <html>
         </html>
         html과 달리 크기 조절에 제한이 없다.
         <html>
         </html>
  • Applet포함HTML/진영 . . . . 6 matches
         http://nihs.com.ne.kr/temp/NotHelloWorldApplet.html
         // NotHelloWorldApplet.html (컨버트 前)
         ''C:\j2sdk1.4.1_01\bin\HtmlConverter.exe 로 컨버트''
          '''ex) htmlconverter.exe NotHelloWorldApplet.html'''
         // NotHelloWorldApplet.html (컨버트 後)
         <!-- HTML CONVERTER -->
          pluginspage = "http://java.sun.com/products/plugin/index.html#download">
  • BuildingWikiParserUsingPlex . . . . 6 matches
          htmllefttag = Str("<")
          htmlrighttag = Str(">")
          htmlandtag = Str("&")
          (htmllefttag, "<"),
          (htmlrighttag, ">"),
          (htmlandtag, "&"),
  • CVS . . . . 6 matches
          * http://kldp.org/KoreanDoc/html/CVS_Tutorial-KLDP/x39.html - CVS At a Glance.
          * http://kldp.org/root/cvs.html
          * http://www.comp.nus.edu.sg/~cs3215/tools/cvs.html - 싱가폴 국립대학의 소프트웨어 공학 프로젝트 자료. 쉬움!
          * [http://www.loria.fr/~molli/cvs/doc/cvs_toc.html CVS User's Guide]
          * 참고: from- http://www.loria.fr/~molli/fom-serve/cache/352.html
  • CollaborativeFiltering . . . . 6 matches
          * NoSmok:PrincipiaCybernetica 에 있는 아주 간단한 개론(처음 보는 사람에게 추천) http://pespmc1.vub.ac.be/COLLFILT.html
          * Overview on various CF algorithms (recommended) http://www.research.microsoft.com/users/breese/cfalgs.html
          * http://www.ecminer.com/m3_webBrain.html
          * http://citeseer.nj.nec.com/483304.html
          * [http://wwwbroy.in.tum.de/~pretschn/papers/personalization/personalization.html Personalization on the Web]
          * [http://shadow.ieor.berkeley.edu/humor/info.html 버클리의 농담 추천 시스템 Jester]
  • LispLanguage . . . . 6 matches
          * emacs 강좌 - lisp 이해하기 1: http://ageofblue.blogspot.kr/2012/01/emacs-lisp-1.html
          * [http://mypage.iu.edu/~colallen/lp/lp.html Lisp Prime] - 책인듯
          * [http://dept-info.labri.fr/~strandh/Teaching/Programmation-Symbolique/Common/David-Lamkins/contents.html Successful Lisp:How to Understand and Use Common Lisp] - 책인듯(some 에 대한 설명 있음)
         [http://www.lispworks.com/products/clim.html Common Lisp Interface Manager]
         [http://www.lispworks.com/products/capi.html CAPI]
         [http://www.frank-buss.de/lisp/clim.html CLIM sample]
  • MoinMoinFaq . . . . 6 matches
         of formatting that html allows you to do. See the HelpOnFormatting page for some tips and examples.
          [http://your.link.here/foo.html This will be the link text]
         [http://your.link.here/foo.html This will be the link text]
         ==== Can I add HTML to the wiki? ====
         A. If you want to add a single line of HTML, use the HTML macro.
         This is done by putting your html text as a parameter to the
         HTML macro, like so:
         {{{~cpp [[HTML(<font size=+12>This is large font</font>)]]}}}
         [[HTML(<font size=+12>This is large font</font>)]]
         It's also possible to place an html document into a page by adding
         {{{~cpp #format html}}}
         page will be interpreted as HTML (thus making links to other pages
         portion of the page (not the HTML headers or anything else outside
          /!\ All of this only works if the HTML extensions (HTML macro and parser) are installed.
  • html5/drag-and-drop . . . . 6 matches
         [[pagelist(^html5)]]
          * 기존 HTML에서는 mousedown, mouseover 등을 이용하여 드래그 & 드롭을 처리했다.
          * HTML5에서는 드래그 & 드롭 API를 제공한다.
          * http://html5tutorial.net/tutorials/drag-and-drop.html
          * http://html5demos.com/file-api
          * http://dev.w3.org/html5/spec/dnd.html
  • html5/others-api . . . . 6 matches
         [[pagelist(html5)]]
          * HTML5는 사용자의 편의를 위한 다양한 요소를 제공한다.
          * html5오면서 변화한점은 이전에 비해 embed엘리먼트가 정식등록된점-그전까지는 object 엘리먼트로 대체하도록
          * 루비주석을 다는엘리먼트로 텍스트위에 주석을 달아준다 html5에서 새로 생긴 엘리먼트이다.
          * http://www.w3.org/TR/html5/microdata.html
          * http://www.quackit.com/html_5/tags/
  • html5practice/roundRect . . . . 6 matches
         [[pagelist(html5practice)]]
         == html ==
         <html xmlns="http://www.w3.org/1999/xhtml">
         </html>
          * roundRect function 는 [http://js-bits.blogspot.com/2010/07/canvas-rounded-corner-rectangles.html 이용] 하였음.
  • html5practice/즐겨찾기목록만들기 . . . . 6 matches
         [[pagelist(html5practice/*)]]
         == html ==
         <html xmlns="http://www.w3.org/1999/xhtml">
          <title>html favorite list test</title>
         </html>
          console.log(eTD.innerHTML);
          localStorage.removeItem(eTD.innerHTML);
          localStorage.setItem(eTD.innerHTML, "true");
          console.log(eTD.innerHTML);
          localStorage.removeItem(eTD.innerHTML);
          localStorage.setItem(eTD.innerHTML, "false");
          document.getElementById('favoriteList').innerHTML = pairs;
          document.getElementById('allList').innerHTML = pairs;
  • 2010JavaScript/역전재판 . . . . 5 matches
         = html 파일 =
         <html>
         </html>
         = 대사 파일을 첨부한 HTML =
         위의 HTML파일에다가 JavaScript를 더한것.
         <html>
          document.getElementById('text').innerHTML = contents[i]
         </html>
  • Applet포함HTML/영동 . . . . 5 matches
         * 음... HTML 컨버터로 컨버트하긴 했는데 ftp사용법을 몰라서 계정에 올리는 법을 모르겠네요. 그러한 관계로, 상욱이처럼 파일 내용만 올릴게요. ftp쓰는 법 배워서 링크시킬게요... [http://165.194.17.15/pub/util/WinSCP2.exe WinSCP 2.0 Beta]
         http://zeropage.org/~rimyd/apltest/apltest.html
          Apache는 각 계정과의 연결의 기본 세팅은 자신계정/public_html 입니다. See Also ["ZeroPageServer/Telnet계정"]
          즉, 영동군의 계정에서 ~/public_html 을 만들고 test.txt 란 파일을 넣으면, 외부에서는 http://zeropage.org/~rimyd/test.txt
         http://java.sun.com/getjava/index.html
         <!-- HTML CONVERTER -->
          pluginspage="http://java.sun.com/products/plugin/index.html#download">
  • Eclipse . . . . 5 matches
         ["Eclipse"] 프로젝트는 통합 개발 환경(IDE)을 위한 플렛폼을 목표하는 오픈소스 프로젝트 이다. [http://www.eclipse.org/projects/index.html 부분인용]
          * [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-ui-home/accessibility/keys.html Eclipse 단축키 모음] [http://eclipse-tools.sourceforge.net/shortcuts.html Eclipse Keyboard Shortcuts]
          * [http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html Eclipse + Ant]
          * JDK에 대한 외부 HTML {{{~cpp JavaDoc}}} 세팅
         SeeAlso [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/eclipse-project-home/plans/3_0/freeze_plan.html Eclipse 3.0 endgame plan]
  • ProjectPrometheus/CookBook . . . . 5 matches
         Matcher matcher = pattern.matcher( html ); // 패턴 찾기
          httpServletResponse.setContentType("text/html; charset=euc-kr");
          out.println("<HTML> " +
          "</HTML>");
          * http://rs2.riss4u.net/librarian_ch/list/rule/rule_06.html
         Java 에서는 HttpURLConnection 을 이용한다. 관련 코드는 http://www.javafaq.nu/tips/servlets/index.shtml 를 참조.
          response.setContentType("text/html; charset=euc-kr");
  • ZPBoard/AuthenticationBySession . . . . 5 matches
         example.html
         <html>
         </html>
         <script language = "JavaScript">window.location.replace("example.html");</script>
         <script language = "JavaScript">window.location.replace("example.html");</script>
  • 데블스캠프2006/SSH . . . . 5 matches
          * 자신의 public_html 폴더안에 index.html 을 저장.
          * zeropage.org/~id url 로 들어가면 해당 index.html 화일이 보임
          * index.html, index.php, index.jsp 같이 index 는 기본 파일로 지정됨
          * wget 명령어. wget zeropage.org/index.html
  • 2010JavaScript/강소현/연습 . . . . 4 matches
         <html>
          document.getElementById("contents").innerHTML=txt;
         </html>
         <html>
         document.getElementById("desc").innerHTML=txt;
         </html>
  • Ant/JUnitAndFtp . . . . 4 matches
          <property name="ftptestreportpath" value="/1002/web/htmlreport"/>
          <report format="frames" todir="${report}/html"/>
          <fileset dir="${report}/html">
          <fileset dir="${report}/html">
  • Classes . . . . 4 matches
         [http://unicon.netian.com/math.html 각종 공식]
         [http://cglab.cse.cau.ac.kr/course/2006_1/CG(2006_1).html Home]
          * http://web.cs.wpi.edu/~matt/courses/cs563/talks/dist_ray/dist.html
          * http://www.cs.unc.edu/~rademach/xroads-RT/RTarticle.html
  • ComputerNetworkClass/Report2006/BuildingProxyServer . . . . 4 matches
         [http://www.web-caching.com/proxy-caches.html 현존하는 여러가지 프락시 서버 프로그램]
         [http://www.naturesharmony.us/misc/WoW/WoWEmu_Help/wsaerrors.html WSA Error Code]
         http://www.cs.wisc.edu/~cao/WISP98/html-versions/anja/proxim_wisp/index.html
  • ComputerNetworkClass/Report2006/BuildingWebServer . . . . 4 matches
          * [http://www.hal-pc.org/~johnnie2/winsock.html Winsock Tutorial]
          * [http://www.frostbytes.com/~jimf/papers/sockets/winsock.html#Figure_2 Skeleton server ]
          * [http://www.sockaddr.com/ExampleSourceCode.html example code]
          * [http://users.actcom.co.il/~choo/lupg/tutorials/multi-thread/multi-thread.html pthread]
  • Cpp에서의멤버함수구현메커니즘 . . . . 4 matches
         이를 실행하면, 다음과 같은 exception을 출력합니다. 이는 [http://java.sun.com/docs/books/jls/second_edition/html/j.title.doc.html Java Language Specification 2nd] (3rd가 아직 안나왔군요.) 와 [http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html jvm specification]을 참고하세요.
  • DebuggingApplication . . . . 4 matches
         [http://msdn.microsoft.com/library/FRE/vsdebug/html/_core_the_trace_macro.asp?frame=true]
         [http://www.cplusplus.com/doc/tutorial/tut5-3.html]
         [http://msdn.microsoft.com/library/en-us/vsdebug/html/_core_using_c_run2dtime_library_debugging_support.asp?frame=true]
         [http://www.debuglab.com/knowledge/dllreabase.html]
  • DebuggingSeminar_2005 . . . . 4 matches
          || [http://www.sysinternals.com/ SysInternal] || [http://www.sysinternals.com/Utilities/ProcessExplorer.html Process Explorer Page] ||
          || [http://www.compuware.com/products/devpartner/softice.htm SoftIce for DevPartner] || 데브파트너랑 연동하여 쓰는 SoftIce, [http://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/SoftICE.shtml Freeware Download] ||
          || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_viewing_decorated_names.asp undname.exe] || C++ Name Undecorator, Map file 분석툴 ||
          || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/_core_c_run2dtime_library_debugging_support.asp Debug CRT] || VC++4 에서 지원하기 시작한 C런타임 라이브러리 ||
  • FromCopyAndPasteToDotNET . . . . 4 matches
          * [http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_aboutole.asp What OLE Is Really About]
          * [http://msdn.microsoft.com/library/en-us/dnautoma/html/msdn_ole2auto.asp Automation for OLE 2.0]
          * [http://msdn.microsoft.com/library/en-us/dndcom/html/msdn_dcomarch.asp DCOM Architecture]
          * [http://msdn.microsoft.com/library/en-us/cpguide/html/cpovrintroductiontonetframeworksdk.asp Overview of the .NET Framework]
  • JavaScript/2011년스터디 . . . . 4 matches
          * 오늘은 소스가 너무 스파게티여서 다른걸 첨가할 수 없었기에 리팩토링을 하고있습니다. 그 결과 나름 코드가 깔끔해졌고 기능들을 손쉽게 추가할 수 있게 되었습니다.+html select를 이용해 색깔고르기를 하고 싶었는데 함수를 찾느라 한참 걸렸네요.+ 선으로 그림그려질때 마우스를 up했다 다시down 하면 이전 위치가 저장되어 있었는데, 문제를 해결했습니다. -[김태진]
          * 드래그 중일 때에는 캔버스 안에 마우스포인터를 가두고 싶은데 자바스크립트로 가능할지 잘 모르겠고, 또 엘리먼트가 없는 공간에도 동적인 캔버스를 생성하려는데 바디의 영역이 원하는대로 되지 않네요. HTML 등 배경지식이 부족해 구현에 어려움을 겪고 있습니다.. -[정진경]
          * [김태진] - 사실 오늘 한거에 대한 후기보다는.. 그림판 퀄리티를 향상시켰어요! UNDO와 REDO 완벽구현!! [http://clug.cau.ac.kr/~jereneal20/paint.html]
          * jQuery는 잠정 연기하기로 하고 php와 MySQL, js, html을 다 사용하는 방명록 만들기를 하기로 하였습니다.
          * [http://clug.cau.ac.kr/~linus/guestbook.html 박정근 방명록만들기]
  • JavaScript/2011년스터디/서지혜 . . . . 4 matches
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
         <html>
          <meta http-equiv="Content-Type" content="text/html; charset=ks_c_5601-1987">
         </html>
  • JavaScript/2011년스터디/윤종하 . . . . 4 matches
         <html>
         </html>
         <html>
         </html>
  • JavaStudy2002/영동-3주차 . . . . 4 matches
         사소한 것이지만 지적한다면 class main 의 이름을 Main 으로 바꾸시기를 강력(?) 추천합니다. Java 에는 지켜야하는 규칙인 문법외에 [http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html 코딩 약속]을 추천하고 있씁니다. 과거 MS라면 헝가리안표기법 이겠지요? 현재의 .net 에서 헝가리안표기법은 없어졌습니다. --["neocoin"]
         [http://zeropage.org/pub/j2sdk-1.4.1-doc/docs/api/java/util/ArrayList.html ArrayList] 나, [http://zeropage.org/pub/j2sdk-1.4.1-doc/docs/api/java/util/HashMap.html HashMap] 은 보통의 자바 책들에서 나오는 Vector 와 Hashtable 과 동일한 역할을 합니다. 1.3에서 추가된 collection framework에서 위의 두가지를 더 추천해서 이용했습니다.
  • PrettyPrintXslt . . . . 4 matches
          XML to HTML Verbatim Formatter with Syntax Highlighting
          <xsl:output method="html" omit-xml-declaration="yes" indent="no"/>
          <xsl:call-template name="html-replace-entities">
          <xsl:call-template name="html-replace-entities">
          <xsl:template name="html-replace-entities">
  • PythonXmlRpc . . . . 4 matches
          * http://python.kwangwoon.ac.kr:8080/python/Internet/xmlrpc.html
          * http://kldp.org/HOWTO/html/XML-RPC-HOWTO/index.html
          * http://www.onlamp.com/pub/a/python/2000/11/22/xmlrpcclient.html
  • RegularExpression/2011년스터디 . . . . 4 matches
         html을 띄워놓고 익스플로러 or 크롬의 개발자 도구에서 javascript 콘솔모드로 "문장".matches("\Regex\"); 하면 나온답니다용.
         <html>
         </html>
         "http://www.naver.com www.naver.com naver.com google.co.kr http://kio.zc.bz/Lecture/regexp.html#chap05".match(/(http:\/\/)?([a-zA-Z]+\.)+[a-zA-Z]+\/?([^\s]+)*/g)
  • STLErrorDecryptor . . . . 4 matches
         본 문서는 [http://www.kwak101.pe.kr/kwak101/works/InternData/STLDecryptor_QuickGuide.html QuickInstallation For STLErrorDecryptor] 의 '''내용을 백업하기 위한 목적'''으로 만든 페이지입니다. 따라서 원 홈페이지의 자료가 사라지지 않은 이상 가능하면 원 홈페이지에서 글을 읽으셨으면 합니다.
         이러한 현상은 이펙티브 STL의 항목 49에서도 다루어진 이야기입니다. 원저자는 "많이 읽어서 익숙해져라"라는 결론을 내리고 있지만, 이 문제를 도구적으로 해결한 방법도 있다는 언급도 하고 있었죠. 여기서 이야기하는 [http://www.bdsoft.com/tools/stlfilt.html STL 에러 해독기](이하 해독기)가 바로 그것입니다. 이 도구는 VC 컴파일러가 출력하는 에러 메시지를 가로채어 STL에 관련된 부분을 적절하게 필터링해 줍니다.
          * STL 에러 해독기 패키지 (Win32용) : STLfilt.zip이란 이름을 가지고 있습니다 (http://ww.bdsoft.com/tools/stlfilt.html)
         원문)http://www.kwak101.pe.kr/kwak101/works/InternData/STLDecryptor_QuickGuide.html
  • 논문검색 . . . . 4 matches
          * [http://www.dlibrary.go.kr/index.html 국가전자도서관]
          * [http://www.nanet.go.kr/index.html 국회도서관]
          * [http://www.libra.titech.ac.jp/online.html ONLINE JOURNAL (일본)]
          * [http://www.riss4u.net/index.html RISS4U]
  • 데블스캠프2006/월요일/연습문제/웹서버작성/변형진 . . . . 4 matches
          * 웹서버에서 PHP 스크립트를 실행할 수 있음 (지원하는 확장자 : html, htm, php)
          * 디렉토리명으로 접근한 경우 index.html, index.htm, index.php 순서로 가져옴
         $index_file = array("index.html", "index.htm", "index.php");
          if(preg_match("/\.(html|htm|php)$/", $to_read))
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/정종록 . . . . 4 matches
         == 데블스캠프2009/월요일/연습문제/HTML-CSS/정종록 ==
         <html>
         </html>
         <html>
         </html>
  • 데블스캠프2012/셋째날/앵그리버드만들기 . . . . 4 matches
          * HTML5 canvas를 이용해 앵그리버드를 만들어봅시다.
         <!DOCTYPE HTML>
         <html>
         </html>
         <!DOCTYPE HTML>
         <html>
         </html>
  • 성당과시장 . . . . 4 matches
         [http://kldp.org/root/cathedral-bazaar/cathedral-bazaar.html 성당과시장] 에서 논문 번역문을 읽을 수 있다. 논문 발표후 Eric S. Raymond는 집중 조명을 받았는데, 얼마 있어 지금은 사라진 Netscape 가 자사의 웹 브라우저인 Netscape Navigtor를 [http://mozilla.org 모질라 프로젝트]로 오픈 소스시켜 더 유명해 졌다. RevolutionOS 에서 실제로 Netscape의 경영진은 이 결정중 이 논문을 읽었다고 인터뷰한다.
         그외에도 [http://kldp.org/root/gnu/cb/homesteading/homesteading.ko.html 인지권의 개간], [http://kldp.org/root/gnu/cb/hacker-revenge/ 해커들의 반란]이라는 논문도 있다. [http://kldp.org/root/cathedral-bazaar/cathedral-bazaar.html 성당과시장], [http://kldp.org/root/gnu/cb/homesteading/homesteading.ko.html 인지권의 개간], [http://kldp.org/root/gnu/cb/magic-cauldron/ 마법의 솥], [http://kldp.org/root/gnu/cb/hacker-revenge/ 해커들의 반란] 순으로 씌였다.
  • 영어학습방법론 . . . . 4 matches
          '일반영어공부론'의 경우는 [http://board2.cuecom.net/arumari2.html?id=beachboy 임병준님 홈페이지] 에 있습니다. 영어세미나 내용의 경우 전체적인 큰 틀은 비슷하나, 사람들의 질답내용에 따른 답변의 차이가 있었습니다. --[1002]
          * GSL : General Service List (http://jbauman.com/gsl.html) 2200여 단어. 일상영어속에 나오는 단어의 80% 커버
          * UWL : University Word List (http://jbauman.com/UWL.html) 이것은 여러 가지 버전이 있음. 홈페이지 참조. 대학생수준에서 필요한 단어들. GSL과 UWL로 보통영어속의 단어의 90%커버
          * http://www.awl-elt.com/dictionaries/webdictionary.html
  • 2010php/방명록만들기 . . . . 3 matches
         <html>
         <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         </html>
  • Algorithm/DynamicProgramming . . . . 3 matches
         [http://mat.gsia.cmu.edu/classes/dynamic/node5.html#SECTION00050000000000000000]
         [http://www-b2.is.tokushima-u.ac.jp/~ikeda/suuri/dijkstra/Dijkstra.shtml]
         [http://linneus20.ethz.ch:8080/binary.html]
  • Android/WallpaperChanger . . . . 3 matches
          * 안드로이드 데이터베이스 및 쓰레드에 관해 : http://www.vogella.com/articles/AndroidSQLite/article.html
          * DB Repository 데이터를 왔다갔다 intent사이를 넘겨주려면 parcel해야함 : http://arsviator.blogspot.com/2010/10/parcelable%EC%9D%84-%EC%82%AC%EC%9A%A9%ED%95%9C-%EC%98%A4%EB%B8%8C%EC%A0%9D%ED%8A%B8-%EC%A0%84%EB%8B%AC-object.html
          * 원문출처 : [http://developer.android.com/guide/practices/design/performance.html]
  • Ant . . . . 3 matches
          * http://jakarta.apache.org/ant/index.html 에서 최신버전의 binary, source 를 얻을 수 있다. CVS 를 이용, source 를 얻을 수도 있다.
          Ant 의 몇몇 특정 Task 들의 경우 (JUnit, FTP, Telnet 등) 해당 라이브러리가 필요하다. 이는 http://jakarta.apache.org/ant/manual/install.html#librarydependencies 항목을 읽기 바란다.
          * [http://developer.java.sun.com/developer/Quizzes/misc/ant.html Test your knowledge of Ant]
  • Applet포함HTML/상욱 . . . . 3 matches
         == applet1.html ==
         이것을 htmlconverter 로 변환
         <!-- HTML CONVERTER -->
          pluginspage = "http://java.sun.com/products/plugin/index.html#download">
  • CleanCode . . . . 3 matches
          * [http://alblue.bandlem.com/2011/02/gerrit-git-review-with-jenkins-ci.html 참고 데모 동영상]
          * [http://u1aryz.blogspot.kr/2011/12/gerrit-error-gerritsite-not-set.html Gerrit기동시에「** ERROR: GERRIT_SITE not set」]
          * 그러나 자신의 실력이 더 나음을 어떻게 비교할 수 있을까? [http://www.intropsych.com/ch07_cognition/learning_curve.html 학습 곡선]도 무시할 수 없다.
  • DoubleDispatch . . . . 3 matches
          * http://www-ekp.physik.uni-karlsruhe.de/~schemitz/Diploma/html/diploma/node85.html
          * http://www.chimu.com/publications/short/javaDoubleDispatching.html
  • Favorite . . . . 3 matches
         [http://www.cinsk.org/cfaqs/html/ C에서 자주묻는질문]
         [http://docs.python.org/lib/lib.html]
         [http://web.mit.edu/rhel-doc/4/RH-DOCS/rhel-isa-ko-4/s1-acctsgrps-rhlspec.html 리눅스 권한]
  • GDBUsage . . . . 3 matches
         [http://sources.redhat.com/gdb/current/onlinedocs/gdb.html gdb documentation]
         [http://sources.redhat.com/gdb/current/onlinedocs/gdbint.html gdb internals]
         [http://users.actcom.co.il/~choo/lupg/tutorials/debugging/debugging-with-gdb.html gdb tutorial]
  • JavaScript/2011년스터디/김수경 . . . . 3 matches
          * 2011.html
         <html>
         </html>
  • JavaStudyInVacation/진행상황 . . . . 3 matches
          * http://www.jini-club.net/eclipse/dw_EclipsePlatform.html 한글
          * http://www-106.ibm.com/developerworks/library/j-nativegui/index.html
          * 그 에플릿을 포함하고 있는 HTML 문서를 만들어 각자 자기 계정에 올리고 위키에 링크 걸기.
         ||상욱||["Applet포함HTML/상욱"]||
         ||영동||["Applet포함HTML/영동"]||
         ||진영||["Applet포함HTML/진영"]||
         ||상욱||http://www.javastudy.co.kr/docs/yopark/chap10/chap10.html#10_1||
  • Linux . . . . 3 matches
         [http://phpschool.com/bbs2/inc_print.html?id=11194&code=tnt2] linux에서 NTFS 마운트 하기
         [http://translate.google.com/translate?hl=ko&sl=en&u=http://www.softpanorama.org/People/Torvalds/index.shtml&prev=/search%3Fq%3Dhttp://www.softpanorama.org/People/Torvalds/index.shtml%26hl%3Dko%26lr%3D 리눅스의 개발자 LinusTorvalds의 소개, 인터뷰기사등]
  • MoreEffectiveC++/C++이 어렵다? . . . . 3 matches
          [http://developer.apple.com/techpubs/macosx/ReleaseNotes/Objective-C++.html]
          [http://gcc.gnu.org/java/gcj2.html]
          [http://www.javaworld.com/javaworld/jw-02-2000/jw-02-jsr.html]
  • NS2 . . . . 3 matches
         [http://evanjones.ca/ns2.html Getting Started With ns2]
         [http://www.geocities.com/rajesh_s_george/ns-beg.html ns2 for beginners]
         [http://w3.antd.nist.gov/wctg/manet/ns2-wctg.html using ns2]
  • NUnit/C++예제 . . . . 3 matches
         평소대로 하자면 이렇게 하면 될것이다. 하지만 현재 프로젝트는 [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmxspec/html/vcmanagedextensionsspec_16_2.asp Managed C++ Extensions]이다. 이것은 C++을 이용해서 .Net을 Platform위에서 프로그래밍을 하기 위하여 Microsoft에서 C++을 확장한 형태의 문법을 제안된 추가 문법을 정의해 놓았다. 이를 이용해야 NUnit이 C++ 코드에 접근할수 있다. 이경우 NUnit 에서 검증할 클래스에 접근하기 위해 다음과 같이 클래스 앞에 [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmxspec/html/vcmanagedextensionsspec_16_2.asp __gc] 를 붙여서 선언해야 한다.
         __gc의 가 부여하는 능력과 제약 사항에 대해서는 [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmxspec/html/vcmanagedextensionsspec_4.asp __gc] 을 참고하자. NUnit 상에서 테스트의 대상 클래스는 무조건 포인터형으로 접근할수 있다. 이제 테스트 클래스의 내용을 보자.
  • OpenGL . . . . 3 matches
         http://www.xmission.com/~nate/tutors.html - 추천! OpenGL 해당 명령에 대한 동작을 정말로 쉽게 이해할 수 있다.
         http://www.xmission.com/~nate/sgi.html
         http://www.xmission.com/~nate/es.html
  • PosixThread . . . . 3 matches
         http://c.lug.or.kr/study/etc/posix_thread.html
         http://www-106.ibm.com/developerworks/linux/library/l-pthred.html
         http://www-106.ibm.com/developerworks/linux/library/l-posix1.html
  • PyIde . . . . 3 matches
          * http://www.die-offenbachs.de/detlev/eric3.html - 스크린샷만 두고 볼때 가장 잘만들어져보이는 IDE.
          * http://st-www.cs.uiuc.edu/users/brant/Refactory/RefactoringBrowser.html - Smalltalk refactoring browser
          * http://webpages.charter.net/edreamleo/front.html - LEO
  • PythonLanguage . . . . 3 matches
         [http://docs.python.org/tut/tut.html PythonTutorial]
         ~~http://python.netian.com/index.html~~
          * http://www.hanb.co.kr/network/networkmain.html - python 으로 search 해보시라. 재미있는 기사들이 많다.
  • Spring/탐험스터디/wiki만들기 . . . . 3 matches
          * spring security에 관련된 기능들을 html/js에서 쓸 수 있다.
          1. markdown text를 html 문자열로 변환
         String html = new PegDownProcessor().markdownToHtml("markdown text");
          * 아무튼 pegdown은 무지무지 쉬웠는데(new Pegdown().markdownToHTML(/* String 콘텐츠 */) 적용하는데까지 시간이 오래걸렸다. 하나 고치면 다른 에러가 나고 에러랑 스무고개했음ㅋㅋ
  • StandardWidgetToolkit . . . . 3 matches
         [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/main.html SWT 프로젝트 페이지]
          --''[http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/main.html SWT 프로젝트 페이지]'' 에서
          * [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html SWT 2.1 문서] - Code Snippets 가 많아서, 따라하기 용이하다.
  • TCP/IP . . . . 3 matches
          * http://cs.ecs.baylor.edu/~donahoo/practical/CSockets/textcode.html <Socket Programming for C>
          * http://kldp.org/KoreanDoc/html/GNU-Make/GNU-Make.html#toc1 <using make file>
  • Unicode . . . . 3 matches
         introduction : [http://www.unicode.org/standard/translations/korean.html]
         http://www.unicode.org/standard/translations/korean.html
          * [http://www.joelonsoftware.com/articles/Unicode.html]
  • ViImproved . . . . 3 matches
          * [[http://doc.kldp.org/KoreanDoc/html/Vim_Guide-KLDP/Vim_Guide-KLDP.html|Vim Guide]]
          * [[http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html|Graphical vi-vim Cheat Sheet and Tutorial]]
  • WikiSandPage . . . . 3 matches
         {{{#!HTML
          * [[HTML(:o :) :( ;) :D :)) B) (!) <:( /! (V) [V] {V} )]]
         http://www.nbc.com/Saturday_Night_Live/index.html
         [http://www.nbc.com/Saturday_Night_Live/index.html]
         [http://www.nbc.com/Saturday_Night_Live/index.html 쌩토요일밤]
         {{{#!HTML
  • XMLStudy_2002/Resource . . . . 3 matches
          || XHTML || [http://www.w3c.org/MarkUp] ||
          || XPath || [http://www.w3c.org/TR/xpath.html] ||
          *국내 XML 메일링 리스트 : [http://dblab.comeng.chungnam.ac.kr/~dolphin/xml/korean/mailinglist.html]
          *Robin Cover's XML Software : [http://www.oasis-open.org/cover/xml.html#xmlSoftware]
  • XpWeek/20041220 . . . . 3 matches
         이건 혼자서 해 보세요. [http://www-903.ibm.com/developerworks/kr/java/library/j-xp042203.html Test-driven 프로그래밍] 강좌
          * [http://javastudy.co.kr/api/api1.4/index.html JDK API(Korean)] [http://zeropage.org/pub/j2sdk-1.4.1-doc/docs/index.html JDK Full Document]
  • ZeroPageServer/Telnet계정 . . . . 3 matches
          1. 해당 계정에 홈페이지를 만들수 있다. 각각의 홈은 '''public_html''' 디렉토리이고, http://zeropage.org/~자신아이디 로 접근 가능하다.
          * 웹 프로그래밍을 할수 있다. 현재 zp서버에서 '''~/public_html/''' 이하 cgi 프로그래밍이 가능하다. ( ~ 은 자신의 디렉토리를 의미한다. )
          * php는 public_html 에서두 되던데요..? --["상규"]
  • html . . . . 3 matches
         = html =
         Document Type Definition(Doctype). HTML 문서의 버전을 명시한다. 버전 명시 이유는 [http://hooney.net/2007/08/21/438/ 여기]에서.
         [http://www.w3.org/WAI/UA/TS/html401/cp0301/0301-CSS-DIV-BACKGROUND-IMAGE.html 참고]
  • wxPython . . . . 3 matches
          * http://www.python.or.kr:8080/python/GUI/wxpython/wxpython1.html
          * http://maso.zdnet.co.kr/20010300/insidelinux/article.html?id=335&forum=0 - 마소 2001년 3월호 관련 기사
          * http://www-903.ibm.com/developerworks/kr/linux/library/l-wxpy.html?dwzone=linux
  • 데블스캠프2005/월요일 . . . . 3 matches
          [http://c2.com/doc/oopsla89/paper.html A Laboratory For Teaching Object-Oriented Thinking]
          [http://java.sun.com/docs/books/tutorial/java/concepts/QandE/questions.html Java OOP Example]
          [http://www.zib.de/Visual/people/mueller/Course/Tutorial/tutorial.html Introduction to Object-Oriented Programming Using C++]
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/강성현 . . . . 3 matches
         == 데블스캠프2009/월요일/연습문제/HTML-CSS/강성현 ==
         <html>
         </html>
         {{{#!html
  • 데블스캠프2009/월요일후기 . . . . 3 matches
         == HTML/CSS - 이승한 ==
          * [송지원] - HTML, CSS라고 해서 단순히 웹 프로그래밍 언어인 태그들만을 생각했었는데 웹 표준의 개념과 기존 웹의 문제점에 대해 지적했다. 표준 웹은 두리뭉실하게만 알았던 개념이었는데 더 확실히 배울 수 있었던거 같다. 다만 도입부에서 기존 웹의 문제점과 웹 표준에 대해 설명하는 과정에서 말이 좀 어려웠던것 같다;;
          * '''박준호''' - html 에 대해 그냥 대충 img src 나 이런거만 알았는데 CSS 에 대해 알아보니 정말 재밌고 firebug 같은 걸 이용하여 소스들을 보며 어떻게 되어 있는가 알 수 있어서 유익한 시간이 되었습니다. 오늘 배운걸로 더욱 더 새로운 장난도 칠 수 있을것 같습니다.
          * '''서민관''' - 사실 html쪽은 인터넷을 보면서 필요한 자료가 있을 때 소스만 가끔 보는 정도에 그쳤었는데, 이번 기회에 조금 제대로 맛을 볼 수 있어서 괜찮았습니다. 그리고 파이어 폭스와 파이어 버그 같은 경우는 알아두면 나중에라도 html 관련 작업을 할 때 정말 유용하게 쓸 수 있을 것 같네요.
  • 데블스캠프2012/셋째날/후기 . . . . 3 matches
          * [김민재] - 그 동안 배웠던 자바스크립트 개념을 제대로 활용할 수 있는 기회가 되었습니다. 그 '물리' 때문에 힘들었지만, 직접 HTML을 통해 움직이는 그림을 구현하는 것은 정말 재미있었습니다.
          * [이재형] - html도 해보고 script도 짜보고 등등... 변수 위치 때문에 멘붕 먹기도 하고, 물리가 약한터라 포물선 운동도 멘붕 먹긴했지만, 정말 신기하고 재밌었습니다.
          * [김태진] - 사실 물리법칙 구현이 목표였는데, 데블스버드 만들기쯤으로 뻥튀기해 실습하였더니 좀 더 괜찮았던거 같네요. 작년 이맘때 canvas를 잘 써먹어봤는데, 신입생들도 이걸 해보고 잘 써볼 수 있기를 기원합니다. 구현에 치중된 GUI를 쉽게 짜는건 html과 javascript를 이용하는게 가장 쉽고 간단하게 이해할 수 있더라구요.
          * [안혁준] - 땜방용티가 많이 났나요? 사실 canvas는 아무리 생각해도 설계를 잘못한것 같아요. 도무지 API들이 바로바로 떠오르지 않아요. 거기다가 왠지 함수 일것 같은데 문자열로 넣어줘야 하는 부분들도 있고요. 딱히 canvas는 아니지만 [https://developer.mozilla.org/ko/demos HTML5을 활용한 예제]를 보면 신선한 느낌일듯 하네요.
          * [김해천] - 크아아아. 각도조절 구현했어요. 상당히 재미있는 언어인 것 같습니다. 어제부터 자바스크립트에서 왠지모를 자유스러움(?)과 마력을 느꼈는데, 오늘 집에 오면서 책 하나 질렀습니다. 방학때 할 것이 엄청 많기는 하지만, 그래도 해볼렵니다. http://haechoen0.hosting.paran.com/ex.html
          * [서민관] - 또 웹인가! 싶지만 이번에는 좀 더 뚜렷하게 HTML + 자바스크립트로 주제를 잡아서 그런지 실습하기에도 편했고 집중도도 높았다고 생각합니다. 어제에 이어서 또 자바스크립트를 보면서 자바스크립트에 좀 익숙해진 느낌이 듭니다. 그리고 새삼 느끼는 거지만 뭔가 특별한 것을 만들 때는 관련 지식(물리)이 필요하다는 것을 새삼 느꼈습니다. 음... 배울 게 많군요. 언제나 그렇지만.
  • 새싹교실/2011/무전취식/레벨8 . . . . 3 matches
          * 파일 입출력 처음 배웠습니다! 완전히 처음봤어요. 근데 html인가? 하여튼 웹프밍배울때 배웠던 파일입출력이랑 조금 비슷한 것 같아요. fgets는 이해 안가요 ㅠㅠ 왜 저렇게되는지 모르겠어요 흑흑. 수업은 파일입출력까지 안나가겠지만 그래도 확실히 알아두고싶습니다+_+ 오빠 월요일에 안가서 죄송해요..헤헷.. @>----- 꽃...하핳... 그래도 오빠한테 항상 감사하고있어용♥ 앞으로도 잘부탁드려용 -[이소라]
          * 아이고 그래도 소라가 이쁜짓 하는구나 꽃 잘받음. html일때 파일입출력 해봤다니. 그말은 안했잖아!! 뭐 여튼.. 이번 기회에 4년동안 확실히 프밍할 기반을 잡았으면 좋겠다. 더욱 열심히 노력할께. - [김준석]
          * 파일 입출력...을 배웠지요 저 나름 열심히 쳐다봤는뎅 잘 모르겟네욧.. 구조체란 것도..너무 생소 해요!! fgets도 ㅠㅠ 으아아악 모르는거 투성이가 나와버렸어요@.@ 제눈은 빙글 빙글..ㅋㅋ 음 저도 왠지 고등학교 때 html 잠깐 아주 조금 배웠었는데 이런것 한 것 같기두 해용..히히 저도 죄송하여요 선생님♥..오빠가 없었다면 전 C 찌질찌질 왕찌질이 였을꼽니당...ㅎㅎ 근데 지금 포인터때매 너무 혼란하네용 더 알려주세요>.< 복..습도 할꼽니당!! -[이진영]
  • 함수포인터 . . . . 3 matches
         [http://sandbox.mc.edu/~bennet/cs404/doc/jensen.html 4. simple_ex]
         [http://www.cs.sfu.ca/%7Ecameron/Teaching/383/PassByName.html 5. html 문서]
  • 02_C++세미나 . . . . 2 matches
          * http://www-h.eng.cam.ac.uk/help/mjg17/teach/CCsummary/CCsummary-html.html
  • 2004겨울여행 . . . . 2 matches
          * 남이섬 가는 [http://www.namisum.com/traffic/traffic_01.html 교통편]은 청량리->가평(기차), 가평->남이섬(시내버스)이 무난해 보입니다. 청량리역 롯데리아 앞에서 만나는 것이 어떨지.. -- [재선]
          * [http://www.namisum.com/traffic/traffic_01.html 교통편]을 보면 가평->남이섬 입구가는 버스가 11시40분 다음이 1시 30분입니다. 가서 너무 조금 놀다오면 섭섭하기 때문에 때문에 될 수 있으면 11시 40분 버스를 탔으면 좋겠습니다. 그러려면 적어도 아침 10시에 청량리에서 버스를 타야하므로 '''9시 30분'''까지 '''청량리 백화점 앞'''(예전 롯데리아 있던 곳, 지금은 없어졌습니다.)으로 모여주세요~! --휘동
  • ACM_ICPC/2013년스터디 . . . . 2 matches
          * [http://homepages.ius.edu/rwisman/C455/html/notes/Chapter22/TopSort.htm]
          * Sliding Window Minimum Algorithm - http://people.cs.uct.ac.za/~ksmith/articles/sliding_window_minimum.html
  • ASXMetafile . . . . 2 matches
          * [http://cita.rehab.uiuc.edu/mediaplayer/text-asx.html Creating ASX files with a text editor] - [DeadLink]
          * [http://cita.rehab.uiuc.edu/mediaplayer/captionIT-asx.html Creating ASX files with Caption-IT] - [DeadLink]
  • AcceleratedC++ . . . . 2 matches
         http://www.acceleratedcpp.com/details/errata.html 에서 오류확인 필요.
          || [http://www.acceleratedcpp.com/details/msbugs.html VS6 코드 수정] || 책에 나온 소스를 VS6에서 이용할 경우 발생하는 문제점에 관한 내용이 있습니다. ||
  • AppletVSApplication/진영 . . . . 2 matches
          * "'''Applet'''"은 main()함수 없이 자기 스스로 실행되지 않고 html에 의해 돌아가는 것 같습니다.
           DeleteMe 그럼 여기에서 html 은 무엇이죠? --NeoCoin
  • AssemblyStudy . . . . 2 matches
          * [http://kldp.org/HOWTO/html/Assembly-HOWTO/index.html Assembly-HOWTO]
  • BlueZ . . . . 2 matches
         http://www.bluez.org/download.html
         http://www.bluez.org/download.html
  • CPPStudy_2005_1 . . . . 2 matches
          [http://www.acceleratedcpp.com/details/msbugs.html VS6 코드 수정] 책에 나온 소스를 VS6에서 이용할 경우 발생하는 문제점에 관한 내용이 있습니다.
          [http://stlport.org/ STLPort] STLPort, [http://www.kwak101.pe.kr/wiki/wiki.php/STLport_VC%BC%B3%C4%A1 STLPort설치메뉴얼], [http://www.kwak101.pe.kr/kwak101/works/InternData/STLDecryptor_QuickGuide.html STL에러메시지 해독기 설치]
  • Class/2006Fall . . . . 2 matches
          * [http://www.cau.ac.kr/station/club_club.html?clubid=28 Cau Club]
          * [http://dblab.cse.cau.ac.kr/FS/index.html Home]
  • CodeCoverage . . . . 2 matches
          * http://www.validatedsoftware.com/code_coverage_tools.html : Code Coverage Tool Vender 들
          * http://www.mmsindia.com/JCover.html : Java Test Tool Solution 업체 그중 한 제품
  • EdsgerDijkstra . . . . 2 matches
          * http://www.cs.utexas.edu/users/EWD/indexEWDnums.html - Dijkstra 의 컬럼들을 읽을 수 있는 곳.
         [http://www.cs.utexas.edu/users/UTCS/notices/dijkstra/ewdobit.html 2002년 8월 6일 타계]. 위대하다고 불리는 인물들이 동시대에 같이 살아있었다는 것, 그리고 그 사람이 내가 살아있는 동안에 다른 세상으로 떠났다는 사실이란. 참 묘한 느낌이다. --["1002"]
  • EmbeddedGogo . . . . 2 matches
          * NASM document 사이트. [http://nasm.sourceforge.net/doc/html/nasmdoc0.html]
  • HelpOnInstallation/MultipleUser . . . . 2 matches
         $ cd to_your_public_html_dir
         이렇게 하면 [모니위키] 설치에 필요한 파일이 public_html 하위에 일부는 복사되고 일부는 설치 디렉토리에 남게됩니다.
  • HelpOnProcessingInstructions . . . . 2 matches
          * '''html''': 일반 html (일부 위키에서는 지원되지 않을 수 있음)
  • Ieee754Standard . . . . 2 matches
          * [http://docs.sun.com/htmlcoll/coll.648.2/iso-8859-1/NUMCOMPGD/ncg_goldberg.html What Every Computer Scientist Should Know About Floating-Point Arithmetic] (''강추'')
  • JSP/SearchAgency . . . . 2 matches
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
         <html>
         </html>}}}
  • Java/DynamicProxy . . . . 2 matches
          * Generic caching decorator(See DecoratorPattern) - [http://www.onjava.com/pub/a/onjava/2003/08/20/memoization.html Memoization in Java Using Dynamic Proxy Classes], and [http://roller.anthonyeden.com/page/SKI_BUM/20030810#dynamicproxy_net#dynamicproxy_net .NET equivalent]
          * [http://www-128.ibm.com/developerworks/library-combined/j-dynproxies.html Decoupling validation logic]
  • Java/ServletFilter . . . . 2 matches
         http://java.sun.com/products/servlet/Filters.html
         http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters-p2.html
  • JavaStudy2003/첫번째수업 . . . . 2 matches
         http://www.javastudy.co.kr/docs/gu/docs/tutor1.html
         http://www.javastudy.co.kr/docs/yopark/chap03/chap03.html
  • Jython . . . . 2 matches
          * [http://python.kwangwoon.ac.kr:8080/python/bbs/index_html_search?items=title&searchstr=Jython&bbsid=tips 파이썬정보광장 Jython 관련]
          * [http://www.javaclue.org/jython/pyservlet.html JavaClue 의 PyServlet]
  • Karma . . . . 2 matches
         [http://karma-runner.github.io/0.10/index.html]
         [http://www.yearofmoo.com/2013/01/full-spectrum-testing-with-angularjs-and-karma.html]
  • LawOfDemeter . . . . 2 matches
          * http://www.ccs.neu.edu/home/lieber/LoD.html
         다음은 http://www.pragmaticprogrammer.com/ppllc/papers/1998_05.html 중 'Law Of Demeter' 에 대한 글.
  • MockObjects . . . . 2 matches
          * http://www.mockobjects.com/endotesting.html.
          * http://www.mockobjects.com/papers/jdbc_testfirst.html - MockObjects를 이용한 JDBC 어플리케이션 TestFirstProgramming
  • OperatingSystemClass . . . . 2 matches
          * http://cne.gmu.edu/workbenches/pcsem/Semaphore.html - Producer / Consumer Simulation Applet
          * http://java.sun.com/docs/books/tutorial/essential/threads/synchronization.html
  • PHP . . . . 2 matches
          지금은 Professional HTML Preprocessor이라는 이름으로 쓰입니다. -[강희경]
          * [PHP Programming/HtmlTag]
          * [http://www.phpschool.com/v2/index.html PHP School]
          * [http://ko.blog.influx.kr/2012/04/php.html PHP: 잘못된 디자인의 프랙탈]
  • ProjectPrometheus/Journey . . . . 2 matches
         다행히 모듈화가 잘 되어있었고, Test 들이 있었기에 ["neocoin"] 과 ["1002"] 는 주로 깨진 테스트들을 바로잡기로 했다. 일단 도서관들의 HTML 을 얻고, Local HTML 문서에 대해 데이터들을 잘 추출해내는지에 대한 테스트를 먼저 복구했다.
          * ''돌아가는 환경의 기본 인코딩을 설정해주면 될 듯 함. Jython이 자바로된 클래스를 바로 쓴다니, Writer 객체를 얻을때 인코딩 설정을 해주면, 해당 Writer로 빠져나가는 내용은 설정된 인코딩을 적용받음. 받아들일때도 마찬가지로, POST로 넘어온 값을 매번 인코딩 할수도 있겠지만, 그보다는, 시스템에 직접 명시해줘서 일괄적으로 바뀌는 방식을 추천함. 예를들자면, contentType="text/html; charset=euc-kr" 하는식으로 설정할 경우, 얻어오는 값들은 euc-kr로 인코딩된 값을 얻어올 수 있음. --이선우''
          * HTML 문서 가져오는 클래스 (Spider) 작성
          * HTML Parsing
          * 도서관 검색 결과 Object 로 추출, 다시 HTML 생성.
         오늘 무엇을 할 것인가 하며 ["ProjectPrometheus/Iteration"] 를 보고선 HTML Parsing 을 진행하기로 했다. 그 전에 ["1002"] 는 '아, 작업하기 전에 Book Search 에 대한 전반적인 그림을 그려 놓는게 좋겠군. 그리고 난 뒤 HTML Parsing 부분에 대해 구현해야지' 라고 생각을 했다. 한편 ["neocoin"] 은 수요일때와 마찬가지로 'HTML Parsing 부분에 대해 일단은 SpikeSolution 으로 만든뒤 모듈화 시켜나가야지' 라는 생각을 했다. 프로그래밍 스타일이 다른 두 사람이 진행 방법에 대한 언급없이 진행을 하려고 했다. ["1002"] 는 '아 전체 그림' 하며 CRC 세션을 하려고 하는 중간. 한편 ["neocoin"] 은 같이 진행하고 있는 CRC 세션에 중간에 대해서 '지금 서로 무엇을 하고 있는거지?' 하며 혼란에 빠졌다. 똑같은 디자인 단계에 대해서 ["1002"] 는 전반적 Book Search 에 대해 생각을 하고 있었고, ["neocoin"] 은 모듈과 모듈간 연결고리에 대해 생각을 하였다.
          * HttpURLConnection 을 이용, HTML 문서 가져오기 Task
          ''[http://javaservice.net/~java/bbs/read.cgi?m=devtip&b=ejb&c=r_p&n=1003899808&p=2&s=t#1003899808 EJB의 효용성에 관해서], [http://www-106.ibm.com/developerworks/library/ibm-ejb/index.html EJB로 가야하는지 말아야 하는지 망설여질때 도움을 주는 체크 리스트], 그리고 IR은 아마도 http://no-smok.net/nsmk/InformationRadiator 일듯 --이선우''
  • ProjectPrometheus/LibraryCgiAnalysis . . . . 2 matches
         (http://www.cyberclip.com/webdebug/index.html, http://sourceforge.net/projects/webdebug)
          * Content-Type: text/html;charset=MS949
  • Python/DataBase . . . . 2 matches
          * [http://www.python.org/topics/database/modules.html 기타모듈다운로드]
          * [http://www.python.org/peps/pep-0249.html APISpec2.0설명서]
  • ResponsibilityDrivenDesign . . . . 2 matches
         (from http://www.dcs.shef.ac.uk/~tom/Objects/AutoRDD/rdd.html)
          * http://www.wirfs-brock.com/pages/home.html
  • STLPort . . . . 2 matches
          http://www.stlport.org/download.html
          * [http://msdn.microsoft.com/library/kor/default.asp?url=/library/KOR/vccore/html/LNK4098.asp 관련 MSDN 링크]
  • SchemeLanguage . . . . 2 matches
          * [http://www.swiss.ai.mit.edu/projects/scheme/documentation/user.html MIT Scheme User's Manual]
          * [http://www.swiss.ai.mit.edu/projects/scheme/documentation/scheme.html MIT Scheme Reference]
  • ServerBackup . . . . 2 matches
          * http://docs.python.org/library/ftplib.html
         uploadFile('index.html')
  • Simple_Jsp_Ex . . . . 2 matches
         <html>
         </html>
  • TeachYourselfProgrammingInTenYears . . . . 2 matches
         원문 : http://www.norvig.com/21-days.html (Peter Norvig 는 AI 분야에서 아주 유명한 사람. LISP 프로그래머로도 유명)
         일본어 - http://www1.neweb.ne.jp/wa/yamdas/column/technique/21-daysj.html
  • TellVsAsk . . . . 2 matches
         원문 : http://www.pragmaticprogrammer.com/ppllc/papers/1998_05.html 중 'Tell vs Ask'
         Reference - Smalltalk By Example 중 'Tell, Don't Ask' (http://www.iam.unibe.ch/~ducasse/WebPages/FreeBooks.html 에 공개되어있다.)
  • VoiceChat . . . . 2 matches
          * 거원소프트에서 만들었다. [http://www.cowon.com/product/d_voice/software/jet-voice-chat/download.html 홈페이지], 가입할 필요가 없고. 한 사람이 채팅서버 역할을 하고 나머지 가 클라이언트가 된다. 음질도 5k, 32k 선택가능.
          * KaZaA 의 개발진이 만들었다고 한다. 전 세계적으로 많이 쓰이고 한글화도 되어있다. PeerToPeer 기술을 사용했다. [http://web.skype.com/home.ko.html 홈페이지]
  • XpWeek . . . . 2 matches
         http://www.javastudy.co.kr/docs/yopark/chap10/chap10.html
         http://www.mockobjects.com/MocksObjectsPaper.html
  • ZPBoard/PHPStudy/MySQL . . . . 2 matches
         <html>
         </html>
  • ZPHomePage/참고사이트 . . . . 2 matches
          [http://www.microsoft.com/mscorp/innovation/yourpotential/main.html]
          * http://innovative.daum.net/vol2/innovation.html - 다음 커뮤니케이션
  • ZeroPageServer/old . . . . 2 matches
          * [http://www.robotstxt.org/wc/exclusion.html robot]규약 으로 엠파스의 침입을 막아야 한다. HowToBlockEmpas
          * 계정에서 [python] [cgi] 를 돌리고 싶은데, [ZeroPageServer/FAQ] 에 나온대로 ~beonit/public_html/cgi-bin/hello.cgi 로 접근해보아도 잘 안되네요. chmod +x hello.cgi 로 권한설정도 했습니다. 어떻게 해야 하죠?? CGI 권한을 따로 받아야 한다는 이야기도 있던데... 흠...-_- - 이승한
  • ZeroPageServer/set2002_815 . . . . 2 matches
          * httpd/WEB-INF/classes/woodpage, home/httpd/html/woodpage 삭제
          * [[HTML( <STRIKE> 서버 세팅 공지 setting </STRIKE> )]]
          * [[HTML( <STRIKE> apache install setting </STRIKE> )]] 1.3.26
          * [[HTML( <STRIKE> php 설치, 확인 </STRIKE> )]]
          * [[HTML( <STRIKE> python 설치, 확인 </STRIKE> )]] 2.1, 2.2 둘다 설치
          * [[HTML( <STRIKE> vim 설치, 확인 </STRIKE> )]] 6.1.18
          * [[HTML( <STRIKE> console 한글 Locale </STRIKE> )]] cp --help
          * [[HTML( <STRIKE> CVS 설치, 확인 </STRIKE> )]] 1.11.1p1
          * [[HTML( <STRIKE> jvm, jdk, mm.mysql, junit, servlet 설치, 경로 </STRIKE> )]] JDK 1.4.01
          * [[HTML( <STRIKE> resin </STRIKE> )]] 2.1.3 설치
          * [[HTML( <STRIKE> gcc 확인 </STRIKE> )]] : 2.95, 3.0 중복 설치 ( linux권장 사항 )
          * [[HTML( <STRIKE> CVS Browser (Perl버전) 설치 </STRIKE> )]]
          * [[HTML( <STRIKE> mysql 설치, 세팅 </STRIKE> )]]
          * [[HTML( <STRIKE> Kernel Upgrade (apm 지원) </STRIKE> )]] : 2.4.18 #1 2002. 08. 19. (월) 04:46:28 KST
          * [[HTML( <STRIKE> Moin 에서 Redirection 문제 </STRIKE> )]] : kernel upgrade로 해결 되었음 원인 불명확
          * [[HTML( <STRIKE> Moin 1.1 </STRIKE> )]] : 석천 설치
          * [[HTML( <STRIKE> nosmok wiki 설치 </STRIKE> )]] : 석천 설치
          * [[HTML( <STRIKE> ZeroPage 로그인 문구 </STRIKE> )]]
          * [[HTML( <STRIKE> apache에서 index.html 을 못찾는 문제 </STRIKE> )]] kernel upgrade후 해결
          * [[HTML( <STRIKE> ZeroPage 좌측 하단 카운터의 cgi</STRIKE> )]] : counter.txt의 writing 권한 문제
  • ZeroPageServer/set2005_88 . . . . 2 matches
          * [http://www.zeropage.org/server-status apache status], [http://www.zeropage.org/jkstatus jk status], [http://www.zeropage.org:8080/manager/html tomcat manager], [http://www.zeropage.org:8080/admin/ tomcat administrator]
          각 사용자의 자신의 public_html 디렉토리를 이용해서 '''jsp, php, perl, python''' 등의 웹 프로그래밍이 가능하다.
  • apache/mod_python . . . . 2 matches
          * [http://www.modpython.org/live/current/doc-html/inst-testing.html] : 인스톨 테스트
  • biblio.xsl . . . . 2 matches
          xmlns="http://www.w3.org/TR/xhtml1/strict">
          <xsl:output method="html" indent="yes"/>
  • django . . . . 2 matches
          * html 이 있는 template 에 많은 것을 바라지 말자. 가능하면 view에서 데이터를 거의다 처리해서 template에 넘기는것이 좋다. template에서 받아온 데어터로 리스트와 맵 변수의 첨자(subscriber)로 사용하려고 했는데 안된다. 이러한 경우에는 view에서 데이터를 아예 가공해서 넘기는 것이 좋다.
          * [http://linux.softpedia.com/progDownload/PySQLite-Download-6511.html pysqlite다운로드]
          * [http://www2.jeffcroft.com/2006/feb/25/django-templates-the-power-of-inheritance/] : Template HTML 파일 사용법
  • html5/geolocation . . . . 2 matches
         [[pagelist(html5)]]
          * http://html5demos.com/
  • html5/overview . . . . 2 matches
         [[pagelist(^html5)]]
         = HTML5 개요 =
          * 자바스크립트 + CSS + HTML의 통합개념
          * 기존의 HTML : 문서를 위한 플랫폼, HTML5 : 웹 어플리케이션을 위한 플랫폼
         == HTML5 범위 ==
         * HTML + XHTML + 요소 + 요건 + 관련 API
         * HTML+CSS+JavaScript
          * etc. MathML, SVG등 외부 마크업언어 HTML에 직접 삽입가능 (책 범위 밖)
          * 기존 HTML4.- : HTML과 XHTML은 별개의 사양
          * HTML5 : HTML과 XHTML은 표현되는 문법의 차이, HTML5는 DOM에 따라 표시됨
          * 기존 HTML문의 애매모호한 문법 개선
          * 프로그램이 문서의 구조를 파악하기 쉬워짐(HTML 파싱 수월), 가독성 증가
          * 전방호환성 - HTML5을 적용하기 이전의 브라우저에서도 HTML5사용가능(웹브라우저의 fall back 적용)
          * 후방호환성 - HTML5을 적용한 브라우저에서 HTML5 이전 버전 문서 표시가능
         * HTML의 목적 : 1998년 W3C는 html이 아닌 XHTML의 표준 사용을 권고한다. 그러나 XHTMLHTML과의 비호환성으로 널리 퍼지지 못한다.
         * 결과적으로 10년이상 사용되는 HTML의 저사양이 오히려 웹 어플리케이션의 발전을 저해했다. 그러나 W3C는 XHTML을 위해 새로운 HTML의 개발을 거절한다.
         * 그러자 apple, mozillar, opera 세 기업이 모여 WHATWG를 발족하고 HTML의 진화를 지향한다.(apple은 플래시를 제공하는 어도비와 관계가 좋지않아 HTML5를 적극적으로 추진한다는 소문이다)
         * 현재 HTML5는 W3C에 LAST CALL(최종 심사 초안)이 제출된 상태이다. 또한 W3C가 진행하던 XHTML2의 사양 제정이 중지로 HTML5의 표준화는 기정 사실로 보인다.
  • iText . . . . 2 matches
         [Java]를 이용하여 PDF 파일을 제작을 도와주는 라이브러리. 라이선스는 [http://www.mozilla.org/MPL/MPL-1.1.html MPL]과 [http://www.gnu.org/copyleft/lesser.html LGPL].
  • lostship/MinGW . . . . 2 matches
          * MinGW 인스톨 후 MSYS 를 인스톨 한다. [http://www.mingw.org/index.shtml MinGW & MSYS]
          * /STLport-4.5.3/doc/index.html 에서 컨피그 셋팅을 보고 필요하면 수정한다.
  • mantis . . . . 2 matches
          * 에러 메시지 제거는? 에디트 플러스 Find in file 에서 htmlspecialchars 이 것을 다 찾아서 @htmlspecialchars 이것으로 바꿔 주면 됩니다.
  • pinple . . . . 2 matches
         HTML5 공모전 동상
         ajax, [websoket], [wiki:html5/geolocation geolocation], [wiki:html5/canvas canvas], google map
  • 강희경 . . . . 2 matches
          *[http://aragorn.bawi.org/interests/tao_of_programming_(korean).html]프로그램의 도
          *[http://aragorn.bawi.org/interests/tao_of_programming_(english).html]
  • 공학적마인드 . . . . 2 matches
          * '공학적 마인드'라는 키워드 검색 결과 : [http://www.google.co.kr/search?hl=ko&ie=UTF-8&newwindow=1&q=%EA%B3%B5%ED%95%99%EC%A0%81+%EB%A7%88%EC%9D%B8%EB%93%9C&btnG=%EA%B5%AC%EA%B8%80+%EA%B2%80%EC%83%89&lr= 구글][http://search.naver.com/search.naver?where=nexearch&query=%B0%F8%C7%D0%C0%FB+%B8%B6%C0%CE%B5%E5&frm=t1&x=0&y=0 네이버][http://search.empas.com/search/all.html?s=&f=&z=A&q=%B0%F8%C7%D0%C0%FB+%B8%B6%C0%CE%B5%E5 엠파스][http://kr.search.yahoo.com/search?fr=kr-front&KEY=&p=%B0%F8%C7%D0%C0%FB+%B8%B6%C0%CE%B5%E5 야후]
         구글을 검색하니 어떤 페이지(http://foe.mmu.edu.my/main/career/html_version/tsld005.htm )가 나오는데 훌륭한 목록인 것 같습니다. 이 목록은 "이런 사고를 가져야 한다"는 의미에 가깝습니다.
  • 데블스캠프2008/등자사용법 . . . . 2 matches
         http://www.hani.co.kr/arti/society/society_general/293227.html
         http://www.hani.co.kr/arti/society/society_general/293227.html
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/강소현 . . . . 2 matches
         == 데블스캠프2009/월요일/연습문제/HTML-CSS/강소현 ==
         <html>
         </html>
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/박준호 . . . . 2 matches
         == 데블스캠프2009/월요일/연습문제/HTML-CSS/박준호 ==
         <html>
         </html>
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/서민관 . . . . 2 matches
         == 데블스캠프2009/월요일/연습문제/HTML-CSS/서민관 ==
         <html>
         </html>
  • 데블스캠프2010/넷째날/DHTML . . . . 2 matches
         = DHTML =
          *Dynamic HTML (동적인 HTML)
          *[wiki:html HTML] + [Javascript] + [CSS]
          *html을 확장해서 동적인, 다시 말해서 단순히 보여주기만 하는 웹 페이지가 아닌 User가 직접 접근할 수 있는 웹 페이지
          *현재 대부분의 웹 사이트에서 DHTML 기술을 적용중
  • 데블스캠프2011/셋째날/난해한프로그래밍언어 . . . . 2 matches
          * 아희 인터프리터: http://puzzlet.org/doc/aheui/jsaheui_ko.html
          * Befunge 인터프리터 : http://www.quirkster.com/js/befunge.html
  • 데블스캠프2013/둘째날/API . . . . 2 matches
         <html>
         </html>
  • 레밍즈프로젝트/프로토타입/SetBit . . . . 2 matches
         [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cdc.3a3a.setpixel.asp MSDN_SetPixel], [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cdc.3a3a.getpixel.asp MSDN_GetPixel]
  • 아인슈타인 . . . . 2 matches
         아인슈타인은 그의 나이 76세에 세상을 떠났다. 그가 정말로 원하던 자유였을 지도 모르겠다. 사인은 심장동맥 파열이었다. 그의 뇌는 포르말린이 담긴병속에 보관되어 있다고 한다. 그의 눈은 몇년전에 경매를 통해 팔렸다고 하는데, 보석과도 같은 아름다운 눈이었다고 한다. (from http://med.hallym.ac.kr/~sohnkm/ein.html)
         아인슈타인은 국가주의를 공격했고 평화주의 사상을 장려했다. 베를린에서 반유대주의 물결이 거세어지자, 아인슈타인은 '물리학에서의 볼셰비키주의자' 범주로 구분되었고, 그가 시오니즘 운동을 대중적으로 지지하기 시작하자 우익집단들의 그에 대한 격노가 거세졌다. 아인슈타인은 베를린에서 적대를 받았으나 유럽의 다른 도시에서 그에게 요청한 것 때문에 상대성이론을 강의하러 유럽의 여러 도시들을 널리 다녔는데, 보통 3등열차를 타고다녔고 늘 바이올린을 지니고 있었다. (from http://preview.britannica.co.kr/spotlights/nobel/list/B14a2262b.html)
  • 우리홈만들기 . . . . 2 matches
          * 1월 13일 : 지혜의 도움으로 public_html폴더를 만들고, chmod로 다른 사람이 읽을수 있도록 하고, index.html만듬..^^;
  • 이승한/PHP . . . . 2 matches
          * htmlspecilchars(); //& " ' < > 등 HTML에서 사용하는 키워드를 다른 키워드로 바꿔준다. ex>& -> & " ->"
          === html / form ===
  • 이영호/기술문서 . . . . 2 matches
         [http://doc.kldp.org/KoreanDoc/html/Assembly_Example-KLDP/Assembly_Example-KLDP.html] - Linux Assembly Code
  • 즐겨찾기 . . . . 2 matches
         [http://dbmain.snu.ac.kr/maro/books.html 책]
         [http://www.cinsk.org/cfaqs/html/ C에서 자주묻는질문]
  • 호너의법칙 . . . . 2 matches
         {{{#!html
         {{{#!html
  • .bashrc . . . . 1 match
         complete -f -o default -X '!*.texi*' makeinfo texi2dvi texi2html texi2pdf
  • .vimrc . . . . 1 match
         "map <F2> :so $VIMRUNTIME/syntax/2html.vim<CR> " make HTML
  • 02_Python . . . . 1 match
          * 가장 정확하게 말하자면 객체 지향 스크립 언어이다. (see also Ousterhout's IEEE Computer article ''Scripting: Higher Level Programming for the 21st Century'' at http://home.pacbell.net/ouster/scripting.html )
  • 0PlayerProject . . . . 1 match
         [http://www.xvid.org/downloads.html]
  • 1002/Journal . . . . 1 match
         현재 : http://www.savie.co.kr/SITE/data/html_dir/2002/10/01/200210010019.asp. 결혼도 하고 세살된 딸도 있단다. 현재의 사진을 보니 남궁원씨 닮아가는군. M&A 전문 회사 대표라고 한다.
         Prometheus 코드를 다시 checkout 하고 UnitTest 깨진 부분을 보면서 기존의 TDD 진행 보폭이 얼마나 컸는지가 보였다. (다시 Green Bar 를 보이게끔 하기에 진행해야 할일이 많았으니까. Extractor Remote Test 가 no matched (정규표현식에서 매칭 실패)로 깨졌을때 생각해야 할 일이 두가지이다. 하나는 HTML 이 제대로 받아졌는가(또는 HTML 이 도서관에서의 에러코드를 반환하는가), 하나는 extractor 가 그 구실을 제대로 하는가. 그런데, 테스트 코드를 보면 저 두가지가 묶여있다.
         그리고, 도서관 UI 가 바뀌었을 경우에 대한 대처방안에 대해서 이리저리 아이디어를 궁리해 보았었는데, 정규표현식부분을 따로 떼어내어 외부화일로 두던지 (이렇게 하면 컴파일하지 않아도 정규표현식을 수정하면 된다) 또는 HTML 을 전부 Parsing 하여 DOM 트리를 만든뒤 해당 노드의 Position 들에 대해 따로 외부화일로 두던지 (이는 추후 일종의 extractor tool 로 빼낼 수 있을 것이므로) 하는 아이디어가 떠올랐다.
  • 1st Seminar . . . . 1 match
         http://images.google.co.kr/imgres?imgurl=http://allan.ultra.nyu.edu/~gottlieb/courses/2001-02-fall/arch/lectures/figs/cache-set-assoc.png&imgrefurl=http://allan.ultra.nyu.edu/~gottlieb/courses/2001-02-fall/arch/lectures/lecture-22.html&h=460&w=777&sz=7&tbnid=NW3J1fy7BkwJ:&tbnh=83&tbnw=140&start=52&prev=/images%3Fq%3Dcomputer%2Bcache%26start%3D40%26hl%3Dko%26lr%3D%26ie%3DUTF-8%26newwindow%3D1%26sa%3DN
  • 1thPCinCAUCSE . . . . 1 match
          * 문제 성격: 국내 대학생 프로그램 경진 대회의 문제 출제 경향을 따른다. 2002년도 문제 샘플( http://cs.kaist.ac.kr/~acmicpc/problem.html see also ["2002년도ACM문제샘플풀이"] 참조)
  • 2002년도ACM문제샘플풀이 . . . . 1 match
          * [http://cs.kaist.ac.kr/~acmicpc/problem.html 2002년도 문제 샘플] 풀이입니다. ["신재동"]과 ["상규"]가 '개발 시간 최소화' 라는 문제 때문에 시작부터 TDD와 Refactoring 그리고 OOP를 버렸습니다. 그래서 중복도 심하고 남에게 보여주기 정말 부끄럽지만... 용기내서 올립니다. 리펙토링 후에 변한 모습을 다시 올리도록 하겠습니다.
  • 2010PHP . . . . 1 match
          * [http://dev.mysql.com/downloads/workbench/5.2.html MySQL Workbench 다운로드]
  • 2thPCinCAUCSE . . . . 1 match
          * 문제 성격: 국내 대학생 프로그램 경진 대회의 문제 출제 경향을 따른다. 2002년도 문제 샘플( http://cs.kaist.ac.kr/~acmicpc/problem.html see also ["2002년도ACM문제샘플풀이"] 참조)
  • 3DGraphicsFoundation . . . . 1 match
          * [[HTML(<strike>'01 이창섭 ["창섭"]</strike>)]] 사정상 계속 못하게되었습니다. 여지껏 도와주신 해성이형과 같이 공부한 동기들께 고맙다는 말을 남기고 싶습니다.ㅡ.ㅜ
          * [http://http://www.drunkenhyena.com/docs/d3d_tutorial.phtml] : 여기는 nehe 소스를 DX로 만들어 놓은 곳.. -- 정수
  • 3D업종 . . . . 1 match
         http://www.xmission.com/~nate/glut.html
  • 3D프로그래밍시작하기 . . . . 1 match
         http://cg.cs.tu-berlin.de/~ki/engines.html 에 보면 여러가지 공개, 상용 엔진들의 리스트가 정리되어 있습니다. 아마 3D 프로그래밍하는 사람치고 이 페이지에 안가본 사람은 별로 없을것입니다만, 노파심에서..
  • 3N+1Problem . . . . 1 match
         학교에서 무료함을 달래기 위해 acm programming contest 기출문제를 풀어보는데, ToyProblems 에서도 다룰만한 쉬운 문제가 있기에 이렇게 소개합니다. [http://acm.uva.es/p/v1/100.html 원문보기]
  • 3rdPCinCAUCSE . . . . 1 match
         문제 샘플( http://cs.kaist.ac.kr/~acmicpc/problem.html )
  • 5인용C++스터디/멀티쓰레드 . . . . 1 match
         [http://iruril.cafe24.com/iruril/study/thread/thread%20syn.html]
  • ACE . . . . 1 match
          * http://www.cs.wustl.edu/~schmidt/ACE.html - ACE 홈페이지
  • ADisciplineOfProgramming . . . . 1 match
         http://cs.sungshin.ac.kr/~dkim/dop-chapter0.html
  • AI세미나 . . . . 1 match
         http://www.math.umn.edu/~wittman/faces/main.html - Neural Network를 사용하여 사람의 얼굴 인식.
  • AVG-GCC . . . . 1 match
         URL : http://www.gnu.org/software/gcc/bugs.html
  • AcceleratedC++/Chapter2 . . . . 1 match
          예전에 http://www.pragmaticprogrammer.com/ppllc/papers/1998_05.html 에서 invariants라는 말이 나왔었는데 같은 개념으로 생각하면 될려나 ㅡ,.ㅡ; --[Benghun]
  • AcceptanceTest . . . . 1 match
         원문 : http://extremeprogramming.org/rules/functionaltests.html
  • ActiveTemplateLibrary . . . . 1 match
          * [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_atl_string_conversion_macros.asp ATL and MFC String Conversion Macros]
  • AdventuresInMoving:PartIV . . . . 1 match
         [http://online-judge.uva.es/p/v102/10201.html 원문보기]
  • AntOnAChessboard . . . . 1 match
         [http://online-judge.uva.es/p/v101/10161.html 원문보기]
  • AntiSpyware . . . . 1 match
          * [http://www.bcpark.net/software/read.html?table=resume&num=28 개미핥기 2005] : 검색, 치료 무료.
  • Apache . . . . 1 match
          * [http://www.wallpaperama.com/forums/how-to-fix-could-not-determine-the-servers-fully-qualified-domain-name-t23.html 위문제상황해결링크]
  • ArsDigitaUniversity . . . . 1 match
          * MIT 박사 과정 타라 수잔의 교수 경험 http://www-math.mit.edu/~tsh/teaching/aduni.html
  • ArtificialIntelligenceClass . . . . 1 match
          * [http://aima.cs.berkeley.edu/instructors.html 미국대학 시험문제들]
  • AustralianVoting . . . . 1 match
         [http://online-judge.uva.es/p/v101/10142.html 원문보기]
  • AutomatedJudgeScript . . . . 1 match
         [http://online-judge.uva.es/p/v101/10188.html 원문보기]
  • BackTracking . . . . 1 match
         See Also http://borami.kyungpook.ac.kr/hci/chap5/concept.html
  • BasicJava2005/3주차 . . . . 1 match
          * [http://pllab.kw.ac.kr/j2seAPI/api/index.html] : 한글 5.0 API 문서
  • BaysianFiltering . . . . 1 match
         http://www.paulgraham.com/naivebayes.html
  • BeeMaja . . . . 1 match
         [http://online-judge.uva.es/p/v101/10182.html 원문보기]
  • BirthdayCake . . . . 1 match
         [http://online-judge.uva.es/p/v101/10167.html 원문보기]
  • BookShelf . . . . 1 match
          [http://dbmain.snu.ac.kr/maro/books.html 책]
  • BookShelf/Past . . . . 1 match
          1. [http://kldp.org/Translations/html/Ask-KLDP/ 좀더 나은 질문하기 방법] - 20050121
  • Boost . . . . 1 match
          * [http://boost.org/status/cs-win32.html 컴파일러 테스트] 페이지를 보면 알 수 있듯이 가장 많은 테스트를 통과하는 것은 gcc. VC++ 6 은 테스트도 안한다.
  • BoostLibrary . . . . 1 match
          * [http://boost.org/status/cs-win32.html 컴파일러 테스트] 페이지를 보면 알 수 있듯이 가장 많은 테스트를 통과하는 것은 gcc. VC++ 6 은 테스트도 안한다.
  • C++ . . . . 1 match
         벨 연구소의 [http://www.research.att.com/~bs/homepage.html Bjarne Stroustrup]은 1980년대에 당시의 [C]를 개선해 C++을 개발하였다. (본디 C with Classes라고 명명했다고 한다.) 개선된 부분은 클래스의 지원으로 시작된다. (수많은 특징들 중에서 [가상함수], [:연산자오버로딩 연산자 오버로딩], [:다중상속 다중 상속], [템플릿], [예외처리]의 개념을 지원하는) C++ 표준은 1998년에 ISO/IEC 14882:1998로 재정되었다. 그 표준안의 최신판은 현재 ISO/IEC 14882:2003로서 2003년도 버전이다. 새 버전의 표준안(비공식 명칭 [C++0x])이 현재 개발중이다. [C]와 C++에서 ++이라는 표현은 특정 변수에 1의 값을 증가시키는 것이다. (incrementing이라 함). C++이라는 명칭을 이와 동일한 의미를 갖는데, [C]라는 언어에 증가적인 발전이 있음을 암시하는 것이다.
  • C/C++어려운선언문해석하기 . . . . 1 match
         자세한 설명을 첨가하지 못해서 죄송합니다. 다음의 링크를 참조하시면 더 자세한 이유를 보실 수 있으실 겁니다. http://www.research.att.com/~bs/bs_faq2.html#whitespace )
  • C99표준에추가된C언어의엄청좋은기능 . . . . 1 match
          [http://www-128.ibm.com/developerworks/linux/library/l-c99.html?ca=dgr-lnxw07UsingC99 Open source development using C99]
  • CC2호 . . . . 1 match
         [http://myhome.hanafos.com/~kukdas/index.html C가 있는 홈페이지]
  • CCNA/2013스터디 . . . . 1 match
          * [http://www.hanb.co.kr/edu/view_detail.html?hi_id=72, CCNA(640-801) 준비를 위한 시스코 네트워킹]
  • CProgramming . . . . 1 match
         [http://myhome.hanafos.com/~kukdas/index.html C가 있는 홈페이지]
  • CarmichaelNumbers . . . . 1 match
         [http://acm.uva.es/p/v100/10006.html 원문보기]
  • CeeThreadProgramming . . . . 1 match
         //http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt__beginthread.2c_._beginthreadex.asp
  • ChainsawMassacre . . . . 1 match
         [http://online-judge.uva.es/p/v100/10043.html 원문보기]
  • CheckTheCheck . . . . 1 match
         [http://online-judge.uva.es/p/v101/10196.html 원문보기]
  • ChocolateChipCookies . . . . 1 match
         [http://online-judge.uva.es/p/v101/10136.html 원문보기]
  • Chopsticks . . . . 1 match
         [http://acm.uva.es/p/v102/10271.html 원문보기]
  • ClassifyByAnagram/sun . . . . 1 match
          * genKey() 메소드의 성능 개선. qsort2([http://www.cs.bell-labs.com/cm/cs/pearls/sortanim.html ProgrammingPerals 참고]) 이용.
          * [[HTML(<STRIKE>)]]테스트 사양에 독립적인 속도 측정방법 생각[[HTML(</STRIKE>)]]
  • CommonPermutation . . . . 1 match
         [http://online-judge.uva.es/p/v102/10252.html 원문보기]
  • CompleteTreeLabeling . . . . 1 match
         [http://online-judge.uva.es/p/v102/10247.html 원문보기]
  • ContestScoreBoard . . . . 1 match
         [http://online-judge.uva.es/p/v102/10258.html 원문보기]
  • ConvertAppIntoApplet/진영 . . . . 1 match
         http://nihs.com.ne.kr/temp/NotHelloWorldApplet.html
  • Counting . . . . 1 match
         [http://online-judge.uva.es/p/v101/10198.html 원문보기]
  • CppUnit . . . . 1 match
         싱가폴 국립대학의 소프트웨어 공학 프로젝트 수업에서 CppUnit을 사용하고 있는데, http://www.comp.nus.edu.sg/~cs3214s/tools/cppunitVC.html 에 가면 MSVC에서 CppUnit을 사용하는 방법을 쉽게 설명한 안내서를 볼 수 있다.
  • CrcCard . . . . 1 match
         See Also Moa:CrcCard , ResponsibilityDrivenDesign, [http://c2.com/doc/oopsla89/paper.html aLaboratoryForTeachingObject-OrientedThinking]
  • CryptKicker . . . . 1 match
         [http://online-judge.uva.es/p/v8/843.html 원문보기]
  • CryptKicker2 . . . . 1 match
         [http://online-judge.uva.es/p/v8/850.html 원문보기]
  • Curl . . . . 1 match
          Ajax프로그래밍을 해본적이 없어서 Gmail에서 관찰한 내용을 기준으로 해보면... 아마도 curl 로 만들어진 빠른 속도의 애플리케이션을 이용해서 좀더 다양한 처리 같은게 가능하지 않을까요? 뭐 그래픽 에디터를 activex를 이용하지 않고도 만들 수 있다던지.. 그리고 네트워크가 disconnect된 상태에서 사용자가 작업한 내용을 보관하고 있다가 connect된 상태로 바뀌면 작업을 처리하는 일같은 것도 가능할 것 같고요.(ajax가 jscript+dhtml을 이용한 기술이라고 아는데 이런것도 가능한지는 모르겠네요.;;) 아무래도 로컬의 runtime위에서 작동을 하는 만큼 유저의 입장에서 좀더 다양한 상용의 용도가 있을 것이라는 생각이드네요. 물론 runtime 이 있기 때문에 상업적 표준이 되기전에는 기업용 시장에서만 팔릴 것들에만 쓰일지도 모르겠고요. - [eternalbleu]
  • CuttingSticks . . . . 1 match
         [http://acm.uva.es/p/v100/10003.html 원문보기]
  • Debugging . . . . 1 match
          * [http://korean.joelonsoftware.com/Articles/PainlessBugTracking.html 조엘아저씨의 손쉬운 버그 추적법]
  • DebuggingSeminar_2005/DebugCRT . . . . 1 match
         [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/_core_c_run2dtime_library_debugging_support.asp MSDN]
  • DermubaTriangle . . . . 1 match
         [http://online-judge.uva.es/p/v102/10233.html 원문보기]
  • DesignPattern2006 . . . . 1 match
          * [http://www.tml.tkk.fi/~pnr/GoF-models/html/]
  • Doublet . . . . 1 match
         출처: http://puzzle.jmath.net/math/essay/kiss.html
  • Doublets . . . . 1 match
         [http://online-judge.uva.es/p/v101/10150.html 원문보기]
  • Eclipse/PluginUrls . . . . 1 match
          * [http://www.myeclipseide.com/Downloads%2Bindex-req-viewsdownload-sid-10.html] 홈페이지
  • EclipsePlugin . . . . 1 match
         여러 언어의 소스의 Highlight 해주는 라이브러리인데 여기에 Eclipse Plug-in 도 있습니다. JSP, C/C++, HTML, XML 등등 여러 타입이 지원됩니다. [http://colorer.sourceforge.net/lang-list.html 지원 언어 목록]
  • EightQueenProblem/kulguy . . . . 1 match
          See Also [http://maso.zdnet.co.kr/20010407/about/article.html?id=120&page=2 마소2001년 4월 About Python 기사 - 파이썬 최적화론]
  • EightQueenProblem/nextream . . . . 1 match
         == 8queen.html (javascript) ==
  • ErdosNumbers . . . . 1 match
         [http://online-judge.uva.es/p/v100/10044.html 원문보기]
  • Eric3 . . . . 1 match
         http://www.die-offenbachs.de/detlev/eric3.html
  • Erlang . . . . 1 match
         [http://en.wikipedia.org/wiki/High_availability#Percentage_calculation Nine Nines(99.99999%)] 신화의 주역. 앤디 헌트도 단순히 버즈워드가 [http://blog.toolshed.com/2007/09/999999999-uptim.html 아니라고 인정].
  • Erlang/설치 . . . . 1 match
         http://www.erlang.org/download.html
  • EuclidProblem . . . . 1 match
         [http://online-judge.uva.es/p/v101/10104.html 원문보기]
  • EvolutionaryDatabaseDesign . . . . 1 match
         http://martinfowler.com/articles/evodb.html
  • Expat . . . . 1 match
         http://www.xml.com/pub/a/1999/09/expat/index.html
  • ExtremeProgramming . . . . 1 match
          * http://www.martinfowler.com/articles/newMethodology.html#N1BE - 또다른 '방법론' 이라 불리는 것들. 주로 agile 관련 이야기들.
  • FactorialFactors . . . . 1 match
         [http://online-judge.uva.es/p/v8/884.html]
  • FastSearchMacro . . . . 1 match
         http://www.heddley.com/edd/php/search.html
  • FileStructureClass . . . . 1 match
         교수: 강현철 교수님 [http://dblab.cse.cau.ac.kr/FS/index.html 수업홈페이지]
  • Flex . . . . 1 match
          * 더욱 많은 자료 : http://www.adobe.com/kr/products/flex/productinfo/overview/flex_datasheet.html
  • Fmt . . . . 1 match
         [http://online-judge.uva.es/p/v8/848.html 원문보기]
  • FreeMind . . . . 1 match
         마이폴더넷 : [http://software.myfolder.net/Category/Story.html?sn=63003 링크]
  • FromDuskTillDawn . . . . 1 match
         [http://online-judge.uva.es/p/v101/10187.html 원문보기]
  • Garbage collector for C and C++ . . . . 1 match
          * [http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcinterface.html 설명]
  • Gnutella-MoreFree . . . . 1 match
         http://www.gnutelladev.com/source/gnucleus0.html (소스코드)
  • Gof/Singleton . . . . 1 match
         만약 저 코드를 제대로 수정하려 한다면 어떻게 해야 되나요? 참고로 저는 http://www.javaworld.com/javaworld/javaqa/2001-11/01-qa-1102-singleton.html에 있는 자바소스를 cpp로 포팅했습니다. -- FredFrith
  • GofStructureDiagramConsideredHarmful . . . . 1 match
          * 원문 : http://www.industriallogic.com/pulse/20001001.html
  • Googling . . . . 1 match
         [http://desktop.google.com/developer.html Google Desktop API]
  • GridComputing . . . . 1 match
          * [http://gridcafe.web.cern.ch/gridcafe/animations.html Flash를 이용한 쉬운 그리드 설명]
  • HanoiTowerTroublesAgain! . . . . 1 match
         [http://online-judge.uva.es/p/v102/10276.html 원문보기]
  • Hartals . . . . 1 match
         [http://online-judge.uva.es/p/v100/10050.html 원문보기]
  • HaskellLanguage . . . . 1 match
          * 저 위에보면, featuring static typing, higher-order functions, polymorphism, type classes and modadic effects 라고 있는데, 이것들이 아마 haskell language의 큰 특징들이 아닐까 한다. 각각에 대해서 알아두는게 도움이 될듯. ([http://www.nomaware.com/monads/html/ monad관련자료])- 임인택
  • HelloWorld . . . . 1 match
          * http://www2.latech.edu/~acm/HelloWorld.shtml 다시 살아 났음
         <HTML>
         </HTML>
  • HelpOnConfiguration . . . . 1 match
         $path='/usr/bin:/bin:/usr/local/bin:/home/to_your_public_html/moniwiki/bin'; # 유닉스의 기본 실행파일 디렉토리 + bin의 full path
  • HelpOnCvsInstallation . . . . 1 match
          1. 원하는 설치경로로 옮깁니다. (예를 들어 `/home/foobar/public_html`)
  • HelpOnXmlPages . . . . 1 match
         If you have Python4Suite installed in your system, it is possible to save XML documents as pages. It's important to start those pages with an XML declaration "{{{<?xml ...>}}}" in the very first line. Also, you have to specify the stylesheet that is to be used to process the XML document to HTML. This is done using a [http://www.w3.org/TR/xml-stylesheet/ standard "xml-stylesheet" processing instruction], with the name of a page containing the stylesheet as the "{{{href}}}" parameter.
          <xsl:output method="html" omit-xml-declaration="yes" indent="no"/>
  • HerdingFrosh . . . . 1 match
         [http://online-judge.uva.es/p/v101/10135.html 원문보기]
  • HotterColder . . . . 1 match
         [http://online-judge.uva.es/p/v100/10084.html 원문보기]
  • HowBigIsIt? . . . . 1 match
         [http://online-judge.uva.es/p/v100/10012.html 원문보기]
  • HowManyFibs? . . . . 1 match
         [http://online-judge.uva.es/p/v101/10183.html 원문보기]
  • HowManyPiecesOfLand? . . . . 1 match
         [http://online-judge.uva.es/p/v102/10213.html 원문보기]
  • HowManyZerosAndDigits . . . . 1 match
         [http://online-judge.uva.es/p/v100/10061.html 원문보기]
  • HowToBlockEmpas . . . . 1 match
          ''검색결과의 삭제에 대한 내용이 다음 사이트에 있군요.'' [http://www.google.com/intl/ko/remove.html]
         모든 페이지의 HTML 헤더에 meta NAME="ROBOTS" 을 설정해서 다는 걸로 해결이 되지 않을까 생각됩니다.
  • HowToStudyDesignPatterns . . . . 1 match
         이런 식의 "사례 중심"의 공부를 위해서는 스터디 그룹을 조직하는 것이 좋습니다. 혼자 공부를 하건, 그룹으로 하건 조슈아 커리프스키의 유명한 A Learning Guide To Design Patterns (http://www.industriallogic.com/papers/learning.html'''''')을 꼭 참고하세요. 그리고 스터디 그룹을 효과적으로 꾸려 나가는 데에는 스터디 그룹의 패턴 언어를 서술한 Knowledge Hydrant (http://www.industriallogic.com/papers/khdraft.pdf'''''') 를 참고하면 많은 도움이 될 겁니다 -- 이 문서는 뭐든지 간에 그룹 스터디를 한다면 적용할 수 있습니다.
  • ISBN_Barcode_Image_Recognition . . . . 1 match
          * EAN-13의 심볼로지에 대해 잘 설명되어 있는 페이지(영문) : http://www.barcodeisland.com/ean13.phtml
  • ImmediateDecodability . . . . 1 match
         [http://online-judge.uva.es/p/v6/644.html 원문보기] <- [DeadLink]
  • IntelliJ . . . . 1 match
          4. Checkout - 이는 CVSROOT의 modules 에 등록된 project 들만 가능하다. CVS 관리자는 CVSROOT 의 modules 화일에 해당 프로젝트 디렉토리를 추가해준다.([http://cvsbook.red-bean.com/cvsbook.html#The_modules_File module file]) 그러면 IntelliJ 에 있는 CVS의 Checkout 에서 module 을 선택할 수 있다. Checkout 한다.
  • InterMap . . . . 1 match
         ZDic http://dic.zdnet.co.kr/frame_desc.html?key= # ZDnet 의 IT 용어 사전
  • IsBiggerSmarter? . . . . 1 match
         [http://online-judge.uva.es/p/v101/10131.html 원문보기]
  • IsDesignDead . . . . 1 match
          * http://martinfowler.com/articles/designDead.html - 원문.
  • IsThisIntegration? . . . . 1 match
         [http://online-judge.uva.es/p/v102/10209.html 원문보기]
  • IsbnMap . . . . 1 match
         Tmecca http://www.tmecca.co.kr/search/isbnsearch.html?isbnstr=
  • JMSN . . . . 1 match
          * http://jmsn.sourceforge.net/msnmlib/docs/index.html - MSN Library Java API Document
  • JavaScript/2011년스터디/7월이전 . . . . 1 match
          * 정말로 간만에 javascript 스터디를 시작했습니다ㅠ 전에 하던 json2.js 분석(읽기?)을 하는데 전에 하던것이 기억이 안나서 고생했습니다. javascript의 새로운 과제로는 Dongeon and Dragon!!(가명)이라는 게임을 만들기로 했습니다. javascript외에도 HTML이라던가 CSS등의 것들도 기억이 나질 않아서 지워저 버린 기억을 복구하는 것을 우선시 해야겠습니다. - [박정근]
          * HTML은 self closing이 안된다는 내용인것 같네요. 다시 읽어봐야겠어요 - [서지혜]
          * javascript는 하면 할수록 안되는거같습니다.ㅠㅇㅜ keypress가 왜 한번씩만 입력받는지 고민하느라 시간을 다썻어요. 아주 간단한 에제부터 하면서 다시 event를 받는것을 해봐야겠습니다. 아예 그것뿐만이 아니라 HTML같은 전반적인 것을 공부해야 겠다는 생각이 들었습니다. 아, 이쪽보다 동네 홈페이지를 가지고 장난치는게 더 재밋는것 같네요ㅋ - [박정근]
          * 공부하면 할수록 HTML이라던가 웹에 대히 공부해야겠다는 생각만 듭니다. javascript만 사용한다는 것은 무리인것 같아요. 이번에는 연속적으로 키보드 이벤트를 받는 문제였는데 생각보다 쉽지 않네요ㅠ 은 innerHTML은 또 처음 들어요;; 여튼 더 공부하겠습니다!! - [박정근]
          * 합류한 두명 중 한명입니다. javascript랑 html이랑 차이를 생각해보는데 살짝 시간이 걸린거 같기도 하네요. ..으아니! 진짜로 그냥 저장만 했는데 실행이 되네!! 라는 생각도 들었어요. 얘내도 참 재미있는 언어인거 같네요. 빨리 배워서 제대로 스터디 궤도에 오를 수 있도록 해야겠어요. -[김태진]
          * 아, 띄어쓰기 2번이상 해보기를 겪어면서 HTML도 상당히 필요하군 =_=이라는 생각도 잠깐하게되었네요; -[김태진]
  • JavaStudy2003 . . . . 1 match
         http://java.sun.com/docs/books/tutorial/java/index.html
  • JavaStudy2003/두번째과제 . . . . 1 match
          http://www.javastudy.co.kr/docs/yopark/chap03/chap03.html
  • JavaStudy2003/두번째수업 . . . . 1 match
         http://www.javastudy.co.kr/docs/yopark/chap03/chap03.html
  • JavaStudy2003/첫번째과제 . . . . 1 match
         http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html
  • JavaStudy2004/자바따라잡기 . . . . 1 match
         http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html
  • JavaStudy2004/클래스 . . . . 1 match
         http://www.javastudy.co.kr/docs/yopark/chap03/chap03.html
  • JollyJumpers . . . . 1 match
         [http://online-judge.uva.es/p/v100/10038.html 원문보기]
  • LC-Display . . . . 1 match
         [http://online-judge.uva.es/p/v7/706.html 원문보기]
  • LearningGuideToDesignPatterns . . . . 1 match
         원문 : http://www.industriallogic.com/papers/learning.html
  • LightMoreLight . . . . 1 match
         [http://online-judge.uva.es/p/v101/10110.html 원문보기]
  • LinearAlgebraClass . . . . 1 match
          * 길버트 스트랭의 MIT 강의 VOD http://web.mit.edu/18.06/www/Video/video-fall-99.html
  • LinuxSystemClass . . . . 1 match
         http://ssrnet.snu.ac.kr/course/os2004-1/errata.html - 번역서 errata 페이지.
  • LoveCalculator . . . . 1 match
         [http://acm.uva.es/p/v104/10424.html LoveCalculator]
  • MVCModel . . . . 1 match
         http://zeropage.org/~erunc0/study/java/mvc_model/swing_mvc_model.html
  • MacromediaFlash . . . . 1 match
         http://www.icksys.com/tutorial/ria.html
  • MapBrowserSite . . . . 1 match
          * [http://www.seoul.go.kr/org/introduction/others/map/map.html 서울시 지도]
  • Marbles . . . . 1 match
         [http://online-judge.uva.es/p/v100/10090.html 원문보기]
  • Metaphor . . . . 1 match
         원문 : http://www.extremeprogramming.org/rules/metaphor.html
  • MineSweeper . . . . 1 match
         [http://online-judge.uva.es/p/v101/10189.html 원문보기]
  • ModelViewPresenter . . . . 1 match
         http://www-106.ibm.com/developerworks/java/library/j-mvp.html
  • MoinMoin . . . . 1 match
          * [http://www.oreillynet.com/pub/a/python/2000/11/29/pythonnews.html PythonNews article on wikis]
  • MoinMoinDone . . . . 1 match
         <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=euc-jp">
  • MoniCalendar . . . . 1 match
          이것의 비밀은 http://chemie.skku.ac.kr/wiki/monket-calendar/monket-cal/t.html 걍 테이블로 했군요...
  • MoniWiki . . . . 1 match
         {{{#!html
  • MoniWiki/HotKeys . . . . 1 match
          * http://unixpapa.com/js/key.html
  • Monocycle . . . . 1 match
         [http://online-judge.uva.es/p/v100/10047.html 원문보기]
  • MultiplyingByRotation . . . . 1 match
         [http://online-judge.uva.es/p/v5/550.html 원문보기]
  • MySQL . . . . 1 match
         [http://zeropage.org/pub/MySQL-manual-split/manual_toc.html MySQL 도움말] : ZeroPage 내부에 두었으며, MySQL의 완전한 도움말
  • NSIS . . . . 1 match
          * http://www.nullsoft.com/free/nsis/makensitemplate.phtml - .nsi code generator
  • NiceMilk . . . . 1 match
         [http://online-judge.uva.es/p/v101/10117.html 원문보기]
  • ObjectOrientedDatabaseManagementSystem . . . . 1 match
         [http://www.dacs.dtic.mil/techs/oodbms2/oodbms-toc.shtml]
  • Ones . . . . 1 match
         [http://acm.uva.es/p/v101/10127.html 원문보기]
  • OpenCamp/첫번째 . . . . 1 match
          * [https://trello-attachments.s3.amazonaws.com/504f7c6ae6f809262cf15522/5050dc29719d8029024cca6f/f04b35485152d4ac19e1392e2af55d89/forConference.html 다운로드]
  • PC실관리 . . . . 1 match
         그림을 포함한 청소 설명 - [http://www.airlove.co.kr/shop/index.php?inc=html/air]
  • PNGFileFormat/ImageData . . . . 1 match
          * [http://www.faqs.org/rfcs/rfc1950.html RFC-1950 (zlib spec.)]
  • ParserMarket . . . . 1 match
         ||HTML: ["parser/html.py"]||Christian Bird||chris.bird@lineo.com||1.0|| ||
  • Perforce . . . . 1 match
         http://www.kr.netbsd.org/knug/ml/netbsd-users/2002/09/msg00010.html
  • PolynomialCoefficients . . . . 1 match
         [http://online-judge.uva.es/p/v101/10105.html 원문보기]
  • PowerOfCryptography . . . . 1 match
         [http://acm.uva.es/p/v1/113.html 원문보기]
         입력은 정수 쌍 n, p가 각각 한줄씩 입력됩니다. 여기서 n, p, k의 범위는 각각 1≤n≤200, [[HTML(1≤p≤10<sup>101</sup>)]],[[HTML(1≤k≤10<sup>9</sup>)]] 입니다. 입력의 끝 EOF입니다.
         주어진 입력에 대하여 [[HTML(k<sup>n</sup>=p)]] , 즉 k를 한줄씩 출력해야 합니다. 여기서 k 는 http://acm.uva.es/p/v1/113img9.gif 입니다.
  • PrimaryArithmetic . . . . 1 match
         [http://online-judge.uva.es/p/v100/10035.html 원문보기]
  • ProcessExplorer . . . . 1 match
         http://www.sysinternals.com/Utilities/ProcessExplorer.html
  • Profiling . . . . 1 match
         (다른 소개글로 [http://maso.zdnet.co.kr/20010407/about/article.html?id=120&forum=0 마소4월호기사 Python 최적화론]를 추천한다.-링크깨졌음)
  • ProgrammingBottomUp . . . . 1 match
         http://www.paulgraham.com/progbot.html
  • ProgrammingPartyAfterwords . . . . 1 match
          * NoSmok:StructureAndInterpretationOfComputerPrograms 에 나온 Event-Driven Simulation 방식의 회로 시뮬레이션 [http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-22.html#%_idx_3328 온라인텍스트]
  • ProjectPrometheus/MappingObjectToRDB . . . . 1 match
         참조 문서 : http://martinfowler.com/isa/OR-mapping.html
  • ProjectVirush/UserStory . . . . 1 match
         [http://wiki.kldp.org/KoreanDoc/html/GnuPlot-KLDP/ 그래프그리기]
  • ProjectZephyrus/ClientJourney . . . . 1 match
          DeleteMe) ''참고로 자바에서는 순수한 형태의 MVC 모델을 사용하지 않습니다. 변형된 형태의 MVC 모델을 사용합니다 [http://java.sun.com/products/jfc/tsc/articles/getting_started/getting_started2.html Introducing Swing Architecture]. 이론과 실제의 차이랄까요. --이선우''
  • ProjectZephyrus/Server . . . . 1 match
         http://165.194.17.15/~neocoin/ProjectZephyrus/Server/doc/index.html
  • ProjectZephyrus/Thread . . . . 1 match
          * 제가 저번학기에 작업했던 메신져가 있습니다. 이번 프로젝트를 하면서 참고할 수 있는 부분을 참고하세요. 저번 학기에 정보처리 실습이란 과목에서 프로젝트로 했던 것입니다. UP 로 Process 를 진행했었고, 높은(?) 점수를 위해서 많은 문서를 남기긴 했는데.. 부족한 면이 많군요 ㅡ.ㅡ;; http://www.inazsoft.net/projectworktool.html 에서 다운로드 받을 수 있습니다. - 구근
  • PyIde/Exploration . . . . 1 match
         http://www.scintilla.org/ScintillaDoc.html
  • PyIde/Scintilla . . . . 1 match
         http://scintilla.org/ScintillaDoc.html
  • PyServlet . . . . 1 match
          res.setContentType("text/html")
  • PythonNetworkProgramming . . . . 1 match
          * [http://gnosis.cx/publish/programming/sockets.html]
  • PythonThreadProgramming . . . . 1 match
          * [http://linuxgazette.net/107/pai.html]
  • R'sSource . . . . 1 match
          f = open('temp.html', 'w')
  • REFACTORING . . . . 1 match
         http://www.refactoring.com/catalog/index.html - Refactoring 에 대해 계속 정리되고 있다.
  • RandomWalk2/Vector로2차원동적배열만들기 . . . . 1 match
          * [http://www.parashift.com/c++-faq-lite/containers-and-templates.html#faq-33.1 Why Arrays are Evil]
  • RedThon . . . . 1 match
          http://python.org/doc/Summary.html PythonLanguage
  • RedundantArrayOfInexpensiveDisks . . . . 1 match
         See Also http://www.acnc.com/raid.html
  • RelationalDatabaseManagementSystem . . . . 1 match
         에디가 코드의 논문은 [http://www.acm.org/classics/nov95/toc.html ACM 논문] 에서 확인할 수 잇음 - [eternalbleu]
  • ReverseAndAdd . . . . 1 match
         [http://online-judge.uva.es/p/v100/10018.html 원문보기]
  • RoboCode . . . . 1 match
          * [http://robocode.alphaworks.ibm.com/docs/robocode/index.html RoboCode API(English)]
  • Ruby/2011년스터디/강성현 . . . . 1 match
          * page design, layout 등은 [html] 이용 ( [Ajax]도 사용)
  • SPICE . . . . 1 match
          * [http://kspice.co.kr/main5/main5_6.html SPICE 심사 사례]
  • SearchAndReplaceTool . . . . 1 match
         자동 리팩토링 툴이 지원되지 않는 언어들(C/C++, HTML 등) 을 위한 텍스트 일괄검색 & 치환 툴.
          * HandyFile Find and Replace (http://www.silveragesoftware.com/hffr.html)
  • Self-describingSequence . . . . 1 match
         [http://online-judge.uva.es/p/v100/10049.html 원문보기]
  • SeminarHowToProgramIt . . . . 1 match
          * Lifelong Learning as a Programmer -- Teach Yourself Programming in Ten Years (http://www.norvig.com/21-days.html )
  • ShellSort . . . . 1 match
         [http://online-judge.uva.es/p/v101/10152.html 원문보기]
  • SignatureSurvey . . . . 1 match
         HTML Template 부분을 Generating 하는 부분을 하던중, 디자이너가 툴로 만든 HTML 코드를 분석해볼때 SigntureSurvey 의 방법을 적용해보면 어떤 일이 일어날까 의문이 들었다. 그래서 간단하게 실험해보고, 어떠한 View 를 얻을 수 있을까 구경해보다.
         class HtmlSigSurveyer(Scanner):
          data = readFromFile("sig.html")
          surveyer = HtmlSigSurveyer(StringIO.StringIO(data))
  • SimpleDirectmediaLayer . . . . 1 match
          * SDL 소개(한글): http://www.libsdl.org/intro.ko/toc.html
  • Slurpys . . . . 1 match
         [http://online-judge.uva.es/p/v3/384.html 원문보기]
  • Spring/탐험스터디/2011 . . . . 1 match
          2.1. 우선 책에서 외부 라이브러리를 사용하고 있는데, STS에는 필요한 라이브러리가 들어있지 않은 것 같다. 이쪽 페이지(http://www.tutorials4u.net/spring-tutorial/spring_install.html)를 보고 라이브러리를 받아야 한다. 받아서 압축을 풀고 spring-framework-3.0.5.RELEASE/dist 폴더에 있는 jar 파일들을 프로젝트에 포함시켜주면 AnnotationContext, AnnotationConfigApplicationContext, @Configuration, @Bean 등을 사용할 수 있게 된다.
  • SqLite . . . . 1 match
         [http://www.int64.org/sqlite.html - SQLite C++ Wrapper]. 단, 이 코드의 경우 long long 형을 쓰는 관계로 VC6 에서는 컴파일이 되지 않는다. long long 형을 쓰는 부분을 __int64 로 바꾸면 VC6 에서도 이용은 가능.
  • StackAndQueue . . . . 1 match
         ||유상욱||.||.|| Java Applet ||[http://165.194.17.15/~whiteblue/stackQueue/StackQueue.html 스택과 큐]||
  • StacksOfFlapjacks . . . . 1 match
         [http://acm.uva.es/p/v1/120.html 원문보기]
  • Star/조현태 . . . . 1 match
         {{{#!html
  • Steps . . . . 1 match
         [http://online-judge.uva.es/p/v8/846.html 원문보기]
  • StructureAndInterpretationOfComputerPrograms . . . . 1 match
         국내에서 [http://pl.changwon.ac.kr/sicp/sicp_data.html 창원대학교]와 [http://ropas.kaist.ac.kr/~kwang/320/02/ 카이스트] 에서 교재로 이용하고 있다. 고대 에서도 과거 가르친적이 있다고 한다. 현재는 아니지만.
  • StructuredProgramming . . . . 1 match
         http://www.cs.utexas.edu/users/EWD/welcome.html
  • SummationOfFourPrimes . . . . 1 match
         [http://online-judge.uva.es/p/v101/10168.html 원문보기]
  • TAOCP . . . . 1 match
         [http://www-cs-faculty.stanford.edu/~knuth/taocp.html TAOCP홈페이지]
  • TCP/IP_IllustratedVol1 . . . . 1 match
          * http://www.rfc-editor.org/rfc.html
  • TdddArticle . . . . 1 match
          * http://www.dallaway.com/acad/dbunit.html
  • TheGrandDinner . . . . 1 match
         [http://online-judge.uva.es/p/v102/10249.html 원문보기]
  • TheJavaMan . . . . 1 match
          * [http://java.sun.com/docs/books/tutorial/java/index.html The Java Tutorial]
         <HTML>
         </HTML>
  • TheJavaMan/로보코드 . . . . 1 match
         * 로보코드 홈페이지: http://www-903.ibm.com/developerworks/kr/robocode/robocode.html
  • TheJavaMan/설치 . . . . 1 match
         http://java.sun.com/j2se/1.4.2/download.html
  • TheJavaMan/지뢰찾기 . . . . 1 match
         [http://zeropage.org/~darkduck/mine.html 실행]
  • TheJavaMan/테트리스 . . . . 1 match
         [http://iruril.cafe24.com/iruril/Tetris/Tetris_SM.html]
  • TheKnightsOfTheRoundTable . . . . 1 match
         [http://online-judge.uva.es/p/v101/10195.html 원문보기]
  • ThePriestMathematician . . . . 1 match
         [http://online-judge.uva.es/p/v102/10254.html 원문보기]
  • TheSkylineProblem . . . . 1 match
          [http://acm.uva.es/p/v1/105.html 원문] (편의상(?)해석은 하지 않았습니다.)
  • ThinkRon . . . . 1 match
         --NoSmok:HerbertSimon from http://civeng1.civ.pitt.edu/~fie97/simonspeech.html
  • ThinkWeek . . . . 1 match
         [http://www.hani.co.kr/section-007000000/2005/03/007000000200503291804218.html 빌 게이츠 1년에 두번 외딴 별장 은둔 전략·아이디어에 몰두]
  • TiddlyWiki . . . . 1 match
         단일파일로 구성된 위키. html+javascript+css 로 제작.
  • TowerOfCubes . . . . 1 match
         [http://online-judge.uva.es/p/v100/10051.html 원문보기]
  • TugOfWar . . . . 1 match
         [http://online-judge.uva.es/p/v100/10032.html 원문보기]
  • TuringMachine . . . . 1 match
         http://www.acm.org/awards/taward.html 에서 수상자를 확인 가능. 보면 알겠지만 우리가 알만한 사람은 한번씩들 다 받았다. ㅡ.ㅡ;;
  • TwistingTheTriad . . . . 1 match
          근데, WEB 에서의 MVC 와 GUI 에서의 MVC 는 그 Control Flow 가 다르긴 할것이다. 웹에서는 View 부분에서 이벤트가 발생하여 이것이 도로 Model 로 올라간다..식이 없기 때문이다. 믿을만한 출처일지는 모르겠지만, 암튼 이를 구분하는 글도 있는듯. http://www.purpletech.com/articles/mvc/mvc-and-beyond.html
  • UML/CaseTool . . . . 1 match
         There is some debate among software developers about how useful code generation as such is. It certainly depends on the specific problem domain and how far code generation should be applied. There are well known areas where code generation is an established practice, not limited to the field of UML. On the other hand, the idea of completely leaving the "code level" and start "programming" on the UML diagram level is quite debated among developers, and at least, not in such widespread use compared to other [[software development]] tools like [[compiler]]s or [[Configuration management|software configuration management systems]]. An often cited criticism is that the UML diagrams just lack the detail which is needed to contain the same information as is covered with the program source. There are developers that even state that "the Code ''is'' the design" (articles [http://www.developerdotstar.com/mag/articles/reeves_design_main.html] by Jack W. Reeves [http://www.bleading-edge.com/]).
  • UglyNumbers . . . . 1 match
         [http://online-judge.uva.es/p/v1/136.html 원문보기]
  • UnixHistory . . . . 1 match
         http://www.levenez.com/unix/history.html
  • UnixSocketProgrammingAndWindowsImplementation . . . . 1 match
         [[HTML(<img src="http://zeropage.org/pub/upload/sock.gif"><br>)]]
         [[HTML(<img src="http://zeropage.org/pub/upload/sock.gif"><br>)]]
         [[HTML(<img src="http://zeropage.org/pub/upload/sock.gif"><br>)]]
         Beej's Guide to Network Programming : [http://www.ecst.csuchico.edu/~beej/guide/net/html/]
  • UseCase . . . . 1 match
         [http://searchsystemsmanagement.techtarget.com/sDefinition/0,,sid20_gci334062,00.html WhatIs Dictionary]
  • UseSTL . . . . 1 match
          * [[HTML(<strike> 2장 Overview 1~15 </strike>)]]
          * [[HTML(<strike> 4장 Differ from other lib 1 </strike>)]]
          * [[HTML(<strike> 5장 Algorithm 1~34 </strike>)]]
          * 6장 13 [[HTML(<strike> 1 2 3 4 5 6 7 8 </strike>)]]
          * http://www.bdsoft.com/tools/stlfilt.html
  • UselessTilePackers . . . . 1 match
         [http://online-judge.uva.es/p/v100/10065.html 원문보기]
  • User Stories . . . . 1 match
         원문 : http://www.extremeprogramming.org/rules/userstories.html
  • WERTYU . . . . 1 match
         [http://online-judge.uva.es/p/v100/10082.html 원문보기]
  • WIBRO . . . . 1 match
          ( 와이브로 이제 시작이다 12월 6일 )http://www.dt.co.kr/content/2004120602010151648001.html
  • WOWAddOn/2011년프로젝트/초성퀴즈 . . . . 1 match
         http://www.castaglia.org/proftpd/doc/contrib/regexp.html
  • WebGL . . . . 1 match
         OpenGL에서 정말 실무에서 쓰는 부분만 따로 떼어낸 OpenGL ES(Embeded System)의 Javascript 구현체이며 [HTML5] [Canvas]를 통해 나타난다. 따라서 초보자가 쉽게 배우는데에 초점이 맞추어져 있지 않고 오직 전문가가 구현을 하는데에 초점이 맞추어져 있다.
         http://greggman.github.io/webgl-fundamentals/webgl/lessons/webgl-how-it-works.html
  • WeightsAndMeasures . . . . 1 match
         [http://online-judge.uva.es/p/v101/10154.html 원문보기]
  • WikiClone . . . . 1 match
          * Pyle: http://homepages.kcbbs.gen.nz/~tonyg/pyle.html
  • WritingOS . . . . 1 match
         http://ucos-ii.com/contents/products/ucos-ii/ports.html
  • XsltVersion . . . . 1 match
          <xsl:output method="html" omit-xml-declaration="yes" indent="no"/>
  • ZIM/EssentialUseCase . . . . 1 match
         RUP는 ADD이고 XP는 FDD에 가깝습니다. 참고로 마이크로소프트에서는 FDD를 선호합니다. 스펙과 요구사항이 미리 확실히 정의되어있고 변화할 일이 거의 없고, 개발시 리스크가 낮다(유사 기술 개발 경험이 있다)면 ADD를, 그렇지 않고, 변화가능하고, 요구사항도 확실치 못하고, 개발시 리스크가 높다면 FDD가 적절하겠죠. XP의 아키텍춰에 대해서는 http://users.vnet.net/wwake/xp/xp0007b.shtml 를 참고하세요. --김창준
  • ZP&COW세미나 . . . . 1 match
          * 로보코드 홈페이지: http://www-903.ibm.com/developerworks/kr/robocode/robocode.html
  • ZPBoard/APM . . . . 1 match
          * http://www.mysql.com/doc/en/index.html - MySQL 메뉴얼
  • ZPBoard/PHPStudy/기본문법 . . . . 1 match
          * echo 문으로 출력하는 것은 그대로 html 소스가 됨 (이걸 모르면 php를 제대로 써먹을 수가 없음)
  • ZPBoard/PHPStudy/쿠키 . . . . 1 match
          * <html> <head> 등등 보다도 앞에 있어야 한다.
  • ZPHomePage . . . . 1 match
          * http://www.click4u.pe.kr/index_0.html - 홈페이지를 만드는데 필요한 다양한 내용들이 들어있습니다.^^
         [http://mozilla.or.kr MozillaFirefox] 에서도 무리없이 브라우징 할 수 있도록 해주세요. 간단해요. 표준 HTML 만 사용하면 됩니다. - [임인택]
  • ZPHomePage/20041228 . . . . 1 match
          * 공부할 툴 또는 언어 - jsp, html, css, 파이썬, 드림위버, 포토샵, flash
  • ZeroPage . . . . 1 match
          * 2012 HTML5 앱 공모전 '''동상'''(상금 150만원)[http://www.koreahtml5.kr 링크]
  • ZeroPageHistory . . . . 1 match
         ||여름방학 ||C++, HTML, Object Pascal 세미나 개최.(목적 불문 게시물: 비선점형/선점형 멀티태스킹, Win32의 프로세스와 스레드.)(긁어놓은 게시물: 타이머, 마우스) ||
          * C++, HTML, Object Pascal
          * SeeAlso [http://web.archive.org/web/20010428085542/http://zeropage.org/old.html|웹 아카이브]
          * 데블스캠프 : Java, HTML, CSS, Scratch, SVN, Robocode, WinAPI, Abtraction, RootKit, OOP, MFC, MIDI, JavaScript, Short Coding
         ||1학기 ||회장 박성현, 20기 회원 모집, 새싹스터디 진행, HTML5 Night 진행, ZeroPage 미투밴드 결성, LETS 진행, 세미나비 지원 제도 도입 ||
          * 데블스캠프 : C++0x, Data Structure, Python, Prolog, PP, Game Programming, Factorization, Algorithm, DHTML, PHP
          * Regular Expression, HTML5, Android
  • ZeroPageServer/SubVersion . . . . 1 match
          http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
          {{{~cpp RSAAuthentication yes}}}[[HTML(<BR/>)]]
          {{{~cpp PubkeyAuthentication yes}}}[[HTML(<BR/>)]]
          {{{~cpp AuthorizedKeysFile %h/.ssh/authorized_keys}}}[[HTML(<BR/>)]]
  • ZeroPage성년식/거의모든ZP의역사 . . . . 1 match
         ||여름방학 ||C++, HTML, Object Pascal 세미나 개최.(목적 불문 게시물: 비선점형/선점형 멀티태스킹, Win32의 프로세스와 스레드.)(긁어놓은 게시물: 타이머, 마우스) ||
          * C++, HTML, Object Pascal
          * SeeAlso [http://web.archive.org/web/20010428085542/http://zeropage.org/old.html|웹 아카이브]
          * 데블스캠프 : Java, HTML, CSS, Scratch, SVN, Robocode, WinAPI, Abtraction, RootKit, OOP, MFC, MIDI, JavaScript, Short Coding
         ||1학기 ||회장 박성현, 20기 회원 모집, 새싹스터디 진행, HTML5 Night 진행, ZeroPage 미투밴드 결성, LETS 진행, 세미나비 지원 제도 도입 ||
          * 데블스캠프 : C++0x, Data Structure, Python, Prolog, PP, Game Programming, Factorization, Algorithm, DHTML, PHP
          * Regular Expression, HTML5, Android
  • ZeroWiki/Mobile . . . . 1 match
          * ?HTML 파싱
          * => 페이지를 불러와 이를 다시 바꿔야 하므로 직접 연동에 비해 느리며 서버에 부하를 줌. 하지만 위키 HTML 소스 분석만 하면 됨
          * http://framework.zend.com/manual/en/zend.http.html
  • callusedHand/projects/algorithms . . . . 1 match
          * '''ACM''' http://www.acm.inf.ethz.ch/ProblemSetArchive.html
  • eclipse단축키 . . . . 1 match
         see http://eclipse-tools.sourceforge.net/shortcuts.html
  • html5/VA . . . . 1 match
         [[pagelist(html5)]]
          * HTML5를 지원하는 브라우저에서 사용할 수 있다.
          * HTML안에 태그를 삽입만 하면 된다.
  • html5/communicationAPI . . . . 1 match
         [[pagelist(^html5)]]
          * [HTML5 스터디 카페] http://cafe.naver.com/webappdev.cafe
  • html5/richtext-edit . . . . 1 match
         [[pagelist(html5)]]
          * HTML5는 리치텍스트 편집용 API를 표준으로 규정한다.
         innerHTML : HTML태그를 포함한 문자열
         textContent : HTML태그 제외 순수 문자열만
         - innerHTML -
         // innerHTML 속성을 읽어들임
         alert(editor.innerHTML);
          * Selection 객체에 toString사용하면 선택한 범위의 문자열(HTML제외)가져옴
  • html5/section . . . . 1 match
         #redirect html5/outline
  • html5/video&audio . . . . 1 match
         [[pagelist(html5)]]
          * HTML5를 지원하는 브라우저에서 사용할 수 있다.
          * HTML안에 태그를 삽입만 하면 된다.
  • html5/web-storage . . . . 1 match
         [[pagelist(html5)]]
          * HTML 5에 추가된 웹 사이트의 데이터를 클라이언트에 저장할 수 있는 새로운 자료구조
  • html5/문제점 . . . . 1 match
         [[pagelist(html5)]]
         == HTML5가 RIA 대체하기 위해 처리해야 할 문제 ==
          * HTML5는 2012년에야 초안 단계에 이를 것이며 완전한 인증을 받을 것은 2022년이 될 것으로 예상.
          * 현 상황에서 HTML5의 비디오가 Flash의 비디오를 대체하기는 어려움(비디오 코덱과 (비디오 코덱을 담는)컨테이너의 문제)
          1.HTML 5 is not here...Yet:
          * HTML5는 audio, video, canvas만 알려져 있는데,
          * HTML5는 마크업 언어(프로그래밍 언어X)로서 브라우저에만 해당 되지만
          * HTML5는 디바이스 상호 작용(캠이나 마이크 지원 x)이 불가능하다.
          9.HTML 5 standard or Google/Apple spec?:
          * HTML5 표준 스펙은 구글과 애플의 엔지니어에 의해 주도되고 있으며 그들의 이익에 따라 표준을 움직이고 있다.
  • wiz네처음화면 . . . . 1 match
          * [http://www.cbtkorea.or.kr/korean/pages/cbt-registration-k.html Registeration TOEFL]
  • 고슴도치의 사진 마을처음화면 . . . . 1 match
         [http://www.cs.cmu.edu/afs/cs.cmu.edu/user/avrim/www/Randalgs97/home.html Randomized Algoritms]
  • 고한종/배열을이용한구구단과제 . . . . 1 match
         참고 링크 : http://k.daum.net/qna/view.html?qid=0DYSq
  • 김수경 . . . . 1 match
          * [html5]
  • 논문번역/2012년스터디/이민석 . . . . 1 match
          http://mathworld.wolfram.com/HilbertMatrix.html
  • 누가소프트웨어의심장을만들었는가 . . . . 1 match
          * 책 링크 : http://www.hanb.co.kr/book/look.html?isbn=89-7914-321-4
  • 다이어리효율적으로사용하는방법 . . . . 1 match
         [http://zine.media.daum.net/weekdonga/200612/26/weekdonga/v15180584.html 기사내용]
  • 대학원준비 . . . . 1 match
         '''특별 TEPS시험 2006. 8. 6(일), 13:30까지 입실완료 접수 시 시험 장소 확인요망 -> 여기서 http://www.teps.or.kr/kaist/kwa_check.html'''
  • 데블스캠프 . . . . 1 match
         {{{#!html
  • 데블스캠프2002/날적이 . . . . 1 match
          ''아직 RandomWalk2에서 변경사항4까지 풀지 않은 사람은 읽지 마세요: (읽으려면 마우스로 긁기) [[HTML(<font color="white">)]]음식 요구사항 같은 것은 특히 OOP에 대한 일반인의 고정관념을 깰 수 있는 좋은 예입니다. 보통 비지니스 애플리케이션에서 역할(Role)이라고 하는 것을 경험할 수 있습니다. 흔히들 OOP에 대한 비판 중 하나가, 집에 있으면 아들이고, 학교에 가면 학생이고, 과외집에 가면 선생이 된다는 "객체 자체의 변화"에 대한 것입니다. 이것은 추상적이고 일시적인 대상도 객체가 될 수 있다는 사고 전환에서 해결 가능합니다. 일시적으로 어떤 역할을 갖고 있다가(Has-a) 그 역할이 바뀌는 것이죠. RW2의 변경사항들은 OOP 교육적 측면에서 모두 중요한 것들입니다. --JuNe [[HTML(</font>)]]''
          * 성재) 우선 처음의 Unix의 경우는 쉽고 재밌었습니다. 제가 개인적으로 홈페이지에 관심이 많던터라 퍼미션 조정에 대해서도 잘 알수 있었구요.. 서버에서의 html을 찾아가는 경로도 알수 있어서 좋았습니다. 그런데... -_-;; 씨 프로그래밍은 여전히 어려웠습니다...-_-;; 첫번째 문제밖에 못풀었는데요.. 우선 Randomwork경우에는 문제조차 이해를 바로하지 못했던게 문제였던 것 같습니다. 동적배열을 쓰는 법도 잘 몰라서 문제였구요. 선배들이 도와주셔서 알긴 했지만 좀 더 공부해야 겠다는 생각이 들었습니다. 그리고 중요한 에러중에 하나가 괄호를 생략하는데서 나온건데요.. 코딩시 줄을 줄여보겠다는 일념<?>하에 괄호가 필요하지 않은데는 일일히 해주지 않았더니 꼬이더라구요... 코딩을 하는데에서의 인터페이스와 여러가지에 대해 깨우치고 알았던 기회였던 거 같습니다. 다음에는 좀 더 찬찬히 알고리즘부터 쫘악 짜서 천천히 풀어봐야 겠습니다...
  • 데블스캠프2002/진행상황 . . . . 1 match
          * 네트워크 세미나 + TCP/IP 동영상 보기. (http://edu.hackerslab.com/home/html/temp/movie.htm)
  • 데블스캠프2003/둘째날 . . . . 1 match
         [http://165.194.17.15/~whiteblue/stackQueue/StackQueue.html 스택과 큐]
  • 데블스캠프2006/월요일 . . . . 1 match
         ||am 04:00~06:00 ||[데블스캠프2006/CPPFileInput] [http://zerowiki.dnip.net/~namsangboy/schoolScore.html 데블스캠프2006/성적관리프로그램] [http://zeropage.org/svn/namsangboy/SchoolScore/SchoolScore.cpp Source]|| 남상협 (01) ||
  • 데블스캠프2010/Prolog . . . . 1 match
          * [http://lakk.bildung.hessen.de/netzwerk/faecher/informatik/swiprolog/indexe.html Editor]
  • 데블스캠프2011/둘째날/Machine-Learning . . . . 1 match
          * SVMLight 사용 실습 http://svmlight.joachims.org/svm_multiclass.html
  • 데블스캠프2012 . . . . 1 match
          || 9 |||| 페챠쿠챠 |||| [http://www.hanb.co.kr/network/view.html?bi_id=1760 유지보수하기 어려운 코드 작성법] |||| 앵그리버드 만들기 |||| |||| 새내기를 위한 파일입출력 |||| 회고 || 4 ||
  • 데블스캠프2012/둘째날/후기 . . . . 1 match
          * [http://www.hanb.co.kr/events/eventview.html?event_id=freebook pdf 다운로드 사이트]
  • 디자인패턴 . . . . 1 match
          * [http://www.cmcrossroads.com/bradapp/docs/pizza-inv.html - Pizza Inversion - a Pattern for Efficient Resource Consumption]
  • 땅콩이보육프로젝트2005 . . . . 1 match
          * [http://nlp.kookmin.ac.kr/HAM/kor/index.html 한국어 형태소 분석기]
  • 레밍즈프로젝트/프로토타입 . . . . 1 match
         참고2 : [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cstring.asp MSDN_CString]
  • 레밍즈프로젝트/프로토타입/STLLIST . . . . 1 match
         || CList || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cstring.asp] ||
  • 레밍즈프로젝트/프로토타입/파일스트림 . . . . 1 match
         || MFC 파일 스트림 || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cstring.asp] ||
  • 로그인없이ssh접속하기 . . . . 1 match
          * [http://www.linuxproblem.org/art_9.html 참고글]
  • 맞춤교육 . . . . 1 match
          - SeeAlso [http://ucc.media.daum.net/uccmix/news/foreign/others/200502/24/fnnews/v8451147.html?u_b1.valuecate=4&u_b1.svcid=02y&u_b1.objid1=16602&u_b1.targetcate=4&u_b1.targetkey1=17161&u_b1.targetkey2=845114 한국엔 인재가 없다]
  • 문제풀이/1회 . . . . 1 match
          이런 경우를 개선하기 위해서 map 함수가 있는것입니다. 이를 Haskell에서 차용해와 문법에 내장시키고 있는 것이 List Comprehension 이고 차후 [http://www.python.org/peps/pep-0289.html Genrator Expression]으로 확장될 예정입니다. 그리고 print 와 ,혼용은 그리 추천하지 않습니다. print를 여러번 호출하는것과 동일한 효과라서, 좋은 컴퓨터에서도 눈에 뜨일만큼 처리 속도가 늦습니다. --NeoCoin
  • 방울뱀스터디 . . . . 1 match
          * http://python.netian.com/index.html - 초 간단 문법 익히기
  • 블로그2007 . . . . 1 match
         미래에는 PDT로 수렴되겠지만 아직은 정식 버전에 잘 결합이 되지 않을 만큼 불안합니다. 따라서 PHPEclipse를 추천하는데 Web개발을 위해서는 이뿐만이 아니라, HTML Coloring 지원 도구등 여러 도구들이 필요합니다. 귀찮은 작업입니다. Calisto가 나오기 전부터 Eclipse 도구를 분야별로 사용하기 쉽게 패키징 프로젝트가 등장했는데 [http://www.easyeclipse.org/ Easy Eclipse]가 가장 대표적인 곳입니다. 아직도 잘 유지보수되고 있고, Calisto가 수렴하지 못하는 Script 개발 환경 같은 것도 잘 패키징 되어 있습니다. [http://www.easyeclipse.org/site/distributions/index.html Easy Eclipse Distribution]에서 PHP개발 환경을 다운 받아서 쓰세요. more를 눌러서 무엇들이 같이 패키징 되었나 보세요.
  • 삼총사CppStudy/20030806 . . . . 1 match
          * Visual Assist[http://www.wholetomato.com/downloads/index.shtml]
  • 상협/프로젝트관련 . . . . 1 match
          ''방화벽을 자유 자재로 넘나들기 위해서는 80번 포트 위로 올라가는게 좋고, 그렇게 하려할때 가장 손쉽게 할 수 있는 기술은 SOAP을 이용하는 것이니, 이를 고려해봄이 어떨까 하는데. socket을 이용할 경우 80번 포트에서 웹서버가 돌아가면 '''말짱꽝'''으로 방화벽을 통과하기는 어려운일이고.. 그럼 SOAP은 어떻게 쓰느냐? 가장 손쉽게 접근할 수 있는것으로는 [http://java.sun.com/xml/jaxm/index.html JAXM]을 추천함. 그럼 어떻게 돌리는가? '''RTFM''' '' :) --이선우
  • 새싹교실/2012/새싹교실강사교육/3주차 . . . . 1 match
         http://www.hanb.co.kr/events/eventview.html?event_id=freebook
  • 새싹교실/2012/새싹교실강사교육/4주차 . . . . 1 match
         http://rogerdudler.github.com/git-guide/index.ko.html
  • 새싹교실/2012/세싹 . . . . 1 match
          1) w3schools에서 html파트 읽고 실습해보기
  • 서버구조 . . . . 1 match
          1-2. caucse.net/test.html => 각 프로그램들의 버전, 설정 정보들을 알 수 있다.
  • 서지혜 . . . . 1 match
          * [:html5 HTML5 스터디]
          * 새로운 기술 HTML5를 알아보는 시간
  • 세벌식 . . . . 1 match
          * 윈도우즈, 리눅스, MacOS 등에서 모두 세벌식을 쉽게 쓸 수 있다. [http://paero3.myzip.co.kr/use_sebeol_keyboard/index.html 이곳]에 각 OS에서 세벌식 배열을 사용할 수 있는 방법이 설명되어있다.
  • 소수구하기 . . . . 1 match
         723만자리짜리 소수가 발견되었다네요 [http://ucc.media.daum.net/uccmix/news/foreign/others/200406/08/hani/v6791185.html?u_b1.valuecate=4&u_b1.svcid=02y&u_b1.objid1=16602&u_b1.targetcate=4&u_b1.targetkey1=17161&u_b1.targetkey2=6791185&nil_profile=g&nil_NewsImg=4 관련기사] - [임인택]
  • 쉽게Rpg게임만들기 . . . . 1 match
         http://sticube.clubbox.co.kr/widget.html?wid=0094970097D20077B500A40C00811000512000690300BB55
  • 실시간멀티플레이어게임프로젝트 . . . . 1 match
         혹시 축구에 관심이 있다면 CM을 참고하세요. [http://www.hani.co.kr/section-014010000/2002/07/014010000200207141533005.html 신문 기사] 기본적으로는 텍스트로만 이뤄지는 게임입니다.
  • 알고리즘3주숙제 . . . . 1 match
         from [http://www.csc.liv.ac.uk/~ped/teachadmin/algor/d_and_c.html The university of liverpool of Computer Science Department]
  • 알고리즘5주참고자료 . . . . 1 match
         [http://www.cs.cmu.edu/afs/cs.cmu.edu/user/avrim/www/Randalgs97/home.html 관련자료]
  • 위키설명회2005 . . . . 1 match
          * [http://www.hani.co.kr/section-010100001/2001/11/010100001200111260212023.html 이 기사]를 읽어보는것도 좋을듯 합니다. - [임인택]
  • 유용한팁들 . . . . 1 match
          * [http://www.linuxproblem.org/art_9.html 참고글]
  • 윤종하 . . . . 1 match
          3. HTML->MoniWiki Converter 제작. 근데 잘 살펴보니 html을 위키에 넣어버릴수도 있잖아? -_-
  • 이병윤 . . . . 1 match
          '''HTML 파싱이 상당히 난해함 '''
          파이썬에서 html구조에대해 좀더 쉽게 접근할방법이 없을까?
  • 이승한/mysql . . . . 1 match
         ASP.net에서는 한개의 파일일이 오직 한개의 <form>만 가질수 있지만 PHP와 HTML은 그렇지 않은듯 하다.
          <form name = "write_form" method = "post" action = "./new.html?mode=process">
  • 이학 . . . . 1 match
         단. 목적과 방향성없는 질문. 그리고 [http://kldp.org/KoreanDoc/html/Beginner_QA-KLDP/ 잘만들어진 메뉴얼을 읽지 않은 상태에서의 질문] 은 조금 생각해봐야 하지 않을까요. 이미 좋은 문서가 있는 가운데에서 선배들이 할 일은 '고기낚는 법' 을 가르쳐주는 것일지도.
  • 임시 . . . . 1 match
         [http://www.cse.buffalo.edu/~rapaport/howtostudy.html How to study]
  • 임인책/북마크 . . . . 1 match
          * [http://codeguru.earthweb.com/system/apihook.html API Hooking Revealed]
  • 임인택/삽질 . . . . 1 match
         <%@page contentType="text/html;charset=EUC-KR" %>
  • 작은자바이야기 . . . . 1 match
          * http://neopythonic.blogspot.com/2008/10/why-explicit-self-has-to-stay.html
  • 정규표현식/소프트웨어 . . . . 1 match
          [[html(<img src="http://cfs12.tistory.com/image/22/tistory/2009/06/02/10/10/4a247c0b31a86" alt=""/>)]]
  • 정모/2004.10.5 . . . . 1 match
          http://www.macromedia.com/devnet/flex/example_apps.html 여기에 가서 예제들을 참고하시길... 특히 Flex Explorer라는 것을 보면 여러가지 예제와 코드를 함께 볼 수 있음. --상규
  • 정모/2011.8.8 . . . . 1 match
          * html5에 있는 Canvas를 이용해 웹 그림판을 만들고 있습니다. 다들 여러가지 기능을 추가중입니다.
  • 정모/2012.5.14 . . . . 1 match
          * 동영상 강의도 있네요, [http://www.snow.or.kr/lecture///10628.html 프로그램의 구조와 해석] - [서지혜]
  • 정모/2013.3.18 . . . . 1 match
          * 사업비밀이라는 말을 듣고 오늘 아침에 읽은 글이 생각난다. 스타트업 투자와 멘토링을 하고있는 폴 그레이엄 아저씨가 뉴욕에서 한 강연 - [http://mv.mt.co.kr/new/view.html?no=2013031715150681799 여기]
  • 졸업논문/참고문헌 . . . . 1 match
         [1] Tim O'Reilly, "What Is Web 2.0", http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html, Sep. 2005.
  • 창섭 . . . . 1 match
         [http://www.htdp.org/2002-05-09/Book/curriculum-Z-H-5.html#%_chap_2][[BR]]
  • 코드레이스출동 . . . . 1 match
         [http://oss.or.kr/coderace/index.html 온라인 등록]
  • 토비의스프링3/밑줄긋기 . . . . 1 match
          * hamcrest.CoreMatchers에 대해서 : CoreMatcher로 테스트 코드를 만들 때 null 값은 비교나 not을 사용하는 것이 불가능합니다(ex. assertThat(tempObject, is(null)); -> 에러). 이건 null이 값이 아니기 때문인데, CoreMatcher에서 null 값을 쓸 때는 org.hamcrest.CoreMatchers의 notNullValue()와 nullValue()를 사용하시면 되겠습니다. http://jmock.org/javadoc/2.5.1/org/hamcrest/CoreMatchers.html
  • 프로그래머의편식 . . . . 1 match
         블로깅을 하다가 우연히 읽게 된 글인데 공감되는 부분이 많습니다. 원문은 [http://sparcs.kaist.ac.kr/~ari/each/article.each.469.html 여기]에 있습니다.
  • 황재선 . . . . 1 match
         http://www.ictp.trieste.it/~manuals/programming/Java/tutorial/uiswing/components/table.html#width
Found 487 matching pages out of 7555 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:31:40
Processing time 0.0691 sec