E D R , A S I H C RSS

Full text search for "tt"

tt


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 자바와자료구조2006 . . . . 202 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://buy-carisoprodol-online.xxl.st/ buy carisoprodol]
  • 신기호/중대생rpg(ver1.0) . . . . 142 matches
          int att;
          int base_att;
          int att;
         void setTravelDest();
         void battle();
          else if(strcmp(buff,"base_att:")==0)
          fscanf(state,"%d",&Main.base_att);
          else if(strcmp(buff,"att:")==0)
          fscanf(state,"%d",&tmpInven.att);
          fprintf(state,"base_att: %d\n",Main.base_att);
          fprintf(state,"att: %d\n",inven[i].att);
          item.att=1;
          Main.base_att=1;
          Enemy[0].att=3;
          Enemy[1].att=10;
          Enemy[2].att=40;
          Enemy[3].att=68;
          Enemy[4].att=726;
          setTravelDest();
          storage[0].att=6;
  • 새싹교실/2012/세싹 . . . . 87 matches
          1) https://www.virtualbox.org 에서 자신의 운영 체제에 맞는 VirtualBux를 설치
          2) http://ftp.daum.net -> Ubuntu-releases -> 11.10 -> ubuntu-11.10-deskto-amd64.iso 다운
          - app : 우리가 실제로 사용하는 서비스를 제공하는 계층입니다. http, smtp, ftp등이 있습니다.
          5) 자세한 사항은 http://forum.falinux.com/zbxe/?document_srl=441104 를 참고하세요.
          * http://www.joinc.co.kr/modules/moniwiki/wiki.php/man/2/recv
          * http://www.joinc.co.kr/modules/moniwiki/wiki.php/man/2/read
          * http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/Network_Programing/AdvancedComm/SocketOption
          - 자세한 내용은 링크를 참조. http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/Thread/Beginning/WhatThread
          U16 AttributeOffset;
          U16 NextAttributeNumber;
         // Standard Attribute
          AttributeStandardInformation = 0x10,
          AttributeAttributeList = 0x20,
          AttributeFileName = 0x30,
          AttributeObjectId = 0x40,
          AttributeSecurityDesciptor = 0x50,
          AttributeVolumeName = 0x60,
          AttributeVolumeInformation = 0x70,
          AttributeData = 0x80,
          AttributeIndexRoot = 0x90,
  • LearningGuideToDesignPatterns . . . . 83 matches
         원문 : http://www.industriallogic.com/papers/learning.html
         DesignPatterns로 Pattern 스터디를 처음 시작할때 보면, 23개의 Pattern들을 navigate 할 방향을 결정할만한 뚜렷한 기준이 없음을 알 수 있다. 이 책의 Pattern들은 Creational, Structural, Behavioral 분류로 나누어져 있다. 이러한 분류들은 각각 다른 성질들의 Pattern들을 빨리 찾는데 도움을 주긴 하지만, 패턴을 공부할때 그 공부 순서에 대해서는 구체적인 도움을 주지 못한다.
         Pattern들은 각각 독립적으로 쓰이는 경우는 흔치 않다. 예를 들면, IteratorPattern은 종종 CompositePattern 과 같이 쓰이고, ObserverPattern과 MediatorPattern들은 전통적인 결합관계를 형성하며, SingletonPattern은 AbstractFactoryPattern와 같이 쓰인다. Pattern들로 디자인과 프로그래밍을 시작하려고 할때에, 패턴을 사용하는데 있어서 실제적인 기술은 어떻게 각 패턴들을 조합해야 할 것인가에 대해 아는 것임을 발견하게 될 것이다.
         DesignPatterns 의 저자들은 Pattern들간의 연결관계들을 제시하지만, 이것이 또한 Pattern들에 대한 navigation이 되지는 못한다. 책 전반에 걸쳐 많은 패턴들이 연결 관계를 보여주며, 또한 그것은 다른 패턴들 학습하기 이전에 공부하는데 도움을 주기도 한다. 그리고 어떤 Pattern들은 다른 패턴들에 비해 더 복잡하기도 하다.
         여러해가 지난 지금, DPSG는 23주 기간의 pattern들을 공부하는 스터디 그룹들을 가져왔다. 각각의 그룹들은 스터디 그룹을 위한 navigation 에 대해 실험하고, 토론하고, 수정했다. 여기서 제안된 navigation은 매 새로운 스터디 그룹들에게 이용된다. 여기서 제안된 navigation은 Pattern 초심자들에게 더 지혜롭게 하나의 패턴에서 다른 패턴으로 이동하게끔 도와줄 것이며, 효율적으로 23개의 Pattern들을 터득하는데 도움을 줄 것이다. 물론 이 navigation은 계속 개선해 나갈 것이다. 그리고 당신이 제안하는 개선책 또한 환영한다.
         == DesignPatterns Navigation ==
         FactoryMethodPattern 로 시작하라. 이 패턴은 다른 패턴들에 전반적으로 사용된다.
         StrategyPattern 또한 책 전반에 걸쳐 빈번하게 이용된다. 이 패턴에 대해 일찍 알아둠으로써, 다른 패턴을 이해하는데 도움을 줄 것이다.
         "skin" vs "guts" 에 대한 토론은 StrategyPattern 와 DecoratorPattern 를 구별하는 좋은 예가 될 것이다.
         CompositePattern은 여러부분에서 나타나며, IteratorPattern, ChainOfResponsibilityPattern, InterpreterPattern, VisitorPattern 에서 종종 쓰인다.
         IteratorPattern 을 공부함으로, CompositePattern 에 대한 이해도를 높여줄 것이다.
         앞에서의 IteratorPattern 의 예제코드에서의 "Traverse" 는 TemplateMethodPattern 의 예이다. 이 패턴은 StrategyPattern 과 FactoryMethodPattern 를 보충해준다.
         AbstractFactoryPattern은 두번째로 쉬운 creational Pattern이다. 이 패턴은 또한 FactoryMethodPattern를 보강하는데 도움을 준다.
         AbstractFactoryPattern 과 BuilderPattern 을 비교해보라.
         SingletonPattern은 종종 AbstractFactoryPattern 을 만드는데 이용된다. (Related Patterns 참조)
         Proxy 가 어떻게 object에 대한 access를 control 하는지 공부하라. 이 패턴은 뒤의 AdapterPattern을 직접적으로 이끌어낸다.
         AdapterPattern은 DecoratorPattern, ProxyPattern, 그리고 뒤에 이어지는 BridgePattern에 대해 학습자가 알고 있는 지식과 비교되어진다.
         최종적으로, 학습자는 어떻게 BridgePattern이 AdapterPattern 과 ProxyPattern 과 다른지 공부하게 된다.
         ObserverPattern 과 Model-View-Controller (MVC) Design 을 이해하기 위한 준비단계로 MediatorPattern을 공부한다.
         고전적인 MVC Design 을 구현하기 위해 어떻게 ObserverPattern에 의해 MediatorPattern 이 이용되는지 발견하라.
  • DPSCChapter1 . . . . 65 matches
         Welcome to ''The Design Patterns Smalltalk Companion'' , a companion volume to ''Design Patterns Elements of Reusable Object-Oriented Software'' by Erich Gamma, Richard Helm, Ralph Johnson, and Jogn Vlissides(Gamma, 1995). While the earlier book was not the first publication on design patterns, it has fostered a minor revolution in the software engineering world.Designers are now speaking in the language of design patterns, and we have seen a proliferation of workshops, publications, and World Wide Web sites concerning design patterns. Design patterns are now a dominant theme in object-oriented programming research and development, and a new design patterns community has emerged.
         ''The Design Patterns Smalltalk Companion'' 의 세계에 오신걸 환영합니다. 이 책은 ''Design Patterns Elements of Reusable Object-Oriented Software''(이하 DP) Erich Gamma, Richard Helm, Ralph Johnson, and Jogn Vlissides(Gamma, 1995). 의 편람(companion, 보기에 편리하도록 간명하게 만든 책) 입니다. 앞서 출간된 책(DP)이 디자인 패턴에 관련한 책에 최초의 책은 아니지만, DP는 소프트웨어 엔지니어링의 세계에 작은 혁명을 일으켰습니다. 이제 디자이너들은 디자인 패턴의 언어로 이야기 하며, 우리는 디자인 패턴과 관련한 수많은 workshop, 출판물, 그리고 웹사이트들이 폭팔적으로 늘어나는걸 보아왔습니다. 디자인 패턴은 객체지향 프로그래밍의 연구와 개발에 있어서 중요한 위치를 가지며, 그에 따라 새로운 디자인 패턴 커뮤니티들이 등장하고 있습니다.(emerge 를 come up or out into view 또는 come to light 정도로 해석하는게 맞지 않을까. ''이제 디자인 패턴은 객체지향 프로그래밍의 연구와 개발에 있어서 중요한 위치를 가지고 있으며, 디자인 패턴 커뮤니티들이 새로이 등장하고 있는 추세입니다.'' 그래도 좀 어색하군. -_-; -- 석천 바꿔봤는데 어때? -상민 -- DeleteMe)gogo..~ 나중에 정리시 현재 부연 붙은 글 삭제하던지, 따로 밑에 빼놓도록 합시다.
         ''Design Patterns'' describes 23 design patterns for applications implemented in an object-oriented programming language. Of course, these 23 patterns do not capture ''all'' the design knowledge an object-oriented designer will ever need. Nonetheless, the patterns from the "Gang of Four"(Gamma et al.) are a well-founded starting point. They are a design-level analog to the base class libraries found in Smalltalk development environments. They do not solve all problems but provide a foundation for learning environments. They do not solve all problems but provide a foundation for learning about design patterns in general and finding specific useful architectures that can be incorporated into the solutions for a wide variety of real-world design problems. They capture an expert level of design knowledge and provide the foundation required for building elegant, maintainable, extensible object-oriented programs.
         In the Smalltalk Companion, we do not add to this "base library" of patterns;rather, we present them for the Smalltalk designer and programmer, at times interpreting and expanding on the patterns where this special perspective demands it. Our goal is not to replace Design Patterns; you should read the Smalltalk Companion with Design Patterns, not instead of it. We have tried not to repeat information that is already well documented by the Gang of Four book. Instead, we refer to it requently;you should too.
         우리의 목적은 Design Pattern을 교체하려는 것이 아니다. 당신은 Design Pattern을 대신하는 것이 아니라 Design Pattern과 함께 Smalltalk Companion을 읽어야 한다.
         ''Smalltalk Companion에서, 우리는 패턴의 'base library'를 추가하지 않습니다. 그것보다, 우리는 base library들을 Smalltalk 의 관점에서 해석하고 때?灌? 확장하여 Smalltalk 디자이너와 프로그래머를 위해 제공할 것입니다. 우리의 목표는 '''Design Patterns'''을 대체하려는 것이 아닙니다. '''Design Patterns''' 대신 Smalltalk Companion을 읽으려 하지 마시고, 두 책을 같이 읽으십시오. 우리는 이미 Gang of Four에서 잘 문서화된 정보를 반복하지 않을겁니다. 대신, 우리는 GoF를 자주 참조할 것이고, 독자들 역시 그래야 할 것입니다. -- 문체를 위에거랑 맞춰봤음.. 석천''
         == 1.1 Why Design Patterns? ==
          * Recurring patterns of object configurations and interactions and the sorts of problems for which these cooperating objects provide (at least partial) solutions
         This is by no means an exhaustive list, and even novices understand and use much of the knowledge. But some items, especially the last -- recurring patterns of software design, or design patterns -- are the province of design expert.
         A '''design pattern''' is a reusable implementation model or architecture that can be applied to solve a particular recurring class of problem. The pattern sometimes describes how methods in a single class or subhierarchy of classes work together; more often, it shows how multiple classes and their instances collaborate. It turns out that particular architectures reappear in different applications and systems to the extent that a generic pattern template emerges, one that experts reapply and customize to new application - and domain-specific problems. Hence, experts know how to apply design patterns to new problems to implement elegant and extensible solutions.
         In general, designers -- in numerous domains, not just software -- apply their experience with past problems and solution to new, similar problems. As Duego and Benson(1996) point out, expert designers apply what is known in cognitive psychology and artificial intelligence as '''case-based reasoning''', remembering past cases and applying what they learned there. This is the sort of reasoning that chess masters, doctors, lawyers, and architects empoly to solve new problems. Now, design patterns allow software designers to learn from and apply the experiences of other designers as well. As in other domains, a literature of proven patterns has emerged. As a result, we can "stand on the shoulders of giants" to get us closer to the expert peak. As John Vlissies (1997) asserts, design patterns "capture expertise and make it accessible to non-experts" (p. 32).
         Design patterns also provide a succinct vocabulary with which to describe new designs and retrospectively explain existing ones. Patterns let us understand a design at a high level before drilling down to focus on details. They allow us to envision entire configurations of objects and classes at a large grain size and communicate these ideas to other designers by name. We can say, "Implement the database access object as a Singleton," rather than, "Let's make sure the database access class has just one instance. The class should include a class variable to keep track of the singl instance. The class should make the instance globally available but control access to it. The class should control when the instance is created and ..." Which would you prefer?
         Christopher Alexander and his colleagues have written extensively on the use of design patterns for living and working spaces-homes, buildings, communal areas, towns. Their work is considered the inspiration for the notion of software design patterns. In ''The Timeless Way of Building''(1979) Alexander asserts, "Sometimes there are version of the same pattern, slightly different, in different cultures" (p.276). C++ and Smalltalk are different languages, different environments, different cultures-although the same basic pattern may be viable in both languages, each culture may give rise to different versions.
         The Gang of Four's ''Design Patterns'' presents design issues and solutions from a C+ perspective. It illustrates patterns for the most part with C++ code and considers issues germane to a C++ implementation. Those issue are important for C++ developres, but they also make the patterns more difficult to understand and apply for developers using other languages.
         Gang of Four의 ''Design Patterns'' 은 C++의 관점에서 디자인의 이슈와 해결책들을 제시한다. Design Patterns는 대부분 C++을 이용한 패턴들과, C++의 적용(implementation)과 관련있는 이슈들에 관한 견해를 다루고 있다. 그러한 이슈들은 C++ 개발자들에게는 매우 중요할지 모르지만, 다른 언어들을 이용하고 있는 개발자들에게는 자칫 이해하고 패턴의 적용에 어려움을 가지고 온다.
         This book is designed to be a companion to ''Design Patterns'', but one written from the Smalltalk perspective. One way to think of the ''Smalltalk Companion'', then, is as a variation on a theme. We provide the same pattern as in the Gang of Four book but view them through Smalltalk glasses. (In fact, when we were trying out names for the ''Smalltalk Companion'', someone suggested "DesignPattern asSmalltalkCompanion." However, we decided only hard-core Smalltalkers would get it.)
         이책은 ''Design Patterns'' 에 대한 지침서, 편람으로 제작되었다. 하지만 관점은 ''Design Pattern''이 C++인것에 반하여 이 책은 Smalltalk에 기인한다. 그냥, 이 책 ''Smalltalk Companion''에 대해서 하나의 주제(design pattern)에 관한 다양한 자료 정도로 생각해 줬으면 한다. 우리는 Gang of Four book에서의 같은 패턴을 제공하지만, Smalltalk라는 안경을 통해서 바라볼것이다. (사실, 우리가 이름에 ''Samlltalk Companion''을 넣을때 어떤이는 "DesignPattern asSmalltalkCompanion" 을-역자주 Smalltalk언어상에서의 표현법 때문인것 같습니다.- 제안하기도 했다. 하지만 그런 이름은 hard-core Smalltalkers들만이 그 이름을 받아들일꺼라고 생각했다.)
         But the ''Smalltalk Companion'' goes beyond merely replicating the text of ''Design Patterns'' and plugging in Smalltalk examples whereever C++ appeared. As a result, there are numerous situations where we felt the need for additional analysis, clarification, or even minor disagreement with the original patterns. Thus, many of our discussions should apply to other object-oriented languages as well.
         하지만 ''Smalltalk Companion''은 ''Design Patterns'' 문서를 단순하게 반복 하는것 이상이고 C++ 코드가 있을 경우 Smalltalk 예로 바꾼다. 결과적으로, 우리가 추가적인 분석, 분류, 혹은 기존의 패턴에 대한 약간의 불일치하다고 느끼는 많은 상황이 있다. 그러므로, 우리의 많은 토의가 다른 객체 지향 언어에 잘 적용되야 할 것이다.
         Of course, we provide plenty of sample code in Smalltalk. Our examples are, for the most part, not simply Smalltalk versions of the ''Design Patterns'' examples. We often felt an alternative would be more useful than a mere translation of the C++ example.
  • ACM_ICPC/2013년스터디 . . . . 56 matches
          * queue - [http://211.228.163.31/30stair/prime_path/prime_path.php?pname=prime_path 소수 길]
          * dynamic programming - [http://211.228.163.31/30stair/eating_together/eating_together.php?pname=eating_together 끼리끼리]
          * linked list - [http://211.228.163.31/30stair/josephus/josephus.php?pname=josephus&stair=11 josephus]
          * 퀵 정렬,이진검색,parametric search - [http://211.228.163.31/30stair/guessing_game/guessing_game.php?pname=guessing_game&stair=10 숫자 추측하기], [http://211.228.163.31/30stair/sort/sort.php?pname=sort&stair=10 세 값의 정렬], [http://211.228.163.31/30stair/subsequence/subsequence.php?pname=subsequence&stair=10 부분 구간], [http://211.228.163.31/30stair/drying/drying.php?pname=drying&stair=10 건조], [http://211.228.163.31/30stair/aggressive/aggressive.php?pname=aggressive&stair=10 공격적인 소]
          * dynamic programming - [http://211.228.163.31/30stair/subset/subset.php?pname=subset 부분 합]
          * greedy method - [http://211.228.163.31/30stair/quick_change/quick_change.php?pname=quick_change 거스름돈], [http://211.228.163.31/30stair/germination/germination.php?pname=germination 발아]
          * bisection - [http://211.228.163.31/30stair/crossed_ladder/crossed_ladder.php?pname=crossed_ladder crossed ladder]
          * queue - [http://211.228.163.31/30stair/catch_cow/catch_cow.php?pname=catch_cow 도망 간 소를 잡아라]
          * graph, dfs - [http://211.228.163.31/30stair/danji/danji.php?pname=danji 단지 번호 붙이기], [http://211.228.163.31/30stair/orders/orders.php?pname=orders orders], [http://211.228.163.31/30stair/bugslife/bugslife.php?pname=bugslife 짝 짓기], [http://211.228.163.31/30stair/sprime/sprime.php?pname=sprime 슈퍼 소수], [http://211.228.163.31/30stair/snail_trails/snail_trails.php?pname=snail_trails 달팽이]
          * 이분법 - [http://211.228.163.31/30stair/crossed_ladder/crossed_ladder.php?pname=crossed_ladder crossed ladder]
          * 스택 - [http://211.228.163.31/30stair/tw/tw.php?pname=tw 송신탑]
          * dp - [http://211.228.163.31/30stair/tickets/tickets.php?pname=tickets 티켓]
          * dp - [http://211.228.163.31/30stair/tickets/tickets.php?pname=tickets 레인지]
          * 17 위상정렬 - [http://211.228.163.31/30stair/topo_sort/topo_sort.php?pname=topo_sort topo_sort]
          * [http://211.228.163.31/30stair/ustair/ustair.php?pname=ustair 계단오르기]
          * [http://211.228.163.31/30stair/barn/barn.php?pname=barn 헛간]
          * [http://211.228.163.31/30stair/barn/barn.php?pname=barn 헛간](저번주 문제)
          * [http://211.228.163.31/30stair/inflate/inflate.php?pname=inflate inflate]
          * [http://211.228.163.31/30stair/mobile/mobile.php?pname=mobile moblie]
          * [http://stackoverflow.com/questions/2631726/how-to-determine-the-longest-increasing-subsequence-using-dynamic-programming Time Complexity O(n log n) 의 Up Sequence]
  • EcologicalBinPacking/곽세환 . . . . 52 matches
          int bottle[3][3]; // 병
          int total_bottle = 0;
          int not_move_bottle = 0;
          if (!(cin >> bottle[i][j]))
          total_bottle += bottle[i][j];
          not_move_bottle = bottle[0][BROWN] + bottle[1][CLEAR] + bottle[2][GREEN];
          if ((bottle[0][BROWN] + bottle[1][GREEN] + bottle[2][CLEAR]) > not_move_bottle)
          not_move_bottle = bottle[0][BROWN] + bottle[1][GREEN] + bottle[2][CLEAR];
          if ((bottle[0][CLEAR] + bottle[1][BROWN] + bottle[2][GREEN]) > not_move_bottle)
          not_move_bottle = bottle[0][CLEAR] + bottle[1][BROWN] + bottle[2][GREEN];
          if ((bottle[0][CLEAR] + bottle[1][GREEN] + bottle[2][BROWN]) > not_move_bottle)
          not_move_bottle = bottle[0][CLEAR] + bottle[1][GREEN] + bottle[2][BROWN];
          if ((bottle[0][GREEN] + bottle[1][BROWN] + bottle[2][CLEAR]) > not_move_bottle)
          not_move_bottle = bottle[0][GREEN] + bottle[1][BROWN] + bottle[2][CLEAR];
          if ((bottle[0][GREEN] + bottle[1][CLEAR] + bottle[2][BROWN]) > not_move_bottle)
          not_move_bottle = bottle[0][GREEN] + bottle[1][CLEAR] + bottle[2][BROWN];
          min_move = total_bottle - not_move_bottle;
  • 정모 . . . . 51 matches
         || 1월 ||[http://zeropage.org/notice/49785 정모/2011.1.5], [http://zeropage.org/notice/49860 정모/2011.1.12] ||
         || 12월 || [http://zeropage.org/notice/49180 정모/2010.12.10, [http://zeropage.org/notice/49662 정모/2010.12.29]]||
         || 9월 || [http://zeropage.org/notice/47677 정모/2010.9.2]||
         || 8월 || [http://zeropage.org/notice/47143 정모/2010.8.11]||
         || 7월 || [http://zeropage.org/notice/46215 정모/2010.7.1, [http://zeropage.org/notice/46714 정모/2010.7.21, [http://zeropage.org/notice/46871 정모/2010.7.28]]]||
         || 6월 || [http://zeropage.org/notice/45316 정모/2010.6.4]||
         || 5월 || [http://zeropage.org/notice/43940 정모/2010.5.14]||
         || 4월 || [http://zeropage.org/notice/42116 정모/2010.4.9, [http://zeropage.org/notice/43064 정모/2010.4.30]]||
         || 3월 || [http://zeropage.org/notice/38954 정모/2010.3.3, [http://zeropage.org/notice/40693 정모/2010.3.26]]||
         || 2월 || [http://zeropage.org/notice/38086 정모/2010.2.10, [http://zeropage.org/notice/38652 정모/2010.2.17]]||
         || 11월 || [http://zeropage.org/notice/33384 정모/2009.11.3]||
         || 4월 || [http://zeropage.org/notice/27935 정모/2009.4.8, [http://zeropage.org/notice/29017 정모/2009.4.29]]||
         || 3월 || [http://zeropage.org/notice/25612 정모/2009.3.13, [http://zeropage.org/notice/26226 정모/2009.3.18, [http://zeropage.org/notice/26387 정모/2009.3.25]]]||
         || 2월 || [http://zeropage.org/notice/24255 정모/2009.2.11, [http://zeropage.org/notice/24896 정모/2009.2.27]]||
         || 12월 || [http://zeropage.org/notice/23244 정모/2008.12.17]||
         || 11월 || [http://zeropage.org/notice/21280 정모/2008.11.4, [http://zeropage.org/notice/22285 정모/2008.11.25]]||
         || 9월 || [http://zeropage.org/notice/16571 정모/2008.9.2, [http://zeropage.org/notice/17261 정모/2008.9.9, [http://zeropage.org/notice/18020 정모/2008.9.16, [http://zeropage.org/notice/18425 정모/2008.9.23, [http://zeropage.org/notice/19240 정모/2008.9.30]]]]]||
         || 8월 || [http://zeropage.org/notice/14892 정모/2008.8.4, [http://zeropage.org/notice/15498 정모/2008.8.11, [http://zeropage.org/notice/15882 정모/2008.8.18]]]||
         || 7월 || [http://zeropage.org/notice/12250 정모/2008.7.7, [http://zeropage.org/notice/12860 정모/2008.7.15, [http://zeropage.org/notice/13447 정모/2008.7.21, [http://zeropage.org/notice/14079 정모/2008.7.28]]]]||
         || 6월 || [http://zeropage.org/notice/9795 정모/2008.6.30]||
  • HelpOnLinking . . . . 50 matches
         외부 링크는 {{{http://kldp.org}}}같이 그대로 적어놓으면 '''자동'''으로 http://moniwiki.kldp.org 라고 링크가 걸립니다. 여기서 주의할 점은, 링크를 적을때 한글 토씨를 그냥 붙여 적을 경우에 한글까지 링크가 걸리게 됩니다. 이럴 경우에는 {{{[http://moniwiki.kldp.org]}}}라고 적으면 [http://moniwiki.kldp.org]와 같이 '''강제'''로 링크될 URL을 지정해줘서 자동으로 링크가 걸리지 않게 합니다. 강제로 링크를 걸러줄 경우는 모니위키에서는 그 링크 앞에 작은 지구 아이콘이 생깁니다.
         지원되는 외부 링크는 `http:`, `https:`, `ftp:`, `nntp:`, `news:`, `mailto:`, `telnet:`, 그리고 `file:`등이 있습니다.
         모니위키에서는 기본적으로 외부링크라고 해도 새창으로 열리지 않습니다. 강제로 새창으로 열리게 하고 싶은 경우는 {{{[^http://kldp.org]}}}와 같이 맨 앞에 {{{^}}} 기호를 넣어주면 (모니위키 확장) [^http://kldp.org]처럼 링크가 걸리게 됩니다.
         예를 들어 {{{http://moniwiki.kldp.org/imgs/moniwiki-logo.png}}}라고 적으면 http://moniwiki.kldp.org/imgs/moniwiki-logo.png 처럼 보이게 됩니다. 이 경우 역시 띄어쓰기를 하지 않으면 조사까지 링크가 걸리게 되고 그림이 자동으로 들어가지 않게 됩니다. 이 경우는 강제로 꺽쇠로 묶어주면 즉, {{{[http://moniwiki.kldp.org/imgs/moniwiki-logo.png]}}}라고 쓰면 [http://moniwiki.kldp.org/imgs/moniwiki-logo.png]와 같이 되고, 그림으로 들어가지 않는 대신에 링크를 그대로 보여줍니다.
         위키위키에서는 외부의 위키 혹은 위키위에 준하는 다른 사이트를 좀 더 쉽게 연결하는 문법을 제공합니다. 예를 들어, {{{http://moniwiki.kldp.org/wiki/FrontPage}}}라고 링크를 거는 대신에 {{{MoniWiki:FrontPage}}}라고 링크를 걸면 MoniWiki:FrontPage 처럼 표시가 됩니다. 이를 인터위키 연결이라고 합니다.
         앞부분에서도 언급한 내용이지만, 자동으로 링크가 걸릴 경우 URL 주소 되에 공백을 넣어주거나, <http://moniwiki.kldp.org/wiki.php/FrontPage>와 같이 연결해주어야 합니다. 정리해보면
          * 인용부호로 묶는다. "http://moniwiki.kldp.org"처럼 => bug
         지원되는 URL 형식: `http:`, `https:`, `ftp:`, `nntp:`, `news:`, `mailto:`, `telnet:`, `file:`. (이것을 확장하는 방법은 HelpOnConfiguration 참조)
         이와같은 기본 형식과 함께, 모인모인/모니위키에서 지원: `wiki:`, `attachment:`. "`wiki:`" 는 내부링크 혹은 인터위키 링크를 뜻합니다. 따라서 `MoniWiki:FrontPage` 와 `wiki:MoniWiki:FrontPage`는 똑같습니다. 주의할 점은 "`wiki:`" 형식은 괄호로 연결되는 링크의 경우 반드시 사용해야 합니다. `attachment:`는 파일 첨부를 위해 사용됩니다.
          * http://moniwiki.sourceforge.net/
          * [http://moniwiki.sourceforge.net/]
          * [http://moniwiki.sourceforge.net/ MoniWiki Sourceforge Homepage]
          * http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif
          * [http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif]
          * [http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif moniwiki-logo.gif]
          * [http://moniwiki.sourceforge.net/ http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif]
          * http://moniwiki.sourceforge.net/
          * [http://moniwiki.sourceforge.net/]
          * [http://moniwiki.sourceforge.net/ MoniWiki Sourceforge Homepage]
          * http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif
  • InterMap . . . . 50 matches
         Upload http://165.194.17.15/pub/upload/
         FOLDOC http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?query=
         ISBN http://www.amazon.com/exec/obidos/ISBN=
         RFC http://www.ietf.org/rfc/rfc
         FreshMeat http://freshmeat.net/
         Wiki http://c2.com/cgi/wiki?
         PPR http://c2.com/cgi/wiki?
         OrgPatterns http://www.bell-labs.com/cgi-user/OrgPatterns/OrgPatterns?
         DejaNews http://www.deja.com/=dnc/getdoc.xp?AN=
         PyWiki http://www.voght.com/cgi-bin/pywiki?
         UseMod http://www.usemod.com/cgi-bin/wiki.pl?
         MeatBall http://www.usemod.com/cgi-bin/mb.pl?
         MoinMoin http://purl.net/wiki/moin/
         PythonInfo http://www.python.org/cgi-bin/moinmoin/
         SourceForge http://sourceforge.net/
         MetaWiki http://sunir.org/apps/meta.pl?
         JargonFile http://sunir.org/apps/meta.pl?wiki=JargonFile&redirect=
         WikiPedia http://www.wikipedia.com/wiki.cgi?
         NoSmok http://no-smok.net/nsmk/
         NoSmoke http://no-smok.net/nsmk/
  • 10학번 c++ 프로젝트/소스 . . . . 49 matches
         #include "alarmsetting.h"
          alarmsetting c;
          Fulls=GetTickCount();
          clock=GetTickCount()-Fulls+clock2;
          Fulls=GetTickCount();
          clock2=(GetTickCount()-Fulls)+clock;
         == alarmsetting.cpp ==
         #include"alarmsetting.h"
         }settm;
         void alarmsetting::alm_set()
          char button; //버튼 임력할 변수 1,2,3중에....
          struct altm settm;
          settm.altm_hour=00;
          settm.altm_min=00;
          settm.altm_sec=00;
          a=&settm.altm_hour;//첨엔 시간을 가리키고 있음
          printf("%2d시%2d분%2d초\n",settm.altm_hour,settm.altm_min,settm.altm_sec);
          button=getch();//이제 버튼 선택을 받음...
          if(button=='1')break;//모드 전환 되게 루프 나가는 거임
          if(button=='2'){//시간을 증가 시키는 경우. function으로 묶어 줘야 할듯...
  • EightQueenProblem/용쟁호투SQL . . . . 48 matches
         IF EXISTS(SELECT name FROM sysobjects WHERE name = N'temp_queen_attack' AND type = 'U') DROP TABLE temp_queen_attack
         CREATE TABLE temp_queen_attack(
          TRUNCATE TABLE temp_queen_attack
          INSERT INTO temp_queen_attack VALUES(1,0,0,0,0,0,0,0,0,0,0)
          INSERT INTO temp_queen_attack VALUES(2,0,0,0,0,0,0,0,0,0,0)
          INSERT INTO temp_queen_attack VALUES(3,0,0,0,0,0,0,0,0,0,0)
          INSERT INTO temp_queen_attack VALUES(4,0,0,0,0,0,0,0,0,0,0)
          INSERT INTO temp_queen_attack VALUES(5,0,0,0,0,0,0,0,0,0,0)
          INSERT INTO temp_queen_attack VALUES(6,0,0,0,0,0,0,0,0,0,0)
          INSERT INTO temp_queen_attack VALUES(7,0,0,0,0,0,0,0,0,0,0)
          INSERT INTO temp_queen_attack VALUES(8,0,0,0,0,0,0,0,0,0,0)
         IF EXISTS (SELECT name FROM sysobjects WHERE name = N'p_check_attack' AND type = 'P') DROP PROCEDURE p_check_attack
         CREATE PROCEDURE p_check_attack @x int, @y int
         DECLARE @attack_check int, @local_x int, @local_y int
         SELECT @attack_check = (CASE @x WHEN 1 THEN x1 WHEN 2 THEN x2 WHEN 3 THEN x3 WHEN 4 THEN x4 WHEN 5 THEN x5 WHEN 6 THEN x6 WHEN 7 THEN x7 WHEN 8 THEN x8 END)
          FROM temp_queen_attack
         IF @attack_check = 1 RETURN 1
         IF @x = 1 UPDATE temp_queen_attack SET x1 = 1
         IF @x = 2 UPDATE temp_queen_attack SET x2 = 1
         IF @x = 3 UPDATE temp_queen_attack SET x3 = 1
  • WikiTextFormattingTestPage . . . . 45 matches
         This page originated on Wiki:WardsWiki, and the most up-to-date copy resides there. This page has been copied here in order to make a quick visual determination of which TextFormattingRules work for this wiki. Currently it primarily determines how text formatted using the original Wiki:WardsWiki text formatting rules is displayed. See http://www.c2.com/cgi/wiki?WikiOriginalTextFormattingRules.
         If you want to see how this text appears in the original Wiki:WardsWiki, see http://www.c2.com/cgi/wiki?WikiEngineReviewTextFormattingTest
         People reviewing this wiki from the original Wiki:WardsWiki will be referred to this page. If you want to see the review, go to http://www.c2.com/cgi/wiki?WikiEngineReview.
          * CLUG Wiki (older version of WardsWiki, modified by JimWeirich) -- http://www.clug.org/cgi/wiki.cgi?WikiEngineReviewTextFormattingTest
          * MoinMoin (MoinMoin 0.5) -- http://www.encrypted.net/~jh/moinmoin/moin.cgi/WikiTextFormattingTestPage
          * Swiki (unknown version) -- http://rhkswikitest.swiki.net/12
          * Kit-T-Wiki (TWiki 01) -- http://kit.sourceforge.net/cgi-bin/view/Main/WikiReviewTextFormattingTest
          * TWiki (TWiki 03) -- http://twiki.sourceforge.net/cgi-bin/view/TWiki/WikiReviewTextFormattingTest
         http://narasimha.tangentially.com/cgi-bin/n.exe?twiky%20editWiki(%22WikiEngineReviewTextFormattingTest%22)
          * UseMod wiki (UseMod 0.88) -- http://www.usemod.com/cgi-bin/wiki.pl?WikiEngineReviewTextFormattingTest
         This page contains sample marked up text to make a quick visual determination as to which Wiki:TextFormattingRules work for a given wiki. To use the page, copy the text from the edit window, and paste it in the wiki under test. Then read it.
         '''Wiki:WikiOriginalTextFormattingRules'''
         This first section will test the Wiki:WikiOriginalTextFormattingRules.
         If a wiki properly interprets the Wiki:WikiOriginalTextFormattingRules, the text will appear as described here.
         The original Wiki:WardsWiki text formatting rules make no provision for headings. They can be simulated by applying emphasis. See the next several lines.
         This is another bulleted list, formatted the same way but with shortened lines to display the behavior when nested and when separated by blank lines.
          Wiki: A very strange wonderland. (Formatted as <tab>Wiki:<tab>A very strange wonderland.)
          : Fourscore and seven years ago, our forefathers brought forth upon this continent a new nation, conceived in liberty, ... and I wish I could remember the rest. Formatted by preceding this paragraph with <tab><space>:<tab>.
          :: Here I tried some experimentation to see if I could indent a paragraph 8 spaces instead of 4 -- not successful but there might be a way. Fourscore and seven years ago, our forefathers brought forth upon this continent a new nation, conceived in liberty, ... and I wish I could remember the rest. Formatted by preceding this paragraph with <tab><tab><space>::<tab><tab>.
         An older version of WardsWiki engine, as used at the CLUG Wiki (http://www.clug.org/cgi/wiki.cgi?RandyKramer), creates headings as shown below. I don't know whether this is part of what Ward wrote or an enhancement by JimWeirich (or somebody else).
  • EightQueenProblem/강석천 . . . . 44 matches
         import unittest
         class BoardTestCase (unittest.TestCase):
          def testFindQueenInSameCrossLeftTopToRightBottom (self):
          self.assertEquals (self.bd.FindQueenInSameCrossLeftTopToRightBottom (3,3), 1)
          self.assertEquals (self.bd.FindQueenInSameCrossLeftTopToRightBottom (1,1), 1)
          self.assertEquals (self.bd.FindQueenInSameCrossLeftTopToRightBottom (4,1), 0)
          def testFindQueenInSameCrossLeftBottomToRightTop (self):
          self.assertEquals (self.bd.FindQueenInSameCrossLeftBottomToRightTop (3,3), 0)
          self.assertEquals (self.bd.FindQueenInSameCrossLeftBottomToRightTop (3,1), 1)
          self.assertEquals (self.bd.FindQueenInSameCrossLeftBottomToRightTop (1,3), 1)
          def testGetFirstCornerInCrossLeftTopToRightBottom (self):
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftTopToRightBottom (3,3), (0,0))
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftTopToRightBottom (4,3), (1,0))
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftTopToRightBottom (1,5), (0,4))
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftTopToRightBottom (0,0), (0,0))
          def testGetFirstCornerInCrossLeftBottomToRightTop (self):
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftBottomToRightTop (2,2), (0,4))
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftBottomToRightTop (3,5), (1,7))
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftBottomToRightTop (7,7), (7,7))
          def testIsAttackableOthers (self):
  • 새싹교실/2012/주먹밥 . . . . 41 matches
         [http://www.flickr.com/photos/zealrant/ http://farm8.staticflickr.com/7245/6857196834_0c93f73f96_m.jpg] [http://farm8.staticflickr.com/7131/6857196764_23eea15ba2_m.jpg http://farm8.staticflickr.com/7131/6857196764_23eea15ba2_m.jpg] [http://farm8.staticflickr.com/7083/7003313019_18c6b87b6b_m.jpg http://farm8.staticflickr.com/7083/7003313019_18c6b87b6b_m.jpg] [http://farm8.staticflickr.com/7262/6857196800_ea1e29350f_m.jpg http://farm8.staticflickr.com/7262/6857196800_ea1e29350f_m.jpg]
         [http://farm8.staticflickr.com/7239/7042450973_5ea7827846_m.jpg http://farm8.staticflickr.com/7239/7042450973_5ea7827846_m.jpg] [http://farm8.staticflickr.com/7110/6896354030_24a7505c7d_m.jpg http://farm8.staticflickr.com/7110/6896354030_24a7505c7d_m.jpg]
         [http://farm8.staticflickr.com/7083/7047112703_ff410674b0_m.jpg http://farm8.staticflickr.com/7083/7047112703_ff410674b0_m.jpg] [http://farm8.staticflickr.com/7125/6901018132_7a291a35e5_m.jpg http://farm8.staticflickr.com/7125/6901018132_7a291a35e5_m.jpg] [http://farm8.staticflickr.com/7134/6901018150_0093a70456_m.jpg http://farm8.staticflickr.com/7134/6901018150_0093a70456_m.jpg] [http://farm8.staticflickr.com/7080/6901018084_9b2d277329_m.jpg http://farm8.staticflickr.com/7080/6901018084_9b2d277329_m.jpg]
          * http://forum.falinux.com/zbxe/?document_srl=441104 를 참조하면 통신 프로그램을 짤 수 있을 것이다.
          * 기본 파일 구조체에는 대략 이런정보가 들어가게 됩니다. 파일 경로, 이름, 크기, '''현재 얼마나 읽었는지'''. 자세한 사항은 http://winapi.co.kr/clec/cpp2/17-2-1.htm 에 들어가면 있답니다.
          * SVN 거북이를 이용하여 http://nforge.zeropage.org/svn/coordinateedit 에 코드를 올리는것을 올려놓음. 도건이 프로그램을 그곳에 올려놓고. 고쳐서 올려놓음. 받는건 숙제!!! 신남.
         [http://farm6.staticflickr.com/5038/7087854603_372a6a2e33_m.jpg http://farm6.staticflickr.com/5038/7087854603_372a6a2e33_m.jpg] [http://farm6.staticflickr.com/5038/7087854603_372a6a2e33_m.jpg http://farm6.staticflickr.com/5038/7087854603_372a6a2e33_m.jpg]
          * 타이머 -> http://dokeby.tistory.com/3
          * 자바스크립트 이벤트 키 -> http://blog.daum.net/mysmkr/5753065
          * Javascript 학습은 http://www.w3schools.com/js/default.asp 에서 해주세요.
          * GitHub : https://github.com
          * Google Code : http://code.google.com/intl/ko-KR/
          * SVN 툴 Tortoise : http://tortoisesvn.net/
          * 소스 포지 : http://sourceforge.net/
          -> http://charism.tistory.com/44
          -> 이미지 레이어 : http://www.jsmadeeasy.com/javascripts/Images/img_layer/img_layer.htm
          -> 투명도 예제 : http://findfun.tistory.com/348
          -> 특정 색 투명처리 : 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_SETUP폴더에 htdocs폴더에 index.html을 하기. http://www.w3schools.com/js/default.asp 가서 javascript예제 index.html에 작성하고 돌아가는것 확인.
          * 시험기간 : http://cau.ac.kr/~bongbong/c12/ 가서 final exam을 준비해라
  • Android/WallpaperChanger . . . . 39 matches
          * http://stackoverflow.com/questions/2169649/open-an-image-in-androids-built-in-gallery-app-programmatically
          i.setType("image/*");
          //i.setType(MediaStore.Images.Media.CONTENT_TYPE);
         import android.widget.Button;
          private static final Button Button = null;
          Button btn1 = (Button)findViewById(R.id.button1);
         import android.widget.Button;
          Button start = (Button)findViewById(R.id.start_button);
          Button stop = (Button)findViewById(R.id.stop_button);
          http://nforge.zeropage.org/projects/wallchanger
          || 4/19 ||{{{MywallpaperActivity에서 TimeCycleActivity로 현재 값과 함께 넘어가는 기능 구현. TimeCycleActivity에 enum리스트로 현재 setting된 값을 single_choice list로 선택되고 setting버튼 cancle버튼을 통해 다시 돌아오는것 구현. }}}||
          || 4/25 || PathRepository를 ArrayList로 Parcelable객체로 만드는것을 성공 순서도상의 DB접근을 제한을 두어야할것 같음. 문제점 : WallpaperManagerActivity에서 Add시키고 setting하는데 객체가 날아감. 우짬.. 아! 우선 만들어놓고 setting할때만 DB에 저장시키는 방식으로 해야겠다.그리고 0으로 index가 없는것과 있는것을 표기해서 update혹은 새로 만들기를 실행하도록 하고. ||
          * 커니의 안드로이드 이야기 : http://androidhuman.tistory.com
          * Enum공부하다가 잠깐 본 Enum의 변태성 : http://devyongsik.tistory.com/297
          * 안드로이드 데이터베이스 및 쓰레드에 관해 : http://www.vogella.com/articles/AndroidSQLite/article.html
          * 안드로이드 XML선언때 버튼 입력 처리해줄 메소드 선언 : http://shinehand.egloos.com/568288
          * 자바 OGG 사운드 처리 방법 생각 : http://www.gpgstudy.com/forum/viewtopic.php?t=20662
          * 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
          * Custom Android List Adapter : http://androidhuman.tistory.com/entry/11-List-%EC%A7%91%EC%A4%91%EA%B3%B5%EB%9E%B5-3-Custom-ArrayAdapter%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%9C-ListView
          * Thumnail제작을 위한 Multi-Thread방식 Image Loading : http://lifesay.springnote.com/pages/6615799
  • EcologicalBinPacking/문보창 . . . . 38 matches
          int bottle[9]; // 입력되는 병
          if (!(cin >> bottle[i]))
          nMove[1] = bottle[3]+bottle[6]+bottle[1]+bottle[7]+bottle[2]+bottle[5];
          nMove[0] = bottle[3]+bottle[6]+bottle[2]+bottle[8]+bottle[1]+bottle[4];
          nMove[4] = bottle[4]+bottle[7]+bottle[0]+bottle[6]+bottle[2]+bottle[5];
          nMove[5] = bottle[4]+bottle[7]+bottle[2]+bottle[8]+bottle[0]+bottle[3];
          nMove[2] = bottle[5]+bottle[8]+bottle[0]+bottle[6]+bottle[1]+bottle[4];
          nMove[3] = bottle[5]+bottle[8]+bottle[1]+bottle[7]+bottle[0]+bottle[3];
  • RSSAndAtomCompared . . . . 38 matches
         most likely candidates will be [http://blogs.law.harvard.edu/tech/rss RSS 2.0] and [http://ietfreport.isoc.org/idref/draft-ietf-atompub-format/ Atom 1.0].
         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]
         within the [http://www.ietf.org/ IETF], as reviewed and approved by the IETF community and the
         [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.
         There are two popular protocols widely used with RSS, [http://www.xmlrpc.com/metaWeblogApi MetaWeblog]
         and [http://www.blogger.com/developers/api/ Blogger]. There are frequent
         [http://www.bblfish.net/blog/page7.html#2005/06/20/22-28-18-208 reports] of problems with interoperability and feature shortcomings.
         [http://ietfreport.isoc.org/idref/draft-ietf-atompub-protocol/ Atom Publishing Protocol], which is closely integrated with the Atom feed format and is based on the experience with the existing protocols.
         [http://diveintomark.org/archives/2002/06/02/important_change_to_the_link_tag autodiscovery] has been implemented several times in different ways and has never been standardized. This is a common source of difficulty for non-technical users.
         Atom [http://www.ietf.org/internet-drafts/draft-ietf-atompub-autodiscovery-01.txt standardizes autodiscovery]. Additionally, Atom feeds contain a “self” pointer, so a newsreader can auto-subscribe given only the contents of the feed, based on Web-standard dispatching techniques.
         using any network protocol, for example [http://ietfreport.isoc.org/idref/draft-saintandre-atompub-notify/ XMPP]. Atom also has support for aggregated
         Atom 1.0 is in [http://www.w3.org/2005/Atom an XML namespace] and may contain elements or attributes from other XML namespaces. There are specific guidelines on how to interpret extension elements. Additionally, there will be an IANA managed directory rel= values for <link>. Finally, Atom 1.0 provides recommended extension points and guidance on how to interpret simple extensions.
         Atom 1.0 specifies use of the XML's built-in [http://www.w3.org/TR/xmlbase/ xml:base] attribute for allowing the use of relative references.
         Both RSS 2.0 and Atom 1.0 feeds can be accessed via standard HTTP client libraries. Standard caching techniques work well and are encouraged. Template-driven creation of both formats is quite practical.
          * [http://feedparser.org/ FeedParser]
          * [http://rome.dev.java.net/ Rome]
          * [http://bulknews.typepad.com/blog/2005/07/searchcpanorg_t.html XML::Atom]
         [http://www.w3.org/TR/REC-xml/#sec-lang-tag xml:lang] attribute.
         [http://www.w3.org/TR/xmlenc-core/ XML Encryption]
  • ACM_ICPC/2012년스터디 . . . . 37 matches
          * 아시아 정보올림피아드/koi_aio: [http://211.228.163.31/pool/koi_aio/koi_aio.php?pname=koi_aio] (옥상 Vol1 koi_aio)
          * 초콜릿/coci_coko : [http://211.228.163.31/pool/coci_coko/coci_coko.php?pname=coci_coko] (옥상Vol3 coci_coko)
          * 이기적인 소/usa_selfish : [http://211.228.163.31/pool/usa_selfish/usa_selfish.php?pname=usa_selfish 이기적인 소]
          * [http://www.dovelet.com 더블릿] 옥상에서 한 문제 풀기.
          * Programming Challenge 문제에 더욱 높은 우선순위를 둠. - [http://uva.onlinejudge.org/]
          * Doublets - [http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=31&page=show_problem&problem=1091]
          * Where's Waldorf - [http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=31&page=show_problem&problem=951]
          * koi_spra - [http://211.228.163.31/pool/koi_spra/koi_spra.php?pname=koi_spra] (dovelet)
          * Doublets - [http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=31&page=show_problem&problem=1091] //화요일까지 풀지 못하면 소스 분석이라도 해서..
          * A Multiplication Game - [http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=33&page=show_problem&problem=788]
          * Shoemaker's Problem - [http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=32&page=show_problem&problem=967]
          * koi_cha - [http://211.228.163.31/pool/koi_cha/koi_cha.php?pname=koi_cha] (dovelet)
          * koi_cha - [http://211.228.163.31/pool/koi_cha/koi_cha.php?pname=koi_cha] (dovelet)
          * 코드포스 http://codeforces.com/
          * DP 문제(21) - [http://211.228.163.31/30stair/seat/seat.php?pname=seat 자리배치], [http://211.228.163.31/30stair/seat/seat.php?pname=seat 긋기게임]
          * Recursion 문제(9) - [http://211.228.163.31/30stair/omok/omok.php?pname=omok 오목], [http://211.228.163.31/30stair/necklace/necklace.php?pname=necklace 목걸이]
          * 퀵정렬, BinSearch(10) - [http://211.228.163.31/30stair/notes/notes.php?pname=notes music notes]
          * Stack 문제 - [http://211.228.163.31/30stair/seat/seat.php?pname=seat bad hair day], [http://211.228.163.31/30stair/seat/seat.php?pname=seat 히스토그램]
          * BackTracking 문제(25) - [http://211.228.163.31/30stair/eating_puzzle/eating_puzzle.php?pname=eating_puzzle eating_puzzle], [http://211.228.163.31/30stair/scales/scales.php?pname=scales scales]
          * tree 문제(15) - [http://211.228.163.31/30stair/treeornot/treeornot.php?pname=treeornot treeornot]
  • Linux/MakingLinuxDaemon . . . . 37 matches
         UID PID PPID PGID SID CLS PRI STIME TTY TIME CMD
         root 1538 1 1538 1538 TS 23 Oct15 tty1 00:00:00 /sbin/getty 38400 tty1
         root 1540 1 1540 1540 TS 23 Oct15 tty2 00:00:00 /sbin/getty 38400 tty2
         root 1541 1 1541 1541 TS 23 Oct15 tty3 00:00:00 /sbin/getty 38400 tty3
         root 1542 1 1542 1542 TS 23 Oct15 tty4 00:00:00 /sbin/getty 38400 tty4
         root 1543 1 1543 1543 TS 23 Oct15 tty5 00:00:00 /sbin/getty 38400 tty5
         root 1544 1 1544 1544 TS 23 Oct15 tty6 00:00:00 /sbin/getty 38400 tty6
         새로운 세션을 만든다. 일반적으로 tty 를 부여해야하지만, 부여하지 않을 경우 터미널이 없는 세션으로 생성된다.
         UID PID PPID PGID SID CLS PRI STIME TTY TIME CMD
         root 1538 1 1538 1538 TS 23 Oct15 tty1 00:00:00 /sbin/getty 38400 tty1
         root 1540 1 1540 1540 TS 23 Oct15 tty2 00:00:00 /sbin/getty 38400 tty2
         root 1541 1 1541 1541 TS 23 Oct15 tty3 00:00:00 /sbin/getty 38400 tty3
         root 1542 1 1542 1542 TS 23 Oct15 tty4 00:00:00 /sbin/getty 38400 tty4
         root 1543 1 1543 1543 TS 23 Oct15 tty5 00:00:00 /sbin/getty 38400 tty5
         root 1544 1 1544 1544 TS 23 Oct15 tty6 00:00:00 /sbin/getty 38400 tty6
  • 데블스캠프2009/목요일/연습문제/MFC/김태욱 . . . . 37 matches
          ON_BN_CLICKED(IDC_BUTTON2, OnButton2)
          ON_BN_CLICKED(IDC_BUTTON3, OnButton3)
          ON_BN_CLICKED(IDC_BUTTON4, OnButton4)
          ON_BN_CLICKED(IDC_BUTTON5, OnButton5)
          ON_BN_CLICKED(IDC_BUTTON6, OnButton6)
          ON_BN_CLICKED(IDC_BUTTON7, OnButton7)
          ON_BN_CLICKED(IDC_BUTTON8, OnButton8)
          ON_BN_CLICKED(IDC_BUTTON9, OnButton9)
          ON_BN_CLICKED(IDC_BUTTON10, OnButton10)
          ON_BN_CLICKED(IDC_BUTTON11, OnButton11)
          ON_BN_CLICKED(IDC_BUTTON12, OnButton12)
          ON_BN_CLICKED(IDC_BUTTON13, OnButton13)
          ON_BN_CLICKED(IDC_BUTTON14, OnButton14)
          ON_BN_CLICKED(IDC_BUTTON15, OnButton15)
          ON_BN_CLICKED(IDC_BUTTON16, OnButton16)
          ON_BN_CLICKED(IDC_BUTTON17, OnButton17)
          ON_BN_CLICKED(IDC_BUTTON18, OnButton18)
          ON_BN_CLICKED(IDC_BUTTON19, OnButton19)
         // If you add a minimize button to your dialog, you will need the code below
         void CZxczxcDlg::OnButton2()
  • UDK/2012년스터디 . . . . 36 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://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=5248719 도서관]에 있음
          * [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 머터리얼 개론] 텍스쳐와 여러 가지 연산 기능을 이용하여 머터리얼 속성을 만듬
         [https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash3/532631_401093049918377_100000530574390_1440421_2088804234_n.jpg https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash3/532631_401093049918377_100000530574390_1440421_2088804234_n.jpg]
         [https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash3/531013_401094973251518_100000530574390_1440467_2020263083_n.jpg https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash3/531013_401094973251518_100000530574390_1440467_2020263083_n.jpg]
         http://www.slideshare.net/devcatpublications/ndc2011-8253034
         http://udn.epicgameskorea.com/Three/LandscapeCreatingKR.html
          * [http://ifyouprogrammer.tistory.com/80 설치법]
          * [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 자습서]
  • HowToStudyDesignPatterns . . . . 35 matches
         see also DoWeHaveToStudyDesignPatterns
          ''We were not bold enough to say in print that you should avoid putting in patterns until you had enough experience to know you needed them, but we all believed that. I have always thought that patterns should appear later in the life of a program, not in your early versions.''
          ''The other thing I want to underscore here is how to go about reading Design Patterns, a.k.a. the "GoF" book. Many people feel that to fully grasp its content, they need to read it sequentially. But GoF is really a reference book, not a novel. Imagine trying to learn German by reading a Deutsch-English dictionary cover-to-cover;it just won't work! If you want to master German, you have to immerse yourself in German culture. You have to live German. The same is true of design patterns: you must immerse yourself in software development before you can master them. You have to live the patterns.
          Read Design Patterns like a novel if you must, but few people will become fluent that way. Put the patterns to work in the heat of a software development project. Draw on their insights as you encounter real design problems. That’s the most efficient way to make the GoF patterns your own.''
         이런 식의 "사례 중심"의 공부를 위해서는 스터디 그룹을 조직하는 것이 좋습니다. 혼자 공부를 하건, 그룹으로 하건 조슈아 커리프스키의 유명한 A Learning Guide To Design Patterns (http://www.industriallogic.com/papers/learning.html'''''')을 꼭 참고하세요. 그리고 스터디 그룹을 효과적으로 꾸려 나가는 데에는 스터디 그룹의 패턴 언어를 서술한 Knowledge Hydrant (http://www.industriallogic.com/papers/khdraft.pdf'''''') 를 참고하면 많은 도움이 될 겁니다 -- 이 문서는 뭐든지 간에 그룹 스터디를 한다면 적용할 수 있습니다.
          ''...but I always teach Composite Pattern, Strategy Pattern, Template Method Pattern, and Factory Method Pattern before I teach Singleton Pattern. They are much more common, and most people are probably already using the last two. ... ''
         우리가 갖고 있는 지식이라는 것은 한가지 표현양상(representation)으로만 이뤄져 있지 않습니다. "사과"라는 대상을 음식으로도, 그림의 대상으로도 이해할 수 있어야 합니다. 실제 패턴이 적용된 "다양한 경우"를 접하도록 하라는 것이 이런 겁니다. 동일 대상에 대한 다양한 접근을 시도하라는 것이죠. 자바로 구현된 코드도 보고, C++로 된 것도 보고, 스몰토크로 된 것도 봐야 합니다. 설령 "오로지 자바족"(전 이런 사람들을 Javarian이라고 부릅니다. Java와 barbarian을 합성해서 만든 조어지요. 이런 "하나만 열나리 공부하는 것"의 병폐에 대해서는 존 블리스사이즈가 C++ Report에 쓴 Diversify라는 기사를 읽어보세요 http://www.research.ibm.com/people/v/vlis/pubs/gurus-99.pdf) 이라고 할지라도요. 그래야 비로소 자바로도 "상황에 맞는" 제대로 된 패턴을 구현할 수 있습니다. 패턴은 그 구현(implementation)보다 의도(intent)가 더 중요하다는 사실을 꼭 잊지 말고, 설명을 위한 방편으로 채용된 한가지 도식에 자신의 사고를 구속하는
          1. Design Patterns Explained by Shalloway, and Trott : 최근 DP 개론서로 급부상하고 있는 명저
          1. Design Patterns Java Workbook by Steven John Metsker : DPE 다음으로 볼만한 책으로, 쏟아져 나오는 허접한 자바 패턴 책들과는 엄연히 다름
          1. ["DesignPatterns"] : Gang Of four가 저술한 디자인패턴의 바이블
          1. ["DesignPatternSmalltalkCompanion"] : GoF가 오른쪽 날개라면 DPSC는 왼쪽 날개
          1. Pattern Hatching by John Vlissides : DP 심화학습
          1. Smalltalk Best Practice Patterns by Kent Beck : 마이크로 패턴. 개발자의 탈무드
          1. Pattern Languages of Program Design 1,2,3,4 : 패턴 컨퍼런스 논문 모음집으로 대부분은 인터넷에서 구할 수 있음
          1. ["PatternOrientedSoftwareArchitecture"] 1,2 : 아키텍춰 패턴 모음
          1. Patterns of Software by Richard Gabriel : 패턴에 관한 중요한 에세이 모음.
          1. Analysis Patterns by Martin Fowler : 비지니스 분석 패턴 목록
          1. A Pattern Language by Christopher Alexander : 상동
          * LearningGuideToDesignPatterns - 각각의 패턴 학습순서 관련 Article.
         오늘 짬이 나서 최근 우리나라의 IT 잡지에 연재되는 DesignPatterns 강좌를 훑어봤습니다. 소감은 한마디로, "이건 패턴을 가르치는 게 아니다!"라는 느낌이었습니다.
  • 데블스캠프2011/넷째날/Android/송지원 . . . . 35 matches
         import android.widget.Button;
          Button button1 = (Button)findViewById(R.id.button1);
          Button button2 = (Button)findViewById(R.id.button2);
          Button button3 = (Button)findViewById(R.id.button3);
          button1.setOnClickListener(this);
          button2.setOnClickListener(this);
          button3.setOnClickListener(this);
          if(v.getId() == R.id.button1) btn = "button1";
          if(v.getId() == R.id.button2) btn = "button2";
          if(v.getId() == R.id.button3) btn = "button3";
         <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
         <EditText
          android:id="@+id/inputText"></EditText>
          <Button
          android:id="@+id/button1"
          android:text="button1"
          android:layout_height="wrap_content"></Button>
          <Button
          android:id="@+id/button2"
          android:text="button2"
  • 1002/Journal . . . . 34 matches
          * 사람수대로 retrofitting 인쇄하기 -> 6부 인쇄하기 - O
          * Retrofitting UT 발표준비
          * dot plotting
          ~ 11 : 20 retrofitting 인쇄
          ~ 1 : 06 retrofitting 공부 & 이해
          ~ 2 : 42 (지하철) retrofitting 읽기 & 이해
         솔직하지 못하게 될 수 있다. 자신의 일을 미화할 수도 있다. NoSmok:TunnelVision 에 빠진 사람은 '보고싶은 것만' 보이게 된다. NoSmok:YouSeeWhatYouWantToSee
         http://zeropage.org/~reset/zb/data/prometheus_struct0.jpg
         그림을 보고 나니, Inheritance 나 Delegation 이 필요없이 이루어진 부분이 있다는 점 (KeywordGenerator 클래스나 BookSearcher, HttpSpider 등) Information Hiding 이 제대로 지켜지지 않은것 같다는 점, (Book 과 관련된 데이터를 얻고, 검색하여 리스트를 만들어내는 것은 BookMapper 에서 통일되게 이루어져야 한다.) 레이어를 침범한것 (각각의 Service 클래스들이 해당 로직객체를 직접 이용하는것은 그리 보기 좋은 모양새가 아닌듯 하다. 클래스 관계가 복잡해지니까. 그리고 지금 Service 가 서블릿에 비종속적인 Command Pattern 은 아니다. 그리고 AdvancedSearchService 와 SimpleSearchService 가 BookMapper 에 촛점을 맞추지 않고 Searcher 클래스들을 이용한 것은 현명한 선택이 아니다.)
         구조를 살피면서 리팩토링, KeywordGenerator 클래스와 HttpSpider 등의 클래스들을 삭제했다. 테스트 96개는 아직 잘 돌아가는중. 리팩토링중 inline class 나 inline method , extract method 나 extract class 를 할때, 일단 해당 소스를 복사해서 새 클래스를 만들거나 메소드를 만들고, 이를 이용한뒤, 기존의 메소드들은 Find Usage 기능을 이용하면서 이용하는 부분이 없을때까지 replace 하는 식으로 했는데, 테스트 코드도 계속 녹색바를 유지하면서, 작은 리듬을 유지할 수 있어서 기분이 좋았다.
         http://zeropage.org/~reset/zb/data/promethues_struct.gif
         Refactoring 을 하기전 Todo 리스트를 정리하는데만 1시간정도를 쓰고 실제 작업을 들어가지 못했다. 왜 오래걸렸을까 생각해보면 Refactoring 을 하기에 충분히 Coverage Test 코드가 없다 라는 점이다. 현재의 UnitTest 85개들은 제대로 돌아가지만, AcceptanceTest 의 경우 함부로 돌릴 수가 없다. 왜냐하면 현재 Release 되어있는 이전 버전에 영향을 끼치기 때문이다. 이 부분을 보면서 왜 JuNe 이 DB 에 대해 세 부분으로 관리가 필요하다고 이야기했는지 깨닫게 되었다. 즉, DB 와 관련하여 개인 UnitTest 를 위한 개발자 컴퓨터 내 로컬 DB, 그리고 Integration Test 를 위한 DB, 그리고 릴리즈 된 제품을 위한 DB 가 필요하다. ("버전업을 위해 기존에 작성한 데이터들을 날립니다" 라고 서비스 업체가 이야기 한다면 얼마나 황당한가.; 버전 패치를 위한, 통합 테스트를 위한 DB 는 따로 필요하다.)
         해당 클래스 내에서 생성하는 디자인은 그 클래스를 교체해줄 수가 없으니 유연한 디자인이 아니다. 그렇다고 setter 를 두는 것도 좋은 디자인은 아닌것 같고. (프로그래밍 실행 중간에 Delegation 하는 객체를 교체할 일은 드물다. State Pattern 이나 Strategy Pattern 이 아닌이상.) 아마 처음에 Mock Object 를 이용하여 BookMapper 를 만들었었다면 Connection 을 직접 이용하거나, Library 객체를 내부적으로 직접 인스턴스를 생성하여 이용하는 디자인은 하지 않았을 것이란 생각이 든다.
         현재 : 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 가 그 구실을 제대로 하는가. 그런데, 테스트 코드를 보면 저 두가지가 묶여있다.
         Extract 부분에 대해 너무 테스트의 단위가 크다고 판단, 이 부분을 처음부터 다시 TDD로 작성하였다. Bottom Up 스타일로 작은 단위부터 차근차근 진행하였다. 그런데 To Do List 를 작성을 안하니까, 중간에 잠깐 집중도가 풀어졌을때 똑같은 일을 하는 다른 메소드들을 만들어버린 것이다.
         Top Down 으로 접근하여 해당 메소드가 필요해지는 일을 빨리 만들어내거나, To Do List 를 작성, Bottom Up 으로 접근한다 하더라도 궁극적으로 구현하려는 목표지향점이 명확하면 길을 헤맬 일이 없다는 것을 다시금 재차 확인하게 되었다.
         http://www.utdallas.edu/~chung/patterns/conceptual_integrity.doc - Design Patterns as a Path to Conceptual Integrity 라는 글과 그 글과 관련, Design Patterns As Litmus Paper To Test The Strength Of Object Oriented Methods 라는 글을 보게 되었는데, http://www.econ.kuleuven.ac.be/tew/academic/infosys/Members/Snoeck/litmus2.ps 이다. 디자인패턴의 생성성과 관련, RDD 와 EDD 가 언급이 되는 듯 하다.
         근데.. 자기 학교수업 들으면서 수많은 사람들의 사랑을 받는 버전 4.0 이상을 바라보는 프로그램 만드는게 어디 쉬운일일까. 디자인 훌륭하고 깔끔한 코드를 만드는 것 말고 할일은 많다. 더 중요한, 근본적인, 자기가 하려고 하는 일의 목적은 무엇인가. Moa:WorseIsBetter
          * 약간 아쉬움: 펄매니아 (http://www.perlmania.or.kr/PDS/pds.pl?mode=view&num=38) 쪽 활동하시는 분이 먼저 겔러리 지원기능까지 만들었다; 스트링 처리에 대해 펄쪽 개발자가 손이 더 빠른건가.. 흑; (물론 좀 널럴하게 작업한것도 있지만. -_-)
  • KDPProject . . . . 34 matches
          * ["디자인패턴"] - OpeningStatement. 처음 DesignPatterns 에 대해 공부하기 전에 숙지해봅시다. 순서는 ["LearningGuideToDesignPatterns"]
         ["PatternCatalog"] - ["PatternCatalog"] 에서는 GoF 책 정리중.
          *["DPSCChapter3"] - Creational Patterns - Abstract factory 진행.
          *["DPSCChapter4"] - Structural Patterns - catalog 까지 진행.
          *["DPSCChapter5"] - Behavioral Patterns - 진행된것 아직 없음.
          *["FundamentalDesignPattern"] - 기초가 되는 패턴들.
          * 임시 Image 자료실 - http://zeropage.org/~reset/zb/zboard.php?id=KDP_board_image . 이미지나 기타 필요 화일 첨부를..~
          *["HowToStudyDesignPatterns"] - DP 를 공부하기 전에 생각해볼 수 있는 이야기들.
          * Pattern 관련 홈페이지
          * http://www.jini-club.net/ - 지니클럽 디자인 패턴 게시판
          * http://c2.com/cgi/wiki?PortlandPatternRepository - Portland Pattern Repository. 유명한 Wiki page.
          * http://www.patterndepot.com/put/8/JavaPatterns.htm - Java Design Pattern 원서
          * http://www.cs.hut.fi/~kny/patterns/ - MFC에서의 Design Pattern
          * http://pocom.konkuk.ac.kr/design_patterns/ - JDP 한글 요약 사이트. 추천.~
          * http://www.hillside.net/
          * ftp://ftp.aw.com/cp/Gamma/dp.zip.gz - Design Pattern GoF.
          * http://www.antipatterns.com - anti pattern 홈페이지
          * http://www.artima.com/javaseminars/modules/DesPatterns/
          * http://www.plasticsoftware.com/ - 국산 Java case tool pLASTIC
          * http://www.rational.com/ - 원조들의 모임 Rational 시리즈
  • WOWAddOn/2011년프로젝트/초성퀴즈 . . . . 34 matches
         http://luaeclipse.luaforge.net/
         http://luaforge.net
         http://blog.naver.com/declspec?Redirect=Log&logNo=10092640244
         http://divestudy.tistory.com/8
         http://www.wowwiki.com/Getting_the_current_interface_number
         <UI xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui">
         http://www.wowwiki.com/World_of_Warcraft_API
         http://kr.battle.net/wow/ko/item/번호
         x = string.match(msg,pattern) 는 pattern에 따라 msg를 매칭해주고 서브 패턴에 맞는 인자를 assign 연산자(=)를 통해 넘겨주게 된다.
         http://www.castaglia.org/proftpd/doc/contrib/regexp.html
         패턴 매칭은 여기 있다. Lua에서 Sub pattern에 의해 변수를 가져오는건 더 찾아봐야한다.
         Frame 타입에 따라 생성되는게 달라진다 "EditBox","Button"등 UIObject를 String 타입으로 넣어 설정해주면 타입이 결정된다
         http://www.wowwiki.com/UIOBJECT_Frame
         http://www.wowwiki.com/WoW_constants
         http://www.wowwiki.com/Chat
         http://www.wowwiki.com/Events/Communication
         <UI xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui">
         http://www.wowwiki.com/Events/Communication
         우선 WOW API에서 지원해주는것은 getTime()..
          seconds = GetTime();
  • Gof/Mediator . . . . 33 matches
         MediatorPattern은 객체들의 어느 집합들이 interaction하는 방법을 encapsulate하는 객체를 정의한다. Mediator는 객체들을 서로에게 명시적으로 조회하는 것을 막음으로서 loose coupling을 촉진하며, 그래서 Mediator는 여러분에게 객체들의 interactions들이 독립적으로 다양하게 해준다.
         http://zeropage.org/~reset/zb/data/fontc047.gif
         http://zeropage.org/~reset/zb/data/media033.gif
         http://zeropage.org/~reset/zb/data/media031.gif
         http://zeropage.org/~reset/zb/data/media034.gif
         MediatorPattern은 이럴 때 사용한다.
         http://zeropage.org/~reset/zb/data/mediator.gif
         http://zeropage.org/~reset/zb/data/media030.gif
         Mediator Pattern은 다음과 같은 장점과 단점을 지닌다.
          1. MediatorPattern은 subclassing을 제한한다. mediator는 다시말해 몇몇개의 객체들 사이에 분산되어질 행위를 집중한다. 이런 행위를 바꾸는 것은 단지 Mediator를 subclassing하기만 하면 된다. Colleague 클래스들은 재사용되어질 수 있다.
          2. MediatorPattern은 colleague들을 떼어놓는다. Mediator는 colleague들 사이에서 loose coupling을 촉진한다. colleagued와 Mediator를 개별적으로 다양하게 할 수 있고, 재사용 할 수 있다.
          3. MediatorPattern은 객체 protocols을 단순화 시킨다. Mediator는 다대다 상호관계를 Mediator와 colleague들 사이의 일대다 관계로 바꾸어 놓는다. 일대다 관계는 이해, 관리, 확장하는데 더 쉽다.
          4. MediatorPattern은 객체가 협동하는 방법을 추상화 시킨다. Mediation를 독립적인 개념으로 만들고 하나의 객체에 캡슐화하는 것은 여러분으로 하여금 객체의 행위는 제쳐두고 그 interaction에 집중하게 해준다. 이는 객체가 시스템 내에서 어떻게 interact하는 방법을 명확히 하는데 도움을 준다.
          5. MediatorPattern은 제어를 집중화한다. Mediator는 interaction의 복잡도를 mediator의 복잡도와 맞바꿨다. Mediator가 protocol들을 encapsulate했기 때문에 colleague객체들 보다 더 복잡하게 되어질 수 있다. 이것이 mediator를 관리가 어려운 monolith 형태를 뛰게 만들 수 있다.
         다음 구현과 관련된 issue들은 MediatorPattern과 관련이 있다.
          2. Colleague-Mediator communication. colleague들은 그들의 mediator와 흥미로운 이벤트가 발생했을 때, 통신을 해야한다. 한가지 방법은 mediator를 Observer로서(ObserverPattern을 이용해서) 구현하는 것이다. colleague 객체들은 Subject들로서 작동하고, 자신의 상태가 변했을 때, 지시를 Mediator에게 전달한다. Mediator는 변화의 효과를 다른 colleague들에게 전달하는 반응을 한다.
         ListBox, EntryField, Button은 특화된 사용자 인터페이스 요소를 위한 DialogDirector의 subclass들이다. ListBox는 현재 선택을 위해서 GetSelection연산자를 제공한다. 그리고 EntryField의 SetText 연산자는 새로운 text로 field를 채운다.
          virtual void SetText(const char* text);
          virtual const char* GetText();
         Button은 그것이 눌러졌을 때, Changed를 호출하는 단순한 widget이다. 이는 HandleMouse를 구현함으로써 되어진다.
  • SeminarHowToProgramIt/Pipe/vendingmachine.py . . . . 33 matches
         import unittest
          self.button=''
          def pushButton(self, aButton):
          self.button=aButton
          price = self.menu[aButton]
          self.dispenser=aButton
          def getCurrentButton(self):
          return self.button
          def verifyButton(self, aButton):
          return self.button == aButton
         class TestVendingMachine(unittest.TestCase):
          def testPushButtonTrue(self):
          vm.pushButton('white')
          self.assertEquals(expected, vm.getCurrentButton())
          def testPushButtonFalse(self):
          vm.pushButton('white')
          self.assertEquals(expected, vm.getCurrentButton())
          vm.pushButton('white')
          self.assertEquals('', vm.getCurrentButton())
         class TestVendingMachineVerification(unittest.TestCase):
  • joosama . . . . 33 matches
         [[PlayMusic(http://61.106.7.252/Media1/Kpop/000013000/000013063/000013063001018.wma)]]
         [[HTML(<left><span style="font-size:7pt; letter-spacing:-1px;"><font face="Verdana" color=black><b>)]]bgm : 솔아솔아 푸르른 솔아 - MC Sniper[[HTML(</b></font></span></left>)]]
         http://members.tripod.co.jp/pochi2_2/line_kisha.gif http://members.tripod.co.jp/pochi2_2/line_kisha.gif
         [[HTML(<center><span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=ff4500><b>)]]
         [[HTML(<center><span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=ffa500><b>)]]ㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎ[[HTML(</b></font></span></center>)]]
         [[HTML(<center><span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=ffd700 ><b>)]]ㅎㅎㅎㅎㅎㅎㅎ[이연주/공부방]ㅎㅎㅎㅎㅎㅎㅎ[[HTML(</b></font></span></center>)]]
         [[HTML(<center><span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=9acd32 ><b>)]]ㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎ[[HTML(</b></font></span></center>)]]
         [[HTML(<center><span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=87cefa ><b>)]]ㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎㅎ[[HTML(</b></font></span></center>)]]
         http://members.tripod.co.jp/pochi2_2/line_kisha.gif http://members.tripod.co.jp/pochi2_2/line_kisha.gif
         [[HTML(<span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=navy><b>)]] 3월 25일 근황보고~(∀`)」
         http://imgsrc2.search.daum.net/imgair2/00/56/39/00563914_2.jpg
         http://bingoimage.naver.com/data3/bingo_36/imgbingo_80/kims1331/32788/kims1331_1.gif
         http://imgsrc2.search.daum.net/imgair2/00/36/79/00367942_1.jpg http://imgsrc2.search.daum.net/imgair2/00/36/79/00367940_1.jpg http://imgsrc2.search.daum.net/imgair2/00/36/79/00367945_1.jpg
         http://imgsrc2.search.daum.net/imgair2/00/13/94/00139466_2.jpg
         더치페이야.................................http://imgsrc2.search.daum.net/imgair2/00/19/11/00191177_1.jpg
         [[HTML(<center><span style="font-size:15pt; letter-spacing:4px;"><font face="Verdana" color=gray><b>)]]독도는 아름다운 우리땅입니다![[HTML(</b></font></span></center>)]]
         http://imgsrc2.search.daum.net/imgair2/00/48/74/00487422_2.jpg http://imgsrc2.search.daum.net/imgair2/00/43/93/00439311_2.jpg
         [[HTML(<span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=gray><b>)]]
         http://galleryimage.naver.com/1/2004-02/04/07/70m1434m0.jpg
         || [[HTML(<img src = http://galleryimage.naver.com/1/2004-02/04/07/70m1434m0.jpg width = 500 height = 375>)]] ||
  • Gof/Adapter . . . . 32 matches
         http://zeropage.org/~reset/zb/data/adapt105.gif
         다음과 같은 경우에 AdapterPattern를 이용한다.
         http://zeropage.org/~reset/zb/data/adapt106.gif
         http://zeropage.org/~reset/zb/data/adapt104.gif
         http://zeropage.org/~reset/zb/data/adapt107.gif
         http://zeropage.org/~reset/zb/data/adapt103.gif
         http://zeropage.org/~reset/zb/data/adapt102.gif
          virtual void BoundingBox(Point& bottomLeft, Point& topRight) const;
          virtual void BoundingBox (Point& bottomLeft, Point& topRight) const;
         void TextShape::boundingBox (Point& bottomLeft, Point& topRight) const {
          Coord bottom, left, width, height;
          GetOrigin (bottom, left);
          bottomLeft = Point (bottom, left);
          topRight = Point (bottom + height, left + width);
          virtual void BoundingBox (Point& bottomLeft, Point& topRight) const;
          Point& bottomLeft, Point& topRight
          Coord bottom, left, width, height;
          _text->GetOrigin (bottom, left);
          bottomLeft = Point (bottom, left);
          topRight = Point (bottom + height, left + width);
  • EcologicalBinPacking/강희경 . . . . 31 matches
         int bottle[9];
         int movedBottle;
          int totalBottle = 0;
          cin >> bottle[i];
          totalBottle += bottle[i];
          return totalBottle;
          noMove[0] = bottle[0] + bottle[4] + bottle[8];
          noMove[1] = bottle[0] + bottle[5] + bottle[7];
          noMove[2] = bottle[1] + bottle[3] + bottle[8];
          noMove[3] = bottle[1] + bottle[5] + bottle[6];
          noMove[4] = bottle[2] + bottle[3] + bottle[7];
          noMove[5] = bottle[2] + bottle[4] + bottle[6];
          movedBottle = input();
          movedBottle -= MAX;
          cout << movedBottle << endl;
          int totalBottle = 0;
          totalBottle += slots[i];
          slots[9] = totalBottle;
  • 데블스캠프2009/목요일/연습문제/MFC/송지원 . . . . 31 matches
          afx_msg void Button7();
          afx_msg void Button8();
          afx_msg void Button9();
          afx_msg void Button4();
          afx_msg void Button5();
          afx_msg void Button6();
          afx_msg void Button1();
          afx_msg void Button2();
          afx_msg void Button3();
          afx_msg void Button0();
          afx_msg void OnBUTTONplus();
          afx_msg void OnBUTTONminus();
          afx_msg void OnBUTTONmul();
          afx_msg void OnBUTTONdiv();
          afx_msg void OnBUTTONequal();
          afx_msg void OnBUTTONclear();
          ON_BN_CLICKED(IDC_BUTTON07, Button7)
          ON_BN_CLICKED(IDC_BUTTON08, Button8)
          ON_BN_CLICKED(IDC_BUTTON09, Button9)
          ON_BN_CLICKED(IDC_BUTTON04, Button4)
  • 2011년독서모임 . . . . 30 matches
          * [김준석] - [http://www.yes24.com/24/goods/3258460?scode=032&OzSrank=1 다시 시작하는 힘]
          * [김수경] - [http://www.yes24.com/24/Goods/436056?Acode=101 성공한 CEO는 단순하게 해결한다]
          * [정의정] - [http://www.yes24.com/24/goods/419426?scode=029&OzSrank=6 선물]
          * [김준석] - [http://www.yes24.com/24/Goods/2542803?Acode=101 경청]
          * [김수경] - [http://www.yes24.com/24/goods/3380416?scode=029&OzSrank=1 내 심장을 쏴라]
          * [서지혜] - [http://www.yes24.com/24/Goods/377059?Acode=101 내 영혼이 따뜻했던 날들]
          * [강소현] - [http://www.yes24.com/24/Goods/3105115?Acode=101 엄마를 부탁해]<- [http://news.nate.com/view/20110416n04609?mid=n0507 요상한 비판기사ㅇㅁㅇㅋ]
          * [김준석] - [http://www.yes24.com/24/goods/3385839?art_bl=1440508 엄마의 공책]
          * [김수경] - [http://www.yes24.com/24/goods/17396?scode=032&OzSrank=1 파리대왕]
          * [서지혜] - [http://www.yes24.com/24/goods/3428863?scode=032&OzSrank=1 도가니]
          * [강소현] - [http://www.yes24.com/24/goods/431566?scode=032&OzSrank=1 공부가 가장 쉬웠어요]
          * [김준석] - [http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=8934940069 나는 아직 어른이 되려면 멀었다]
          * [김수경] - [http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=8955614101 왜 사람들은 이상한 것을 믿는가]
          * [서지혜] - [http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=8988964373 작심후 3일]
          * [강소현] - [http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=8984314307 1등만 기억하는 더러운 세상]
          * [김수경] - [http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=8986509814 우리말 달인]
          * [강소현] - [http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=896330020X 중독의 이해와 상담의 실제]
          * [정의정] - [http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=8956604231 꿈의 도시]
          * [김준석] - [http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=8952723147 나니아 연대기]
          * [강소현] - [http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=890110511X 더 박스]
  • Button/진영 . . . . 30 matches
         // ButtonTest.java
         class ButtonPanel extends JPanel
          public ButtonPanel()
          yellowButton = new JButton("Yellow");
          blueButton = new JButton("Blue");
          redButton = new JButton("Red");
          add(yellowButton);
          add(blueButton);
          add(redButton);
          yellowButton.addActionListener(this);
          blueButton.addActionListener(this);
          redButton.addActionListener(this);
          if(source == yellowButton)
          else if(source == blueButton)
          else if(source == redButton)
          private JButton yellowButton;
          private JButton blueButton;
          private JButton redButton;
         class ButtonFrame extends JFrame
          public ButtonFrame()
  • Classes . . . . 30 matches
         [http://www.yes24.com/Goods/FTGoodsView.aspx?goodsNo=1949638&CategoryNumber=002001026004 Advanced Engineering Mathematics 9/E]
         [http://www.aladdin.co.kr/shop/wproduct.aspx?ISBN=8971291346 최신 공업수학]
         [http://unicon.netian.com/math.html 각종 공식]
         [http://www.xper.org/wiki/seminar/TheDragonBook]
         [http://c2.com/cgi/wiki?TwentyFirstCenturyCompilers]
         [http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200012050016 Compilers]
         [http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-045JSpring-2005/CourseHome/index.htm MIT open course ware] [[ISBN(0534950973)]]
         [http://165.194.9.6/bbs/zboard.php?id=061_21409_01_52 Home]
         [http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200309190006 Database Design Concept]
         [http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200401090003 Computer Graphics with Open GL 3rd Ed]
         [http://cglab.cse.cau.ac.kr/course/2006_1/CG(2006_1).html Home]
         [http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-837Fall2003/CourseHome/index.htm MIT open course ware]
         [http://ocw.mit.edu/OcwWeb/Mathematics/18-06Spring-2005/CourseHome/index.htm Linear Algebra]
          * http://www.siggraph.org/education/materials/HyperGraph/raytrace/rtrace0.htm
          * http://en.wikipedia.org/wiki/Ray_tracing
          * http://en.wikipedia.org/wiki/Anti-aliasing
          * http://web.cs.wpi.edu/~matt/courses/cs563/talks/dist_ray/dist.html
          * http://www.cs.unc.edu/~rademach/xroads-RT/RTarticle.html
          * http://www.3dsmax.net/4_article/rendering.htm
          * http://en.wikipedia.org/wiki/Isometric_projection
  • Favorite . . . . 30 matches
         [http://c2.com]
         [http://www.objectworld.org ObjectWorld]
         [http://xper.org/wiki/seminar/RecentChanges XperSeminar]
         [http://myigs.com/]
         [http://xper.org/wiki/xp/RecentChanges XPer]
         [http://oopsla.snu.ac.kr/english.php 영어쓰기공부]
         [http://cafe.daum.net/goMS 대학원준비카페(다음)]
         [http://no-smok.net/nsmk/%EB%8C%80%ED%95%99%EC%83%9D%EC%9D%B4%EC%95%8C%EC%95%84%EC%95%BC%ED%95%A0%EA%B2%83%EB%93%A4?action=highlight&value=%EC%98%81%EC%96%B4%7C%EC%9E%91%EB%AC%B8]
         [http://www.passioninside.com 구근이형 개인위키]
         [http://jeppy.cafe24.com 종필이형 개인위키]
         [http://zozo.pe.kr/ 선호형 홈페이지]
         [http://xenbio.net/cgi/view/Xen/WebHome 승범이형 개인위키]
         [http://www.eip2k.com 병역특례]
         [http://groups.yahoo.com/group/testdrivendevelopment/ TDD 야후그룹]
         [http://www.dasomnetwork.com/~leedw/ 이동우님 개인위키]
         [http://openlook.org/blog/ 장혜식씨 블로그]
         [http://blogs.pragprog.com/cgi-bin/pragdave.cgi/Practices/Kata]
         [http://www.winapi.co.kr/ WINAPI]
         [http://www.cinsk.org/cfaqs/html/ C에서 자주묻는질문]
         [http://www.ezdoum.com/ 이지도움]
  • ProjectPrometheus/CookBook . . . . 29 matches
         String find = "(http|https)+://([^ \t\n<>()"]+)" // 패턴 설정
         Pattern pattern = Pattern.compile( find ); // 패턴 컴파일
         Matcher matcher = pattern.matcher( html ); // 패턴 찾기
         {{{~cpp setContentType }}} 에서 charset 에 euc-kr 를 추가해준다.
         public class HelloWorldApp extends HttpServlet {
          protected void doGet(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) throws ServletException, IOException {
          httpServletResponse.setContentType("text/html; charset=euc-kr");
          PrintWriter out = httpServletResponse.getWriter();
          * 멀티 타이머 http://www.programming.de/cpp/timer.zip
          * 마이크로 에그 타이머 http://users.informatik.fh-hamburg.de/~rohde_i/eggtimer/mr-egg-z.zip
          * http://rs2.riss4u.net/librarian_ch/list/rule/rule_06.html
          * http://www.kpa21.or.kr/chulpan/200106/200106_07.htm
         == HTTP Protocol ==
         === HTTP GET, POST 넘기기 ===
         Python 에서는 urllib 와 httplib 를 이용한다. Python document 의 httplib - examples 를 참조하면 GET 의 예와 POST 의 예가 나온다.
         Java 에서는 HttpURLConnection 을 이용한다. 관련 코드는 http://www.javafaq.nu/tips/servlets/index.shtml 를 참조.
         === HttpUrlConnection 에서 GET,POST 넘길때 주의사항 ===
          HttpServletRequest request,
          HttpServletResponse response)
          response.setContentType("text/html; charset=euc-kr");
  • ACM_ICPC . . . . 28 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://acm.kaist.ac.kr/phpBB3/viewtopic.php?f=7&t=129 2010년 스탠딩] - No attending
          * [http://acm.kaist.ac.kr/phpBB3/viewtopic.php?f=25&t=657 2011년 스탠딩] - ACMCA Rank 26 (CAU - Rank 12)
          * [http://acm.kaist.ac.kr/phpBB3/viewtopic.php?f=28&t=695 2012년 스탠딩] - OOPARTS, GoSoMi_Critical (CAU - Rank 15)
          * [http://acm.kaist.ac.kr/phpBB3/viewtopic.php?f=32&t=5656&sid=8a41d782cdf63f6a98eff41959cad840#p7217 2013년 스탠딩] - AttackOnKoala HM
          * [http://acm.kaist.ac.kr/phpBB3/viewtopic.php?f=35&t=5728 2014년 스탠딩] - ZeroPage Rank 32 (CAU - Rank 18, including Abroad team)
          * [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)
          * [http://icpckorea.org/2017/regional/scoreboard/ 2017년 스탠딩] - NoMonk, Rank 62 (CAU - Rank 35, including Abraod team)
          * [http://icpckorea.org/2018/regional/scoreboard/ 2018년 스탠딩] - ZzikMukMan Rank 50 (CAU - Rank 28, including Abroad team)
          * [http://icpckorea.org/2019/regional/scoreboard/ 2019년 스탠딩] - TheOathOfThePeachGarden Rank 81(CAU - Rank 52, including Abroad team)
          * [http://static.icpckorea.net/2020/scoreboard_terpin/ 2020년 스탠딩] - Decentralization Rank 54(CAU - Rank 35)
  • ACM_ICPC/2011년스터디 . . . . 28 matches
          * 맞게 푼 것인지 확인은 http://poj.org 에서
          * 3n+1 problems: [http://wiki.zeropage.org/wiki.php/3N+1Problem 3N+1Problems] (Problem no. 1207)
          * 자유롭게 자기가 풀고 싶은 문제 풀어오기. '''단, http://poj.org 에서 첫번째 페이지에 있는 문제는 제외!!'''
          * [http://poj.org/problem?id=1723 Soldier (1723)] - [권순의]
          * [http://poj.org/problem?id=1723 Soldier (1723)] 풀어오긔
          * Soldiers를 풀던가 Lotto를 풀던가.
          * [Lotto/김태진]
          * [Lotto/송지원]
          * [Lotto/강소현]
          * [김태진] - 진경이는 저 두문제를 다 풀었습니다. 반면 전 솔져가 너무 어려웠기에... 대체제로 지원누나가 풀려고 하셨던 Lotto에 손을 댔죠. 결과는 accepted! 이번주 화요일에는 진경이한테 덜 까일거 같습니다.. 아마도요.
          * [http://poj.org/problem?id=1953 1953 World Cup Noise/권순의]
          * [http://poj.org/problem?id=2159 2159 Ancient Cipher/강소현]
          * [http://poj.org/problem?id=2551 2551 Ones/송지원]
          * [http://poj.org/problem?id=2498 2498 StuPId/김태진]
          * [강소현] - 솔져는 왠지 감히 접근할 수 없는 포쓰가 느껴져서 Lotto를 풀었슴다. 담주 화요일 오후 6시부터 10시까지 도서관 팀플룸3을 쓴다고 예약하긴 했는데, 안쓰면 말고 쓰면 쓰고해요 ~ㅁ~ 기숙사 의자 편하고 좋긴한데 혹시 안열까봐 ㅇㅁㅇ..
          * [송지원] - Soldier를 풀면서 끝내 이해하지 못했던 진경이 코드의 한 for문을 이제서야 설명을 듣고 좀 납득했습니다. 기회가 되면 저도 그런 방법으로 풀어 봐야겠어요~_~ 문제를 하나 고르긴 했는데 잘 풀 수 있을지 모르겠네용. Lotto를 골라놓고 보니 좀 쉬워서 많은 학우들이 풀었는데 이번엔 과연 어떨지....
          * [김태진] - 뭔가 문제 고르고 먹고 솔져 설명을 약간 듣고 끝난 느낌이었네요. 라고 생각해보니 Lotto 풀이 방식을 공유해보지 않았군요! (는 다들 비슷하지만 전 코드가 좀 조잡해서..) 요 근래 좀 더 루즈해진 느낌도 있으니 문제푸는건 좀 더 확실히 해와야될거 같아요.
         [http://koistudy.net] 에서 문제 풀기
         [http://koistudy.net] 에서 '기본과정' 혹은 '국내외기출'에 있는 문제 풀기
          * 208번 [http://koistudy.net/?mid=prob_page&NO=208 잔디밭] - 권순의 / [잔디밭/권순의]
  • CppUnit . . . . 28 matches
         C++ 에서 UnitTest를 하기 위한 UnitTestFramework. http://sourceforge.net/projects/cppunit/ 에서 다운 받을 수 있다.
         C++ 의 또다른 형태의 UnitTestFramework 로 CxxTest 가 있다.
         [http://janbyul.com/moin/moin.cgi/CppUnit/HowTo/Kor 이곳]에 VS2005용 설정방법을 간단하게 정리해둠. - 임인택
          * Library 화일 생성 : {{{~cpp ...cppunitexamplesexamples.dsw }}} 을 연뒤 {{{~cpp WorkSpace }}}의 {{{~cpp FileView }}}에서 {{{~cpp CppUnitTestApp files }}} 에 Set as Active Project로 맞춰준다.(기본값으로 되어 있다.) 그리고 컴파일 해주면 lib 폴더에 library 화일들이 생성될 것이다.
          http://zeropage.org/~reset/zb/data/TestHierarchy.jpg
          http://zeropage.org/~reset/zb/data/TestRunner.jpg
          a. Project -> Settings -> C/C++ -> Preprocessor -> Additional include directories
          a. Project -> Settings -> Link -> Input -> Additional Library directories
          1. RTTI 를 체크해준다.
          * Project Setting - Link - General - object/library 에 cppunitd.lib, testrunnerd.lib 를 추가해준다.
          * 해당 프로젝트가 있는 곳의 debug 등의 디렉토리에 해당 lib 디렉토리에 있는 testrunnerd.dll 을 복사해준다. 이는 Project Setting - Post-Build-step 의 Post-build-command 에 다음을 추가해주면 컴파일 할때마다 dll 화일을 자동으로 복사해준다.
          * Project Setting - Code Generation - Use Run-Time library 를 다음으로 맞춰준다.
         = UnitTest TestCase의 작성 =
         #include <cppunit/TextTestResult.h>
          CPPUNIT_TEST ( testTwo );
          void testTwo () {
          CppUnit::TextTestResult result;
          CppUnit::TextTestResult result;
          CppUnit::TextOutputter* outputter = new CppUnit::TextOutputter(&runner.result(), stream);
          runner.setOutputter(outputter);
  • EightQueenProblemSecondTryDiscussion . . . . 28 matches
          UnAttackableList0 = self.GetUnAttackableOthersPositionList (0)
          for UnAttackablePosition0 in UnAttackableList0:
          self.SetQueen (UnAttackablePosition0)
          UnAttackableList1 = self.GetUnAttackableOthersPositionList (1)
          if not len (UnAttackableList1):
          self.EraseQueen (UnAttackablePosition0)
          for UnAttackablePosition1 in UnAttackableList1:
          self.SetQueen (UnAttackablePosition1)
          UnAttackableList2 = self.GetUnAttackableOthersPositionList (2)
          if not len (UnAttackableList2):
          self.EraseQueen (UnAttackablePosition1)
          for UnAttackablePosition2 in UnAttackableList2:
          self.SetQueen (UnAttackablePosition2)
          UnAttackableList = self.GetUnAttackableOthersPositionList (Level)
          if not len (UnAttackableList):
          for UnAttackablePosition in UnAttackableList:
          self.SetQueen (UnAttackablePosition[0], UnAttackablePosition[1])
          self.EraseQueen (UnAttackablePosition)
          예를 들어, Board 객체는 Queen 객체들을 만들고 배치, 자신의 상태를 출력하는 서비스를 지원하고, Queen 객체는 내가 다른 Queen 객체를 공격할 수 있는지 없는지 알려주는 서비스를 지원합니다 -- 더 나아가서 스스로 자기 앉을 자리를 찾아갈 정도로 똑똑하게 만들 수도 있겠죠. Queen 오브젝트 갑이 Queen 오브젝트 을에게 물어봅니다. "내가 너를 귀찮게 하고 있니(attackable에 대한 메타포임)?", 라는 부분은 OOP로 어떻게 표현될 수 있을까 직접 생각해 보는 것이 더 좋을 것 같습니다. OOP에서 객체끼리의 의사소통은 보통 메쏘드 호출로 이루어지고, 목적어는 인자의 형태로 전달된다는 점을 고려한다면 여러가지 방법이 떠오를 수 있겠죠.
  • MoreEffectiveC++/Techniques1of3 . . . . 27 matches
         사실 가상 생성자라는건 존재하지 않는다. 하지만 이를 비슷하게 구현하는 것이다. 예를들자면 당신이 newsletter을 보내는 어플리케이션을 짜는데, 여기에 글과 그림 데이터 인자로 구성시킨다고 가정하면 이렇게 만들수 있을 것이다.
         class NLComponent{ // News Letter 의 부모 인자
         class NewsLetter { // 글과, 그림을 가지는 News Letter
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_124_1.gif
         NewsLetter 객체는 아마 디스크에서 자료를 적재할 것이다. NewsLetter가 디스크에서 자료를 가지고 보여주기 위해 istream을 사용해서 NewsLetter를 구성할 객체들을 생성한다고 가정한다면 다음과 같은 코드들을 대강 만들수 있는데
         class NewsLetter {
          NewsLetter(istream& str);
         NewsLetter::NewsLetter(istream& str)
          newsletter의 인자중 리스트인 components에 만든 객체를 넣는다.
         class NewsLetter{
         NewsLetter::NewsLetter(istream& str)
          // readComponent가 해석한 객체를 newsletter의 리스트 마지막에 추가시키는 과정
         보다시피 클래스의 가상 복사 생성자는 실제 복사 생성자를 호출한다. 그러므로 "복사" 의미로는 일반 복사 생성자와 수행 기능이 같다 하지만 다른 점은 만들어진 객체마다 제각각의 알맞는 복사 생성자를 만든다는 점이 다르다. 이런 clone이 NewsLetter 복사 생성자를 만들때 NLComponent들을 복사하는데 기여를 한다. 어떻게 더 쉬운 작업이 되는지 다음 예제를 보면 이해 할수 있을 것이다.
         class NewsLetter{
          NewsLetter(const NewsLetter* rhs); // NewsLetter의 복사 생성자
         NewsLetter::NewsLetter(const NewsLetter* rhs)
          PrintJob(const string& whatToPrint);
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_150_1.gif
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_151_1.gif
          LogEntry(const T& objectToBeModified);
  • 서지혜 . . . . 27 matches
         나의 [http://rabierre.wordpress.com 블로그]
          * Accountable Goal Setting
          * [http://agile.egloos.com/m/5612585 도화선]
          * [https://www.ibm.com/developerworks/mydeveloperworks/blogs/9e635b49-09e9-4c23-8999-a4d461aeace2/entry/149?lang=ko 참고]
          * [http://agile.egloos.com/4834009 도화선]
          * [http://wiki.zeropage.org/wiki.php/Ruby/2011%EB%85%84%EC%8A%A4%ED%84%B0%EB%94%94/%EC%84%B8%EB%AF%B8%EB%82%98 루비 세미나](3.7) : 2. 본격 문법 + 실습 (30-40분)
          * 엔포지 : [http://nforge.zeropage.org/projects/bigtablet/wiki/FrontPage?action=show 빅테이블 분석및설계]
          * 위키 : [http://swmaestro.openflamingo.org]
          * [http://wiki.zeropage.org/wiki.php/RubyLanguage 루비문법]
          * [http://nforge.zeropage.org/projects/deletewastes/wiki/FrontPage?action=show 엔포지 링크]
          * [http://wiki.zeropage.org/wiki.php/JavaScript/2011%EB%85%84%EC%8A%A4%ED%84%B0%EB%94%94 JavaScript 스터디]
          * [DesignPatterns/2011년스터디]
          * 교재 : [HolubOnPatterns]
          * 밑줄긋기 진행중 : [HolubOnPatterns/밑줄긋기]
          * [DesignPatterns/2011년스터디/서지혜]
          * [http://www.ikeaapart.com Ikeaapart]
          1. [https://github.com/Rabierre/my-calculator my calculator]
          1. [http://www.hkbs.co.kr/hkbs/news.php?mid=1&treec=133&r=view&uid=266727 VDIS] - 교통안전공단 차량운행 프로젝트
          * 디버거를 사용할 수 없는 환경을 난생 처음 만남. print문과 로그만으로 디버깅을 할 수 있다는 것을 깨달았다. 정보 로그, 에러 로그를 분리해서 에러로그만 보면 편하다. 버그가 의심되는 부분에 printf문을 삽입해서 값의 변화를 추적하는 것도 효과적이다(달리 할수 있는 방법이 없다..). 오늘 보게된 [http://wiki.kldp.org/wiki.php/HowToBeAProgrammer#s-3.1.1 HowToBeAProgrammer]에 이 내용이 올라와있다!! 이럴수가 난 삽질쟁이가 아니었음. 기쁘다.
          1. [http://nforge.zeropage.org/projects/mymensingh 동네 검색 종결자]
  • EightQueenProblemDiscussion . . . . 26 matches
          def testFindQueenInSameCrossLeftTopToRightBottom (self):
          self.assertEquals (self.bd.FindQueenInSameCrossLeftTopToRightBottom (3,3), 1)
          self.assertEquals (self.bd.FindQueenInSameCrossLeftTopToRightBottom (1,1), 1)
          self.assertEquals (self.bd.FindQueenInSameCrossLeftTopToRightBottom (4,1), 0)
          def testFindQueenInSameCrossLeftBottomToRightTop (self):
          self.assertEquals (self.bd.FindQueenInSameCrossLeftBottomToRightTop (3,3), 0)
          self.assertEquals (self.bd.FindQueenInSameCrossLeftBottomToRightTop (3,1), 1)
          self.assertEquals (self.bd.FindQueenInSameCrossLeftBottomToRightTop (1,3), 1)
          def testGetFirstCornerInCrossLeftTopToRightBottom (self):
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftTopToRightBottom (3,3), (0,0))
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftTopToRightBottom (4,3), (1,0))
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftTopToRightBottom (1,5), (0,4))
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftTopToRightBottom (0,0), (0,0))
          def testGetFirstCornerInCrossLeftBottomToRightTop (self):
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftBottomToRightTop (2,2), (0,4))
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftBottomToRightTop (3,5), (1,7))
          self.assertEquals (self.bd.GetFirstCornerInCrossLeftBottomToRightTop (7,7), (7,7))
          def testIsAttackableOthers (self):
          self.assertEquals (self.bd.IsAttackableOthers (3,3),1)
          self.assertEquals (self.bd.IsAttackableOthers (7,1),0)
  • Gof/Composite . . . . 26 matches
         하지만, 이러한 접근방법에는 문제점이 있다. 비록 대부분의 시간동안 사용자가 개개의 객체들을 동일하게 취급한다 하더라도, 이러한 클래스들을 이용하는 코드는 반드시 기본객체와 컨테이너 객체를 다르게 취급하여 코딩해야 한다는 점이다. 이러한 객체들의 구별은 어플리케이션을 복잡하게 만든다. CompositePattern은 객체들에 대한 재귀적 조합 방법을 서술함으로서, 클라이언트들로 하여금 이러한 구분을 할 필요가 없도록 해준다.
         http://zeropage.org/~reset/zb/data/compo075.gif
         CompositePattern의 핵심은 기본요소들과 기본요소들의 컨테이너를 둘 다 표현하는 추상 클래스에 있다. 그래픽 시스템에서 여기 Graphic class를 예로 들 수 있겠다. Graphic 은 Draw 와 같은 그래픽 객체들을 구체화하는 명령들을 선언한다. 또한 Graphic 은 Graphic 의 자식클래스들 (tree 구조에서의 parent-child 관계)에 대해 접근하고 관리하는 명령들과 같은 모든 composite 객체들이 공유하는 명령어들을 선언한다.
         http://zeropage.org/~reset/zb/data/compo074.gif
         다음과 같은 경우에 CompositePattern 을 이용할 수 있다.
         http://zeropage.org/~reset/zb/data/compo072.gif
         http://zeropage.org/~reset/zb/data/compo073.gif
         CompositePattern 은
         CompositePattern을 구현할 때 고려해야 할 여러가지 사항들이 있다.
         computer 와 스테레오 컴포넌트들과 같은 장치들 (Equipment) 는 보통 격납 계층의 부분-전체 식으로 구성된다. 예를 들어 섀시 (chassis) 는 드라이브들(하드디스크 드라이브, 플로피 디스크 드라이브 등) 과 평판들 (컴퓨터 케이스의 넓은 판들) 을 포함하고, 버스는 카드들을 포함할 수 있고, 캐비넷은 섀시와 버스 등등을 포함할 수 있다. 이러한 구조는 자연스럽게 CompositePattern으로 모델링될 수 있다.
          virtual Watt Power ();
          virtual Watt Power ();
          virtual Watt Power ();
          virtual Watt Power ();
         CompositePattern의 예는 거의 모든 객체지향 시스템에서 찾을 수 있다. Smalltalk 의 Model/View/Container [KP88] 의 original View 클래스는 Composite이며, ET++ (VObjects [WGM88]) 이나 InterViews (Styles [LCI+92], Graphics [VL88], Glyphs [CL90])등 거의 대부분의 유저 인터페이스 툴킷과 프레임워크가 해당 과정을 따른다. Model/View/Controller 의 original View에서 주목할만한 점은 subview 의 집합을 가진다는 것이다. 다시 말하면, View는 Component class 이자 Composite class 이다. Smalltalk-80 의 Release 4.0 은 View 와 CompositeView 의 서브클래스를 가지는 VisualComponent 클래스로 Model/View/Controller 를 변경했다.
         RTL Smalltalk 컴파일러 프레임워크 [JML92] 는 CompositePattern을 널리 사용한다. RTLExpression 은 parse tree를 위한 Component 클래스이다. RTLExpression 은 BinaryExpression 과 같은 서브클래스를 가지는데, 이는 RTLExpression 객체들을 자식으로 포함한다. 이 클래스들은 parse tree를 위해 composite 구조를 정의한다. RegisterTransfer 는 프로그램의 Single Static Assignment(SSA) 형태의 중간물을 위한 Component 클래스이다. RegisterTransfer 의 Leaf 서브클래스들은 다음과 같은 다른 형태의 static assignment 를 정의한다.
         Another example of this pattern occurs in the financial domain, where a portfolio aggregates individual assets. You can support complex aggregations of assets by implementing a portfolio as a Composite that conforms to the interface of an individual asset [BE93].
         CompositePattern의 또다른 예는 각각의 자산들을 포함하는 portfolio인 financial domain 에서 나타난다. portfolio 를 각각의 asset 의 인터페이스를 구성하는 Composite 로 구현함으로써 복잡한 asset의 포함관계를 지원할 수 있다.
         CommandPattern은 MacroCommand Composite 클래스로 Command 객체들이 조합되고 나열하는 방법에 대해 서술한다.
         == Related Patterns ==
  • GofStructureDiagramConsideredHarmful . . . . 26 matches
          * 원문 : http://www.industriallogic.com/pulse/20001001.html
         There's a mistake that's repeated throughout the Design Patterns book, and unfortunately, the mistake is being repeated by new patterns authors who ape the GoF style.
         Design Pattern 책 전반에 걸쳐 반복적으로 잘못 이해되는 내용들이 있는데, 불행하게도 이러한 실수는 GoF의 스타일을 모방한 다른 Pattern 책의 저자들에게서도 반복적으로 나타난다.
         Each GoF pattern has a section called "Structure" that contains an OMT (or for more recent works, UML) diagram. This "Structure" section title is misleading because it suggests that there is only one Structure of a Pattern, while in fact there are many structures and ways to implement each Pattern.
         사실은 각 Pattern을 구현하기 위한 여러가지 방법이 있는데, GoF의 OMT diagram을 보노라면 마치 각 Pattern에 대한 단 한가지 구현만이 있는 것으로 잘못 이해될 수 있다.
         But inexperienced Patterns students and users don't know this. They read the Patterns literature too quickly, often thinking that they understand a Pattern merely by understanding it's single "Structure" diagram. This is a shortcoming of the GoF Form, one which I believe is harmful to readers.
         하지만, Pattern에 대한 경험이 부족한 학생들이나 사용자들은 이 사실을 모르고 있다. 그들은 Pattern에 대한 저술들을 너무 빨리 읽는다. 단지 한 개의 Diagram만을 이해하는 것으로 Pattern을 이해했다고 착각하는 경우도 잦다. 이게 바로 필자가 생각하기에는 독자들에게 해로워보이는 GoF 방식의 단점이다.
         What about all those important and subtle Implementation notes that are included with each GoF Pattern? Don't those notes make it clear that a Pattern can be implemented in many ways? Answer: No, because many folks never even read the Implementation notes. They much prefer the nice, neat Structure diagrams, because they usually only take up a third of a page, and you don't have to read and think a lot to understand them.
         GoF 책의 각 Pattern 마다 첨부되어 있는 구현에 대한 매우 중요하고 민감한 해설들은 어떠한가? 이 해설들을 통해서 Pattern이 여러 방법으로 구현될 수 있다는 사실을 알 수는 없을까? 알 수 없을 것이다. 왜냐하면 많은 독자들이 아예 구현에 대한 해설 부분을 읽지도 않고 넘어가기 때문이다. 그들은 보통 간략하고 훌륭하게 그려진 Structure diagram을 더 선호하는데, 그 이유는 보통 Diagram에 대한 내용이 세 페이지 정도 분량 밖에 되지 않을 뿐더러 이것을 이해하기 위해 많은 시간동안 고민을 할 필요도 없기 때문이다.
         Diagrams are seductive, especially to engineers. Diagrams communicate a great deal in a small amount of space. But in the case of the GoF Structure Diagrams, the picture doesn't say enough. It is far more important to convey to readers that a Pattern has numerous Structures, and can be implemented in numerous ways.
         엔지니어들에게 있어서 Diagram은 정말 뿌리치기 힘든 유혹이다. 하지만 Gof의 Structure diagram의 경우엔 충분히 많은 내용을 말해줄 수 없다. Pattern들이 다양한 Structure를 가질 수 있으며, 다양하게 구현될 수 있다는 것을 독자들에게 알려주기엔 턱없이 부족하다.
         I routinely ask folks to add the word "SAMPLE" to each GoF Structure diagram in the Design Patterns book. In the future, I'd much prefer to see sketches of numerous structures for each Pattern, so readers can quickly understand that there isn't just one way to implement a Pattern. But if an author will take that step, I'd suggest going even further: loose the GoF style altogether and communicate via a pattern language, rich with diagrams, strong language, code and stories.
  • PatternCatalog . . . . 26 matches
         == Creational Patterns ==
          * ["AbstractFactoryPattern"]
          * ["BuilderPattern"]
          * ["FactoryMethodPattern"]
          * ["PrototypePattern"]
          * ["SingletonPattern"]
         == Structural Patterns ==
          * ["AdapterPattern"]
          * ["BridgePattern"]
          * ["CompositePattern"]
          * ["DecoratorPattern"]
          * ["FacadePattern"]
          * ["FlyweightPattern"]
          * ["ProxyPattern"]
         == Behavioral Patterns ==
          * ["ChainOfResponsibilityPattern"]
          * ["CommandPattern"]
          * ["InterpreterPattern"]
          * ["IteratorPattern"]
          * ["MediatorPattern"]
  • UbuntuLinux . . . . 26 matches
         공식 사이트는 역시 기대를 저버리지 않았다. [https://wiki.ubuntu.com/ShareInternetConnection]와
         [https://wiki.ubuntu.com/ThinClientHowtoNAT] 이 두 문서를 따라하다 보니 어느새 다른 컴퓨터에서 인터넷에 연결할 수 있는 것이 아닌가!
         방법은 서버에서 서브도메인을 나눠주는 것이 좋겠는데, 아직 이건 잘 모르겠고 Samba를 통해 공유 폴더를 이용하는 수준까지 이르렀다. [http://us4.samba.org/samba/docs/man/Samba-HOWTO-Collection/FastStart.html#anon-example 따라하기]
         [http://projects.edgewall.com/trac/wiki/TracOnUbuntuBreezer Trac설치하기] 중간에 테스트 하는 부분에서 안 되서 절망했다가 끝
         http://yourdomain:8000/YourProjectNameHere/wiki
         이제 [http://leonardong.nameip.net/trac/leonardong Trac]을 서버에서 돌릴 수 있다.
         [http://svnbook.red-bean.com/ SVN 책]
         [http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-6-sect-3.1 서버 설정]
         [http://ubuntu.or.kr/wiki.php/ApacheMySQLPHP]
         [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://kltp.kldp.org/stories.php?story=04/01/07/5440002]
         [http://www.dougsparling.com/comp/howto/linux_java.html]
         [http://tomcat.apache.org/tomcat-5.5-doc/setup.html]
         다 하면 http://localhost:8080/ 로 접속해보시라. 근데 서버 시작 때 자동으로 실행하려면 어째야되지?
         http://www.troubleshooters.com/linux/prepostpath.htm
          * http://packages.ubuntulinux.org/
         = [http://www.igooo.net/Tattertools/tag/%EC%9A%B0%EB%B6%84%ED%88%AC 한글] =
         http://wiki.kldp.org/wiki.php/SCIM
         http://www.ubuntu.or.kr/wiki.php/InstallingInputMethods#s-1.3
  • ZeroPage_200_OK . . . . 26 matches
          * World Wide Web Technology Surveys - http://w3techs.com/
          * '''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/
          * '''CSS2.1 (with HTML4.01 / XHTML1.0)''' - http://www.w3.org/TR/CSS2/
          * '''JavaScript 1.4~1.6''' / JScript (ECMAScript)''' - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf
          * '''jQuery 1.7.x''' - http://jquery.com/
          * '''Node.js (JavaScript)''' - http://nodejs.org/
          * Mozilla Developer Network(MDN) - https://developer.mozilla.org/ko/
          * MSDN - http://msdn.microsoft.com/ko-kr/
          * W3Schools - http://www.w3schools.com/
          * JSFiddle (Client) - http://jsfiddle.net/
          * Cloud9 IDE (Server/Client) - http://c9.io/
          * Mozilla Bespin -> Mozilla Skywriter -> Ajax.org Ace -> Cloud9 -> http://c9.io/
          * http://c9.io/kesarr/zeropage_200_ok
          * 영 느리면 조만간 여유가 있을 때 [https://github.com/ajaxorg/cloud9/ Cloud9]을 ZeroPage 서버에 설치해볼 생각입니다.
          * http://support.cloud9ide.com/entries/21068062-ide-file-saving-hangs ... 풋!
          * HTTP(HyperText Transfer Protocol) 소개
          * form 관련으로 사용자 입력을 받을 수 있었던 부분 실습을 주로 배웠습니다. 근데 궁금한게 도중에 html5 얘기를 하시면서 <a href=""><button>abc</button></a> html5에서는 이렇게 사용할 수 있는데 이런게 자바스크립트를 쓸 수 없는 경우에 된다고 하셨는데 그럼 원래 버튼의 onclick같은 on~는 자바스크립트인건가요? - [서영주]
          * https는 정말 어려운 주제 같네요. 일단 이해 되고 나면 쉬운데 뭔가 이것 저것 얽혀있는 느낌이네요. 따지고 보면 레이어 하나 추가되었을 뿐인데 난이도는 급 상승. 세션이나 쿠키같은경우에는 나오게 된 배경을 알게되어서 확실하게 이해하고 가는 느낌이네요. - [안혁준]
          * 개인적으로 이래저래 많이 듣기만 한 용어들(쿠키, HTTPS 기타 등등)에 대해서 자세하게 들을 수 있어서 좋았습니다. 보안 관련은 예전 데블스 때도 잠깐 들을 기회가 있었는데, 그 때는 잘 이해를 못 했었는데 반복해서 들어서 그런지 이번에는 이해가 잘 됐습니다. 다음으로는 자바스크립트 문법에 대해서 다루신다고 하셨는데 어떤 방향으로 나갈지 궁금하네요 - [서민관]
  • 데블스캠프2009/목요일/연습문제/MFC/서민관 . . . . 26 matches
          DDX_Control(pDX, IDC_BUTTON1, m_1);
         ON_BN_CLICKED(IDC_BUTTON1, OnButton1)
         ON_BN_CLICKED(IDC_BUTTON2, OnButton2)
         ON_BN_CLICKED(IDC_BUTTON3, OnButton3)
         ON_BN_CLICKED(IDC_BUTTON4, OnButton4)
         ON_BN_CLICKED(IDC_BUTTON6, OnButton6)
         ON_BN_CLICKED(IDC_BUTTON7, OnButton7)
         ON_BN_CLICKED(IDC_BUTTON11, OnButton11)
         ON_BN_CLICKED(IDC_BUTTON12, OnButton12)
         ON_BN_CLICKED(IDC_BUTTON13, OnButton13)
         ON_BN_CLICKED(IDC_BUTTON5, OnButton5)
         ON_BN_CLICKED(IDC_BUTTON8, OnButton8)
         ON_BN_CLICKED(IDC_BUTTON14, OnButton14)
         // If you add a minimize button to your dialog, you will need the code below
         void CTestMFCDlg::OnButton1()
         void CTestMFCDlg::OnButton2()
         void CTestMFCDlg::OnButton3()
         void CTestMFCDlg::OnButton4()
         void CTestMFCDlg::OnButton6()
         void CTestMFCDlg::OnButton7()
  • CleanCode . . . . 25 matches
          * [http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882 CleanCode book]
          * [http://www.cleancoders.com/ CleanCoders]
          * [https://code.google.com/p/support/wiki/CodeReviews Google Code Review System]
          * [https://code.google.com/p/google-styleguide/ google coding style guide]
          * [http://refactoring.com/ Martin Fowler의 refactoring home]
          * [http://blog.goyello.com/2013/05/17/express-names-in-code-bad-vs-clean/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+goyello%2FuokR+%28Goyelloblog%29 Express names in code: Bad vs Clean]
          * [http://dogfeet.github.io/progit/progit.ko.pdf git 사용과 관련된 pro git이라는 책의 한국어 번역본. 상당히 자세히 나와 있다고 하네요]
          * 도서 : [http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882 Clean Code]
          * [http://oddpoet.net/blog/2010/08/02/a-new-look-at-test-driven-development-kr/ BDD, Given/When/Then]
          * [http://alblue.bandlem.com/2011/02/gerrit-git-review-with-jenkins-ci.html 참고 데모 동영상]
          * [https://gist.github.com/benelog/2922437 버전관리가 필요한 이유를 깨닫는 어떤 사람]
          * [http://www.filewiki.net/xe/index.php?&vid=blog&mid=textyle&act=dispTextyle&search_target=title_content&search_keyword=gerrit&x=-1169&y=-20&document_srl=10376 gerrit install guide]
          * [http://whatwant.tistory.com/419 위와는 좀 다른 참고 사이트] - 이쪽이 전체적인 흐름이나 아파치 설정 관련은 좀 더 보기 괜찮은 것 같다.
          * [http://u1aryz.blogspot.kr/2011/12/gerrit-error-gerritsite-not-set.html Gerrit기동시에「** ERROR: GERRIT_SITE not set」]
          * [http://rein.kr/blog/archives/3156]
          * [http://c2.com/cgi/wiki?GuardClause guard clause]를 쓰세요!
          * 그러나 자신의 실력이 더 나음을 어떻게 비교할 수 있을까? [http://www.intropsych.com/ch07_cognition/learning_curve.html 학습 곡선]도 무시할 수 없다.
          * javascript를 이용한 비동기 http 요청.
          * UI를 그리는 흐름(thread)과 http 요청에 대한 흐름(thread)이 따로 존재함.
          * http 요청 쪽은 언제 작업이 끝날지 알 수 없음.
  • Gof/Command . . . . 25 matches
         때때로 요청받은 명령이나 request를 받는 객체에 대한 정보없이 객체들에게 request를 넘겨줄 때가 있다. 예를 들어 user interface tookit은 button이나 menu처럼 사용자 입력에 대해 응답하기 위해 요청을 처리하는 객체들을 포함한다. 하지만, 오직 toolkit을 사용하는 어플리케이션만이 어떤 객체가 어떤일을 해야 할지 알고 있으므로, toolkit은 button이나 menu에 대해서 요청에 대해 명시적으로 구현을 할 수 없다. toolkit 디자이너로서 우리는 request를 받는 개체나 request를 처리할 operations에 대해 알지 못한다.
         Command Pattern은 request 를 객체화함으로서 toolkit 객체로 하여금 불특정한 어플리케이션 객체에 대한 request를 만들게 한다. 이 객체는 다른 객체처럼 저장될 수 있으며 pass around 가능하다. 이 pattern의 key는 수행할 명령어에 대한 인터페이스를 선언하는 추상 Command class에 있다. 이 인터페이스의 가장 단순한 형태에서는 추상적인 Execute operation을 포함한다. 구체화된 Command subclass들은 request에 대한 receiver를 instance 변수로 저장하고 request를 invoke하기 위한 Execute operation을 구현함으로서 receiver-action 짝을 구체화시킨다. The receiver has the knowledge required to carry out the request.
         http://zeropage.org/~reset/zb/data/comma081.gif
         http://zeropage.org/~reset/zb/data/comma078.gif
         http://zeropage.org/~reset/zb/data/comma079.gif
         http://zeropage.org/~reset/zb/data/comma080.gif
         이러한 예들에서, 어떻게 Command pattern이 해당 명령을 invoke하는 객체와 명령을 수행하는 정보를 가진 객체를 분리하는지 주목하라. 이러함은 유저인터페이스를 디자인함에 있어서 많은 유연성을 제공한다. 어플리케이션은 단지 menu와 push button이 같은 구체적인 Command subclass의 인스턴스를 공유함으로서 menu 와 push button 인터페이스 제공할 수 있다. 우리는 동적으로 command를 바꿀 수 있으며, 이러함은 context-sensitive menu 를 구현하는데 유용하다. 또한 우리는 명령어들을 커다란 명령어에 하나로 조합함으로서 command scripting을 지원할 수 있다. 이러한 모든 것은 request를 issue하는 객체가 오직 어떻게 issue화 하는지만 알고 있으면 되기때문에 가능하다. request를 나타내는 객체는 어떻게 request가 수행되어야 할지 알 필요가 없다.
         다음과 같은 경우에 CommandPattern을 이용하라.
          * 기본명령어들를 기반으로 이용한 하이레벨의 명령들로 시스템을 조직할 때. 그러함 조직은 transaction을 지원하는 정보시스템에서 보편화된 방식이다. transaction은 데이터의 변화의 집합을 캡슐화한다. CommandPattern은 transaction을 디자인하는 하나의 방법을 제공한다. Command들은 공통된 인터페이스를 가지며, 모든 transaction를 같은 방법으로 invoke할 수 있도록 한다. CommandPattern은 또한 새로운 transaction들을 시스템에 확장시키기 쉽게 한다.
         http://zeropage.org/~reset/zb/data/command.gif
         http://zeropage.org/~reset/zb/data/comma077.gif
         CommandPattern은 다음과 같은 결과를 가져온다.
          3. Command를 묶을 수 있다. 앞서 설명한 MacroCommand가 그 예가 된다. 일반적으로 composite command들은 CompositePattern의 인스턴스이다.
         아마도 CommandPattern에 대한 첫번째 예제는 Lieberman 의 논문([Lie85])에서 나타났을 것이다. MacApp [App89] 는 undo가능한 명령의 구현을 위한 command의 표기를 대중화시켰다. ET++[WGM88], InterViews [LCI+92], Unidraw[VL90] 역시 CommandPatter에 따라 클래스들을 정의했다. InterViews는 각 기능별 명령에 대한 Action 추상 클래스를 정의했다. 그리고 action 메소드에 의해 인자화됨으로서 자동적으로 command subclass들을 인스턴스화 시키는 ActionCallback 템플릿도 정의하였다.
         THINK 클래스 라이브러리 [Sym93b] 또한 undo 가능한 명령을 지원하기 위해 CommandPattern을 사용한다. THINK 에서의 Command들은 "Tasks" 로 불린다. Task 객체들은 ChainOfResponsibilityPattern에 입각하여 넘겨지고 소비되어진다.
         == Related Patterns ==
         CompositePattern 는 MacroCommand를 구현하는데 이용될 수 있다.
         MementoPattern 은 undo를 위한 state를 유지할 수 있다.
  • html5/form . . . . 25 matches
          * http://caniuse.com/
          * http://cfile9.uf.tistory.com/image/133539014C76281A1B4E24
          * http://cfile23.uf.tistory.com/image/1212FF364C5A80AF697A7F
          * http://code.google.com/p/webforms2/
          * HTML5 의 Canvas를 지원하지 않는 IE8 이전 버전을 위해 ExplorerCanvas(http://code.google.com/p/explorercanvas/) 라이브러리가 제공되듯이 HTML5 확장 폼을 지원하지 않는 브라우저의 경우 WebForm2 라이브러리를 사용할만 하다
          * http://nz.pe.kr/wordpress/programming/html5/번역-지금-바로-cross-browser-html5-form-만드는-방법
         == new attribute ==
          * pattern - 제약적인 정규식을 허용
          * http://cfile1.uf.tistory.com/image/1131C2044C762BBE1A410D
          * http://cfile6.uf.tistory.com/image/175B81244C762F8741C325
          * http://www.w3schools.com/html5/html5_form_input_types.asp
          * http://cfile9.uf.tistory.com/image/126F6D054C76381D512E65
          http://cfile30.uf.tistory.com/image/16593B0B4C774BE27544CA
          <option label="모바일플랫폼" value="http://m.mkexdev.net" />
          <option label="MKEX의닷넷" value="http://www.mkexdev.net" />
          <option label="Microsoft" value="http://www.microsoft.com" />
          http://cfile3.uf.tistory.com/image/127695134C77472C21DF54
          * 입력 양식에 pattern 속성으로 정규표현식으로 입력 패턴을 지정할 수 있다
          * {{{<input type="text" name="postCode" pattern="/^\d{3}-?\d{3}$/" title="123-123">}}}
          http://cfile8.uf.tistory.com/image/186D8B0E4C774FD32BED8B
  • 데블스캠프2005/RUR-PLE . . . . 25 matches
         http://rur-ple.sourceforge.net/images/left_square2.png
         http://rur-ple.sourceforge.net/images/back_home_start.png
         http://rur-ple.sourceforge.net/images/back_home.png
         http://rur-ple.sourceforge.net/images/beeper1.png
         http://rur-ple.sourceforge.net/images/beeper2.png
         http://rur-ple.sourceforge.net/images/buildwalls.png
         http://rur-ple.sourceforge.net/images/newspaper_start.png
         http://rur-ple.sourceforge.net/images/newspaper_end.png
         http://rur-ple.sourceforge.net/images/harvest1.png
         http://rur-ple.sourceforge.net/images/turnright_txt.png
         http://rur-ple.sourceforge.net/images/move_pick_start.png
         http://rur-ple.sourceforge.net/images/move_pick_end.png
         http://rur-ple.sourceforge.net/images/around1.png
         http://rur-ple.sourceforge.net/images/harvest4.png
         http://rur-ple.sourceforge.net/images/harvest1.png
         http://zeropage.org/~namsangboy/rurple.GIF
          * sorting 문제를 풀고나서 시간 남은 분은 해보시길. [http://rur-ple.sourceforge.net/en/amazing1.htm 러플 Amazing 설명]
         http://rur-ple.sourceforge.net/images/sort1_start.png
         http://rur-ple.sourceforge.net/images/sort1_end.png
         http://rur-ple.sourceforge.net/images/sort2.png
  • 코드레이스/2007/RUR_PLE . . . . 25 matches
         http://rur-ple.sourceforge.net/images/left_square2.png
         http://rur-ple.sourceforge.net/images/back_home_start.png
         http://rur-ple.sourceforge.net/images/back_home.png
         http://rur-ple.sourceforge.net/images/beeper1.png
         http://rur-ple.sourceforge.net/images/beeper2.png
         http://rur-ple.sourceforge.net/images/buildwalls.png
         http://rur-ple.sourceforge.net/images/newspaper_start.png
         http://rur-ple.sourceforge.net/images/newspaper_end.png
         http://rur-ple.sourceforge.net/images/harvest1.png
         http://rur-ple.sourceforge.net/images/turnright_txt.png
         http://rur-ple.sourceforge.net/images/move_pick_start.png
         http://rur-ple.sourceforge.net/images/move_pick_end.png
         http://rur-ple.sourceforge.net/images/around1.png
         http://rur-ple.sourceforge.net/images/harvest4.png
         http://rur-ple.sourceforge.net/images/harvest1.png
         http://zeropage.org/~namsangboy/rurple.GIF
          * sorting 문제를 풀고나서 시간 남은 분은 해보시길. [http://rur-ple.sourceforge.net/en/amazing1.htm 러플 Amazing 설명]
         http://rur-ple.sourceforge.net/images/sort1_start.png
         http://rur-ple.sourceforge.net/images/sort1_end.png
         http://rur-ple.sourceforge.net/images/sort2.png
  • JavaScript/2011년스터디/서지혜 . . . . 24 matches
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
          <meta http-equiv="Content-Type" content="text/html; charset=ks_c_5601-1987">
          <input type=button onclick=putn(7) value=7 class=btn>
          <input type=button onclick=putn(8) value=8 class=btn>
          <input type=button onclick=putn(9) value=9 class=btn>
          <input type=button onclick=operator("/") value="/" class=btn>
          <input type=button value="pow" class=btn>
          <input type=button onclick=putn(4) value=4 class=btn>
          <input type=button onclick=putn(5) value=5 class=btn>
          <input type=button onclick=putn(6) value=6 class=btn>
          <input type=button onclick=operator("*") value="*" class=btn>
          <input type=button value="sqrt" class=btn>
          <input type=button onclick=putn(1) value=1 class=btn>
          <input type=button onclick=putn(2) value=2 class=btn>
          <input type=button onclick=putn(3) value=3 class=btn>
          <input type=button onclick=operator("-") value="-" class=btn>
          <input type=button value="log" class=btn>
          <input type=button onclick=putn(0) value=0 class=btn>
          <input type=button onclick=putn('.') value="." class=btn>
          <input type=button onclick=operator("+") value="+" class=btn>
  • Linux/RegularExpression . . . . 24 matches
         [^Zz]{5} (Z와 z를 포함하지 않는 5개의 문자열, abcde, ttttt 등이 해당)
         int ereg(string givenPattern, string givenString, array matched);
         givenPattern은 "(pattern1)stringA(pattern2)stringB(pattern3) ... (pattern9)stringI"로 입력하여야 한다. 즉 pattern1, pattern2, ..., pattern9는 각각 string1, string2, ... , string9에서 찾고자하는 정규식인 것이다.
         - 이때 pattern1이 string1에서 발견한 패턴은 $matched[1]에 저장되고, pattern2가 string2에서 발견한 패턴은 $matched[2]에 저장되고, ..., pattern9가 string9에서 발견한 패턴은 $matched[9]에 저장된다. PHP3의 경우 ereg에서는 최대 9개 까지의 pattern을 찾을 수 있도록 설정되어 있음에 유의하자.
         int eregi(string givenPattern, string givenString, array matched);
         string ereg_replace(string givenPattern, string replacementPattern, string givenString);
         - givenString에서 givenPattern에 부합하는 텍스트(matched text)를 찾아서,
         replacementPattern으로 대체
         - givenPattern이 "(패턴)"으로 묶인 문자열들을 포함하고 있으면, replacementPattern에는 이에 대응하는 "\\digit(문자열)" 형태의 문자열들을 포함하고 있어야 한다(digit는 0, 1, ... ,9 중 하나). 그리고 givenString은 "(패턴)"을 이용해 찾은 결과들을 "\\digit(문자열)"에 있는 "문자열"들로 대체하게 된다. "\\0" 는 givenString 전체에 대해 "(패턴)"의 결과를 적용할 때 이용된다.
         string eregi_replace(string givenPattern, string replacementPattern, string givenString);
  • PyUnit . . . . 24 matches
          * PyUnit는 Python 에 기본적으로 포함되어있는 UnitTest Framework library이다. 하지만, UnitTest작성에 대한 기본적인 개념들을 쉽게 담고 있다고 생각하여 공부중. (솔직히 C++로 UnitTest할 엄두 안나서. --; Python으로 먼저 프로토타입이 되는 부분을 작성하고 다른 언어로 포팅하는 식으로 할까 생각중)
          * http://c2.com/cgi/wiki?PythonUnit - 아직 안읽어봐서. --; 퍽하고 적긴 뭐하지만. --a
          * http://pyunit.sourceforge.net
          * http://junit.org - Java Unit Test Framework 모듈.
         PyUnit에서는 TestCase는 unittest모듈의 TestCase 클래스로서 표현된다.testcase 클래스를 만들려면 unittest.TestCase를 상속받아서 만들면 된다.
         import unittest
         class DefaultWidgetSizeTestCase(unittest.TestCase):
         import unittest
         class SimpleWidgetTestCase(unittest.TestCase):
         class DefaultWidgetSizeTestCase(SimpleWidgetTestCase):
         class WidgetResizeTestCase(SimpleWidgetTestCase):
         import unittest
         class SimpleWidgetTestCase (unittest.TestCase):
         종종, 많은 작은 test case들이 같은 fixture를 사용하게 될 것이다. 이러한 경우, 우리는 DefaultWidgetSizeTestCase 같은 많은 작은 one-method class 안에 SimpleWidgetTestCase를 서브클래싱하게 된다. 이건 시간낭비이고,.. --a PyUnit는 더 단순한 메커니즘을 제공한다.
         import unittest
         class WidgetTestCase (unittest.TestCase):
         defaultSizeTestCase = WidgetTestCase ("testDefaultSize")
         resizeTestCase = WidgetTestCase ("testResize")
         Test case 인스턴스들은 그들이 테스트하려는 것들에 따라 함께 그룹화된다. PyUnit는 이를 위한 'Test Suite' 메커니즘을 제공한다. Test Suite는 unittest 모듈의 TestSuite class로 표현된다.
         widgetTestSuite = unittest.TestSuite ()
  • WebGL . . . . 24 matches
         [http://www.khronos.org/registry/webgl/specs/latest/1.0/ Spec]
         gl.attachShader(shaderProgram, fragmentShader);
         gl.attachShader(shaderProgram, vertexShader);
         [[attachment:WebGL.png WebGl파이프라인]]
         Attribute는 각 포인트 별로 전달되는 정보이고 uniform 은 전체에서 공통적인 정보이다. 일반적으로 Attribute는 각 정점의 위치 정보와 각 지점의 법선 벡터 정보를을 전달한다. uniform은 일반적으로 카메라의 위치나 환경광의 위치처럼 전체적인 것을 전달한다. Attribute나 uniform은 일종의 변수인데 핸들을 얻어와서 그것을 통해 값을 전달할수 있다. 즉 Atrribute나 Uniform은 Javascript측에서 쉐이더로 정보를 보내는 것이다. varying은 쉐이더 간의 정보 전달에 사용된다. vertex shader에서 fragment shader로 값이 전달되며 반대는 불가능하다(파이프라인 구조상 당연한 것이다). 이때 vertex shader는 각 정점(꼭지점) fragment shader는 각 픽셀에 한번 호출되게 되는데 각 정점 사이의 값들은 [보간법]을 거쳐 전달되게 된다(그라디언트 같은 느낌이다 중간값을 알아서 만들어 준다).
         attribute vec3 aVertexPosition;
         attribute vec3 aVertexNormal;
          float lambertTerm = max(dot(N, -L), 0.0);
          vec4 Id = lightDiffuse * materialDiffuse * lambertTerm;
          var url = document.getElementById("vertexShader").getAttribute("src");
          var url = document.getElementById("fragmentShader").getAttribute("src");
          shader.aVertexPosition = gl.getAttribLocation(shader.program, "aVertexPosition");
          shader.aVertexNormal = gl.getAttribLocation(shader.program, "aVertexNormal");
         setTimeout(init, 0);
          gl.enableVertexAttribArray(shader.aVertexPosition);
          gl.enableVertexAttribArray(shader.aVertexNormal);
          gl.vertexAttribPointer(shader.aVertexPosition, 3, gl.FLOAT, false, 0, 0);
          gl.vertexAttribPointer(shader.aVertexNormal, 3, gl.FLOAT, false, 0, 0);
          var ajax = new XMLHttpRequest();
          if(element.getAttribute("WebGL") != null)
  • whiteblue/간단한계산기 . . . . 24 matches
          JButton numberButton[];
          this.setTitle("Calculator");
          makebutton("+", gridbag, c);
          makebutton("-", gridbag, c);
          makebutton("*", gridbag, c);
          makebutton("/", gridbag, c);
          makebutton("1", gridbag, c);
          makebutton("2", gridbag, c);
          makebutton("3", gridbag, c);
          makebutton("<-", gridbag, c);
          makebutton("4", gridbag, c);
          makebutton("5", gridbag, c);
          makebutton("6", gridbag, c);
          makebutton("C", gridbag, c);
          makebutton("7", gridbag, c);
          makebutton("8", gridbag, c);
          makebutton("9", gridbag, c);
          makebutton("=", gridbag, c);
          private void makebutton(
          Button button = new Button(name);
  • 권영기/web crawler . . . . 24 matches
          * http://docs.python.org/
          * http://hyogeun.tistory.com/107 - try, except.
         req = urllib2.Request('http://9632024.tistory.com/974')
          * http://coreapython.hosting.paran.com/howto/HOWTO%20Fetch%20Internet%20Resources%20Using%20urllib2.htm
          pos = string.find(line, '"http')
          * http://docs.python.org/tutorial/controlflow.html
          * http://docs.python.org/tutorial/inputoutput.html
          * http://www.wellho.net/resources/ex.php4?item=y108/bejo.py
          line = 'http://cfile23.uf.tistory.com/original/2001D2044C945F80495C6F'
          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
          http://snowbora.com/343
          url = 'http://comic.naver.com/webtoon/detail.nhn?titleId=449854&no=' + str(i) + '&weekday=wed'
          * 'http://comic.naver.com/webtoon/detail.nhn?titleId=449854&no=***&weekday=wed'
          'http://comic.naver.com/webtoon/detail.nhn?titleId=449854&no=20&weekday=wed' 이면 럭키짱 20편이라는 소리.
          * 문서 - http://wiki.wxpython.org/How%20to%20Learn%20wxPython
          http://stackoverflow.com/questions/8046667/vpython-error-on-ubuntu-11-10
          * http://sourceforge.net/projects/pywin32/
         2. Eclipse에서, Help > Install New Software > Add > PyDev, Http://pydev.org/updates
  • 니젤프림/BuilderPattern . . . . 24 matches
         == Builder Pattern ==
         http://www2.ing.puc.cl/~jnavon/IIC2142/patexamples_files/pateximg2.gif
         http://upload.wikimedia.org/wikipedia/en/6/6e/Builder2.png
         Builder 를 구현한 부분. 일반적으로 다수개의 Concrete Builder 가 존재하며, Builder 가 제공하는 인터페이스를 이용해서 late binding 의 형식으로 사용하게 된다. 물론, builder pattern 에서의 주 관심하는 Product 를 만들어내는 것이다.
         만들어야 할 대상. 일반적으로 Builder Pattern 이 생성하는 Product 는 Composite Pattern 으로 이루어진다.
          public void setTopping (String topping) { this.topping = topping; }
          public void buildTopping() { pizza.setTopping("ham+pineapple"); }
          public void buildTopping() { pizza.setTopping("pepperoni+salami"); }
         ==== Composite Pattern 을 생성해주는 Builder Pattern 예제 코드 ====
         Head First Design Pattern 에 나오는, Vacation Planner 를 구현한 코드
          builder.addHotel(first, "Patternsland 5 star Hotel");
          builder.addSpecialEvent(second, "Patterns on Ice");
         === Builder Pattern 과 Abstract Factory Pattern 의 차이점 ===
         보시다 시피 Builder Pattern 과 Abstract Factory Pattern 은 많이 비슷하다. 차이점이라면 약간 미묘하다고도 할 수 있는데, Abstract Factory Pattern 은 무엇이 만들어지는가 에 초점을 맞추고 있고, Builder Pattern 은 어떻게 만들어 지는가에 초점을 맞추고 있다고 풀이할 수 있다. 물론 두 종류의 Creational Pattern 은 Product 을 제공하는데 첫번째 책임이 존재한다. 가장 큰 차이점이라면, Builder Pattern 은 복잡한 오브젝트를 한단계 한단계 만들어서 최종 단계에 리턴해주고, Abstract Factory Pattern 은 여러 종류의 generic 한 product 를 여러종류의 concrete factory 가 생성하기 때문에 각각의 오브젝트가 만들어질 때마다 product 를 받을 수 있게 된다.
         Abstract Factory Pattern : 어떤 종류의 명확한 오브젝트를 생성할 것인지를 실행 시간까지 연기한다. (실행시간에 결정한다) 예를 들자면, 레스토랑에서 오늘의 추천메뉴를 선택하는 것이다. 서버(interface to factory)는 "오늘의 추천요리" 라는 abstract generic message 를 주방(concrete factory)에 전달하고 음식을 받게 될 때 concrete product 를 얻게 되는 것이다.
         Builder Pattern : 복잡한 오브젝트를 어떤 방식으로 조합하여 만들어낼지 에 대한 방법을 제공한다. (encapsulate) 예를 들자면, 건축업자와 계약을 해서 집을 건설 할 때, 건축업자(builder) 에게 평면도(product 의 윤곽)를 제공하면 건축업자는 일련의 작업을 거쳐서 집(complex object)을 만들어 낸다.
         원문은 http://en.wikipedia.org/wiki/Builder_pattern
  • 5인용C++스터디/버튼과체크박스 . . . . 23 matches
         CButton myButton1, myButton2, myButton3, myButton4;
          ON_BN_CLICKED(1,OnButton1Click)
         // Create a push button.
         myButton1.Create(_T("푸시 버튼"), WS_CHILD|WS_VISIBLE|BS_PUSHBUTTON,
         // Create a radio button.
         myButton2.Create(_T("라디오 버튼"), WS_CHILD|WS_VISIBLE|BS_RADIOBUTTON,
         // Create an auto 3-state button.
         myButton3.Create(_T("3상태 버튼"), WS_CHILD|WS_VISIBLE|BS_AUTO3STATE,
         myButton4.Create(_T("체크박스"), WS_CHILD|WS_VISIBLE|BS_AUTOCHECKBOX,
         void CMy111View::OnButton1Click()
         ||BST_UNCHECKED|| Button state is unchecked. ||
         ||BST_CHECKED|| Button state is checked. ||
         ||BST_INDETERMINATE|| Button state is indeterminate (applies only if the button has the BS_3STATE or BS_AUTO3STATE style). ||
         void CMy111View::OnButton1Click()
          check3=myButton3.GetCheck();
         myButton2.SetCheck( BST_CHECKED );
          check2=myButton2.GetCheck();
         ||Upload:CButton.zip||
  • Eclipse . . . . 23 matches
         ["Eclipse"] 프로젝트는 통합 개발 환경(IDE)을 위한 플렛폼을 목표하는 오픈소스 프로젝트 이다. [http://www.eclipse.org/projects/index.html 부분인용]
          * Erich Gamma (DesignPatterns 공동저자) 라는 이름이 눈에 뜨이네요.
          * 2006년 5월 - eclipse 3.2 RC5 [http://zeropage.org/~rhasya/eclipse3.2RC5.zip Win32용, PyDev, SubClipse포함]
          * 2005년 6월 - eclipse 3.1 RC2 등장( [http://zeropage.org/pub/eclipse/eclipse-SDK-3.1RC2-win32.zip zp내 다운받아놓은 것 (win32용만)])
          * http://www.eclipse.org
          * [http://www.eclipse.org/downloads/index.php 다운로드]
          * [http://eclipse-plugins.2y.net/eclipse/plugins.jsp 플러그인 사이트]
          * [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]
          * [http://dev.eclipse.org:8080/help 2.0 도움말]
          * http://eclipsewiki.swiki.net/
          * [http://www.eclipsepowered.org/archives/2004/11/18/best-jvm-settings-for-eclipse/ Best JVM Setting for Eclipse]
          * http://www.jlab.net - JLab. Java, Eclipse관련. 이클립스 관련 게시판 참조
          * http://eclipsians.net/index.php
          * http://www.eclipseuml.com/ UML 저작
          1. 참고 [http://openframework.or.kr/JSPWiki/Wiki.jsp?page=EclipseCVS Eclipse에서의CVS연동설명_그림]
          * [neocoin]:정말 Java Source Editor면에서는 이것보다 나은것을 찾지 못하겠다. CVS 지원 역시 훌륭하고, Project파일 관리 면에서도 우수하다. 하지만 가장 인상 깊었던건 오픈 프로젝트라서, 이걸 볼수 있다는 점이다. 바로 [http://64.38.198.171/downloads/drops/R-2.0-200206271835/testResults.php org.eclipse.core.tests] 이런것을 각 분야별로 수백개씩 하고 있었다. 이런것은 나에게 힘을 준다. --상민
          * 올초 Eclipse를 처음 접하고, 좀 큰 프로젝트에 Eclipse를 적용해 보았다. CVS, JUnit, Ant사항을 반영하고 대형 상용 Package를 사용하는 관계로 setting할 것도 많았지만, 개발이 종료된 지금 결과적으로는 매우 성공적인 적용으로 볼 수 있다. 팀프로젝트시 모듈로 나누어 그룹 개발이 될 경우에 매우 효율적이니, 강추함. 앞으로 발전되는 모양을 지켜보거나 참여하면 더 좋을 듯... -- [warbler]
          혹시 그 큰 규모라는 것이 어느정도 인지 알수 있을까요? 라인을 쉽게 세기 위해서 현 Eclipse를 새로 하나 복사해서 Eclipse용 metric 툴은 http://metrics.sourceforge.net/ 를 설치하시고 metric전용으로 사용하여 쓰면 공정-'Only counts non-blank and non-comment lines inside method bodies'-하게 세어줍니다. (구지 복사하는 이유는 부하를 많이 줍니다.) -- NeoCoin
         SeeAlso [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/eclipse-project-home/plans/3_0/freeze_plan.html Eclipse 3.0 endgame plan]
  • 스터디그룹패턴언어 . . . . 23 matches
         기념비적인 책, ''A Pattern Language'' 와 ''A Timeless Way Of Building''에서 크리스토퍼 알렉산더와 그의 동료들이 패턴언어에 대한 아이디어를 세상에 소개했다. 패턴언어는 어떤 주제에 대해 포괄적인 방안을 제공하는, 중요한 관련 아이디어의 실질적인 네트워크이다. 그러나 패턴언어가 포괄적이긴 하지만, 전문가를 위해 작성되지 않았다. 패턴은 개개인의 독특한 방식으로 양질의 성과를 얻을 수 있도록 힘을 줌으로서 전문적 해법을 비전문가에게 전해준다.
          * [지식샘패턴](KnowledgeHydrantPattern)
          * [통찰력풀패턴](PoolOfInsightPattern)
          * [안전한장소패턴](SafePlacePattern)
          * [지속적인에너지패턴](EnduringEnergyPattern)
          * [마음이맞는협력자패턴](KinderedCollaboratorPattern)
          * [공동장소패턴](CommonGroundPattern)
          * PublicLivingRoomPattern
          * IntimateCirclePattern
          * VirtualSpacePattern
          * [열정적인리더패턴] (EnthusiasticLeaderPattern)
          * [중재자패턴] (MotivatedModeratorPattern)
          * ActiveParticipantPattern
          * PreparedParticipantPattern
          * DistinguishedParticipantPattern
          * OpeningQuestionPattern
          * [순차적학습패턴] SequentialStudyPattern
          * [아젠더패턴] AgendaPattern
          * SubgroupPattern
          * StudyCyclePattern
  • Linux/필수명령어/용법 . . . . 22 matches
         - Login Name Tty Idle Login Time Office Office Phone
         - $ grep catch myletter
         myletter에 catch라는 단어가 있는지 검사한다.
         - $ grep "[Cc]atch" myletter
         - $ fgrep catch myletter
         - $ cat letter
         - $ head -3 letter
         -18) SIGCONT 19) SIGSTOP 20) SIGTSTP 21) SIGTTIN
         -22) SIGTTOL 23) SIGURG 24) SIGXCPU 25) SIGXFSZ
         - $ mcopy -t letter a:letter.txt
         - $ mdel a:/letter.txt
         - $ more 13 loveletter.txt
         - TT : 프로세서의 제어 터미널(t3=/dev/tty3)
         - $ tail - letter
         tty
         - tty [ -s ]
         만일 -s 옵션을 사용하지 않고서 tty를 입력했을 때 표준 입력 장치가 터미널이 아니라면 'not a tty'라는 메시지를 출력한다.
         - $ tty
         - /dev/tty1
         - User tty From login@ idle JCPU PCPU what
  • SeminarHowToProgramIt/Pipe/VendingMachineParser.py . . . . 22 matches
         # //pushButton
         # //verifyButton
          def pushButton(self, aButtonType):
          print aButtonType + ' pushed'
          def verifyButton(self, aStatus):
          self.buttonType = self.arg
          self.vm.pushButton(self.buttonType)
         class VerifyButtonCmd(VendingCmd):
          print self.vm.verifyButton(self.status)
          def next_button(self):
          return self.err('Unexpected button type')
          button=self.next_button()
          if button: return PushCmd('push',arg=button)
          if verify=='button':
          return VerifyButtonCmd('verify', arg=verify, status=status )
          return self.err('Unexpected button status')
          if tok not in ('money', 'button'):
          parser = getattr(self,'parse_%s'%tok)
  • ZeroPageServer/old . . . . 22 matches
         || [http://165.194.17.15/pub/util/putty.exe putty noversion],[http://165.194.17.15/pub/util/putty0_53b.exe putty 0.53b] || ssh1, 2 Client 0.53b 는 [[BR]] 하단 ssh 옵션에서 ssh2 (or ssh2 only) 선택||
         || [http://openlook.org/distfiles/PuTTY/putty.exe putty 한글 입력 패치 적용] || 출처[http://fallin.lv/zope/pub/noriteo/putty 장혜식님의 홈] ||
         || [http://165.194.17.15/pub/util/WinSCP2.exe WinSCP 2.0 Beta], [http://165.194.17.15/pub/util/WinSCP22.exe WinSCP 2.2]|| ssh1, 2 ftp Client ||
         || http://zeropage.org/log || Server의 Web 접속 통계 ||
          * ssh 클라이언트일 가능성이 큽니다. 작년 11월에 한글 패치한 버전의 putty 가 나왔는데 이것들로도 테스트 해보세요. 저는 잘 쓰고 있습니다. --NeoCoin
          지금 ZP 서버의 linux가 옛날 버젼이라면 설치된 bind 는 보안 문제가 발생한 것일지도 모르겠습니다. 현재 Solaris가 설치된 회사 서버를 3년간 방치해 두었는데 얼마전에 들어가보니 해커들의 놀이터가 되었더군요. 백도어 및 Rootkit 들이 난무했었다는.... 아마도 문제가 보안 문제가 있었던 OpenSSH 또는 Bind의 문제였던것 같습니다. '''Bind 는 보안에 문제가 없는 최신 버젼으로 업데이트''' 하는 것이 좋겠습니다. 혹시 요즘 서버 관리가 시원찮았다면 [http://www.rkhunter.org/ rkhunter]를 다운 받아서 시스템을 점검보는 것을 추천합니다. --[Passion]
          * [http://www.robotstxt.org/wc/exclusion.html robot]규약 으로 엠파스의 침입을 막아야 한다. HowToBlockEmpas
          * 현재 http://zeropage.org/pds 안의 내용이 그냥 열랍할수 있게 되어있네요. 디렉토리명이 대부분 이해할수 없는 숫자(=아마도 자료가 올라온 시간)일텐데 자료에 대한 설명은 아직 DB에 남아있나요? - [임인택]
          뭔가 했더니 예전에 쓰던 자료실의 자료가 저장된 곳이네요. 혹시라도 필요하신분은 [http://zeropage.org/jsp/pds/pds_list.jsp 여기]를 눌러서 가세요.
          * sshd 가 맛이 갔나요?, putty 로 터미널 로그인도 안되고.. sftp 도 로그인이 안되네요...-ㅁ-. 이거 로그인이 안되면.. 관리는 어찌하지...;; (원래부터 ssh2 로 접속해야했죠?. 셤기간인데 지송하네용. jsp 알바하는데 머좀 테스트하느라~) - [임인택]
         오전 9시 정도에 zp에 담아두었던 80MB 정도의 자료를 다운로드 받는데 내부 네트워크 치고는 속도가 너무 안나오는것 같습니다. (3~400KB/S) sftp, http로 파일을 전송해봤는데 마찬가지이군요. 집에서도 이정도속도가 나오던데.. 서버에 따로 셋팅해준 값이 있는지..? - [임인택]
          * [http://tistory.izyou.net/entry/ZEROPAGEORG-서버-업그레이드 이전서버사양?]
  • django . . . . 22 matches
          * [http://www.djangoproject.com/]
          * [http://www.djangoproject.com/documentation/modpython/] 이 페이지를 참고.
          * mysql 은 사용자를 생성하고 settings.py 파일을 설정한다. 그리고 pysqlite와 다른 점은 DB 이름을 넣고 나서 mysql 들어가서 따로 DB를 만들어 줘야 한다. 그리고 사용자도 만들어 줘야 한다.
          * [http://linux.softpedia.com/progDownload/PySQLite-Download-6511.html pysqlite다운로드]
          * [http://www.initd.org/tracker/pysqlite/wiki/PysqlitePackages 각Linux별설치]
          SetEnv DJANGO_SETTINGS_MODULE <프로젝트 이름>.settings
         [예시] /path/to/project/mysite 에 settings.py 파일이 있는 경우
         <Location "/mysite"> #http://localhost/mysite
          SetEnv DJANGO_SETTINGS_MODULE mysite.settings
         라고 쓰면 http://localhost/mysite 는 안 되고 http://localhost/mysite/ 가 되니까 조심해야 합니다.
         http://www.djangoproject.com/documentation/modpython/
         http://blog.timc3.com/2006/07/26/django-with-apache2/
         http://www.carthage.edu/webdev/?p=14
         http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/
          * [http://altlang.org/fest/EnglishStudyWithDjango 대안언어축제에서실습한장고] : 실제로 웹 개발을 따라서 해본다.
          * settings.py 아래 부분처럼 수정
          * [http://video.google.com/videoplay?docid=-70449010942275062 구글에서Django세미나]
          * [http://blog.go4teams.com/?p=56 django로블로그에비디오넣기]
          * [http://www.mercurytide.com/knowledge/white-papers/django-full-text-search] : Model 의 Object 에 대한 함수들 사용방법
          * [http://www2.jeffcroft.com/2006/feb/25/django-templates-the-power-of-inheritance/] : Template HTML 파일 사용법
  • 논문검색 . . . . 22 matches
          * [http://society.kordic.re.kr/ 과학기술학회마을]
          * [http://www.dlibrary.go.kr/index.html 국가전자도서관]
          * [http://www.nl.go.kr/index.php3 국립중앙도서관]
          * [http://www.nanet.go.kr/index.html 국회도서관]
          * [http://www.kisti.re.kr/ 산업기술정보원(KINITI)]
          * [http://www.lg.or.kr/ 엘지상남도서관]
          * [http://pasteur.kaist.ac.kr/ 카이스트과학도서관]
          * [http://www.kric.ac.kr/ 학술연구정보서비스(KRIC)]
          * [http://kric.kist.re.kr 한국과학기술연구원(KIST)]
          * [http://www.kosef.re.kr/ 한국과학재단(KOSEF)]
          * [http://www.keris.or.kr/ 한국교육학술정보원(KERIS)]
          * [http://www.kins.co.kr/ 한국아이엔에스(KINS)]
          * [http://www.krf.or.kr/ 한국학술진흥재단(KRF)]
          * [http://pubs.acs.org/ ACS PUBLICATION]
          * [http://www.isinet.com/isi/ ISI NET]
          * [http://www.macromolecules.org/ MACROMOLECULE]
          * [http://ndsl.or.kr/ NATIONAL DIGITAL SCI. LIB.]
          * [http://www.libra.titech.ac.jp/online.html ONLINE JOURNAL (일본)]
          * [http://ostin.oasis.or.kr/pls/oasis2/ohome 해외과학기술정보네트워크]
          * [http://www.riss4u.net/index.html RISS4U]
  • 새싹교실/2012/아우토반 . . . . 22 matches
         [http://farm8.staticflickr.com/7255/6862539104_530f643d74_m.jpg http://farm8.staticflickr.com/7255/6862539104_530f643d74_m.jpg] [http://farm8.staticflickr.com/7227/7008654907_51bd5d3744_m.jpg http://farm8.staticflickr.com/7227/7008654907_51bd5d3744_m.jpg] [http://farm8.staticflickr.com/7128/7008654803_df7c62a259_m.jpg http://farm8.staticflickr.com/7128/7008654803_df7c62a259_m.jpg] [http://farm8.staticflickr.com/7260/7008654697_9d69842fe0_m.jpg http://farm8.staticflickr.com/7260/7008654697_9d69842fe0_m.jpg]
         [http://farm8.staticflickr.com/7221/6896354200_a76bbae164_m.jpg http://farm8.staticflickr.com/7221/6896354200_a76bbae164_m.jpg] [http://farm8.staticflickr.com/7062/6896353986_a9df8f88f2_m.jpg http://farm8.staticflickr.com/7062/6896353986_a9df8f88f2_m.jpg]
         [http://farm6.staticflickr.com/5450/6907926060_54ee870c62_m.jpg http://farm6.staticflickr.com/5450/6907926060_54ee870c62_m.jpg] [http://farm6.staticflickr.com/5332/7054045827_b55d1c2c3d_m.jpg http://farm6.staticflickr.com/5332/7054045827_b55d1c2c3d_m.jpg] [http://farm8.staticflickr.com/7086/6907954686_f3c9a4fe47_m.jpg http://farm8.staticflickr.com/7086/6907954686_f3c9a4fe47_m.jpg] [http://farm8.staticflickr.com/7226/6907954874_cfbda75e59_m.jpg http://farm8.staticflickr.com/7226/6907954874_cfbda75e59_m.jpg] [http://farm6.staticflickr.com/5319/6907954810_1000b41334_m.jpg http://farm6.staticflickr.com/5319/6907954810_1000b41334_m.jpg]
  • 위키에 코드컬러라이저 추가하기 . . . . 22 matches
         그런데 MoinMoin:ParserMarket 에 [http://bbs.rhaon.co.kr/mywiki/moin.cgi/ProgrammingTips_2fCStringFormat Example]이라 된 곳에서는 잘 사용하고 있는것이다...[[BR]]
          * [http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/parser_2fbase_2epy parser/base.py] [http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/parser_2fcplusplus_2epy parser/cplusplus.py] [http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/parser_2fjava_2epy parser/java.py]
         def process(request, formatter, lines):
          if not formatter.in_pre:
          sys.stdout.write(formatter.preformatted(1))
          colorizer.format(formatter, {})
          sys.stdout.write(formatter.rawHTML(buff.getvalue()))
          sys.stdout.write(formatter.preformatted(0))
         def process(request, formatter, lines):
          if not formatter.in_pre:
          sys.stdout.write(formatter.preformatted(1))
          colorizer.format(formatter, {})
          sys.stdout.write(formatter.rawHTML(buff.getvalue()))
          sys.stdout.write(formatter.preformatted(0))
          self.processor(self.request, self.formatter, self.colorize_lines)
          self.processor(self.request, self.formatter, self.colorize_lines)
  • 조영준 . . . . 22 matches
         http://skywave.me
          * [http://steamcommunity.com/id/skywavetm 스팀 사용자]입니다.
          * [http://facebook.com/skywavetm 페이스북]합니다. : 사는 이야기 + 잉여
          * [http://twitter.com/skywavetm 트위터]합니다. : 사는 이야기 + 더 잉여 + 덕질
          * [https://github.com/SkywaveTM 깃허브]
          * [http://codeforces.com/profile/skywave codeforces]
          * KCD 5th 참여 http://kcd2015.onoffmix.com/
          * 커뮤니티 오픈 캠프 인 마소 참여 https://twitter.com/YeongjunC/status/718603240040837120
          * [AngelsCamp/2015] - 제로병, 피보나치킨 - https://github.com/SkywaveTM/zerobot
          * 동네팀 - 신동네 프로젝트 [http://caucse.net], DB Migration 담당
          * Titan Project (2015년 1학기 소프트웨어공학 팀프로젝트) - https://github.com/ZeroPage/team6-titan-2015
          * 2015년 하계방학 Java 강사 - [https://onedrive.live.com/redir?resid=3E1EBF9966F2EBA!23488&authkey=!AHG1S-XLSURIruo&ithint=folder%2cpptx 수업 자료]
          * [열파참/프로젝트] - [http://library.zeropage.org] => [ZPLibrary]
          * 설계패턴 TeamProejct https://github.com/SkywaveTM/wiki-path-finder
          * ["정모/2014.12.3" 12월 3일 OMS]: Design Patterns
          * 2015년 설계패턴 팀 프로젝트의 기반 프로젝트가 됨. https://github.com/SkywaveTM/wiki-path-finder
          * PicManager - 2014년 객체지향프로그래밍 팀 프로젝트 - https://github.com/ZeroPage/PicManage
          * 방명록 w/ jsp - http://skywave-test.appspot.com/
          * GDG pre devfest 2013 seoul - 징격의 안드로이드. 그리고 밤샘. - https://github.com/ZeroPage/MorningTypeHuman
          * LAMP 설치는 하고 [http://skywave-test.appspot.com/ 다른거] 만드는 중. 이 뭐...
  • DesignPatternsAsAPathToConceptualIntegrity . . . . 21 matches
         원문 : http://www.utdallas.edu/~chung/patterns/conceptual_integrity.doc
         Design Patterns as a Path to Conceptual Integrity
         During our discussions about the organization of design patterns there was a comment about the difficulty of identifying the “generative nature” of design patterns. This may be a good property to identify, for if we understood how design patterns are used in the design process, then their organization may not be far behind. Alexander makes a point that the generative nature of design patterns is one of the key benefits. In practice, on the software side, the generative nature seems to have fallen away and the more common approach for using design patterns is characterized as “when faced with problem xyz…the solution is…” One might say in software a more opportunistic application of design patterns is prevalent over a generative use of design patterns.
         The source of this difference may be the lack of focus on design patterns in the design process. In fact, we seldom see discussions of the design process associated with design patterns. It is as though design patterns are a tool that is used independent of the process. Let’s investigate this further:
         The following summary is from “Design Patterns as a Litmus Paper to Test the Strength of Object-Oriented Methods” and may provide some insight:
         http://www.econ.kuleuven.ac.be/tew/academic/infosys/Members/Snoeck/litmus2.ps
         4. Design patterns provide guidance in designing micro-architectures according to a primary modularization principle: “encapsulate the part that changes.”
         5. EDD and RDD will generate different design patterns that meet the primary modularization principle “encapsulate the part that changes.” in different ways when applied according to their axiomatic rules. For example RDD generates Mediator, Command, Template Method and Chain of responsibility (mostly behavior) where as EDD generates Observer, Composite, and Chain of responsibility (mostly structure).
         Now putting this together with the earlier discussion about conceptual integrity we can propose some questions for discussion:
         · Are some O-O design methods better at creating an environment where design patterns are used in a generative sense?
         · Does this give insight into the organization of design patterns?
  • NSIS/Reference . . . . 21 matches
         원문 : http://www.nullsoft.com/free/nsis/makensis.htm
         == Installer attributes ==
         || attribute || parameter example || 설명 ||
         || || || 기본인자는 off | topcolor bottomcolor captiontextcolor | notext ||
         || MiscButtonText || "이전" "다음" "취소" "닫기" || 각 버튼들에 대한 text 설정 (순서대로) ||
         || InstallButtonText || "설치 || Install 버튼에 대한 text 의 설정 ||
         || attribute || parameter example || 설명 ||
         || attribute || parameter example || 설명 ||
         || || || 인자는 text buttontext. buttontext 가 없으면 기본적으로 "I Agree" ||
         || attribute || parameter example || 설명 ||
         || ComponentText || "해당 컴포넌트를 골라주세요" || 기본인자는 text subtext1 subtext2 ||
         || InstType || "Full Install" || Install 관련 component type 에 대한 정의. 순서대로 1,2,3,4...8 까지의 번호들이 매겨지며, 이는 추후 SectionIn 에서 해당 component 에 대한 포함관계시에 적용된다. ||
         || attribute || parameter example || 설명 ||
         || attribute || parameter example || 설명 ||
         || DetailsButtonText || "Show Details" || "Show details" 버튼의 text 에 대한 설정 ||
         || attribute || parameter || 설명 ||
         || UninstallButtonText || [button text] || . ||
         Section 은 설치를 위한 일종의 하나의 모듈, 컴포넌트이다. Section 과 InstType 은 다르다.
         InstType 하나당 여러개의 Section 묶음으로 되어있는 것이다. 사용자는 각각의 Section 에 대해 활성/비활성화 함으로서 설치될 모듈들을 고를 수 있다.
         || attribute || parameter example || 설명 ||
  • TFP예제/Omok . . . . 21 matches
         import unittest
         class BoardTestCase (unittest.TestCase):
         suite = unittest.makeSuite (BoardTestCase, "test")
         runner = unittest.TextTestRunner ()
         import unittest
         class OmokTestCase (unittest.TestCase):
          def testCheckFiveLeftTopToRightBottom (self):
          self.assertEquals (self.omok.CheckFiveLeftTopToRightBottom (4,4),1)
          self.assertEquals (self.omok.CheckFiveLeftTopToRightBottom (14,14),1)
          self.assertEquals (self.omok.CheckFiveLeftTopToRightBottom (9,8),1)
          def testCheckFiveLeftBottomToRightTop (self):
          self.assertEquals (self.omok.CheckFiveLeftBottomToRightTop (4,1),1)
          self.assertEquals (self.omok.CheckFiveLeftBottomToRightTop (14,18),1)
          self.assertEquals (self.omok.CheckFiveLeftBottomToRightTop (9,4),1)
         suite = unittest.makeSuite (OmokTestCase, "test")
         runner = unittest.TextTestRunner ()
          def CheckFiveLeftTopToRightBottom (self,x,y):
          # Left-top -> Right-Bottom
          def CheckFiveLeftBottomToRightTop (self,x,y):
          # Left-Bottom -> Right-Top
  • 데블스캠프/2013 . . . . 21 matches
         외부 공개용 타임 테이블 : [http://goo.gl/a09wz]
          || 1 |||| [Opening] |||| [새내기의,새내기에의한,새내기를위한C언어] |||| [http://zeropage.org/seminar/91465#0, GUI 다뤄보기] |||| |||| [Clean Code with Pair Programming] |||| OOP || 8 ||
          || 2 |||| [http://zeropage.org/seminar/91479#0 페이스북 게임 기획] |||| [새내기의,새내기에의한,새내기를위한C언어] |||| [http://zeropage.org/seminar/91465#0, GUI 다뤄보기] |||| |||| [Clean Code with Pair Programming] |||| OOP || 9 ||
          || 3 |||| [http://intra.zeropage.org:4000/DevilsCamp Git] |||| [새내기의,새내기에의한,새내기를위한C언어] |||| [http://zeropage.org/devils/91470#0, HTTP 프로토콜, C언어를 이용한 웹 서버 만들기] |||| |||| [Clean Code with Pair Programming] |||| [:WebKitGTK WebKitGTK+] || 10 ||
          || 4 |||| [http://intra.zeropage.org:4000/DevilsCamp Git] |||| [http://zeropage.org/seminar/91448 로우레벨로 보는 Physical MAC Cross Layer] |||| [http://zeropage.org/devils/91470#0, HTTP 프로토콜, C언어를 이용한 웹 서버 만들기] |||| |||| [진격의안드로이드&Java] |||| [:WebKitGTK WebKitGTK+] || 11 ||
          || 5 |||| [http://intra.zeropage.org:4000/DevilsCamp Git] |||| [http://zeropage.org/seminar/91448 로우레벨로 보는 Physical MAC Cross Layer] |||| [http://zeropage.org/devils/91470#0, HTTP 프로토콜, C언어를 이용한 웹 서버 만들기] |||| |||| [진격의안드로이드&Java] |||| 밥 or 야식시간! || 12 ||
          || 8 |||| ns-3 네트워크 시뮬레이터 소개 |||| [:데블스캠프2013/둘째날/API PHP + MySQL] |||| [http://zeropage.org/index.php?mid=seminar&document_srl=91554 Machine Learning] |||| |||| [MVC와 Observer 패턴을 이용한 UI 프로그래밍] |||| [아듀 데블스캠프 2013] || 3 ||
          || 9 |||| [개발업계 이야기] |||| [:데블스캠프2013/둘째날/API PHP + MySQL] |||| [http://zeropage.org/index.php?mid=seminar&document_srl=91554 Machine Learning] |||| |||| MVC와 Observer 패턴을 이용한 UI 프로그래밍 |||| [아듀 데블스캠프 2013] || 4 ||
         || 박지상(5기) || [http://zeropage.org/seminar/91479#0 페이스북 게임 기획] ||
         || 안혁준(18기) || [http://intra.zeropage.org:4000/DevilsCamp Git] ||
         || 윤종하(20기) || [http://zeropage.org/seminar/91448 로우레벨로 보는 Physical MAC Cross Layer] ||
         || 김홍기(18기) || [http://zeropage.org/seminar/91465#0, GUI 다뤄보기] ||
         || 서민관(19기) || [http://zeropage.org/devils/91470#0, HTTP 프로토콜, C언어를 이용한 웹 서버 만들기] ||
         || 김태진(21기) || [http://zeropage.org/index.php?mid=seminar&document_srl=91554 Machine Learning] ||
          * 옙 답변달았습니다. 더 많은 정보는 [https://trello.com/board/cleancode-study/51abfa4ab9c762c62000158a 트렐로]에 있을지도 모릅니다. 아카이빙을 잘 안해서.. - [서지혜]
  • 영호의바이러스공부페이지 . . . . 21 matches
         what our good friend Patti Hoffman (bitch) has written about it.
          the virus will attempt to infect the first .COM file in the
          current directory. On bootable diskettes, this file will normally
          an infected program is executed another .COM file will attempt to
          ;attributes
          xor cx,cx ;ditto
         attribute equ 21 ; Offset in DTA of file attribute
         virus_msg1 db cr,lf,tab,"ATTENTION! Your computer has been afflicted with$"
         orig_attr dw ?
          mov cx,00100111b ; Look for all flat file attributes
          mov cx,00100111b ; Look for all flat file attributes
          mov ax,[bx]+attribute ; Get the current file's attribute
          mov orig_attr,ax ; Save it
          mov dx,dta+filename ; Get the filename to change attribute
          mov cx,0 ; Clear all attribute bytes
          mov al,1 ; Set attribute sub-function
          je no_more_found ; If not, get outta here
          mov cx,orig_attr ; Get the file's original attribute
  • 작은자바이야기 . . . . 21 matches
          * http://springsource.org/
          * http://springsource.com/
          * http://search.maven.com/
          * http://mvnrepository.com/
          * http://neopythonic.blogspot.com/2008/10/why-explicit-self-has-to-stay.html
          * http://stackoverflow.com/questions/68282/why-do-you-need-explicitly-have-the-self-argument-into-a-python-method
          * SOLID [http://en.wikipedia.org/wiki/SOLID_(object-oriented_design) SOLID Wiki]
          * DRY [http://en.wikipedia.org/wiki/Don't_repeat_yourself DRY Wiki]
          * [http://en.wikipedia.org/wiki/Don%27t_repeat_yourself dont repeat yourself] 이걸 걸려고 했나? - [서지혜]
          * getter, setter가 존재하는 field
          * 리플렉션과 제네릭스를 써서 map -> object와 object -> map을 하는 부분을 해봤습니다. 자바의 일반적인 세 가지 방식의 클래스 내 변수에 대해 getClass, getFields, getMethods를 사용해 private, 나 접근자가 있는 경우의 값을 받아왔습니다. getter를 사용해서 변수 값을 받아올 때 이름이 get으로 시작하는 다른 함수를 제외하기 위해 method.getParameterTypes().length == 0 같은 부분은 이렇게 체크해야 된다는 부분은 나중에 제네릭스 관련으로 써먹을만 할 것 같습니다. 그리고 mapToObject에서는 문제가 없었지만 objectToMap의 경우에는 제네릭스의 type erase때문에 Class<T> expectedType = T.class; 같은 코드를 사용할 수 없어서 map.put(field.getName(), (T)field.get(obj));에서 형변환의 타입 안전성을 위해 인자로 Class<T> valueType을 받아오고 valueType.isAssignableFrom(field.getType())로 체크를 하는 부분도 공부가 많이 됐습니다. - [서영주]
          * @Target : 만들고자 하는 Annotation의 대상 지정. (ElementType.TYPE, ElementType.METHOD)등
          * BeanInfo, PropertyDescriptor를 이용해 getter, setter에 접근 가능
         .setTable("people")
          * servlet : 서버상에서 돌아가는 작은 프로그램. 아파치 웹서버의 모듈 방식(외부에서 http request가 날아오면 서버가 받아서 알맞은 모듈에 전달해줌.)처럼 만들어 놓은 것.
          * do* : 해당 httpMethod에 대한 처리를 해주는 method.
          * http 요청이 servlet에 전달되기까지 과정
          * http요청(http://hostname/contextPath/path?params) -> contextPath를 보고 해당하는 war를 찾음 -> war 내부의 web.xml을 보고 <servlet-mapping>의 정보를 보고 해당 주소에 매핑된 servlet을 찾는다. -> 해당하는 servlet이 없을 경우 defalut servlet이 처리
          * 도움이 될 만한 사이트 http://bumworld.dayindayout.co.kr/?p=799
          * 명령어의 prefix로 타입을 구분한다. http://en.wikipedia.org/wiki/Java_bytecode#Instructions
  • CuttingSticks/하기웅 . . . . 20 matches
         int stickLen, cuttingTime, cuttingPart, preCutting;
          while(stickNum!=cuttingTime+2)
          for(i=0,j=stickNum; i<cuttingTime-stickNum+2; i++,j++)
          return stick[0][cuttingTime+1].cost;
          cin>>cuttingTime;
          preCutting=0;
          for(i=0; i<cuttingTime; i++)
          cin >> cuttingPart;
          stick[i][i+1].len=cuttingPart-preCutting;
          preCutting = cuttingPart;
          stick[cuttingTime][cuttingTime+1].len=stickLen-preCutting;
          stick[cuttingTime][cuttingTime+1].cost=0;
          cout << "The minimum cutting is "<<calculate()<<"."<<endl;
  • MoinMoinFaq . . . . 20 matches
         [http://www.lineo.com/ Lineo]
         Wikis are used internally by the guys who write [http://www.zope.org/ Zope]
         the attributions on a page to make it look like a different person made a
         alter its meaning in a detrimental way). Pretty much any collaborative system
          * Click on {{{~cpp LikePages}}} at the bottom of the page. This shows pages
         just click on the Edit''''''Text link at the bottom of the page, or click on
         The wiki formatter will generally "do the right thing" with any text
         of formatting that html allows you to do. See the HelpOnFormatting page for some tips and examples.
         formatted in a consistent way. One important
          * Edit the Wiki page (go to the Wiki page and click the EditText link)
         You can make the link "prettier" by putting "cover" wording for the
          [http://your.link.here/foo.html This will be the link text]
         [http://your.link.here/foo.html This will be the link text]
         http://www.lineo.com/images/products/uclinux/logo_small.gif
         http://www.lineo.com/images/products/uclinux/logo_small.gif
         anonymously. Correcting spelling, formatting, or trivial word changes
         This is done by putting your html text as a parameter to the
         For people reading this FAQ page (which is probably not your average attacker), there is this way to restore a page:
          1. click on the little "i" in the top-right corner ({{{~cpp PageInfo}}}).
  • 안혁준 . . . . 20 matches
          * http://wikinote.bluemir.me
         http://wikinote.bluemir.me
          * [http://blog.naver.com/qa22ahj/100108641726 화면 보호기 만들기]
          * [http://blog.naver.com/qa22ahj/100096122952 알송 리스트 자동 추가 프로그램]
          * [http://blog.naver.com/qa22ahj/100053223569 손님 관리 프로그램 ver.허접]
          * [http://blog.naver.com/qa22ahj/100048706502 Wave Piano]
          * [http://blog.naver.com/qa22ahj/100044207448 테트리스 ver.허접]
          * 개인용위키 - [http://github.com/HyeokJun/WikiNote wikinote]
          * [http://intra.zeropage.org:3000 planetWar] - ZP MT 때 진행했던 AI경쟁 플랫폼. 코드 공개예정
          * [http://nforge.zeropage.org/projects/virtualbilliard 09년도 oop 프로젝트/당구]
          * [http://nforge.zeropage.org/projects/mine 09년도 oop 프로젝트/온라인 마인]
          * [http://nforge.zeropage.org/projects/davinchicode 09년도 JAVA 프로젝트/다빈치 코드]
          * [http://blog.naver.com/qa22ahj/100104060487 리눅스 부팅용 usb 만들기(설정의 저장및 하드 접근 가능)]
          * [attachment:안혁준/C++프로그래머가_보는_웹세상.pptx C++ 프로그래머가 보는 웹세상]
          * [attachment:안혁준/C++_0x_PPT.pptx C++0x]
          * [http://blog.naver.com/qa22ahj/100108512274 nds에 리눅스 올리기]
          * [http://blog.naver.com/qa22ahj/100051706791 고군분투 키바꾸기 프로그램] <- 나름 유용했음
          * [http://nforge.zeropage.org/projects/tachikoma 나만의 비서 프로그램 만들기](고등학교 때부터 시작했는데 아직도 손만 댄 수준.)
         [http://blog.naver.com/qa22ahj 블로그]
         [http://local.wasp.uwa.edu.au/~pbourke/geometry/lineline3d/] 두 선분사이의 최단거리
  • 영호의해킹공부페이지 . . . . 20 matches
          6. Computers can change (your) life for the better.
         This article is an attempt to quickly and simply explain everyone's favourite
         The stack pointer (SP) always points to the top of the stack, the bottom of it
         Shellcode? Right. We can execute pretty much anything we want, and as much as
         characters on either side of our shellcode just to make it pretty and even
         of the buffer we're overflowing, which we are setting as the return address,
         to be more widely known that the favoured use of it is insecure. Ditto for
          interested in getting involved with Assembly Programming, look around at the
          better you will find other resources for ASM coding all over the place, so
         Allright, here's a lame little idea for the purpose of abusing hacker kiddies.
         Anyway, so for lack of anything better to do, lets go to www.cyberarmy.com and
         you may end up getting yourself in more trouble than you bargained for. Don't
         to Telkom's Chatterbox range. You'll recognize it coz it says "Chatterbox" on
          have a point where the jack can be attached to the phone, in the newer ones
          the jack is already attached, therefore you need to find then point where
         Indication of the transmitter status
         Save the settings, quit the program.
         Choose menu 6 (Field Test Display Settings).
         Don't forget to confirm your selection with hitting enter (you won't see any
  • DevCppInstallationGuide . . . . 19 matches
         다운 로드 - http://zeropage.org/pub/util/devcpp-4.9.9.2_setup.exe
         http://user.chol.com/~dbtrc/1.jpg
         http://user.chol.com/~dbtrc/2.jpg
         http://user.chol.com/~dbtrc/3.jpg
         http://user.chol.com/~dbtrc/4.jpg
         http://user.chol.com/~dbtrc/5.jpg
         http://user.chol.com/~dbtrc/6.jpg
         http://user.chol.com/~dbtrc/7.jpg
         http://user.chol.com/~dbtrc/8.jpg
         http://user.chol.com/~dbtrc/9.jpg
         http://user.chol.com/~dbtrc/10.jpg
         http://user.chol.com/~dbtrc/11.jpg
         http://user.chol.com/~dbtrc/12.jpg
         http://user.chol.com/~dbtrc/13.jpg
         http://user.chol.com/~dbtrc/132.jpg
         http://user.chol.com/~dbtrc/14.jpg
         http://user.chol.com/~dbtrc/15.jpg
         http://user.chol.com/~dbtrc/16.jpg
         http://user.chol.com/~dbtrc/17.jpg
  • DevelopmentinWindows/UI . . . . 19 matches
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/Window1.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/Window2.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/Menu.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/Button.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/EditBox.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/ComboBox.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/ListBox.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/ScrollBar.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/TrackBar.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/ProgressBar.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/Tab.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/TreeView.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/Open.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/Font.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/Color.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/Print.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/Find.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/UI/Replace.jpg
  • MoreEffectiveC++/Appendix . . . . 19 matches
         For a more general reference on the language, the standard library, and how to apply it, there is no better place to look than the book by the man responsible for C++ in the first place: ¤ MEC++ Rec Reading, P10
          * '''''Effective C++''''', Second Edition: 50 Specific Ways to Improve Your Programs and Designs, Scott Meyers, Addison-Wesley, 1998, ISBN 0-201-92488-9. ¤ MEC++ Rec Reading, P14
         Each chapter in this book starts with some C++ software that has been published as an example of how to do something correctly. Cargill then proceeds to dissect — nay, vivisect — each program, identifying likely trouble spots, poor design choices, brittle implementation decisions, and things that are just plain wrong. He then iteratively rewrites each example to eliminate the weaknesses, and by the time he's done, he's produced code that is more robust, more maintainable, more efficient, and more portable, and it still fulfills the original problem specification. Anybody programming in C++ would do well to heed the lessons of this book, but it is especially important for those involved in code inspections. ¤ MEC++ Rec Reading, P21
         Carroll and Ellis discuss many practical aspects of library design and implementation that are simply ignored by everybody else. Good libraries are small, fast, extensible, easily upgraded, graceful during template instantiation, powerful, and robust. It is not possible to optimize for each of these attributes, so one must make trade-offs that improve some aspects of a library at the expense of others. Designing and Coding Reusable C++ examines these trade-offs and offers down-to-earth advice on how to go about making them. ¤ MEC++ Rec Reading, P30
         The first part of the book explains C++ for FORTRAN programmers (now there's an unenviable task), but the latter parts cover techniques that are relevant in virtually any domain. The extensive material on templates is close to revolutionary; it's probably the most advanced that's currently available, and I suspect that when you've seen the miracles these authors perform with templates, you'll never again think of them as little more than souped-up macros. ¤ MEC++ Rec Reading, P33
         Finally, the emerging discipline of patterns in object-oriented software development (see page 123) is described in ¤ MEC++ Rec Reading, P34
          * '''''Design Patterns''''': Elements of Reusable Object-Oriented Software, Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides, Addison-Wesley, 1995, ISBN 0-201-63361-2. ¤ MEC++ Rec Reading, P35
         This book provides an overview of the ideas behind patterns, but its primary contribution is a catalogue of 23 fundamental patterns that are useful in many application areas. A stroll through these pages will almost surely reveal a pattern you've had to invent yourself at one time or another, and when you find one, you're almost certain to discover that the design in the book is superior to the ad-hoc approach you came up with. The names of the patterns here have already become part of an emerging vocabulary for object-oriented design; failure to know these names may soon be hazardous to your ability to communicate with your colleagues. A particular strength of the book is its emphasis on designing and implementing software so that future evolution is gracefully accommodated (see Items 32 and 33). ¤ MEC++ Rec Reading, P36
         Design Patterns is also available as a CD-ROM: ¤ MEC++ Rec Reading, P37
          * '''''Design Patterns CD''''': Elements of Reusable Object-Oriented Software, Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides, Addison-Wesley, 1998, ISBN 0-201-63498-8. ¤ MEC++ Rec Reading, P38
         As the name suggests, this covers both C and C++. The articles on C++ tend to assume a weaker background than those in the C++ Report. In addition, the editorial staff keeps a tighter rein on its authors than does the Report, so the material in the magazine tends to be relatively mainstream. This helps filter out ideas on the lunatic fringe, but it also limits your exposure to techniques that are truly cutting-edge. ¤ MEC++ Rec Reading, P45
         In November 1995, a moderated version of comp.lang.c++ was created. Named °comp.lang.c++.moderated, this newsgroup is also designed for general discussion of C++ and related issues, but the moderators aim to weed out implementation-specific questions and comments, questions covered in the extensive °on-line FAQ ("Frequently Asked Questions" list), flame wars, and other matters of little interest to most C++ practitioners. ¤ MEC++ Rec Reading, P48
         Items 9, 10, 26, 31 and 32 attest to the remarkable utility of the auto_ptr template. Unfortunately, few compilers currently ship with a "correct" implementation.1 Items 9 and 28 sketch how you might write one yourself, but it's nice to have more than a sketch when embarking on real-world projects. ¤ MEC++ auto_ptr, P2
         If your compilers lack support for member templates, you can use the non-template auto_ptr copy constructor and assignment operator described in Item 28. This will make your auto_ptrs less convenient to use, but there is, alas, no way to approximate the behavior of member templates. If member templates (or other language features, for that matter) are important to you, let your compiler vendors know. The more customers ask for new language features, the sooner vendors will implement them. ¤ MEC++ auto_ptr, P8
  • Plugin/Chrome/네이버사전 . . . . 19 matches
          1. manifest.json의 attribute.
         http://code.google.com/chrome/extensions/index.html
         http://code.google.com/chrome/extensions/getstarted.html
         Wikipedia JSON : http://ko.wikipedia.org/wiki/JSON
         Wikipedia Ajax : http://ko.wikipedia.org/wiki/Ajax
         var req = new XMLHttpRequest();
          "http://api.flickr.com/services/rest/?" +
         // See: http://www.flickr.com/services/api/misc.urls.html
          return "http://farm" + photo.getAttribute("farm") +
          ".static.flickr.com/" + photo.getAttribute("server") +
          "/" + photo.getAttribute("id") +
          "_" + photo.getAttribute("secret") +
          <title>Getting Started Extension's Popup</title>
          "http://api.flickr.com/"
          * 링크 : http://code.google.com/chrome/extensions/contentSecurityPolicy.html
          * inline script를 cross script attack을 방지하기 위해 html과 contents를 분리 시킨다고 써있다. 이 규정에 따르면 inline으로 작성되어서 돌아가는 javascript는 모두 .js파일로 빼서 만들어야한다. {{{ <div OnClick="func()"> }}}와 같은 html 태그안의 inline 이벤트 attach도 안되기 때문에 document의 쿼리를 날리던가 element를 찾아서 document.addEventListener 함수를 통해 event를 받아 function이 연결되게 해야한다. 아 이거 힘드네. 라는 생각이 들었다.
          "tabs", "http://*/*"
  • STL/참고사이트 . . . . 19 matches
         [http://www.cs.rpi.edu/projects/STL/stl/stl.html C++ STL 레퍼런스 사이트]
         [http://www.sgi.com/tech/stl C++ STL from SGI]
         [http://www.cs.rpi.edu/projects/STL/htdocs/stl.html C++ STL from RPI univ]
         [http://dmoz.org/Computers/Programming/Languages/C++/Class_Libraries/STL C++ STL site ODP for STL] 와 [http://dir.lycos.com/Computers/Programming/Languages/C%2B%2B/Class_Libraries/STL 미러]
         [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]
         The Code Project, C++/STL/MFC 에 대한 소개 http://www.codeproject.com/cpp/stlintroduction.asp
         C++ Standard Template Library, another great tutorial, by Mark Sebern http://www.msoe.edu/eecs/cese/resources/stl/index.htm
         Technical University Vienna by Johannes Weidl http://dnaugler.cs.semo.edu/tutorials/stl mirror http://www.infosys.tuwien.ac.at/Research/Component/tutorial/prwmain.htm
         iterator에 대한 매우 좋은 설명 http://www.cs.trinity.edu/~joldham/1321/lectures/iterators/
         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
  • 데블스캠프2009/목요일/연습문제/MFC/박준호 . . . . 19 matches
          ON_BN_CLICKED(IDC_BUTTON2, OnButton2)
          ON_BN_CLICKED(IDC_BUTTON4, OnButton3)
          ON_BN_CLICKED(IDC_BUTTON5, OnButton5)
          ON_BN_CLICKED(IDC_BUTTON05, OnButton05)
          ON_BN_CLICKED(IDC_BUTTON06, OnButton06)
          ON_BN_CLICKED(IDC_BUTTON07, OnButton07)
          ON_BN_CLICKED(IDC_BUTTON08, OnButton08)
          ON_BN_CLICKED(IDC_BUTTON09, OnButton09)
          ON_BN_CLICKED(IDC_BUTTONaddition, OnBUTTONaddition)
          ON_BN_CLICKED(IDC_BUTTONsubtruction, OnBUTTONsubtruction)
          ON_BN_CLICKED(IDC_BUTTON1, OnButton1)
          ON_BN_CLICKED(IDC_BUTTONconclusion, OnBUTTONconclusion)
         // If you add a minimize button to your dialog, you will need the code below
         void CTestAPPDlg::OnButton2()
         void CTestAPPDlg::OnButton1()
         void CTestAPPDlg::OnButton3()
         void CTestAPPDlg::OnButton5()
         void CTestAPPDlg::OnButton05()
         void CTestAPPDlg::OnButton06()
         void CTestAPPDlg::OnButton07()
  • 방울뱀스터디/GUI . . . . 19 matches
         side=LEFT # 정렬방식(RIGHT, TOP, BOTTOM)
         after=button1 # 현재 pack하려는 객체를 button1바로뒤에 만들어 준다.
         before=button1 # 현재 pack하려는 객체를 button1바로앞에 만들어 준다.
         button.pack(side=LEFT, fill=X, padx=5, pady=10)
         button.place(30, 30, width=70, height=25)
         button = Button(frame, text="Push Button", fg="red", command=frame.quit)
         button.pack(side=LEFT)
         check = Checkbutton(frame, text="Check Button", variable=var, command=cb)
         radio1 = Radiobutton(frame, text="One", variable=var, value=1)
         radio2 = Radiobutton(frame, text="Two", variable=var, value=2)
         Radiobutton 함수호출에서 indicatoron=0을 넣어주면 라디오버튼모양이 푸시버튼모양으로 된다.
         button = Button(textArea, text="Click")
         textArea.window_create(INSERT, window=button)
         textArea.deletet(button) # 단추 삭제
  • 이영호/기술문서 . . . . 19 matches
         [http://wiki.kldp.org/wiki.php/DocbookSgml/GCC_Inline_Assembly-KLDP] - GCC Inline Assembly
         [http://wiki.kldp.org/wiki.php/DocbookSgml/Assembly-HOWT] - Linux Assembly HOWTO
         [http://linuxassembly.org]
         [http://linux.flyduck.com] - Linux Kernel
         [http://doc.kldp.org/KoreanDoc/html/Assembly_Example-KLDP/Assembly_Example-KLDP.html] - Linux Assembly Code
         [http://wiki.kldp.org/wiki.php/LinuxdocSgml/Assembly-HOWT] - Assembly-HOWTO V0.3c
         [http://wiki.kldp.org/wiki.php/CSocketFAQ] - 소켓
         [http://blog.naver.com/post/postView.jsp?blogId=pjfile&logNo=40012816514] - setsockopt() && Windows lib version
         [http://zeropage.org/wiki/_b7_e7_c7_c1_b4_c20_ba_ce_c5_cd_3f] - 루프는 0부터???
         [http://bbs.kldp.org/viewtopic.php?t=24407] - Reference 에 의한 호출과 Pointer에 의한 호출 (결론: Reference는 포인터에 의해 구현되며 표현만 CallByValue 다.)
         [http://bbs.kldp.org/viewtopic.php?t=21673] - printf & sprintf 팁
         [http://bbs.kldp.org/viewtopic.php?t=21671] - 문자 파싱하는 tip
         [http://bbs.kldp.org/viewtopic.php?t=20512] - Array 초기화를 쉽게 하는 방법...
         [http://bbs.kldp.org/viewtopic.php?t=1244] - 디버깅 이야기: malloc, free, new [], delete []
         [http://bbs.kldp.org/viewtopic.php?t=1133] - 디버깅 이야기: hex dump
         [http://bbs.kldp.org/viewtopic.php?t=48059] - struct POS의 memcmp와 if 의 성능비교 (결과 : 다루는 배열이나 구조체가 커질수록 memory계 함수가 빠르다.)
         [http://bbs.kldp.org/viewtopic.php?t=2128] - GNU C 에서의 printf 의 확장 및 locale 사용
         [http://bbs.kldp.org/viewtopic.php?t=1045] - *NIX 계통의 Debug에 유용한 툴 (GNU/Linux에서는 strace = A system call tracer, ltrace = A library call tracer)
         [http://bbs.kldp.org/viewtopic.php?t=30832] - 시스템 퍼퓨먼스 튜닝 (서버)
  • 즐겨찾기 . . . . 19 matches
         [http://c2.com]
         [http://myigs.com/]
         [http://xper.org/wiki/xp/RecentChanges XPer]
         [http://www.objectworld.org ObjectWorld]
         [http://xper.org/wiki/seminar/RecentChanges XperSeminar]
         [http://no-smok.net/nsmk/%EB%8C%80%ED%95%99%EC%83%9D%EC%9D%B4%EC%95%8C%EC%95%84%EC%95%BC%ED%95%A0%EA%B2%83%EB%93%A4?action=highlight&value=%EC%98%81%EC%96%B4%7C%EC%9E%91%EB%AC%B8]
         [http://www.passioninside.com 구근이형 개인위키]
         [http://jeppy.cafe24.com 종필이형 개인위키]
         [http://zozo.pe.kr/ 선호형 홈페이지]
         [http://xenbio.net/cgi/view/Xen/WebHome 승범이형 개인위키]
         [http://www.eip2k.com 병역특례]
         [http://groups.yahoo.com/group/testdrivendevelopment/ TDD 야후그룹]
         [http://www.dasomnetwork.com/~leedw/ 이동우님 개인위키]
         [http://blogs.pragprog.com/cgi-bin/pragdave.cgi/Practices/Kata]
         [http://no-smok.net/nsmk/ComputerCurriculum 내가 읽어야 할 책]
         [http://dbmain.snu.ac.kr/maro/books.html 책]
         [http://groups.yahoo.com/group/testdrivendevelopment/message/11784 Well, that's gonna fail]
         [http://www.winapi.co.kr/ WINAPI]
         [http://www.cinsk.org/cfaqs/html/ C에서 자주묻는질문]
  • CVS . . . . 18 matches
         Concurrent Versions System. 공동 프로젝트를 위한 소스 버전 관리 툴. 오픈소스계열에서 Source Repository 의 용도로서 많이 이용된다. 활발하게 이용되고 있는 곳에 대해서는 http://sourceforge.net 에서 많이 볼수 있다.
          * http://kldp.org/KoreanDoc/html/CVS_Tutorial-KLDP/x39.html - CVS At a Glance.
          * http://kldp.org/root/cvs.html
          * http://network.hanbitbook.co.kr/view_news.htm?serial=298 - CVS 소개.
          * http://network.hanbitbook.co.kr/view_news.htm?serial=299 - CVS 관리. tag, branch 등에 대한 간단한 소개.
          * http://www.comp.nus.edu.sg/~cs3215/tools/cvs.html - 싱가폴 국립대학의 소프트웨어 공학 프로젝트 자료. 쉬움!
          * [http://www.loria.fr/~molli/cvs/doc/cvs_toc.html CVS User's Guide]
          * [http://www.csc.calpoly.edu/~dbutler/tutorials/winter96/cvs/ Yet another CVS tutorial (a little old, but nice)]
          * [http://www.cs.utah.edu/dept/old/texinfo/cvs/FAQ.txt An old but very useful FAQ about CVS]
          * http://www.cvshome.org
          * http://cvsbook.red-bean.com/ CVS의 자세한 도움말
          * http://www.chonga.pe.kr/document/programming/cvs/index.php 해당 사이트에서 제작한 한글 Reference
          * http://www.componentsoftware.com/ :RCS 도 있음
          * http://sourceforge.net/projects/viewcvs
          * 현재 ZeroPage 에서는 CVS 서비스를 하고 있다. http://zeropage.org/viewcvs/cgi/viewcvs.cgi 또는 ZeroPage 홈페이지의 왼쪽 메뉴 참조. 웹 클라이언트로서 viewcvs 를 이용중이다. 일반 CVS Client 로서는 Windows 플랫폼에서는 [TortoiseCVS](소위 '터틀'로 불린다.) 를 강력추천! 탐색기의 오른쪽 버튼과 연동되어 아주 편리하다.
          * 참고: from- http://www.loria.fr/~molli/fom-serve/cache/352.html
         Apparently, the problem is actually with Linux - daemons invoked through inetd should not strictly have any associated environment. In Linux they get one, and in the error case, it is getting some phoney root environment.
  • Celfin's ACM training . . . . 18 matches
         || 5 || 6 || 110603/10198 || Counting || . || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4010&title=Counting/하기웅&login=processing&id=&redirect=yes Counting/Celfin] ||
         || 6 || 6 || 110606/10254 || The Priest Mathmatician || . || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4132&title=ThePriestMathematician/하기웅&login=processing&id=&redirect=yes The Priest Mathmatician/Celfin] ||
         || 7 || 6 || 110608/846 || Steps || . || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4130&title=Steps/하기웅&login=processing&id=&redirect=yes Steps/Celfin] ||
         || 8 || 9 || 110908/10276 || Hanoi Tower Troubles Again || . || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4078&title=HanoiTowerTroublesAgain!/하기웅&login=processing&id=&redirect=yes Hanoi Tower Troubles Again/Celfin] ||
         || 9 || 6 || 110602/10213 || How Many Pieces Of Land? || 3 hours || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4143&title=HowManyPiecesOfLand?/하기웅&login=processing&id=celfin&redirect=yes How Many Pieces Of Land?/Celfin] ||
         || 10 || 6 || 110601/10183 || How Many Fibs? || 2 hours || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4172&title=HowManyFibs?/하기웅&login=processing&id=celfin&redirect=yes How Many Fibs?/Celfin] ||
         || 11 || 10 || 111007/10249 || The Grand Dinner || 1 hour || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4188&title=TheGrandDinner/하기웅&login=processing&id=celfin&redirect=yes The Grand Dinner/Celfin] ||
         || 12 || 12 || 111201/10161 || Ant on a Chessboard || 40 mins || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4209&title=AntOnAChessboard/하기웅&login=processing&id=&redirect=yes Ant on a Chessboard/Celfin] ||
         || 13 || 12 || 111204/10182 || Bee Maja || 30 mins || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4235&title=BeeMaja/하기웅&login=processing&id=&redirect=yes Bee Maja/Celfin] ||
         || 14 || 12 || 111207/10233 || Dermuba Triangle || 3 hours || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4238&title=DermubaTriangle/하기웅&login=processing&id=&redirect=yes Dermuba Triangle/Celfin] ||
         || 15 || 11 || 111105/10003 || Cutting Sticks || 3 days || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4198&title=CuttingSticks/하기웅&login=processing&id=&redirect=yes CuttingSticks/Celfin] ||
         || 16 || 13 || 111303/10195 || The Knights of the Round Table || 1 hour || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4263&title=TheKnightsOfTheRoundTable/하기웅&login=processing&id=&redirect=yes TheKnightsOfTheRoundTable/Celfin] ||
         || 17 || 13 || 111306/10215 || The Largest/Smallest Box || 40 mins || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4264&title=TheLagestSmallestBox/하기웅&login=processing&id=&redirect=yes TheLargestSmallestBox/Celfin] ||
         || 18 || 13 || 111307/10209 || Is This Integration? || 2 hours || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4265&title=IsThisIntegration?/하기웅&login=processing&id=&redirect=yes IsThisIntegration/Celfin] ||
         || 22 || 13 || 111305/10167 || Birthday Cake || 1hour 30 mins || [http://zeropage.org/zero/index.php?title=BirthdatCake%2FCelfin&url=zeropage BirthdayCake/Celfin] ||
  • Gof/Singleton . . . . 18 matches
         더 좋은 방법은 클래스 자신으로 하여금 자기자신의 단일 인스턴스를 유지하도록 만드는 것이다. 이 클래스는 인스턴스가 생성될 때 요청을 가로챔으로서 단일 인스턴스로 만들어지는 것은 보증한다. 또한, 인스턴스에 접근하는 방법도 제공한다. 이것이 바로 SingletonPattern이다.
         SingletonPattern은 다음과 같은 경우에 사용한다.
         http://zeropage.org/~reset/zb/data/singl014.gif
         SingletonPattern은 여러가지 장점을 가진다.
          2. namespace를 줄인다. SingletonPattern은 global variable을 줄임으로서 global variable로 인한 namespace의 낭비를 줄인다.
         SingletonPattern 을 사용할 때 고려해야 할 사항들이 있다.
         1. unique instance임을 보증하는 것. SingletonPattern의 경우도 일반 클래스와 마찬가지로 인스턴스를 생성하는 방법은 같다. 하지만 클래스는 늘 단일 인스턴스가 유지되도록 프로그래밍된다. 이를 구현하는 일반적인 방법은 인스턴스를 만드는 operation을 class operations으로 두는 것이다. (static member function이거나 class method) 이 operation은 unique instance를 가지고 있는 변수에 접근하며 이때 이 변수의 값 (인스턴스)를 리턴하기 전에 이 변수가 unique instance로 초기화 되어지는 것을 보장한다. 이러한 접근은 singleton이 처음 사용되어지 전에 만들어지고 초기화됨으로서 보장된다.
         여기서 SingletonPattern과 관련 되는 내용은 Maze application은 단 하나의 maze factory를 필요로 한다는 것과 그 maze factory의 인스턴스는 어디서든지 maze의 부분을 만들 수 있도록 존재해야 한다는 것이다. 이러할 때가 바로 SingletonPattern을 도입할 때이다. MazeFactory를 Singleton으로 구현함으로써, global variable에 대한 재정렬을 할 필요가 없이 maze 객체를 만들때 필요한 MazeFactory를 global하게 접근할 수 있다.
         Smalltalk-80[Par90] 의 SingletonPattern의 예는 ChangeSet current라는 코드에 대한 change들 집합들이다. 더 적합한 예제로는 클래스들과 그들의 '''metaclass''' 간의 관계이다. metaclass는 클래스의 클래스로, 각 metaclass는 하나의 인스턴스를 가진다. metaclass들은 이름을 가지지 않지만 (그들의 단일인스턴스를 통한 간접적인 방법을 ㅔㅚ하고), 그들의 단일 인스턴스를 유지하며 일반적으로 다른 클라이언트에 의해 생성되지 않는다.
         InterViews user interface toolkit[LCI+92]는 toolkit의 Session과 WidgetKit 클래스의 unique instance에 접근하지 위해 SingletonPattern을 이용한다. Session은 application의 메인 이벤트를 dispatch하는 루프를 정의하고 사용자 스타일관련 데이터베이스를 저장하고, 하나나 그 이상의 물리적 display 에 대한 연결들(connections)을 관리한다. WidgetKit은 user interface widgets의 look and feel을 정의한다. WidgetKit::instance () operation은 Session 에서 정의된 환경변수에 기반하여 특정 WidgetKit 의 subclass를 결정한다. Session의 비슷한 operation은 지원하는 display가 monochrome display인지 color display인지 결정하고 이에 따라서 singleton 인 Session instance를 설정한다.
         === Related Patterns ===
         많은 pattern들이 SingletonPattern을 사용하여 구현될 수 있다. AbstractFactoryPattern, BuilderPattern, PrototypePattern을 참조하라.
         만약 저 코드를 제대로 수정하려 한다면 어떻게 해야 되나요? 참고로 저는 http://www.javaworld.com/javaworld/javaqa/2001-11/01-qa-1102-singleton.html에 있는 자바소스를 cpp로 포팅했습니다. -- FredFrith
  • JavaStudy2004/조동영 . . . . 18 matches
          protected int attackPoint;
          private boolean airAttack;
          public Unit(int hp, int shield, int attack, String state, boolean air) {
          this.attackPoint = attack;
          this.airAttack = air;
          public void underattack(int aAttackPoint) {
          totalHp -= aAttackPoint;
          public int getAttackPoint() {
          return attackPoint;
          zealot z = new zealot(100, 100, 10, "attack", false);
          d.underattack(z.getAttackPoint());
          public zealot(int hp, int shield, int attack, String state, boolean air) {
          super(hp, shield, attack, state, air);
          public dragoon(int hp, int shield, int attack, String state, boolean air) {
          super(hp, shield, attack, state, air);
  • Linux . . . . 18 matches
         [[https://groups.google.com/forum/#!msg/comp.os.minix/dlNtH7RRrGA/SwRavCzVE7gJ 전설적인 서문]]
         리눅스와 비슷한 운영체제로는 정통적인 유닉스 클론 이라고 평가받는 [:FreeBSD BSD]계열이 있다. BSD계열중 가장 잘알려진 [http://www.kr.freebsd.org FreeBSD]의 경우 실제로 과거부터 hotmail.com, yahoo.com, cdrom.com 을 운영해온 네트워킹에 대한 안정성이 입증된 운영체제이다. 실제로 2.6커널의 도입이전에는 BSD의 네트워킹이 더욱 뛰어나다는 평가를 받았지만 일반적인 의견이었으나, 많은 구조적 변경을 통해서 리눅스는 현재 이런 점을 극복하고 BSD와 리눅스를 선택하는 것은 운영자의 기호일 뿐이라는 이야기를 한다. 최근에는 리눅스를 데스크탑의 용도로 까지 확장하려는 노력의 덕분에 로케일 설정관련 부분이 대폭 강화되었으며, 사용자 편의성을 고려한 WindowManager인 [Gnome], [KDE] 등의 프로그램이 대폭 강화되면서 low-level 유저라도 약간의 관심만 기울인다면 충분히 서버로써 쓸 만한 운영체제로 변모하였다.
         [http://www.zeropage.org/pub/Linux/Microsoftware_Linux_Command.pdf 마이크로소프트웨어_고급_리눅스_명령와_중요_시스템_관리]
         [http://www-106.ibm.com/developerworks/linux/library/l-web26/ 리눅스2.4와 2.6커널의 비교 자료]
         [http://zeropage.org/pub/Linux/Running_Linux_4th.pdf RunningLinux, 4th] - 깨진고리
         [http://phpschool.com/bbs2/inc_print.html?id=11194&code=tnt2] linux에서 NTFS 마운트 하기
         [http://www.kldp.org 리눅스 문서 한글화 프로젝트(KLDP)]
         [http://j2k.naver.com/j2k_frame.php/korean/http://www.linux.or.jp/JF/ 리눅스 문서 일본어화 프로젝트(LJFP)]
         [http://kltp.kldp.org 한국 리눅스 팁 프로젝트(KLTP)]
         [http://www.kelp.or.kr KELP.or.kr]
         [http://www.debianusers.org 한국데비안사용자모임]
         [http://www.gentoo.or.kr 한국젠투사용자모임]
         [http://www.ubuntu.or.kr 한국우분투사용자모임]
         [http://www.gnome.or.kr Gnome Korea Group]
         [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의 소개, 인터뷰기사등]
  • MoinMoinBugs . . . . 18 matches
         http://www.encrypted.net/~jh/img/roach.gif
         Hmmm...I use NetScape, MsIe, MoZilla and Galeon. I haven't had a problem but some other's using MoinMoin 0.8 have intermittently lost cookies. Any ideas?
          * InterWiki links should either display the destination Wiki name or generate the A tag with a TITLE attribute so that (at least in IE) the full destination is displayed by floating the cursor over the link. At the moment, it's too hard to figure out where the link goes. With that many InterWiki destinations recognised, we can't expect everyone to be able to recognise the URL.
          * Hover over the interwiki icon and you'll already get a tooltip, I'll look into the title attribute stuff.
          * The intent is to not clutter RecentChanges with functions not normally used. I do not see a reason you want the lastest diff when you have the much better diff to your last visit.
         With 0.3, TitleIndex is broken if first letter of Japanese WikiName is multibyte character. This patch works well for me but need to be fixed for other charsets.
          letter = name[0]
          letter = "~"
         + if letter not in (string.letters + string.digits):
         + letter = "~"
          if letter not in index_letters:
          index_letters.append(letter)
          if letter <> current_letter:
  • MoinMoinWikis . . . . 18 matches
          * [http://www.sh.rim.or.jp/~yasusii/ YasushiIwata's Home Page] (Japanese - gives a 404 error ... should be deleted?)
          * [http://www.bioinformatics.org/piperwiki/moin.cgi Wiki for the Piper project]
          * [http://pgdn.org/wiki CultureWiki] (online again, but still dead)
          * [http://compsoc.dur.ac.uk/~tsp/cgi-bin/triki.cgi TrikiWiki] (private wiki for the Transformers holiday - uses a mildly hacked MoinMoin)
          * [http://www.keitee.net/ Keiteedot] (Slash like wiki in Japanese)
          * [http://www.gembook.org/moin/ WikiArea] (Japanese)
          * [http://www.thinkware.se/cgi-bin/thinki.cgi/ Thinki]
          * [http://www.cdegroot.com/cgi-bin/photowiki/ Photo Wiki]
          * [http://www.cdegroot.com/cgi-bin/moin/ cdegroot.com's MoinMoin]
          * [http://seattlewireless.net/ SeattleWireless]
          * [http://www.personaltelco.net/ PersonalTelco]
          * [http://www.bcwireless.net/ BC Wireless]
          * [http://www.alberg30.org/collaborate/ Alberg Wiki]
          * [http://www.linuxvideo.org/docs/wiki/ LiViD Wiki]
          * [http://gstreamer.net/wiki/ GStreamer Wiki]
          * [http://lightingwiki.com/FrontPage The Lighting Wiki]
  • MoreEffectiveC++/C++이 어렵다? . . . . 18 matches
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fEfficiency#head-fe2478216366d160a621a81fa4e3999374008afa Item 24 Virtual 관련], [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fMiscellany#head-ce86e4dc6d00b898731fbc35453c2e984aee36b8 Item 32 미래 대비 프로그램에서 String문제]
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fEfficiency#head-4e0fa0edba4b5f9951ea824805784fcc64d3b058 Item 24 다중 상속 관련]
          === RTTI (Real Time Type Information) ===
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fEfficiency#head-df8e5cb1fbb906f15052798c446df0ed08dfeb91 Item 24 RTTI 관련]
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fTechniques3of3 Item 31]
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fTechniques3of3#head-85091850a895b3c073a864be41ed402384d1868c RTTI를 이용해 구현 부분]
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fMiscellany#head-a8fe938a36d3be47de007ce24f1d367295cd7ea7 Item 34 name mangle 관련]
          * 다른 언어 : Java는 공통의 플랫폼 차원([http://java.sun.com/j2se/1.3/docs/guide/serialization/ Serialization]), C#은 .NET Specification에서 명시된 attribute 이용, 직렬화 인자 구분, 역시 플랫폼에서 지원
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fMiscellany#head-9b5275859c0186f604a64a08f1bdef0b7e9e8e15 Item 34]
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fMiscellany#head-a8fe938a36d3be47de007ce24f1d367295cd7ea7 Item 34 name mangle 관련]
          [http://www.itworld.com/AppDev/710/lw-02-stroustrup/]
          [http://developer.apple.com/techpubs/macosx/ReleaseNotes/Objective-C++.html]
          [http://java.sun.com/javaone/javaone2001/pdfs/2733.pdf]
          [http://gcc.gnu.org/java/gcj2.html]
          [http://www.research.avayalabs.com/user/wadler/pizza/gj/]
          [http://www.javaworld.com/javaworld/jw-02-2000/jw-02-jsr.html]
          [http://jcp.org/jsr/detail/014.jsp]
  • NeoCoin/Server . . . . 18 matches
         ..resin/bin/httpd.sh start
         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]]
         jvm설정에서 dummy를 설정하고, jdk는 따로 sun에서 받아 오거나, http://blackdown.org 를 이용한다.
          * 파일시스템을 reiserfs로 모두 바꾸기 http://debianusers.org/stories.php?story=01/03/01/9830027
          * 데비안에서 자바 사용하기 http://debianusers.org/stories.php?story=02/08/02/1679110
          * 의존성 패키지 몽땅 지우기 http://debianusers.org/stories.php?story=02/05/19/0340504
         -mutt에서 html 메일 w3m으로 보기
         http://members.optusnet.com.au/ckolivas/kernel/ 리눅스커널 2.4.19 대의 여러 성능 향상 관련 패치 모음이에요. 벤치마크 보면 눈에 띠게 향상되네요. [http://contest.kolivas.net 요건 벤치마크 프로그램입니다] --동희
  • ProjectZephyrus/Server . . . . 18 matches
         http://165.194.17.15/~neocoin/ProjectZephyrus/Server/doc/index.html
         ||05.23|| [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer-0523-aSC.gif gif] || [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer_20020523-a.mdl Rose]||.||
         ||05.24|| [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer-0524-aSC.gif gif] || [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer_20020602-a.mdl Rose] ||.||
         ||05.27|| [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer-0527-aSC.gif gif] || [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer_20020527-a.mdl Rose]||.||
         ||06.02|| [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer-0602-aSC.gif gif] || [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer_20020602-a.mdl Rose] || [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer_20020602-a30.mdl MS VM] ||
         ||06.03|| [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer-0603-aSC.gif gif] || [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer_20020603-a.mdl Rose] || [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer_20020603-a30.mdl MS VM] ||
         ||06.07|| [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer-0607-aSC.gif gif] || [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer_20020607-a.mdl Rose] || [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/ProjectZephyrusServer_20020607-a30.mdl MS VM] ||
         ||java -jar {{{~cpp PZServerForWin.jar}}} Port번호(Default 22000)||[http://165.194.17.15/~neocoin/ProjectZephyrus/Server/PZServerForWin.jar jar]||Windows||
         ||java -jar {{{~cpp PZServerForZeroPage.jar}}} Port번호(Default 22000)|| [http://165.194.17.15/~neocoin/ProjectZephyrus/Server/PZServerForZeroPage.jar jar]||ZeroPage용||
  • PythonLanguage . . . . 18 matches
          * TestFirstProgramming, UnitTest(PyUnit 참고), ["Refactoring"] 등의 방법론을 같이 접목시키면 더욱 큰 효과를 발휘할 수 있다.
          * [http://codejob.co.kr/docs/view/2/ 점프 투 파이썬]
          * [http://wikidocs.net/read/book/136 왕초보를 위한 파이썬]
         [http://docs.python.org/tut/tut.html PythonTutorial]
         ~~[http://www.python.or.kr:8080/python/LectureNotes/ 파이썬정보광장PPT_강추]~~
         ~~http://board1.hanmir.com/blue/Board.cgi?path=db374&db=gpldoc~~
         ~~http://python.netian.com/index.html~~
         ~~http://users.python.or.kr:9080/PyKUG/TransProjects/Python20Docs/~~
          * http://python.org - 파이썬 공식 홈페이지
          * http://python.or.kr - 파이썬 정보 광장 (국내 파이썬 사용자들 그룹)
          * ~~http://www.python.or.kr:8080/python - 파이썬 정보광장(좀 오래된거)~~
          * http://openlook.org/ - FreeBSD 포트 커미터로, Open Source 쪽으로 유명하신 NoSmok:퍼키 님 개인 사이트.
          * ~~http://board1.hanmir.com/blue/Board.cgi?path=db374&db=gpldoc - johnsonj 님의 파이썬 문서고~~
          * ~~http://fallin.lv/PythonRumors~~
          * http://www.gpgstudy.com/gpgiki/python_script - 파이썬의 Extending 과 Embedding 의 응용.
          * ~~http://www.anygui.com/ - anygui, Zope 자료가 풍부하다.~~
          * http://www.hanb.co.kr/network/networkmain.html - python 으로 search 해보시라. 재미있는 기사들이 많다.
          * http://www.onlamp.com/python/ - O Reilly ONLamp
          * http://sourceforge.net/projects/mysql-python/ - python-mysql API
  • XMLStudy_2002/XML+CSS . . . . 18 matches
         <MYDOC xmlns:HTML="http://www.w3.org/Profiles/XHTML-transitional">
         <HTML:A href="http://msdn.microsoft.com/xml/xslguide/browsing-css.asp">How to Write a CSS StyleSheet for Browsing XML</HTML:A>
         <MYDOC xmlns:HTML="http://www.w3.org/Profiles/XHTML-transitional">
         [1]<HTML:A href="http://msdn.microsoft.com/xml/xslguide/browsing-css.asp ">
         [2]<HTML:A href="http://msdn.microsoft.com/xml/xslguide/browsing-overview.asp">
         [3]<HTML:A href="http://msdn.microsoft.com/xml/samples/review/review-css.xml">
         [4]<HTML:A href="http://msdn.microsoft.com/xml/samples/review/review-xsl.xml">
         <!ATTLIST DATE TYPE (LAST_MODIFIED|BEGINNING_DATE) #REQUIRED>
          margin-bottom :1em;
          margin-bottom :0em;
          margin-bottom :0.5em;
          margin-bottom :1.5em;
          margin-bottom :2em;
          margin-bottom :2em;
          margin-bottom :1em;
          margin-bottom :2em;
          margin-bottom :0.5em;
          margin-bottom :0em;
          margin-bottom :1em;
  • 데블스캠프2005/사진2 . . . . 18 matches
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_01.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_02.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_03.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_04.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_05.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_06.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_07.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_08.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_09.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_10.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_11.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_12.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_13.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_14.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_15.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_16.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_17.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_18.JPG width = 1024 height = 768>)]] ||
  • Gof/State . . . . 17 matches
         네트워크 커넥션을 나타내는 TCPConnection 라는 클래스를 생각해보자. TCPConnection 객체는 여러가지의 상태중 하나 일 수 있다. (Established, Listening, Closed). TCPConnection 객체가 다른 객체로부터 request를 받았을 때, TCPConnection 은 현재의 상태에 따라 다르게 응답을 하게 된다. 예를 들어 'Open' 이라는 request의 효과는 현재의 상태가 Closed 이냐 Established 이냐에 따라 다르다. StatePattern은 TCPConnection 이 각 상태에 따른 다른 행위들을 표현할 수 있는 방법에 대해 설명한다.
         StatePattern 의 주된 아이디어는 네트워크 커넥션의 상태를 나타내는 TCPState 추상클래스를 도입하는데에 있다. TCPState 클래스는 각각 다른 상태들을 표현하는 모든 클래스들에 대한 일반적인 인터페이스를 정의한다. TCPState의 서브클래스는 상태-구체적 행위들을 구현한다. 예를 들어 TCPEstablished 는 TCPConnection 의 Established 상태를, TCPClosed 는 TCPConnection 의 Closed 상태를 구현한다.
         http://zeropage.org/~reset/zb/data/state_eg.gif
         다음과 같은 경우에 StatePattern 을 이용한다.
          * 객체의 상태에 대한 처리를 위해 구현하는 다중 조건 제어문이 거대해질 경우. 이 상태들을 일반적으로 하나나 그 이상의 열거형 상수들로 표현된다. 종종 여러 명령들은 객체 상태에 따른 처리를 위해 비슷한 유형의 조건 제어와 관련한 코드를 가지게 된다. StatePattern 은 각각의 조건분기점들을 클래스로 분리시킨다. 이는 객체의 상태들을 다른 객체로부터 다양하게 독립적일 수 있는, 고유의 권리를 가지는 객체로서 취급하도록 해준다.
         http://zeropage.org/~reset/zb/data/state.gif
         StatePattern은 다음과 같은 결과를 가진다.
         Johnson an Zweig [JZ91] 은 StatePattern 과 TCP 커넥션 프로토콜로 어플리케이션의 특성을 나타낸다.
         대부분의 대중적인 상호작용적인 드로잉 프로그램들은 직접 조작하여 명령을 수행하는 'tool' 을 제공한다. 예를 들어, line-drawing tool 은 사용자가 클릭 & 드레그 함으로서 새 선을 그릴 수 있도록 해준다. selection tool 은 사용자가 도형을 선택할 수 있게 해준다. 보통 이러한 툴들의 palette (일종의 도구상자 패널)를 제공한다. 사용자는 이러한 행동을 'tool을 선택한 뒤 선택한 tool을 이용한다' 라고 생각한다. 하지만, 실제로는 editor 의 행위가 현재 선택한 tool로 전환되는 것이다. drawing tool 이 활성화 되었을 때 우리는 도형을 그리고 selection tool 이 활성화 되었을 때 도형을 선택할 수 있는 식이다. 우리는 현재 선택된 tool 에 따른 editor 의 행위를 전환시키는 부분에 대해 StatePattern 을 이용할 수 있다.
         툴-구체적 행위를 구현하는 서브클래스를 정의하는 곳에 대해 Tool 추상 클래스를 정의할 수 있다. drawing editor 는 currentTool 객체를 가지며, request를 이 객체에 위임시킨다. 사용자가 새 tool를 골랐을 때, drawing editor 는 행위를 전환해야 하므로 따라서 이 객체는 교체된다.
         이 방법은 HowDraw [Joh92]와 Unidraw [VL90] drawing editor 프레임워크에 이용되었다. 이는 클라이언트로 하여금 새로운 종류의 tool들을 쉽게 정의할 수 있도록 해준다. HowDraw 에서 DrawingController 클래스는 currentTool 객체에게 request를 넘긴다. UniDraw에서는 각각 Viewer 와 Tool 클래스가 이와 같은 관계를 가진다. 다음의 클래스 다이어그램은 Tool 과 DrawingController 인터페이스에 대한 설명이다.
         http://zeropage.org/~reset/zb/data/state012.gif
         Coplien's Envelope-Letter idiom [Cop92] 는 State 와 관련되어있다. Envelope-Letter 는 run-time 시에 객체의 클래스를 전환하는 방법이다. StatePattern 은 더 구체적이며, 객체의 상태에 그 행위가 의족적일때에 다루는 방법에 촛점을 맞춘다.
         == Related Patterns ==
          * FlyweightPattern 은 State객체들이 언제 어떻게 공유되는지 표현한다.
          * State객체는 종종 SingletonPattern 으로 구현된다.
  • HolubOnPatterns/밑줄긋기 . . . . 17 matches
          * 좋은 클래스는 getter와 setter메소드를 갖지 않는데, 이런 메소드는 구현 상세를 노출시키기 때문에 결과적으로 유지 보수를 어렵게 만들기 때문이다. 예를 들어 getter 메소드의 리턴 타입이 바뀌게 되면 getter를 정의하는 객체뿐 아니라 'getter'를 호출하는 모든 코드 또한 바꾸어 주어야 한다. 잠시 후에 getter와 setter 메소드 없이 시스템을 디자인하는 방법에 대해 설명할 것이다. 기대해도 좋다.
          * 불행히도 아무도 이러한 getter/setter를 이런 의도대로 사용하지 않았다.
         ==== 언제 getter와 setter를 사용해도 괜찮은가? ====
          * '어떤 용도로 사용될지를 모두 예측할 수 없어'와 같은 문제는 자바 패키지 전반에 퍼져 있다. 이런 경우 이미 말했듯이 객체에서 모든 getter와 setter를 제거할 수 없다.
         ==== getter/setter 이슈 정리 ====
         [HolubOnPatterns], [DesignPatterns/2011년스터디]
  • IsbnMap . . . . 17 matches
         WowBook http://www.wowbook.com/generic/book/info/book_detail.asp?isbn=ISBN$ISBN2 http://image.wowbook.com/book/large_image/$ISBN2.gif
         Tmecca http://www.tmecca.co.kr/search/isbnsearch.html?isbnstr=
         AladdinMusic http://www.aladdin.co.kr/music/catalog/music.asp?ISBN= http://www.aladdin.co.kr/CDCover/$ISBN2_1.jpg
         AladdinBook http://www.aladdin.co.kr/catalog/book.asp?ISBN= http://www.aladdin.co.kr/Cover/$ISBN2_1.gif
          http://www.aladdin.co.kr/music/catalog/music.asp?ISBN=9049741495
          [http://www.aladdin.co.kr/CDCover/2452436078_1.jpg]
          * 새책 : jpg {{{http://image.aladdin.co.kr/cover/cover/ISBN$_1.jpg}}}
          * 이전책 : gif {{{http://image.aladdin.co.kr/cover/cover/ISBN$_1.gif}}}
         AladdinBOOK http://www.aladdin.co.kr/shop/wproduct.aspx?ISBN= http://image.aladdin.co.kr/cover/cover/$ISBN2_1.gif
         AladdinBook http://www.aladdin.co.kr/shop/wproduct.aspx?ISBN= http://image.aladdin.co.kr/cover/cover/$ISBN2_1.jpg
         {{{[wiki:AladdinMusic:9049741495 http://www.aladdin.co.kr/CDCover/2452436078_1.jpg]}}}
         [wiki:AladdinMusic:9049741495 http://www.aladdin.co.kr/CDCover/2452436078_1.jpg]
  • PrettyPrintXslt . . . . 17 matches
         <?xml-stylesheet href="PrettyPrintXslt" type="text/xml"?>
          XML to HTML Verbatim Formatter with Syntax Highlighting
          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
          xmlns:verb="http://informatik.hu-berlin.de/xmlverbatim"
          <xsl:call-template name="xmlverb-attrs" />
          <!-- attribute nodes -->
          <xsl:template name="xmlverb-attrs">
          <span class="xmlverb-attr-name">
          <span class="xmlverb-attr-content">
          <xsl:with-param name="attrs" select="true()" />
          <xsl:call-template name="preformatted-output">
          <xsl:call-template name="preformatted-output">
          <xsl:param name="attrs" />
          <!-- $text is an attribute value -->
          <xsl:when test="$attrs">
          <!-- preformatted output: space as  , tab as 8  
          <xsl:template name="preformatted-output">
  • 창섭이 환송회 사진 . . . . 17 matches
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0378.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0379.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0380.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0381.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0382.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0383.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0384.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0385.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0386.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0387.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0388.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0389.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0390.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0391.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0392.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0393.JPG||
         ||http://zeropage.org/~wiz/data/image/myPhoto/DSCN0394.JPG||
  • Java2MicroEdition/MidpHttpConnectionExample . . . . 16 matches
         import javax.microedition.io.HttpConnection;
          private HttpConnection httpConn;
          SpikeGetHtml sgh = new SpikeGetHtml("http://dduk.idaizy.com/j2me/test.txt");
         import javax.microedition.io.HttpConnection;
          private HttpConnection httpConn;
          httpConn = (HttpConnection)Connector.open(url);
          httpConn.setRequestMethod(HttpConnection.GET);
          httpConn.setRequestProperty("User-Agent", "Mozilla/4.0");
          dis = httpConn.openDataInputStream();
          if( httpConn != null ) {
          httpConn.close();
          httpConn = null;
  • Kongulo . . . . 16 matches
         # modification, are permitted provided that the following conditions are
         # this software without specific prior written permission.
          - Knows basic and digest HTTP authentication
          - When recrawling, uses If-Modified-Since HTTP header to minimize transfers
          '''An exception handler for HTTP that never throws an exception for various
          def http_error_304(self, req, fp, code, msg, hdrs):
          http_error_400 = http_error_401 = http_error_402 = http_error_403 \
          = http_error_404 = http_error_304
         class PasswordDb(urllib2.HTTPPasswordMgr):
         # exceptions for HTTP error codes we handle explicitly.
         opener = urllib2.build_opener(urllib2.HTTPBasicAuthHandler(passwords),
          urllib2.HTTPDigestAuthHandler(passwords),
         assert hasattr(opener.handlers[0],
         # This parses Windows proxy registry settings
          URL. This is based on the type of the URL (only crawl http URLs) and robot
          if not url.startswith('http') or not self.match_url.match(url):
          if hasattr(rules, 'errcode') and rules.errcode == 200:
          # formatting as used by the server), then current date in
          # TODO Use the last-modified HTTP header instead of current time
          # Don't use historical flag, because if we do, GDS will "throttle"
  • LispLanguage . . . . 16 matches
          * 나무위키의 설명(덕질은 위대하다): https://namu.wiki/w/LISP
          * Common LISP wikibooks: https://en.wikibooks.org/wiki/Common_Lisp
          * TutorialsPoint LISP: http://www.tutorialspoint.com/lisp/index.htm
          * emacs 강좌 - lisp 이해하기 1: http://ageofblue.blogspot.kr/2012/01/emacs-lisp-1.html
          * Practical Common LISP: http://www.gigamonkeys.com/book/
          * [http://lib.store.yahoo.net/lib/paulgraham/acl2.txt 쉬운 따라하기]
          * [http://c2.com/cgi/wiki?CommonLispUnit CommonLispUnit]
          * [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.peter-herth.de/ltk/ The Lisp Toolkit]
         [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]
          * 참고링크 : http://stackoverflow.com/questions/7424307/can-i-save-source-files-in-clisp
         [http://www.clisp.org/ CLISP] : [Commom Lisp](ANSI 표준으로 지정된 Lisp 방언)의 구현체 중 하나.
         [http://clojure.org/ Clojure] : Rich Hickey가 제작한 Lisp 방언 중 하나. JVM 상에서 돌아가는 Lisp 구현체로, Java API를 직접 불러서 사용하는 것이 가능하다.
  • PrivateHomepageMaking . . . . 16 matches
         참고) http://apmsetup.com http://kldp.org
         || Zeroboard || http://www.nzeo.com || PHP 기반이며 DB는 MySQL 을 이용한다 ||
         || n@board || http://navyism.com || (위와동일) ||
         || whitebbs || http://whitebbs.com || PHP 기반이며 파일 입출력을 이용한다. (DB서버 불필요) ||
         || jsboard || http://kldp.net/projects/jsboard/ || 적수보드, PHP+MySQL 상에서 작동 ||
         || phpBB || http://phpbb.com || php*mysql 기반, 포럼위주의 게시판 ||
         || TatterBlog || http://tattertools.com || 태터 블로그 ||
         || ZOG || http://zog.co.kr || ZOG 시스템 블로그 ||
         || DokuWiki || http://wiki.splitbrain.org/ || PHP 기반, 내가 본거 중에 제일 괜찮다, 데비안의 경우 패키지로 그냥 설치됨 ||
         || MoinMoin || http://moinmoin.wikiwikiweb.de/ || Python 기반, 파일시스템 이용 ||
         || MoniWiki || http://moniwiki.sourceforge.net/wiki.php || PHP 기반, 파일 시스템 이용 ||
         || MediaWiki || http://wikipedia.sourceforge.net/ || PHP 기반, mysql 이용 ||
         참고) [http://wiki.splitbrain.org/wiki%3Acompare WikiEngine 비교]
  • R'sSource . . . . 16 matches
         urldump = commands.getoutput('lynx -width=132 -nolist -dump http://board5.dcinside.com/zb40/zboard.php?id=dc_sell | grep 995')
          #url='http://www.daum.net'
          url = 'http://www.replays.co.kr/technote/main.cgi?board=bestreplay_pds/'
          #http://165.194.17.5/wiki/index.php?url=zeropage&no=2985&title=Linux/RegularExpression&login=processing&id=&redirect=yes
          pattern = re.compile('(^<TABLE.*<a.*number=)(.*)&view=2.*\[1\].*')
          print 'pattern searching...'
          matching = pattern.match(line)
          beReadingUrl = 'http://www.replays.co.kr/technote/main.cgi?board=bestreplay_pds&number=%d&view=2&howmanytext=' % i
          # pattern = re.compile('.*<a.*<a.*\"(http.*)\".*' + keyGamer + '.*')
          pattern = re.compile('.*<a.*<a.*\".(.*)\".*' + keyGamer + '.*')
          matching = pattern.match(line)
          choicedRepUrl = 'http://www.replays.co.kr/technote' + matching.group(1)
          pattern = re.compile('^<a href=\".(.*filename=(.*.rep).*)\".*')
          matching = pattern.match(line)
          downUrl = 'http://www.replays.co.kr/technote' + matching.group(1)
  • RandomWalk2/재동 . . . . 16 matches
         import unittest, random, os.path
         class ReaderTestCase(unittest.TestCase):
         class BoardTestCase(unittest.TestCase):
         class MoveRoachTestCase(unittest.TestCase):
         class AllCaseTestCase(unittest.TestCase):
          #unittest.main()
         import unittest, random, os.path
         class ReaderTestCase(unittest.TestCase):
         class BoardTestCase(unittest.TestCase):
         class MoveRoachTestCase(unittest.TestCase):
          self.time = self.getTime()
          def getTime(self):
          #unittest.main()
         import unittest, os.path
         class ReaderTestCase(unittest.TestCase):
         class BoardTestCase(unittest.TestCase):
         class MoveRoachTestCase(unittest.TestCase):
          def testGetTime(self):
          expectTime = 20
          self.assertEquals(expectTime,self.moveRoach.getTime())
  • WikiSlide . . . . 16 matches
          * '''Easy''' - no HTML knowledge necessary, simply formatted text
          * '''Simple''' - ''Content over Form'' (content counts, not the super-pretty appearance)
          * Title search and full text search at bottom of page
         To edit a page, just click on [[Icon(edit)]] or on the link "`EditText`" at the end of the page. A form will appear enabling you to change text and save it again. A backup copy of the previous page's content is made each time.
         To add special formatting to text, just enclose it within markup. There are special notations which are automatically recognized as internal or external links or as embedded pictures.
         || {{{http://www.web.de/}}} || http://www.web.de/ ||
         || {{{http://moniwiki.kldp.org/imgs/moniwiki-logo.png}}} || http://moniwiki.kldp.org/imgs/moniwiki-logo.png ||
         For details see HelpOnFormatting, HelpOnLinking and HelpOnSmileys.
         Preformatted text (e.g. a copy of an email) should be placed inside three curly braces `{{{ ... }}}`: {{{
         For better visual separation, horizontal lines can be generated by using four dashes.
          * `PageList` - generates lists of pages with titles matching a pattern
          * `AttachFile`: Attach files to a page (HelpOnActions/AttachFile)
         == Wikiquette - how do I behave correctly? ==
  • 데블스캠프2010/다섯째날/ObjectCraft/미션2/강소현 . . . . 16 matches
          int attack;
         void AAttackB(zerg *a, zerg *b){
          b->HP -= a->attack;
          AAttackB(&zerg1,&zerg2);
          printf("%s가 %s에게 데미지 %d를 입혀 HP가 %d가 되었다.\n",zerg1.name, zerg2.name, zerg1.attack, zerg2.HP);
          AAttackB(&zerg2,&zerg1);
          printf("%s가 %s에게 데미지 %d를 입혀 HP가 %d가 되었다.\n",zerg2.name, zerg1.name, zerg2.attack, zerg1.HP);
          int attack;
          newZerg->attack = 5;
          newZerg2->attack = 5;
         void AAttackB(zerg *a, zerg *b){
          b->HP -= a->attack;
          printf("%s가 %s에게 데미지 %d를 입혀 HP가 %d가 되었다.\n",a->name, b->name, a->attack, b->HP);
          a->HP -= b->attack;
          printf("%s가 %s에게 데미지 %d를 입혀 HP가 %d가 되었다.\n",b->name, a->name, b->attack, a->HP);
          AAttackB(&zerg1,&zerg2);
  • 임인택/AdvancedDigitalImageProcessing . . . . 16 matches
          http://www.prip.tuwien.ac.at/~hanbury/intro_ip/
          http://www.reindeergraphics.com/tutorial/chap6/binary04.html
          http://www.google.co.kr/url?sa=U&start=6&q=http://www.isprs.org/istanbul2004/comm4/papers/509.pdf&e=747
          http://www.google.co.kr/url?sa=U&start=8&q=http://www.vision.caltech.edu/pmoreels/Publications/PmoreelsIEEE_IP_Jul03.pdf&e=747
          http://www.google.co.kr/url?sa=U&start=11&q=http://www.cv.tu-berlin.de/~vr/papers/acrobat/TGJGD97.pdf&e=747
          http://www.anc.ed.ac.uk/~amos/hough.html
          http://rkb.home.cern.ch/rkb/AN16pp/node122.html
          http://www.netnam.vn/unescocourse/computervision/62.htm
          http://planetmath.org/encyclopedia/HoughTransform.html
          http://visl.technion.ac.il/labs/anat/12-Hough/
          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
  • Emacs . . . . 15 matches
          * [http://ftp.gnu.org/pub/gnu/emacs/windows/ Download]는 여기서 하면 됩니다. 윈도우즈 용이라 버전이 약간 낮네요.
          * [http://wiki.zeropage.org/wiki.php/Emacs/Mode/MinorMode/hs-minor-mode hs-minor-mode]
         이를 위해 먼저 [http://www.emacswiki.org/cgi-bin/wiki/PythonMode PythonMode]를 [http://sourceforge.net/projects/python-mode/ Download]합니다.
          * ntemacs 에서는 C:\Documents and Settings\UserName\Application Data 에 저장됩니다.
          * [https://github.com/technomancy/package.el/blob/master/package.el package.el]을 컴퓨터에 저장한다. 저장 위치는 아무 곳이나 상관 없지만 되도록이면 HOME 디렉토리에 .emacs.d 디렉토리를 만들어서 그 안에 넣어 주도록 하자.
         (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t)
         (add-to-list 'package-archives '("marmalade" . "http://marmalade-repo.org/packages/"))
          1. cedet github에 들어가서 압축파일을 받는다.([http://sourceforge.net/projects/cedet/])
          2. 현제 emacs의 최신버젼은 24.*대이다. 그리고 이 버젼대의 emacs는 내부적으로 cedet이 설치되어있다고 한다. 이 cedet의 버젼과 ecb의 버젼 사이에 버그때문에 ecb 환경설정을 하려하면 어려움이 많다. 열심히 삽질해서 알아본 결과 어떤 외국 신사분이 버그 fix후 report하기전에 반영이 늦을것같기에 미리 github에 올려두신 수정 버전이 있다.([https://github.com/alexott/ecb/]) 여기에서 ecb의 압축파일을 받는 것부터 시작을 한다.
         [http://emacs.kldp.org/wiki/doku.php?id=#emacs-kr Emacs 한국 사용자 위키]
         [http://www.emacswiki.org/cgi-bin/wiki/ Emacs wiki]
         [http://www.skybert.nu/cgi-bin/viewpage.py.cgi?computers+emacs+python_configuration emacs python configuration] - DeadLink
         [http://wiki.kldp.org/wiki.php/EmacsGdbEtagsCscope 처음 할때 보면 좋을 튜토리얼 위키]
  • Eric3 . . . . 15 matches
         http://www.die-offenbachs.de/detlev/eric3.html
         http://www.die-offenbachs.de/detlev/images/eric3-screen-1.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-2.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-3.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-4.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-5.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-6.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-7.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-8.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-9.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-10.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-11.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-12.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-13.png
         http://www.die-offenbachs.de/detlev/images/eric3-screen-14.png
  • InterWikiIcons . . . . 15 matches
         The InterWiki Icon is the cute, little picture that appears in front of a link instead of the prefix established by InterWiki. An icon exists for some, but not all InterMap references.
         You can set InterWikiIcon to InterMap entries by putting an icon file of name lowercased InterWiki entry name, e.g; meatball for MeatBall, under imgs directory.
          * [wiki:FOAF:http://dannyayers.com/misc/foaf/foaf.rdf DannyAyers]
          * [[Icon(moin-new.gif)]]Amazon - http://puzzlet.org/imgs/amazon-16.png
          * [[Icon(moin-new.gif)]][http://www.worrynet.com/jandi/wiki.cgi/%C0%DC%B5%F0%B9%E7 Jandi] - http://puzzlet.org/imgs/jandi-16.png (16x16x16M)
          * [[Icon(moin-new.gif)]][http://ko.wikipedia.org/ KoWikipedia] - http://puzzlet.org/imgs/kowikipedia-16.png (16x16x16M)
          * Freefeel - http://freefeel.org/upload/freefeelz16.png (as recommended at Freefeel:FreeFeelZone 16x15x256) or http://puzzlet.org/imgs/freefeel-16-new.png (16x16x16)
          * Jangnan - http://puzzlet.org/imgs/jangnan-16.png (16x16x16)
          * NoSmoke - http://puzzlet.org/imgs/nosmoke-16.png (adjusted color-resolution down to 16col: 16x16x16)
         For more information, check http://puzzlet.org/plots/InterWikiIcons
          * [http://musikis.cafe24.com/ccmpic CCMPic] - http://musikis.cafe24.com/ccmpic/imgs/ccmpic-16.png
  • JavaStudy2003/세번째과제/곽세환 . . . . 15 matches
          private Point right_bottom = new Point();
          right_bottom.setX(p2_x);
          right_bottom.setY(p2_y);
          "끝점의 x 좌표 : " + right_bottom.getX() + "\n" +
          "끝점의 y 좌표 : " + right_bottom.getY() + "\n";
          right_bottom.move(xValue, yValue);
          private Point right_bottom = new Point();
          right_bottom.setX(p2_x);
          right_bottom.setY(p2_y);
          area = Math.abs(right_bottom.getX() - left_top.getX()) * Math.abs(left_top.getY() - right_bottom.getY());
          "right 좌표 : " + right_bottom.getX() + "\n" +
          "bottom 좌표 : " + right_bottom.getY() + "\n" +
          right_bottom.move(xValue, yValue);
  • JavaStudy2004/클래스상속 . . . . 15 matches
          자바 클래스를 새로 작성할 때 대부분 다른 클래스가 가지는 정보와 몇 가지의 추가적인 정보를 가지게 할 것이다. 예를 들어 새로운 Button을 만들려고 한다면 클래스에 Button으로부터 상속받을 수 있도록 정의하기만 하면 된다. 따라서 Button과 다른 특징에 대해서만 신경 쓰면 된다.
          protected Point right_bottom;
          right_bottom = p2;
          this.right_bottom = new Point( x2,y2 );
          if(Math.abs(left_top.getX()-right_bottom.getX()) >= Math.abs(left_top.getY()-right_bottom.getY()))
          radius = Math.abs(left_top.getY()-right_bottom.getY());
          radius = Math.abs(left_top.getX()-right_bottom.getX());
          //right_bottom
          return Math.abs(right_bottom.getX()-left_top.getX()) * Math.abs(left_top.getY()-right_bottom.getY());
          * 공격받으면 HP가 깎인다(전달인자로 적의 공격력을 받음) (ex public void underattack(int aAttackPoint) )
  • MineFinder . . . . 15 matches
          * 추후 DP 로 확장된다면 StrategyPattern 과 StatePattern 등이 이용될 것 같지만. 이는 추후 ["Refactoring"] 해 나가면서 생각해볼 사항. 프로그램이 좀 더 커지고 ["Refactoring"] 이 이루어진다면 DLL 부분으로 빠져나올 수 있을듯. ('빠져나와야 할 상황이 생길듯' 이 더 정확하지만. -_-a)
          * 지뢰찾기 프로그램의 윈도우 핸들을 얻고 해당 메세지를 보내어서 지뢰찾기 프로그램을 구동하는 루틴 관련 SpikeSolution. (아.. UnitTest 코드 넣기가 애매해서 안넣었다. 궁리해봐야 할 부분같다.)
         http://zeropage.org/~reset/zb/data/spy_1.gif
         http://zeropage.org/~reset/zb/data/spy_2.gif
         지뢰 버튼을 열고 깃발체크를 위한 마우스 클릭시엔 WM_LBUTTONDOWN, WM_RBUTTONDOWN 이고, 단 ? 체크관련 옵션이 문제이니 이는 적절하게 처리해주면 될 것이다. 마우스클릭은 해당 Client 부분 좌표를 잘 재어서 이를 lParam 에 넘겨주면 될 것이다.
          * [http://zeropage.org/~reset/zb/download.php?id=KDP_board_image&page=1&page_num=20&category=&sn=&ss=on&sc=on&keyword=&prev_no=&select_arrange=headnum&desc=&no=57&filenum=1 1차일부분코드] - 손과 눈에 해당하는 부분 코드를 위한 간단한 예제코드들 모음. 그리고 지뢰찾기 프로그램을 제어하는 부분들에 대해 Delegation 시도. (CMinerControler 클래스는 처음 '막 짠' 코드로부터 지뢰찾기 제어부분 함수들을 클래스화한것임)
          * [http://zeropage.org/~reset/zb/download.php?id=KDP_board_image&page=1&page_num=20&category=&sn=&ss=on&sc=on&keyword=&prev_no=&select_arrange=headnum&desc=&no=58&filenum=1 1차제작소스]
         void CMinerFinderDlg::OnButtonStart()
          SetTimer (1000, 100, NULL);
         void CMinerFinderDlg::OnButtonStop()
          * [http://zeropage.org/~reset/zb/download.php?id=KDP_board_image&page=1&page_num=20&category=&sn=&ss=on&sc=on&keyword=&prev_no=&select_arrange=headnum&desc=&no=59&filenum=1 2차제작소스]
          * [http://zeropage.org/~reset/zb/download.php?id=KDP_board_image&page=1&page_num=20&category=&sn=&ss=on&sc=on&keyword=&prev_no=&select_arrange=headnum&desc=&no=60&filenum=1 3차제작소스]
          * [http://zeropage.org/~reset/zb/download.php?id=KDP_board_image&page=1&page_num=20&category=&sn=&ss=on&sc=on&keyword=&prev_no=&select_arrange=headnum&desc=&no=60&filenum=2 4차제작소스]
          * [http://zeropage.org/~reset/zb/download.php?id=KDP_board_image&page=1&page_num=20&category=&sn=&ss=on&sc=on&keyword=&prev_no=&select_arrange=headnum&desc=&no=61&filenum=1 5차제작소스]
          * [http://zeropage.org/~reset/zb/download.php?id=KDP_board_image&page=1&page_num=20&category=&sn=&ss=on&sc=on&keyword=&prev_no=&select_arrange=headnum&desc=&no=62&filenum=1 6차제작소스]
          * [http://zeropage.org/~reset/zb/download.php?id=KDP_board_image&page=1&page_num=20&category=&sn=&ss=on&sc=on&keyword=&prev_no=&select_arrange=headnum&desc=&no=63&filenum=1 98호환버그수정소스]
         저의 홈페이지는 http://ssrnet.snu.ac.kr/~leedw 입니다. MineFInder는 잘 모르겠구요, 지뢰찾기를 디스어셈블링해서 프로세스 메모리 맵 안의 0x1005700 번지가 지뢰찾기의 전체 상태 맵 배열이란건 알고 있습니다. 이곳 맵 상태 배열에서 7번째 비트가 1로 셋팅되어 있으면 그것에 해당되는 x, y좌표가 지뢰가 있는 곳이지요. 그래서 지뢰찾기 맵핵을 만들었더랬습니다. 저는 '해부학자'를 모델링 했다고하면 되겠네요. 어쨌든 허락해 주셔서 감사합니다. :) --동우
  • ProjectEazy/Source . . . . 15 matches
         import unittest
         class EazyWordTestCase(unittest.TestCase):
          unittest.main()
         import unittest
         class EazyDicTestCase(unittest.TestCase):
          unittest.main()
          lastToken = aSentence.split()[-1]
          self.removeMark(lastToken) )
         import unittest
         class EazyParserTestCase(unittest.TestCase):
          unittest.main()
         import unittest
          suite = unittest.TestSuite()
          suite.addTest(unittest.makeSuite(EazyParserTestCase, 'test'))
          suite.addTest(unittest.makeSuite(EazyWordTestCase, 'test'))
          suite.addTest(unittest.makeSuite(EazyDicTestCase, 'test'))
          runner = unittest.TextTestRunner()
  • PyIde . . . . 15 matches
          * gvim 6.2 - http://www.vim.org
          * python 2.3 - http://python.org
          * [Plex] - http://www.cosc.canterbury.ac.nz/~greg/python/Plex/ - 근데.. 몇몇 부분은 parser 모듈로만으로 충분할것도 같은데..
          * [wxPython] - http://wxpython.org
          * BicycleRepairMan - http://bicyclerepair.sourceforge.net/
          * BoaConstructor - http://boa-constructor.sourceforge.net/
          * http://www.exman.pe.kr/ExmanIDE/ - exman 님의 IDE. 마소 오픈디벨로퍼에서 개발기가 연재중.
          * http://www.die-offenbachs.de/detlev/eric3.html - 스크린샷만 두고 볼때 가장 잘만들어져보이는 IDE.
          * http://pythoncard.sourceforge.net
          * http://st-www.cs.uiuc.edu/users/brant/Refactory/RefactoringBrowser.html - Smalltalk refactoring browser
          * http://idlefork.sourceforge.net/
          * http://codespeak.net/pypy/ - 순수 파이썬으로 구현하는 python 이라고 한다. 관심이 가는중.
          * http://www.scons.org/
          * http://webpages.charter.net/edreamleo/front.html - LEO
          * auto completion ( http://don.freeshell.org/jython/ 참조)
  • XMLStudy_2002/Resource . . . . 15 matches
          :XML 관련 스펙이나 드래프트 노트들은 모드 http://www.w3c.org 사이트에서 얻을수 있다.
          *[http://www.w3c.org] : 항상 최신의 변화들을 업데이트 ,스펙의 새 버전이나 새로운 표준에 대한 요구사항이나 드래프트들이 가장 먼저 올라오는 곳 XML을 찾아 클릭한다.
          || XML || [http://www.w3c.org/XML] ||
          || XSL || [http://www.w3c.org/Style/XSL] ||
          || DOM || [http://www.w3c.org/DOM] ||
          || XHTML || [http://www.w3c.org/MarkUp] ||
          || XLink || [http://www.w3c.org/XML/Linking] ||
          || XPath || [http://www.w3c.org/TR/xpath.html] ||
          *국내 XML 메일링 리스트 : [http://dblab.comeng.chungnam.ac.kr/~dolphin/xml/korean/mailinglist.html]
          *XML Software의 XML Editor 페이지 : [http://xmlsoftware.com/editors/]
          *XML.com의 XML Editor 가이드 : [http://www.xml.com/pub/Guide/XML_Editors]
          *Robin Cover's XML Software : [http://www.oasis-open.org/cover/xml.html#xmlSoftware]
          *XML Software의 XML Parsers/Processors 홈페이지 : XML 파서와 파싱 및 DOM이나 SAX를 지원하는 XML 프로세서에 대한 간단한 설명과 라이센스 상태와 다운로드 받을수 있거나 또는 해당 프로세서의 메인 페이지로 이동할 수 있는 링크를 포함 하고 있다. 수십개 이상의 프로세서에 대한 정보가 있어 거의 모든 파서를 찾을 수 있다. [http://www.xmlsoftware.com/parsers/]
          *XML.com의 Resource Guide 중 XML Parsers : 여기에서도 여러 파서들에 대한 목록을 제공한다. 목록에서는 각 파서에 대한 설명이 간단하게 되어 있지만, 각 파서 이름을 클릭하면, XML.com의 Editor 중의 한 사람인 Lisa Rein이 평가한 내용들이 기술되어 있고, 해당 파서의 메인 페이지나 다운로드 페이지로 이동할 수 있는 링크를 포함하고 있다. [http://www.xml.com/pub/Guide/XML_Parsers]
          *첫번째 : 다운로드 페이지로 이동 [http://msdn.microsoft.com/xml/general/xmlparser.asp] 안되면 MSDN 다운로드 페이지에서 다운받는다.
  • ZPBoard/APM/Install . . . . 15 matches
          * Apache를 다운 받아 설치한다. (http://www.apache.org/dist/httpd/binaries/win32/apache_1.3.26-win32-x86-no_src.exe)
          * PHP를 다운 받아 c:\php 정도의 적당한 디렉토리에 압축을 푼다. (http://us3.php.net/do_download.php?download_file=php-4.2.2-Win32.zip)
          * Apache의 httpd.conf 파일에 다음을 추가한다.
         AddType application/x-httpd-php .php}}}
          * MySQL을 다운 받아 설치한다. (http://www.mysql.com/downloads/download.php?file=Downloads/MySQL-3.23/mysql-3.23.52-win.zip&download=http://mysql.holywar.net/Downloads/MySQL-3.23/mysql-3.23.52-win.zip)
          * 웹브라우져를 실행시켜 주소에 http://127.0.0.1/test.php 를 입력하고, 제대로 설치 되었는지 확인한다.
          * PHP를 다운 받아 c:\php 정도의 적당한 디렉토리에 압축을 푼다. (http://us3.php.net/do_download.php?download_file=php-4.2.2-Win32.zip)
          * MySQL을 다운 받아 설치한다. (http://www.mysql.com/downloads/download.php?file=Downloads/MySQL-3.23/mysql-3.23.52-win.zip&download=http://mysql.holywar.net/Downloads/MySQL-3.23/mysql-3.23.52-win.zip)
          * 웹브라우져를 실행시켜 주소에 http://127.0.0.1/test.php 를 입력하고, 제대로 설치 되었는지 확인한다.
          * APM들의 버전이 계속 바뀌기 때문에 http://www.php.net/ 과 http://dev.mysql.com/ 의 최신 설치 방법을 읽으면서 하면 삽질을 좀 덜 할수 있는거 같다.
          * APM을 설치, 설정을 자동으로 해주는 프로그램도 있네요. 번거로운 설치과정이 귀찮으신 분들은 이놈도 좋을듯. [http://www.apmsetup.com/]. 하지만 직접 설치해 보지 않으면 모르는것도 있으니... 귀찮으신 분만 쓰세요ㅋ - [이승한]
  • 덜덜덜/숙제제출페이지2 . . . . 15 matches
          int pattern_num;
          char pattern_shape;
          scanf("%d", &pattern_num);
          scanf("%c", &pattern_shape);
          scanf("%c", &pattern_shape);
          for(i = 1; i <= pattern_num; i++)
          for(blank = 0; blank < pattern_num - i; blank++)
          printf("%c", pattern_shape);
          for(i = 1; i < pattern_num; i++)
          for(j = 0; j < 2*(pattern_num-i)-1; j++)
          printf("%c", pattern_shape);
          int pattern, length, a, b, c;
          scanf("%c", &pattern);
          printf("%c", pattern);
          printf("%c", pattern);
  • 데블스캠프2010/다섯째날/ObjectCraft/미션3/김상호 . . . . 15 matches
         void attack(unit a, unit &b)
          int attackerTeam = rand() % 2;
          int attackerUnit = rand() % 2;
          attack(a[attackerTeam * 2 + attackerUnit],a[(!attackerTeam) * 2 + defenderunit]);
          int attackerTeam = rand() % 2;
          int attackerUnit = rand() % 2;
          a[attackerTeam * 2 + attackerUnit].attack(a[(!attackerTeam) * 2 + defenderunit]);
         void unit::attack(unit &b)
          void attack(unit &b);
  • 비행기게임/BasisSource . . . . 15 matches
          self.rect.bottom = SCREENRECT.bottom - 100
          return self.rect.right-130, self.rect.bottom-100
          self.rect.midbottom = pos
          self.rect.midbottom = pos
          pattern = 0
          def setSpritePattern(self, pattern):
          self.pattern = pattern
          Behavior.Behavior(self,self.pattern)
          return self.rect.right, self.rect.bottom
          self.rect.centery = (SCREENRECT.bottom/10)*int(9)
          enemyList[countOfEnemy].setSpritePattern(pathAndKinds[line][4])
          enemyList[countOfEnemy].setPos(SCREENRECT.left,(SCREENRECT.bottom/10)*int(pathAndKinds[line][0]))
  • ASXMetafile . . . . 14 matches
          * <Duration value = "00:00:00">: Sets the value attribute for the length of time a streaming media file is to be played.
          * <Banner href = "path of the banner source">: Places a banner (82 pixels × 30 pixels) image at the bottom of the video display area.
          o HTTP Server: File names will start with http://.
          o ASX files, on the other hand, are small text files that can always sit on an HTTP server. When the browser interprets the ASX file, it access the streaming media file that is specified inside the ASX file, from the proper HTTP, mms, or file server.
          <MoreInfo href="http://www.microsoft.com/windows/windowmedia" />
          <Banner href="http://Servername/Path/Banner1.gif">
          <MoreInfo href="http://www.microsoft.com/windows/windowsmedia" />
          <Logo href="http://servername/path/banner2.gif" Style="ICON" />
          <MoreInfo href="http://www.microsoft.com/windows/windowsmedia" />
          <Ref href="http://cita.rehab.uiuc.edu/mediaplayer/mediasmaple.asf"
          ?sami="http://cita.rehab.uiuc.edu/mediaplayer/samisample.smi" />
          * [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]
          * [http://msdn.microsoft.com/workshop/imedia/windowsmedia/crcontent/asx.asp Windows Media metafile] - [DeadLink]
          * [http://msdn.microsoft.com/downloads/samples/internet/imedia/netshow/simpleasx/default.asp MSDN Online Samples : Simple ASX] - [DeadLink]
  • Button/상욱 . . . . 14 matches
          JButton button1;
          JButton button2;
          button1 = new JButton("BUTTON1");
          button1.addActionListener(this);
          button2 = new JButton("BUTTON2");
          button2.addActionListener(this);
          panel.add(button1);
          panel.add(button2);
          if (ae.getSource() == button1) {
          else if (ae.getSource() == button2) {
  • EightQueenProblem/da_answer . . . . 14 matches
          Button1: TButton;
          procedure Button1Click(Sender: TObject);
         procedure TForm1.Button1Click(Sender: TObject);
          showMessage(inttostr(i));
          showMessage(inttostr(QueenPosArr[j].X)+'-'+inttostr(QueenPosArr[j].Y));
          Button1: TButton;
          procedure Button1Click(Sender: TObject);
         procedure TForm1.Button1Click(Sender: TObject);
          showMessage(inttostr(i));
          showMessage(inttostr(QueenPosArr[j].X)+'-'+inttostr(QueenPosArr[j].Y));
  • FortuneCookies . . . . 14 matches
          * Good fortune in love, as well as a better position.
          * You attempt things that you do not even plan because of your extreme stupidity.
          * Creditors have much better memories than debtors.
          * Expect a letter from a friend who will ask a favor of you.
          * You will overcome the attacks of jealous associates.
          * Stop searching forever. Happiness is unattainable.
          * You will gain money by a speculation or lottery.
          * The attacker must vanquish; the defender need only survive.
          * Your mode of life will be changed for the better because of good news soon.
          * It is better to wear out than to rust out.
          * You will attract cultured and artistic people to your home.
          * You plan things that you do not even attempt because of your extreme caution.
          * Your mode of life will be changed for the better because of good news soon.
          * Your mode of life will be changed for the better because of new developments.
  • HowToStudyXp . . . . 14 matches
          * Agile Software Development with [http://www.controlchaos.com/ SCRUM](Schwaber Ken) : 최근 Scalability를 위해 XP+[http://www.controlchaos.com/ SCRUM]의 시도가 agile 쪽의 큰 화두임.
          * http://groups.yahoo.com/group/extremeprogramming
          * http://c2.com/cgi/wiki?ExtremeProgrammingRoadmap
          * [http://groups.google.co.kr/groups?hl=ko&lr=&ie=UTF-8&newwindow=1&group=comp.software.extreme-programming news:comp.software.extreme-programming]
          * http://groups.yahoo.com/group/testdrivendevelopment
          * http://groups.yahoo.com/group/refactoring
          * http://groups.yahoo.com/group/emergentdesign
          * http://groups.yahoo.com/group/agile-testing
          * [http://groups.google.co.kr/groups?dq=&num=25&hl=ko&lr=&ie=UTF-8&newwindow=1&group=comp.object&start=0 news:comp.object]
          *Scott Ambler
         이게 힘들면 같이 스터디를 하는 방법이 있습니다(스터디 그룹에 관한 패턴 KH도 참고하시길. http://www.industriallogic.com/papers/khdraft.pdf). 이 때 같이 책을 공부하거나 하는 것은 시간 낭비가 많습니다. 차라리 공부는 미리 다 해오고 만나서 토론을 하거나 아니면 직접 실험을 해보는 것이 훨씬 좋습니다 -- 두사람 당 한대의 컴퓨터와 커대란 화이트 보드를 옆에 두고 말이죠. 제 경우 스터디 팀과 함께 저녁 시간마다 가상 XP 프로젝트를 많이 진행했고, 짤막짤막하게 프로그래밍 세션도 많이 가졌습니다.
         '''Agile Software Development with [http://www.controlchaos.com/ SCRUM]''' by Schwaber Ken
         '''Agile Modeling''' by Scott W. Ambler
  • NamedPipe . . . . 14 matches
          NULL); // no security attribute
          NULL, // no security attribute
          DWORD cbBytesRead, cbReplyBytes, cbWritten;
          &cbWritten, // number of bytes written
          if (! fSuccess || cbReplyBytes != cbWritten) break;
          DWORD cbRead, cbWritten, dwMode;
          NULL, // no security attributes
          0, // default attributes
          &cbWritten, // bytes written
          // Reply from the pipe is written to STDOUT.
          chBuf, cbRead, &cbWritten, NULL))
         실제 예제 파일 NamedPipe를 이용한 Chat Program [http://www.zeropage.org/pds/20031103027/NamedPipe.zip]
  • PatternOrientedSoftwareArchitecture . . . . 14 matches
          http://images.amazon.com/images/P/0471958697.01.__PE_PIm.arrow,TopLeft,-2,-19_SCMZZZZZZZ_.jpg wiki:ISBN:0471958697 http://images.amazon.com/images/P/0471606952.01.__PE_PIm.arrow,TopLeft,-2,-19_SCMZZZZZZZ_.jpg wiki:ISBN:0471606952
         == 1. Patterns ==
         == 2. Architectual Patterns ==
         || From Mud to Structure || Layer, Blackboard Pattern || 전체적인 시스템을 상호 협력하는 하부 그룹으로 나누어서 관리 힌다.||
         || Distributed Systems || Broken Patterns || use in distributed application ||
         || Interactive Systems || Model-View-Controlled, Presentation-Abstraction-Control Pattern || - ||
         || Adaptable Systems || Microkernel pattern || - ||
          * Scenario2 - bottom-up communication, 레이어 1에서 시작하는 연쇄적인 동작들이다. top-down communicatin과 헷갈릴 수도 있는데 top-down communication은 요청(requests)에 의해서 동작하지만, bottom-up communication은 통지(notifications)에 의해서 동작한다. 예를 들어서 우리가 키보드 자판을 치면, 레벨1 키보드에서 최상위 레벨 N에 입력을 받았다고 통지를 한다. bottom-up communicatin에서는 top-down communication과는 반대로 여러개의 bottom-up 통지들(notifications)은 하나의 통지로 압축되어서 상위 레이어로 전달되거나 그대로 전달된다.
          * 실행(implementation) - 아래 과정은 모든 application에 반드시 가장 좋은 방법이라고 할 수는 없다. 종종 bottom-up이나 yo-yo 방법으로 접근하는것이 더 좋을지도 모른다. 자신의 application에 필요하다 싶은 과정을 짚어서 하면 된다.
          * 구현(implementation) : blackboard pattern을 구현하려면 다음과 같은 단계를 수행하여라.
  • ProjectPrometheus/Journey . . . . 14 matches
          * UnitTest 들이 드디어 다시 녹색바. 그리고 서블릿에 있던 로직 부분을 Extract, 테스트들을 붙여줌.
          * 서블릿 레이어부분에 대해서 Controller 에 Logic 이 붙는 경우 어떻게 Test 를 붙일까. (FacadePattern 을 생각하고, 웹 Tier 를 따로 분리하는 생각을 해보게 된다.) --["1002"]
         Object-RDB Mapping 에 대해서는 ["PatternsOfEnterpriseApplicationArchitecture"] 에 나온 방법들을 읽어보고 그중 Data Mapper 의 개념을 적용해보는중. Object 와 DB Layer 가 분리되는 느낌은 좋긴 한데, 처음 해보는것이여서 그런지 상당히 복잡하게 느껴졌다. 일단 처음엔 Data Gateway 정도의 가벼운 개념으로 접근한뒤, Data Mapper 로 꺼내가는게 나았을까 하는 생각.
          * Martin Fowler 의 PatternsOfEnterpriseApplicationArchitecture 를 읽어보는중. 우리 시스템의 경우 DataMapper 의 개념과 Gateway 의 개념을 적용해볼 수 있을 것 같다. 전자는 Data Object 를 얻어내는데에 대해 일종의 MediatorPattern 을 적용함. DB 부분과 소켓으로부터 데이터를 얻어올 때 이용할 수 있을 것 같다. 후자의 경우는 일반적으로 Object - RDB Data Mapping (또는 다른 OO 개념이 아닌 데이터들) 인데, RowDataGateway, TableDataGateway 의 경우를 이용할 수 있을것 같다.
          * {{{~cpp LendBookListTest}}}
          ''Requirements always change (from DesignPatternsExplained). 결국 사람이 개입된 일이니 실생활과 다를바 없음. :) --["sun"]''
         일단 알고리즘부분을 대강 생각한뒤 Python 으로 TDD 를 했다. ([http://zeropage.org/browsecvs/index.php?&dir=ProjectPrometheus%2FPythonProject%2F&file=RSSpike.py&rev=1.1&cvsrep=ZeroPage 소스]). CRC 세션을 먼저하여 시나리오를 시각화해두고 프로그래밍을 했었다면 좀 더 빨리 작성할 수 있지 않았을까 하는 생각을 해본다.
          * ''돌아가는 환경의 기본 인코딩을 설정해주면 될 듯 함. Jython이 자바로된 클래스를 바로 쓴다니, Writer 객체를 얻을때 인코딩 설정을 해주면, 해당 Writer로 빠져나가는 내용은 설정된 인코딩을 적용받음. 받아들일때도 마찬가지로, POST로 넘어온 값을 매번 인코딩 할수도 있겠지만, 그보다는, 시스템에 직접 명시해줘서 일괄적으로 바뀌는 방식을 추천함. 예를들자면, contentType="text/html; charset=euc-kr" 하는식으로 설정할 경우, 얻어오는 값들은 euc-kr로 인코딩된 값을 얻어올 수 있음. --이선우''
         하지만, 실제로 Library 내부에서는 많은 일들이 작동한다. 즉, keyword 를 해당 HTTP에서 GET/POST 스타일로 바꿔줘야 하고 (일종의 Adapter), 이를 HttpSpider 에게 넘겨주고 그 결과를 파싱하여 객체로 만든 뒤 Client 에게 돌려줘야 한다.
         즉, RDD 를 위한 CRC 세션중 계속 그 클래스들의 추상화 정도를 놓고 서로 클래스들을 추출해내는데 어려움을 겪었다. ('용어는 어느정도 추상화를 시켜야 할 것인가?', '내부 구현 시스템이 가급적이면 드러나지 않는 것이 일반적으로 좋은 디자인이라고 하는것 같은데 막상 우리가 BottomUp 을 하여 뽑아낸 디자인엔 이미 이름이 'HttpSpider' 등 이고..' 등등)
          * HttpURLConnection 을 이용, HTML 문서 가져오기 Task
         HTTP에서 문서를 가지고 오는 것에 관하여 딱히 결론을 내릴수가 없었다. 도서관측의 잘못이 아니었을까 하는 생각이 뿐이다. zp서버에서는 get과 post 가 잘되는데 반하여, 도서관이 이상하다. 현재는 11일이며, 석천이와 이야기 끝에 적절한 선에서 타협하기로 하였다. 더이상 시간을 쏟기에는 너무 아깝다. --["상민"]
          또 하나 상민이에게 빼놓을 수 없는 것이라고 한다면 저번학기부터 쓰던 Letter 사이즈의 (맞나. 대강 크기가) 작업일지. 그리고 Post It. 집에서 IR 를 쓰긴 하지만, 주로 밖에서 작업하고 집에 늦게 오기때문에 곤란한 점이 있다. 들고 다니면서 간편한 정보관리도구에 대해 궁리해볼 일. (또는 PC7 에 IR을;)
          ''[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 일듯 --이선우''
  • TkinterProgramming/HelloWorld . . . . 14 matches
         # written by eternalbleu@gmail.com
         q_button = Button(frame, text = "OK", command = frame.quit)
         q_button.pack(side=LEFT)
         p_button = Button(frame, text = "PRINT", command = print_console)
         p_button.pack(side=RIGHT)
         # written by eternalbleu@gmail.com
          self.q_button = Button(master, text="OK", command = frame.quit)
          self.q_button.pack(side=LEFT)
          self.p_button = Button(master, text="PRINT", command = self.print_msg)
          self.p_button.pack(side=LEFT)
  • Trac . . . . 14 matches
         http://projects.edgewall.com/trac/
         Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission; to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies.
         Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all project events in order, making getting an overview of the project and tracking progress very easy.
         http://bbs.kldp.org/viewtopic.php?p=291467 - kldp 에서의 스레드들
         http://openlook.org/blog/867 - Perky님의 리뷰
         http://wiki.kldp.org/wiki.php/trac 트랙 설치방법
         http://kldp.net/projects/trac-ko/ - 한글화 프로젝트
         http://projects.edgewall.com/trac/wiki/TracTermsKo - Trac 용어에 대한 한글 버전
         http://nohmad.sub-port.net/wiki/Trac - nohmad 님의 설명
         http://trac.edgewall.org/wiki/TracModPython - Trac을 Apache+mod_Python과 함께 돌리기
         [http://neocoin.cafe24.com/cs/moin.cgi/Trac 아파치 없이, 설치 방법과 운용 방법]
          http://biohackers.net/yongslib/browser/
          http://biohackers.net/yongslib/timeline
          http://biohackers.net/yongslib/changeset/27
  • WikiSandPage . . . . 14 matches
         <form method="post" action="http://wiki.zeropage.org/wiki.php/WikiSandPage">
          <input type="hidden" class="button" value="Local timezone">
          <span class="button"><input type="submit" class="button" name="logout" value="로그아웃"></span>
         [[RSS("http://zerowiki.dnip.net/zero/index.php?mode=getRSS&url=namsang",6)]]
         Upload:putty_h.exe
         http://pragprog.com/katadata/K4Weather.txt
         http://pragprog.com/katadata/K4Soccer.txt
         [http://www.u-blog.net/gorbinsk/img/logo.png]
         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 쌩토요일밤]
         http://zeropage.org/wikis/nosmok/moinmoin.gif
         [http://zeropage.org/wikis/nosmok/moinmoin.gif 이쁜이사진]
  • 검색에이전시_temp . . . . 14 matches
          * [http://prdownloads.sourceforge.net/goog-kongulo/kongulo-0.1.zip?download 웹스파이더(구글오픈소스)] - 이프로그램은 구글 데스크탑의 플러그인 같은 것으로서 이프로그램을 사용하여 특정 웹사이트 내용을 긁어서 구글 데스크탑 디비에 넣을 수 있다. 현재는 이 프로그램으로 구글 데스크탑이 아닌 그냥 파일에 쓰는식으로만 바꿔봄
          * [http://ftp.apache-kr.org/lucene/nutch/ 오픈소스검색엔진Nutch]
          * [http://www-128.ibm.com/developerworks/library/os-ecant/?ca=drs-tp2604#N101A7 이클립스에서파이썬개발] : 이클립스에서 디버깅하는거 찾다가 이거 찾음
          * [http://www.python.or.kr:8080/python 파이썬정보광장]
          * [http://www.python.or.kr:8080/python/LectureNotes/ 상협이처음파이썬익힌곳]
          * [http://lucene.apache.org/ 루씬]
          * [http://pylucene.osafoundation.org/ 파이루씬] 파이썬으로 구현된 검색 엔진
          * [http://www.zvon.org/other/python/PHP/search.php 파이썬라이브러리검색]
         http://minihp.cyworld.nate.com/pims/visitbook/visitbook_list.asp?tid=24808212&urlstr=bang
         프레임있는 미니홈 : http://minihp.cyworld.nate.com/pims/main/pims_main4.asp?tid=24808212&urlstr=main
         미니룸 : http://minihp.cyworld.nate.com/pims/main/main_inside.asp?tid=24808212
         방명록 : http://minihp.cyworld.nate.com/pims/visitbook/visitbook_list.asp?tid=24808212&urlstr=bang
         사진첩 : http://minihp.cyworld.nate.com/pims/board/image/imgbrd_list.asp?tid=24808212
         게시판 : http://minihp.cyworld.nate.com/pims/board/general/board_list.asp?tid=24808212
  • 대학원준비 . . . . 14 matches
         [http://cafe.daum.net/goMS 대학원 준비 카페(다음)]
         [http://www.kaist.ac.kr/ Home]
         [http://admission.kaist.ac.kr 입학안내]
          * [http://admission.kaist.ac.kr/bbs/top_view.php?id=board01&no=44 2007봄학기]
         '''특별 TEPS시험 2006. 8. 6(일), 13:30까지 입실완료 접수 시 시험 장소 확인요망 -> 여기서 http://www.teps.or.kr/kaist/kwa_check.html'''
         [http://www.icu.ac.kr/ Home]
         [http://www.icu.ac.kr/indexa.jsp 입학]
         [http://www.icu.ac.kr/AdmissionIndexList.jsp?tableName=n_anotice# 입학설명회]
         [http://www.snu.ac.kr Home]
         [http://admission.snu.ac.kr/ 입학본부]
         [http://www.postech.ac.kr Home]
         http://www.postech.ac.kr/department/cse/linus/home_kor/admission_06.htm
         [http://www.postech.ac.kr/new/k/iphak/iphakwon_qna.php 입학Q&A]
         http://www.postech.ac.kr/new/k/daehak/daehak6.php
  • 데블스캠프2004/금요일 . . . . 14 matches
         Eclipse : http://zeropage.org/~neocoin/eclipse3.0rc3/eclipse-SDK-3.0RC3-win32.zip
         JDK 1.5 : http://zeropage.org/~neocoin/eclipse3.0rc3/jdk-1_5_0-beta2-windows-i586.exe
          에서는 유래가 없군요. C기반이 아니라, C++(문법), Smalltalk(vm) 의 철학을 반영합니다. Early History 는 마치 제임스 고슬링이 처음 만든것 처럼 되어 있군요. (SeeAlso [http://en.wikipedia.org/wiki/Java_programming_language#Early_history Java Early history]
         http://zeropage.org/pub/upload/snap1.jpg
         http://zeropage.org/pub/upload/snap2.jpg
         http://zeropage.org/pub/upload/snap3.jpg
         http://zeropage.org/pub/upload/snap4.jpg
         http://zeropage.org/pub/upload/snap5.jpg
         http://zeropage.org/pub/language/python/Python-2.3.exe
          z1.setAttackTarget(d1)
          z1.printAttackTarget()
          z1.getAttackTarget().printHp()
          z1.getAttackTarget().getPosition()
          z1.attack()
  • 임시 . . . . 14 matches
         [http://www.cse.buffalo.edu/~rapaport/howtostudy.html How to study]
         http://iid.kongju.ac.kr/~suhan/files/os/ch5.pdf
         http://cs.sungshin.ac.kr/~jwlee/os/chap9.ppt
         http://infosec.kut.ac.kr/sangjin/class/os/
         http://www.browsenodes.com/
         http://en.wikipedia.org/wiki/IPv4#Data
         http://en.wikipedia.org/wiki/List_of_IPv4_protocol_numbers protocol number
         http://www.dasomnetwork.com/~leedw/mywiki/moin.cgi/NetworkProgramming
         http://blog.naver.com/heavenksm?Redirect=Log&logNo=80023759933 소켓에 대한 기본 지식
         http://crab.chungbuk.ac.kr/%7Ejchern/ vi명령어, Windows Network Programming API, ..
         In the first stage, you will write a multi-threaded server that simply displays the contents of the HTTP request message that it receives. After this program is running properly, you will add the code required to generate an appropriate response.
         http://webservices.amazon.com/AWSECommerceService/2006-02-15/AWSECommerceService.wsdl
         [http://developer.amazonwebservices.com/connect/entry.jspa?externalID=101&categoryID=19 Amazon E-Commerce Service API]
         base URLs : http://webservices.amazon.com/onca/xml?Service=AWSECommerceService
         http://webservices.amazon.com/onca/xml?Service=AWSECommerceService
  • CPPStudy_2005_1 . . . . 13 matches
         || [http://kangcom.com/l_pic/200303030001.jpg] ||
          [http://www.acceleratedcpp.com/ Accelerated C++ Official Site] 각 커파일러의 버전에 맞는 소스코드를 구할 수 있습니다.
          [http://www.acceleratedcpp.com/details/msbugs.html VS6 코드 수정] 책에 나온 소스를 VS6에서 이용할 경우 발생하는 문제점에 관한 내용이 있습니다.
          [http://sourceforge.net/projects/mingw/ MinGW] GCC의 Windows 포팅
          [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에러메시지 해독기 설치]
          [http://www.bloodshed.net/ Dev-C++] GCC를 기반으로 하는 IDE환경으로 책의 소스를 그대로 이용가능. CVS를 제공함
          [http://msdn.microsoft.com/visualc/vctoolkit2003/ VSC++ Toolkit] .net 을 구입할 수 없는 상태에서 STL을 컴파일 해야할 때 사용하면 되는 컴파일러. (공개)
          [http://lab.msdn.microsoft.com/express/visualc/default.aspx VS2005C++Express] .net 2005의 VSC++버전의 Express Edition
          STL Reference) http://www.sgi.com/tech/stl/
          * [http://165.194.87.227 위키포탈]
          * [http://zeropage.org/~namsangboy/multitimer.zip 타이머]
  • Class/2006Fall . . . . 13 matches
          * [http://hilab.cau.ac.kr Home]
          * LISP - [http://c2.com/cgi/wiki?LispRoadMap], [(zeropage)LispLanguage]
          * [http://www.cau.ac.kr/station/club_club.html?clubid=28 Cau Club]
          * [http://hsc.cse.cau.ac.kr/HSC/prod04.htm 강의계획서]
          * [http://dblab.cse.cau.ac.kr/FS/index.html Home]
          * [http://deadfire.hihome.com/ CGI with C Language] or [http://www.taeyo.pe.kr/ ASP.NET]
          * Written Report
          * Team Project - [http://xfs2.cyworld.com Project Club]
          * [http://cslab.cse.cau.ac.kr/lecture_view.asp?num=6 Home]
          * Term Project - [http://izyou.net/wireless]
          * Boy is Better is due to 29 Sep.
          * [http://cafe24.daum.net/causkier 스키 강의 카페]
  • CollaborativeFiltering . . . . 13 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://personalization.co.kr/person_method3.htm 한글 개론]
          * http://www.ecminer.com/m3_webBrain.html
          * [http://zeropage.org/pds/200272105129/콜레보레이티브필터링p77-konstan.pdf CACM 1997 Mar]
          * http://citeseer.nj.nec.com/483304.html
          * [http://wwwbroy.in.tum.de/~pretschn/papers/personalization/personalization.html Personalization on the Web]
          * [http://jamesthornton.com/cf/ CF논문 모음]
          * http://www.sims.berkeley.edu/resources/collab/ (링크 모음)
          * [http://www.voght.com/cgi-bin/pywiki?RecommenderSystems Recommender Systems]
          * [http://shadow.ieor.berkeley.edu/humor/info.html 버클리의 농담 추천 시스템 Jester]
          * [http://www.cs.umn.edu/Research/GroupLens/ CF의 아버지 Resnick이 만든 최초의 뉴스 CF 시스템 GroupLens]
          * [http://www.yes24.com/home/help/help8-1.asp?SID=c5!ePcd70qp9Hc*DTsk5*gCgFICgggx9ndWVzdxa*vNW21g Yes24 빙고시스템]
  • DPSCChapter2 . . . . 13 matches
         Before launching into our descriptions of specific design patterns, we present a case study of sorts, involving multiple patterns. In the Design Pattern preface, the Gang of Four speak about moving from a "Huh?" to an "Aha!" experience with regard to understanding design patterns. We present here a little drama portraying such a transition. It consists of three vignettes: three days in the life of two Smalltalk programmers who work for MegaCorp Insurance Company. We are listening in on conversations between Don (an object newbie, but an experienced business analyst) and Jane (an object and pattern expert). Don comes to Jane with his design problems, and they solve them together. Although the characters are fictitious, the designs are real and have all been part of actual systems written in Smalltalk. Our goal is to demonstrate how, by careful analysis, design patterns can help derive solutions to real-world problems.
         디자인 패턴에 대한 구체적인 설명에 들어가기 전에 우리는 다양한 패턴들이 포함된 것들에 대한 예시들을 보여준다. 디자인 패턴 서문에서 GoF는 디자인 패턴을 이해하게 되면서 "Huh?" 에서 "Aha!" 로 바뀌는 경험에 대해 이야기한다. 우리는 여기 작은 단막극을 보여줄 것이다. 그것은 3개의 작은 이야기로 구성되어있다 : MegaCorp라는 보험회사에서 일하는 두명의 Smalltalk 프로그래머의 3일의 이야기이다. 우리는 Don 과(OOP에 대해서는 초보지만 경험있는 사업분석가) Jane (OOP와 Pattern 전문가)의 대화내용을 듣고 있다. Don 은 그의 문제를 Jane에게 가져오고, 그들은 같이 그 문제를 해결한다. 비록 여기의 인물들의 허구의 것이지만, design 은 실제의 것이고, Smalltalk로 쓰여진 실제의 시스템중 일부이다. 우리의 목표는 어떻게 design pattern이 실제세계의 문제들에 대한 해결책을 가져다 주는가에 대해 설명하는 것이다.
          2. Validation. The scanned and entered forms are validated to ensure that the fields are consistent and completely filled in. Incomplete or improperly filled-in forms are rejected by the system and are sent back to the claimant for resubmittal.
          3. Provider/Plan Match. An automated process attempts to mach the plan (the contract unser which the claim is being paid) and the health care provider (e.g., the doctor) identified on the claim with the providers with which the overall claim processing organization has a contract. If there is no exact match, the program identifies the most likely matches based on soundex technology (an algorithm for finding similar-sounding words). The system displays prospective matches to knowledge workers in order of the likeinhood of the match, who then identify the correct provider.
  • DPSCChapter3 . . . . 13 matches
         http://zeropage.org/~comein2/design_pattern/31page.gif
          우리는 Abstract Factory Pattern을 이용해서 두가지 목표를 이룰 수 있다.
          (정리 : Abstract Factory Pattern은 Factory Pattern을 추상화시킨 것이다.Factory Pattern의 목적이 Base Class로부터 상속
          Abstract Factory Pattern는 여러 개의 Factory중 하나를 선택할 수 있도록 해주는 것을 수행한다. )
          http://zeropage.org/~comein2/design_pattern/32page.gif
          http://zeropage.org/~comein2/design_pattern/33page.gif
          http://zeropage.org/~comein2/design_pattern/34page.gif
          다형성의 힘 때문에, 클라이언트는 코드 구현을 한번만 하면된다. ABSTRACT FACTORY PATTERN을 사용하지 않을 경우, 자동차 생성 코드는 다음과 같이 보일 것이다.(아주 비효율적인 코드)
  • Gof/Facade . . . . 13 matches
         http://zeropage.org/~reset/zb/data/facad057.gif
         http://zeropage.org/~reset/zb/data/facad058.gif
         이럴때 Facade Pattern을 사용하라.
         http://zeropage.org/~reset/zb/data/facade.gif
          Facade Pattern은 다음과 같은 이익을 제공해준다.
         Parser는 점진적으로 parse tree를 만들기 위해 ProgramNodeBuilder 를 호출한다. 이 클래스들은 Builder pattern에 따라 상호작용한다.
         parser tree는 StatementNode, ExpressionNode와 같은 ProgramNode의 subclass들의 인스턴스들로 이루어진다. ProgramNode 계층 구조는 Composite Pattern의 예이다. ProgramNode는 program node 와 program node의 children을 조작하기 위한 인터페이스를 정의한다.
         Traverse operaton은 CodeGenerator 객체를 인자로 취한다. ProgramNode subclass들은 BytecodeStream에 있는 Bytecode객체들을 machine code로 변환하기 위해 CodeGenerator 객체를 사용한다. CodeGenerator 클래는 visitor이다. (VisitorPattern을 참조하라)
         이 구현에서는 사용하려는 code-generator의 형태에 대해서 hard-codes (직접 특정형태 부분을 추상화시키지 않고 바로 입력)를 했다. 그렇게 함으로서 프로그래머는 목적이 되는 아키텍처로 구체화시키도록 요구받지 않는다. 만일 목적이 되는 아키텍처가 단 하나라면 그것은 아마 이성적인 판단일 것이다. 만일 그러한 경우가 아니라면 우리는 Compiler 의 constructor 에 CodeGenerator 를 인자로 추가하기 원할 것이다. 그러면 프로그래머는 Compiler를 instance화 할때 사용할 generator를 구체화할 수 있다. Compiler facade는 또한 Scanner나 ProgramNodeBuilder 등의 다른 협동하는 서브시스템클래스를 인자화할 수 있다. 그것은 유연성을 증가시키지만, 또한 일반적인 사용형태에 대해 인터페이스의 단순함을 제공하는 Facade pattern의 의의를 떨어뜨린다.
         http://zeropage.org/~reset/zb/data/facad059.gif
          MemoryObjectCache는 실제로는 캐쉬 정책을 지역화시키는 Strategy Pattern이다.
         == Related Patterns ==
         보통 facade는 단일 오브젝트로 요구된다. 그래서Facade 객체는 종종 SingletonPattern으로 구현된다.
  • Gof/Visitor . . . . 13 matches
         [컴파일러]가 abstact syntax tree로 프로그램을 표현한다고 하자. 컴파일러는 모든 변수들이 정의가 되어있는 지를 검사하는 것과 같은 '정적인 의미' 분석을 위해 abstract syntax tree에 대해 operation을 수행할 필요가 있을 것이다. 컴파일러는 또한 code 변환을 할 필요가 있다. 또한 컴파일러는 type-checking, code optimization, flow analysis 와 해당 변수가 이용되기 전 선언되었는지 등의 여부를 검사하기 위해서 해당 operations들을 수행할 필요가 있다. 더 나아가 우리는 pretty-printing, program restructuring, code instrumentation, 그리고 프로그램의 다양한 기준들에 대한 계산을 하기 위해 abstract syntax tree를 이용할 것이다.
         http://zeropage.org/~reset/zb/data/visit006.gif <- [DeadLink]
         이 다이어그램은 Node class 계층구조의 일부분을 보여준다. 여기서의 문제는 다양한 node class들에 있는 이러한 operation들의 분산은 시스템으로 하여금 이해하기 어렵고, 유지하거나 코드를 바꾸기 힘들게 한다. Node 에 type-checking 코드가 pretty-printing code나 flow analysis code들과 섞여 있는 것은 혼란스럽다. 게다가 새로운 operation을 추가하기 위해서는 일반적으로 이 클래스들을 재컴파일해야 한다. 만일 각각의 새 operation이 독립적으로 추가될 수 있고, 이 node class들이 operation들에 대해 독립적이라면 더욱 좋을 것이다.
         type-checking 의 기능을 넘어 일반적인 visitor를 만들기 위해서는 abstract syntax tree의 모든 visitor들을 위한 abstract parent class인 NodeVisitor가 필요하다. NodeVisitor는 각 node class들에 있는 operation들을 정의해야 한다. 해당 프로그램의 기준 등을 계산하기 원하는 application은 node class 에 application-specific한 코드를 추가할 필요 없이, 그냥 NodeVisitor에 대한 새로운 subclass를 정의하면 된다. VisitorPattern은 해당 Visitor 와 연관된 부분에서 컴파일된 구문들을 위한 operation들을 캡슐화한다.
         http://zeropage.org/~reset/zb/data/visit113.gif <- [DeadLink]
         http://zeropage.org/~reset/zb/data/visit112.gif <- [DeadLink]
         VisitorPattern으로, 개발자는 두개의 클래스 계층을 정의한다. 하나는 operation이 수행될 element에 대한 계층이고 (Node hierarchy), 하나는 element에 대한 operation들을 정의하는 visitor들이다. (NodeVisitor hierarchy). 개발자는 visitor hierarchy 에 새로운 subclass를 추가함으로서 새 operation을 만들 수 있다.
         VisitorPattern은 다음과 같은경우에 이용한다.
         http://zeropage.org/~reset/zb/data/visitor.gif
          - may either be a composite (See CompositePattern) or a collection such as a list or a set. [[BR]]
         http://zeropage.org/~reset/zb/data/visit003.gif
          virtual Watt Power ();
          Currency& GetTotalPrice ();
         == Related Patterns ==
  • Linux/배포판 . . . . 13 matches
         관련배포판) [http://centos.org CentOS], [http://fedoraproject.org FedoraLinux], [http://annyung.oops.org/ 안녕리눅스] 그외 국내의 대다수 배포판] [http://annyung.oops.org/ ] [http://annyung.oops.org/ ] [http://annyung.oops.org/ ]
         [http://debianusers.org/DebianWiki/wiki.php/DebianRedhat RedhatVSDebain]
         관련 배포판) [http://www.ubuntulinux.org UbuntuLinux], [http://www.knoppix.org/ KnoppixLiveLinux], [http://www.userlinux.com/ UserLinux]
         리눅스를 처음 시작하면서 어떤 배포판을 선택하는 지는 중요하다. 같은 리눅스이기는 하지만 사실 대부분의 리눅서들은 패키지 매니저를 이용하여 프로그램을 설치하는 편이지, 자신이 원하는 버전이 패키지 트리에 없다던가 버그가 있는 경우를 제외하면 직접 제작사 홈페이지에서 바이너리를 설치하는 경우는 거의 없다. 이럴때 동일한 패키지를 쓰는 사람한테 묻기가 편하고 이해하기가 편하기 대문이다. 2005년 현재 리눅스를 시작한다면 현시점에서는 [http://www.ubuntulinux.org/ Ubuntu]를 가지고 시작해서 [http://www.debian.org Debian] 으로 옮겨가길 권한다. 동일한 패키징 방식을 가지고 있으면서 우분투는 데스크탑 리눅스를 표방하고 있는 만큼 다루기가 쉽기 때문이다. 우분투에서 기본을 익히고 직접 서버를 운영하는 수준으로 올라가면 데비안으로 옮겨가면 배포판을 바꾸는데에 대한 부담을 전혀 느낄 필요가 없다. 나의 경우 대략 2주일 정도를 밤새면서 이런 저런 문제를 해결하면서 왠만한 문제는 이제 스스로 해결할 정도가 되었는데... 한번쯤은 해볼 만한 도전이라고 생각한다. 쓰다보면 윈도우 없이도 살 수 있는 세상도 있다는 생각도 하게 된다. 실제로 리눅스를 쓰는 사람들은 가장 게으른 배포판으로 데비안, 젠투정도를 꼽는다. 그만큼 잘 안변하고 한번 설치하면 거의 새로 설치해야할 일이 없다는 것을 말하는 것이다.
          http://www.elivecd.org/
  • Memo . . . . 13 matches
         http://www.freenetpages.co.uk/hp/alan.gauld/tutintro.htm
         http://search.costcentral.com/search?p=Q&srid=S9%2d3&lbc=costcentral&ts=custom&w=ThinkPad&uid=975848396&method=and&isort=price&srt=150
         http://dojeun.egloos.com/315019/
         [http://blog.naver.com/anyray?Redirect=Log&logNo=50006688630 여름인데 놀러갈래!]
         [http://kin.naver.com/knowhow/entry.php?eid=sXanZUDMReh3tKhs1VJ30OlMQ3piSgKm 마지막 사진의 진실은...?]
          unsigned char TTL;
         [http://c2.com/cgi/wiki?TopTenWikiEngines 위키의 종류] 에는
         //Project -> Setting -> LINK 메뉴 -> Object/library modules: 의 끝부분에 ws2_32.lib 를 추가한다.
         ObserverPattern 연습
         import unittest
         class TestObserverPattern(unittest.TestCase):
         class TestCompany(unittest.TestCase):
          def xtestTwoRepoter(self):
          unittest.main(argv=('','-v'))
  • MoreEffectiveC++/Techniques2of3 . . . . 13 matches
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_184_1.gif
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_184_2.gif
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_185_1.gif
         그리고 여기의 5에 해당 하는 숫자를 '''''Reference count''''' 라고 부른다. 혹자는 ''use count''라고 부르기도 하는데, 학술 용어의 당파에 따른거니 별 상관 안한다. 하지만 나(scott mayer) 그렇게 안부른다.
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_187_1.gif
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_187_2.gif
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_188_1.gif
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_191_1.gif
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_192_1.gif
          === Putting it All Together : 지금까지의 방법론 정리 ===
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_203_1.gif
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_208_1.gif
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_208_2.gif
  • Refactoring/OrganizingData . . . . 13 matches
          * You are accessing a field directly, but the coupling to the field is becoming awkward. [[BR]] ''Create getting and setting methods for the field and use only those to access the field.''
         http://zeropage.org/~reset/zb/data/ReplaceDateValueWithObject.gif
         http://zeropage.org/~reset/zb/data/ChangeValueToReference.gif
         http://zeropage.org/~reset/zb/data/ChangeReferenceToValue.gif
         http://zeropage.org/~reset/zb/data/DuplicateObservedData.gif
         http://zeropage.org/~reset/zb/data/ChangeUnidirectionalAssociationToBidirectional.gif
         http://zeropage.org/~reset/zb/data/ChangeBidirectionAssociationToUnidirectional.gif
         http://zeropage.org/~reset/zb/data/EncapsulateCollection.gif
         http://zeropage.org/~reset/zb/data/ReplaceTypeCodeWithClass.gif
         http://zeropage.org/~reset/zb/data/ReplaceTypeCodeWithSubclasses.gif
         http://zeropage.org/~reset/zb/data/ReplaceTypeCodeWithStateStrategy.gif
         http://zeropage.org/~reset/zb/data/ReplaceSubclassWithFields.gif
  • SchemeLanguage . . . . 13 matches
          * http://www.swiss.ai.mit.edu/projects/scheme - MIT Scheme (처음 사용하기에는 매우 어려움)
          * [http://www.swiss.ai.mit.edu/projects/scheme/mit/7.7/7.7.1/scheme-7.7.1-ix86-win32.exe MIT Scheme]
          * [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]
          * http://www.plt-scheme.org - PLT Scheme (처음 사용자는 PLT Scheme을 적극 권장)
          * http://download.plt-scheme.org/drscheme - DrScheme을 받을수 있는곳 (DrScheme은 PLT Scheme의 IDE)
          * http://download.plt-scheme.org/doc - PLT Scheme의 모든 문서가 있는 곳
          * http://zeropage.org/pub/language/scheme/intro.txt - Scheme 이라는 언어가 무엇인지 소개하고있는 자료
          * http://zeropage.org/pub/language/scheme/quickref.txt - Quick Reference로 프로그래밍을 할 때 참고할만한 자료
          * http://zeropage.org/pub/language/scheme/schemedoc.pdf - Tutorial 정도로 사용할 만한 자료
          * 위문서를 보기위해서는 [http://object.cau.ac.kr/selab/lecture/undergrad/ar500kor.exe AcrobatReader]가 필요하다.
          * http://www.htdp.org/ - How To Design Programs. 비 전공자들을 위한 Scheme Language 책으로, 인터넷에 공개되어있다. 위의 PLT Scheme 을 인스톨하면 Help 탭에 HTDP 링크가 생긴다.
          * http://www.schemers.org - Scheme을 쓰는 사람들의 모임(?)
  • ZPBoard/APM . . . . 13 matches
          * http://www.apache.org - Apache 홈페이지
          * http://www.apache.kr.net - Apache 한글 홈페이지
          * http://www.php.net - PHP 홈페이지
          * http://www.mysql.com - MySQL 홈페이지
          * http://www.php.net/manual/en - PHP 메뉴얼
          * http://www.php.net/manual/kr - PHP 한글 메뉴얼
          * http://www.mysql.com/doc/en/index.html - MySQL 메뉴얼
          * http://www.phpschool.com - PHP 한글 사이트 중 최고의 사이트^^
          * http://www.phpclass.com
          * http://www.codelib.co.kr
          * http://kltp.kldp.org - 리눅스팁프로젝트(search에서 PHP나 apache로 검색)
          * http://www.phpbuilder.com
          * http://www.phpwizard.net
  • ZeroPageServer/SubVersion . . . . 13 matches
          || {{{~cpp svn+ssh://ID@zeropage.org/home/SVN/project}}} || http://zeropage.org/svn/project ||프로젝트 진행 Repository ||
          || {{{~cpp svn+ssh://ID@zeropage.org/home/SVN/study}}} || http://zeropage.org/svn/study || 스터디 진행 Repository ||
          [http://zeropage.org/cvs/?root=project ViewCVS] : 웹인터페이스로의 체크아웃이 가능하다.
          subversion 은 http 로의 접근도 제공한다. 대신에 기본제공 프로토콜보다는 속도가 느린 단점이 있다. http 의 접근은 현재 익명계정에 대해서는 checkout, read 만 사용이 가능하며 checkin 계정을 받기 위해서는 관리자에게 다음의 정보를 메일로 보내주면 추가하는 것이 가능하다.
          {{{~cpp explorer환경하에서 마우스 오른쪽 버튼을 클릭 "TortoiseSVN"->"Settings"
          Upload:puttygen.jpg
          {{{~cpp 1. puttygen, Pageant 를 받는다.
          http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
          puttygen: rsa, dsa 공개키/비밀키 쌍 생성 프로그램
         2. puttygen 을 실행. generate를 눌러서 키를 우선 만든다.
          * 영창쓰 감사..~ 시간나면 ViewCVS 랑 연동도. (근데, 사람들 CVS 들은 쓰고 있던가.? http://zeropage.org/cvs 참고) --[1002]
  • 데블스캠프2009/목요일/연습문제/MFC/정종록 . . . . 13 matches
         ON_BN_CLICKED(IDC_BUTTON8, On2)
         ON_BN_CLICKED(IDC_BUTTON10, On3)
         ON_BN_CLICKED(IDC_BUTTON17, On1)
         ON_BN_CLICKED(IDC_BUTTON13, On4)
         ON_BN_CLICKED(IDC_BUTTON9, On5)
         ON_BN_CLICKED(IDC_BUTTON7, On6)
         ON_BN_CLICKED(IDC_BUTTON19, On7)
         ON_BN_CLICKED(IDC_BUTTON14, OnButton14)
         ON_BN_CLICKED(IDC_BUTTON15, On9)
         ON_BN_CLICKED(IDC_BUTTON18, On0)
         ON_BN_CLICKED(IDC_BUTTON12, OnButton12)
         ON_BN_CLICKED(IDC_BUTTON11, OnButton11)
         ON_BN_CLICKED(IDC_BUTTON16, OnButton16)
         ON_BN_CLICKED(IDC_BUTTON20, OnReset)
         ON_BN_CLICKED(IDC_BUTTON21, OnCancle)
         ON_BN_CLICKED(IDC_BUTTON22, OnButton22)
         ON_BN_CLICKED(IDC_BUTTON23, OnButton23)
         // If you add a minimize button to your dialog, you will need the code below
         void CTestDlg::OnButton14()
         void CTestDlg::OnButton12()
  • 성당과시장 . . . . 13 matches
         || http://images.amazon.com/images/P/0596001088.01._PIdp-schmoo2,TopRight,7,-26_PE32_SCMZZZZZZZ_.jpg [[BR]] ISBN:0596001088 ||
         [http://kldp.org/root/cathedral-bazaar/cathedral-bazaar.html 성당과시장] 에서 논문 번역문을 읽을 수 있다. 논문 발표후 Eric S. Raymond는 집중 조명을 받았는데, 얼마 있어 지금은 사라진 Netscape 가 자사의 웹 브라우저인 Netscape Navigtor를 [http://mozilla.org 모질라 프로젝트]로 오픈 소스시켜 더 유명해 졌다. RevolutionOS 에서 실제로 Netscape의 경영진은 이 결정중 이 논문을 읽었다고 인터뷰한다.
         이듬해 Eric S.Raymond 는 [http://kldp.org/root/gnu/cb/magic-cauldron/ 마법의 솥] 이라는 오픈소스의 구체적인 사업 형태 대한 논문을 선보인다. 그리고 이후 [http://zdnet.co.kr/news/enterprise/article.jsp?id=69067&forum=1 독점SW vs. 오픈소스「뜨거운 경제 논쟁] 같이 아직까지도 꾸준한 논쟁이 이루어 진다.
         국내에서는 최근(2004) 이만용씨가 MS의 초대 NTO인 [http://www.microsoft.com/korea/magazine/200311/focusinterview/fi.asp 김명호 박사의 인터뷰]를 반론하는 [http://zdnet.co.kr/news/column/mylee/article.jsp?id=69285&forum=1 이만용의 Open Mind- MS NTO 김명호 박사에 대한 반론] 컬럼을 개재하여 화제가 되고 있다.
         그외에도 [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/ 해커들의 반란] 순으로 씌였다.
  • 임인책/북마크 . . . . 13 matches
          * [http://feature.media.daum.net/economic/article0146.shtm 일 줄고 여가시간 늘었는데 성과급까지...]
          * [http://sourceforge.net/projects/v4all/ eclipse gui designer] -> 이것보다는 [http://www.eclipse.org/vep/ 이게]더 낫지 않을까..-_-a
          * [http://www.riverace.com/ Riverace Corporation]
          * [http://www.internals.com/articles/apispy/apispy.htm API Spying Techniques for Windows 9x, NT and 2000]
          * [http://zeropage.org/~dduk/ace/Addison.Wesley.The.ACE.Programmers.Guide.chm ACE Programmer's Guide] ([http://zeropage.org/~dduk/ace/APG.zip example code])
          * http://sangam.sourceforge.net/ -> Xper:RemotePairProgramming 을 [Eclipse]에서 해주게 하는 플러그인!! 한번 경험해 봐야겠다!!
          * [http://codeguru.earthweb.com/system/apihook.html API Hooking Revealed]
          * [http://zeropage.org/~dduk/ace/C++NPv2.ppt C++NP2 ppt]
          * http://blog.naver.com/rivside.do?Redirect=Log&logNo=60006821813
          * [http://www.mozilla.or.kr/zine/?no=291 FireFox 트랙백]
          * [http://www.extension.harvard.edu/2002-03/programs/DistanceEd/courses/default.jsp Distance Education Program]
  • 2010php/방명록만들기 . . . . 12 matches
         <META http-equiv="Content-Type" content="text/html; charset=utf-8">
         <input type = "radio" name = "status" value = "1" size = "40" checked><img src="http://cfile234.uf.daum.net/image/152622034C88B1DC682870">
         <input type = "radio" name = "status" value = "2" size = "40"><img src="http://cfile223.uf.daum.net/image/162622034C88B1DC696BEC">
         <input type = "radio" name = "status" value = "3" size = "40"><img src="http://cfile206.uf.daum.net/image/142622034C88B1DC6AA52F">
         <input type = "radio" name = "status" value = "4" size = "40"><img src="http://cfile232.uf.daum.net/image/152622034C88B1DC6BFF47">
         <input type = "radio" name = "status" value = "5" size = "40"><img src="http://cfile234.uf.daum.net/image/162622034C88B1DC6C0395">
          echo("<img src = 'http://cfile234.uf.daum.net/image/152622034C88B1DC682870'><br>");
          echo("<img src = 'http://cfile223.uf.daum.net/image/162622034C88B1DC696BEC'><br>");
          echo("<img src = 'http://cfile206.uf.daum.net/image/142622034C88B1DC6AA52F'><br>");
          echo("<img src = 'http://cfile232.uf.daum.net/image/152622034C88B1DC6BFF47'><br>");
          echo("<img src = 'http://cfile234.uf.daum.net/image/162622034C88B1DC6C0395'><br>");
         [http://cfile231.uf.daum.net/image/166494114C8748111943D9 클릭하셈]
  • 5인용C++스터디/멀티미디어 . . . . 12 matches
         뷰에 WM_LBUTTONDOWN메시지의 핸들러를 만들고 OnLButtonDown 핸들러에 다음과 같이 코드를 작성한다.
          PlaySound("Battle.wav", NULL, SND_SYNC);
          Project/ Settings/Link 탭에서 winmm.lib를 링크해 주어야 한다.
         그 후 컴파일하고 실행한 후 작업영역을 왼쪽 마우스 버튼으로 누르면 소리가 날 것이다. 시스템에 사운드카드가 장착되어 있어야 하며 같은 디렉토리에 Battle.wav라는 파일이 있어야 할 것이다.
          이번에는 SND_LOOP 플래그를 사용하여 작성해 보고, WM_RBUTTONDOWN 메시지의 핸들러도 같이 만들어보자.
          PlaySound("Battle.wav", NULL, SND_ASYNC | SND_LOOP);
          앞에서 만든 예제를 수정해서 Battle.wav 파일을 실행파일에 합쳐보자.
         void CSoundView::OnLButtonDown(UINT nFlags, CPoint point)
          CView:OnLButtonDown(nFlags, point);
          이렇게 하면 실행파일 속에 wav파일이 포함되어 Battle.wav파일이 없어도 연주할수 있게 된다.
          MCI를 사용하면 동영상도 아주 쉽게 재생할 수 있다. AppWizard로 PlayAVI라는 SDI 프로젝트를 만들고 WM_LBUTTONDOWN 메시지의 핸들러와 WM_DESTROY 메시지의 핸들러를 다음과 같이 작성한다.
         void CPlayAVIView::OnLButtonDown...
          CView::OnLButtonDown(nFlags, point);
          또한 프로젝트에서 이 라이브러리를 사용할 수 있도록 Project/Settings/Link 탭에 vfw32.lib를 추가한다. 그리고 동영상 파일을 프로젝트 디렉토리에 넣어두면 된다.
  • AcceleratedC++ . . . . 12 matches
         홈페이지: http://www.acceleratedcpp.com/ (VS.NET, VC++6.0 등을 위한 소스화일을 받을 수 있다)
         http://www.acceleratedcpp.com/details/errata.html 에서 오류확인 필요.
         [http://www.zeropage.org/pub/ebook/addison_wesley_accelerated_cpp_ebook_source.tgz ebook english]
          || ["AcceleratedC++/Chapter0"] || Getting started || 1주차 ||
          || [http://www.acceleratedcpp.com/ Accelerated C++ Official Site] || 각 커파일러의 버전에 맞는 소스코드를 구할 수 있습니다. ||
          || [http://www.acceleratedcpp.com/details/msbugs.html VS6 코드 수정] || 책에 나온 소스를 VS6에서 이용할 경우 발생하는 문제점에 관한 내용이 있습니다. ||
          || [http://sourceforge.net/projects/mingw/ MinGW] || GCC의 Windows 포팅 ||
          || [STLPort] || STLPort설치메뉴얼, [http://stlport.org/ STLPort] ||
          || [http://www.bloodshed.net/ Dev-C++] || GCC를 기반으로 하는 IDE환경으로 책의 소스를 그대로 이용가능. CVS를 제공함 ||
          || [http://msdn.microsoft.com/visualc/vctoolkit2003/ VSC++ Toolkit] || .net 을 구입할 수 없는 상태에서 STL을 컴파일 해야할 때 사용하면 되는 컴파일러. ||
          || [http://lab.msdn.microsoft.com/express/visualc/default.aspx VS2005C++Express] || .net 2005의 VSC++버전의 Express Edition ||
          * 서평. [http://blog.empas.com/populous/7501571]
  • ComputerNetworkClass/Report2006/BuildingWebServer . . . . 12 matches
          * http://orchid.cse.cau.ac.kr/course/cn/index.php?code=project2
          * [http://orchid.cse.cau.ac.kr/course/cn/project/webserver-code.htm 참고자료]
          * [http://www.sockets.com/ Winsock2]
          * [http://www.terms.co.kr/Winsock2.htm 윈속2]
          * [http://msdn.microsoft.com/library/en-us/winsock/winsock/winsock_functions.asp Winsock Functions]
          * [http://en.wikipedia.org/wiki/HTTP HTTP from wikipedia]
          * [http://dasomnetwork.com/~leedw/mywiki/moin.cgi/NetworkProgramming 네트워크프로그래밍]
          * [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://www.llnl.gov/computing/tutorials/pthreads/ pthead]
          * [http://users.actcom.co.il/~choo/lupg/tutorials/multi-thread/multi-thread.html pthread]
         * 제작 작성해본 결과 HTTP Application 의 기본적인 사항은 에코서버의 연장선에 있습니다. RFC1945 를 확인하면 아주 단순한 형태의 구현만으로도 충분히 간단한 웹 서버의 동작을 구현하는 것이 가능합니다. (물론 이는 웹 브라우저가 RFC1945 의 HTTP-message BNF 의 가장 단순한 형태를 지원한다는 가정하에서 입니다.) CGI, 로드밸런싱을 이용할 수 있을 정도의 구현이 아닌이상 이는 단순한 에코서버의 연장선과 크게 다르지 않습니다. (어쩌면 모든 네트웍 프로그램이 에코서버일지도 -_-;)
         최초 작성하시는 분들은 우선 자신이 구현하려고 하는 웹 서버의 동작의 기본적인 구조(멀티쓰레드, 멀티프로세스, IO멀티플렉싱 등)를 결정하시고, 해당 방식으로 구현된 에코서버를 작성 혹은 소스를 구하신 후 웹브라우저의 HTTP request 를 읽어 분석한뒤, 알맞는 파일을 브라우저의 소켓으로 보내는 형태로 작성하시길 권합니다.
         기본 소켓의 HELLO WORLD 만 주고 받을 줄 알고 HTTP BNF 만 주어진다면 1~3시간 이내로도 해결할 수 잇는 단순한 형태의 프로그램입니다.
  • DebuggingApplication . . . . 12 matches
         [http://msdn.microsoft.com/library/FRE/vsdebug/html/_core_the_trace_macro.asp?frame=true]
         [http://www.codeguru.com/forum/showthread.php?t=315371]
         [http://www.cplusplus.com/doc/tutorial/tut5-3.html]
         [http://www.microsoft.com/msj/0197/exception/exception.aspx]
         [http://support.microsoft.com/default.aspx?scid=kb;en-us;105675]
         [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]
         [http://www.codeproject.com/debug/mapfile.asp]
         [http://www.vmware.com/]
         [http://www.dependencywalker.com/]
         [http://www.sysinternals.com/]
         [http://www.compuware.com/products/devpartner/studio.htm]
  • Eclipse/PluginUrls . . . . 12 matches
          * Update URL : http://subclipse.tigris.org/update
          * Update URL : http://www.kyrsoft.com/updates/
          * [http://wiki.kldp.org/wiki.php/Eclipse/CDT CDT까는방법]
          * [http://yg0772.egloos.com/1032362 CDT까는법_다른블로그]
          * [http://www.erin.utoronto.ca/~ebutt/eclipse_python.htm pydev]
          * [http://pydev.sf.net/updates/]
          * [http://subclipse.tigris.org/update/]
          * [http://www.phpeclipse.de/tiki-view_articles.php] 홈페이지
          * [http://phpeclipse.sourceforge.net/update/releases] 업데이트사이트
          * [http://www-128.ibm.com/developerworks/opensource/library/os-debug 디버거]
          * [http://www.myeclipseide.com/Downloads%2Bindex-req-viewsdownload-sid-10.html] 홈페이지
  • FromCopyAndPasteToDotNET . . . . 12 matches
          * [http://zeropage.org/~lsk8248/wiki/Seminar/FromCopyAndPasteToDotNET/FromCopyAndPasteToDotNET.doc 세미나 자료]
          * [http://zeropage.org/~lsk8248/wiki/Seminar/FromCopyAndPasteToDotNET/DLLExample.zip DLLExample]
          * [http://zeropage.org/~lsk8248/wiki/Seminar/FromCopyAndPasteToDotNET/UsingDLL.zip UsingDLL]
          * [http://zeropage.org/~lsk8248/wiki/Seminar/FromCopyAndPasteToDotNET/ATLCOMExample.zip ATLCOMExample]
          * [http://zeropage.org/~lsk8248/wiki/Seminar/FromCopyAndPasteToDotNET/UsingCOM.zip UsingCOM]
          * [http://msdn.microsoft.com/library/en-us/dnolegen/html/msdn_aboutole.asp What OLE Is Really About]
          * [http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/dataexchange/dynamicdataexchange/aboutdynamicdataexchange.asp About Dynamic Data Exchange]
          * [http://msdn.microsoft.com/library/en-us/dnautoma/html/msdn_ole2auto.asp Automation for OLE 2.0]
          * [http://msdn.microsoft.com/workshop/components/activex/intro.asp Introduction to ActiveX Controls]
          * [http://msdn.microsoft.com/library/en-us/cossdk/htm/betaintr_6d5r.asp Introducing COM+]
          * [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]
  • Gnutella-MoreFree . . . . 12 matches
          TTL (1 byte): 네트워크의 Servent를 지날 때마다 감소하는 수 /
          || DescriptorID || Payload Descriptor || TTL || hops || PayloadLength ||
          5. TTL/Hop은 다른 Servent로 전송되기 전에 변경되며 후에 TTL이
          이는 Gnutella 네트워크를 이용하는 것이 아니라 기존의 HTTP 프로토콜
          GET/get/<File Index>/<File Name>/HTTP/1.0rn
          이와같은 HTTP 헤더를 받으면 서버는 다음과 같은 헤더를 보내준다.
          HTTP 200 OKrn
          GET/get/<File Index>/<File Name>/HTTP1.0rn
          과 같은 HTTP GET request형식으로 응답을 하며 파일을 전송한다.
         little endian byte : 작은 쪽 (바이트 열에서 가장 작은 값)이 먼저 저장되는 순서
         http://www.gnucleus.com/ (Gnucleus 프로그램)
         http://www.sourceforge.net/ (Gnutella Clone 프로그램)
         http://www.gnutelladev.com/source/gnucleus0.html (소스코드)
         CVS// http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gnucleus/(최근의 소스코드)
         void CSearchResults::OnButtonDownload()
         void CGnuDownloadShell::Start() 로 다운로드가 시작이 되고 실제적인 다운로드는 CGnuDownload에서 이루어지면 쉘에서는 Timer()에서 CheckCompletion()로 완료 되었는 지 확인을 하게 되고 AttachChunk2Chunk 와 AttachChunk2Partial로 부분부분 완료된 Chunk들을 결합해 주는 역활을 하게 된다.
         SendRequest() 에서 HTTP/GET 형식으로 헤더를 보내 받고자 하는 데이타를 요청한다
         UINT AttemptPort = pPrefs->m_ForcedPort ? pPrefs->m_ForcedPort : pPrefs->m_LocalPort;
         AttemptPort += rand() % 99 + 0;
         Firewall에 있을 경우 이런 방법으로 포트를 열지 못하면 랜덤한 포트를 부여 ForcedPort로 접속 Attempts < 3 만큼 시도를 한다.
  • GuiTestingWithMfc . . . . 12 matches
         http://zeropage.org/pub/GuiTesting/GuiTest1.gif
         === 1. GUI Runner Setting ===
          pDlg->OnButtonadd();
         void CGuiTestingOneDlg::OnButtonadd()
          pDlg->OnButtonadd();
          pDlg->m_ctlList.GetText(0, str);
         void CGuiTestingOneDlg::OnButtonadd()
          pDlg->OnButtonadd();
          pDlg->m_ctlList.GetText(1, str);
         http://zeropage.org/pub/GuiTesting/GuiTestFail.gif
         void CGuiTestingOneDlg::OnButtonadd()
         http://zeropage.org/pub/GuiTesting/GuiTestOk.gif
         void CGuiTestingOneDlg::OnButtonadd()
         http://zeropage.org/pub/GuiTesting/result.gif
  • MoinMoinTodo . . . . 12 matches
          * Send a regular "changes" mail? (checkbox, plus frequency setting hourly/daily/weekly/etc.)
          * Steal ideas from [http://www.usemod.com/cgi-bin/mb.pl?action=editprefs MeatBall:Preferences]
          * a CSS switch (needs more work on the formatter issue to really work)
          * or go all the way, and store pages as data/pages/<firstletter>/<pagename>/(current|meta|...|<timestamp>)
          * Add a link to Wiki:EditThePageSimultaneously (or a link to a local copy) to the edit conflict message.
          * Support URNs, see http://www.ietf.org/internet-drafts/draft-daigle-uri-std-00.txt and http://www.ietf.org/internet-drafts/draft-hakala-isbn-00.txt
          * pattern d{3}-d{8}-d{8}-[0-9xX]
          * Add display of config params (lower/uppercase letterns) to the SystemInfo macro.
          * Implement http://sunir.org/apps/visits.pl
          * prevent direct saves from outside (i.e. simple attacks), that did not load and parse the edittext page before saving
         Preference settings:
  • Refactoring/MakingMethodCallsSimpler . . . . 12 matches
         http://zeropage.org/~reset/zb/data/RenameMethod.gif
         http://zeropage.org/~reset/zb/data/AddParameter.gif
         http://zeropage.org/~reset/zb/data/RemoveParameter.gif
         http://zeropage.org/~reset/zb/data/SeparateQueryFromModifier.gif
         http://zeropage.org/~reset/zb/data/ParameterizeMethod.gif
         You are getting several values from an object and passing these values as parameters in a method call.
         http://zeropage.org/~reset/zb/data/IntroduceParameterObject.gif
         == Remove Setting Method ==
          ''Remove any setting method for that field''
         http://zeropage.org/~reset/zb/data/RemoveSettingMethod.gif
         http://zeropage.org/~reset/zb/data/HideMethod.gif
  • SolarSystem/상협 . . . . 12 matches
          ChangeDisplaySettings(NULL,0);
          WindowRect.bottom=(long)height;
          DEVMODE dmScreenSettings;
          memset(&dmScreenSettings,0,sizeof(dmScreenSettings));
          dmScreenSettings.dmPelsWidth = width;
          dmScreenSettings.dmPelsHeight = height;
          dmScreenSettings.dmBitsPerPel=bits;
          dmScreenSettings.dmFields=DM_BITSPERPEL|DM_PELSWIDTH|DM_PELSHEIGHT;
          if(ChangeDisplaySettings(&dmScreenSettings,CDS_FULLSCREEN)!=DISP_CHANGE_SUCCESSFUL)
          WindowRect.bottom-WindowRect.top,
  • TriDiagonal/1002 . . . . 12 matches
         LU 분해 뒤 해당 계산이 제대로 되었는지를 확인하기 위해 Numeric Python 모듈을 이용했다. [http://sourceforge.net/project/showfiles.php?group_id=1369 여기] 에서 받을 수 있다.
         import unittest
         class TestLuDecomposition(unittest.TestCase):
          unittest.main()
         import unittest
         class TestTridiagonal(unittest.TestCase):
          unittest.main()
         def prettyPrintMatrix(aMatrix):
          prettyPrintMatrix(l)
          prettyPrintMatrix(matrixY)
          prettyPrintMatrix(u)
          prettyPrintMatrix(matrixX)
  • ViImproved . . . . 12 matches
          * http://www.vim.org - Vim 을 얻을 수 있는 곳.
          * http://www.vim.org/scripts - vim plugin
          * [http://vim-scripts.org/ Vim Scripts]
          * vimrc 을 직접 건들여 수정하기 힘든 사람들에게 꼭 추천하고 싶은 사이트 [[https://vim-bootstrap.com]] - 사용법은 직접 검색바람 - makerdark98
          * [[http://vim.wikia.com/wiki/Vim_Tips_Wiki|Vim Tips Wiki]]
          * [[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]]
          * [[http://kldp.org/node/102947|Vi/Vim 단축키 모음 -KLDP]] ~ 위의 링크 한글 버전
          * http://kltp.kldp.org/stories.php?topic=25 - kltp 의 vi 관련 팁 모음, 홈페이지 자체는 지원 중단됨 - DeadLink
          * [[http://kldp.org/node/125263|vim 사용자를 위한 플러그인 매니저 vundle 을 소개 합니다. - KLDP]]
          * [[http://vimawesome.com/|vim plugin 검색 사이트]]
          * [[https://www.youtube.com/watch?v=5r6yzFEXajQ | Vim + tmux - OMG!Code ]] - cheatsheet로만 vim을 배우는 사람들에게 권함 - makerdark98
  • WikiSandBox . . . . 12 matches
         pre-formatted, No heading, No tables, No smileys. Only WikiLinks
          * 어떤 페이지에서 EditText 버튼을 눌렀을 때, 페이지 내용을 수정하지 않았음에도 불구하고
         attachment:%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7(5).png
         attachment:43855680_119528669.jpg
         attachment:스크린샷(5).png
          * http://moniwiki.sourceforge.net/
          * [http://moniwiki.sourceforge.net/]
          * [http://moniwiki.sourceforge.net/ MoniWiki Sourceforge Homepage]
          * http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif
          * [http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif]
          * [http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif moniwiki-logo.gif]
          * [http://moniwiki.sourceforge.net/ http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif]
  • ZP&COW세미나 . . . . 12 matches
          * VNC Viewer: http://165.194.17.15/pub/util/vncviewer.exe
          * Java 2 SDK: http://165.194.17.15/pub/language/java/j2sdk-1_4_2_01-windows-i586.exe
          * Java 2 SDK Documentation: http://165.194.17.15/pub/j2sdk-1.4.1-doc/docs
          * Platform: http://165.194.17.15/pub/language/java_eclipse/eclipse-platform-3.0M3-win32.zip
          * JDT: http://165.194.17.15/pub/language/java_eclipse/eclipse-JDT-3.0M3.zip
          * Python: http://165.194.17.15/pub/language/python/Python-2.3.exe
          * 로보코드 홈페이지: http://www-903.ibm.com/developerworks/kr/robocode/robocode.html
         import unittest
         class AppleTest(unittest.TestCase):
          def testTimes(self):
          unittest.main()
         http://165.194.17.15/pub/upload_one/robocode_result1.GIF
         http://165.194.17.15/pub/upload_one/robocode_result2.GIF
  • 강희경 . . . . 12 matches
          주소:인천, [http://cyworld.com/gentleboy], [http://rkd49.zeropage.org]
          *[http://freefeel.org]
          *[http://aragorn.bawi.org/interests/tao_of_programming_(korean).html]프로그램의 도
          *[http://aragorn.bawi.org/interests/tao_of_programming_(english).html]
          *[http://flash.hangame.com/index.nhn?navertc=1]
          *[http://www.kukkiwon.or.kr/tkskill/pomsae_index.asp?div=3]국기원
          *[http://xenix.egloos.com/764031]쥐메일 드라이브
          *[http://xper.org/wiki/seminar/면접]
          *[http://xper.org/wiki/seminar/_b1_b9_be_ee_bd_c7_b7_c2_b0_fa_c7_c1_b7_ce_b1_d7_b7_a1_b9_d6]국어실력과프로그래밍
         http://zeropage.org/pub/upload/%c0%da%b0%e2%c0%cc~.JPG
         http://imgsrc2.search.daum.net/imgair2/00/01/00/00010002_1.jpg 안녕하세요~ 05학번 이연주라고 합니다~ 벌써 그렇게까지 유명해진건가요?ㅎㅎㅎㅎㅎ // 위키 잘쓰긴요 ㅋㅋ 아직 적응기인데요 ㅋㅋㅋ 일부러 와주셔서 감싸!!ㅋㅋ!!! 차마... 선배님한테 테러까지는 못하고.. ㅎㅎ 지현언니 쎄우고 갑니다 ㅋㅋㅋ [joosama]
  • 데블스캠프2010/다섯째날/ObjectCraft/미션2/박재홍 . . . . 12 matches
          int attack;
          a.attack=5;
          b.attack=5;
          dam1=a.attack-b.defense;
          dam2=b.attack-a.defense;
          int attack;
          a.attack=5;
          b.attack=5;
          return a.attack-b.defense;
         void att(zergling & a, zergling &b){
          att(a,b);
          att(b,a);
  • 데블스캠프2010/다섯째날/ObjectCraft/미션2/허준 . . . . 12 matches
          int att;
          zeli2.HP -= zeli1.att;
          zeli1.HP -= zeli2.att;
          printf("저글링1이 저글링2에 데미지 %d를 입혀서 저글링2의 HP가 %d가 되었습니다.\n", zeli1.att, zeli2.HP);
          printf("저글링2이 저글링1에 데미지 %d를 입혀서 저글링1의 HP가 %d가 되었습니다.\n", zeli2.att, zeli1.HP);
          int att;
          zeli1.att = 5;
          zeli2.att = 5;
          return a1.att - a2.def;
         void attack(unit a1, unit& a2) {
          attack(zeli1, zeli2);
          attack(zeli2, zeli1);
  • 데블스캠프2012 . . . . 12 matches
          * [https://docs.google.com/spreadsheet/ccc?key=0ArWnDjSUKLWYdERWQTVqN2ZvbUVrVms3R0FScmQtN0E&usp=sharing 구글타임테이블링크]
          || 1 |||| [:데블스캠프2012/첫째날/배웠는데도모르는C 배웠는데도 모르는 C] |||| 웹 서비스구축 전반에 관한 이야기 |||| 점심? |||| |||| [http://zeropage.org/seminar/62072 재귀함수를 이용한 문제 해결] |||| [http://zeropage.org/seminar/62080 C로배우는 C++의원리] || 8 ||
          || 2 |||| 배웠는데도 모르는 C |||| 웹 서비스구축 전반에 관한 이야기 |||| [http://zeropage.org/seminar/62041 소켓, 웹, OpenAPI] |||| |||| 재귀함수를 이용한 문제 해결 |||| C로배우는 C++의원리 || 9 ||
          || 3 |||| 배웠는데도 모르는 C |||| [http://zeropage.org/index.php?mid=seminar&category=61948 APM Setup] |||| 소켓, 웹, OpenAPI |||| |||| [:데블스캠프2012/넷째날/묻지마Csharp 묻지마 C#] |||| C로배우는 C++의원리 || 10 ||
          || 4 |||| UI프로그래밍 |||| [http://prezi.com/uit4ykp5bx8g/javascript/ JavaScript 편견깨기] |||| [http://zeropage.org/seminar/62046 테스트를 위한 CTIP] |||| |||| [:데블스캠프2012/넷째날/묻지마Csharp 묻지마 C#] |||| [http://zeropage.org/seminar/62095 비트맵 가지고 놀기] || 11 ||
          || 7 |||| [http://zeropage.org/index.php?mid=seminar&category=61948 페챠쿠챠] |||| [http://zeropage.org/seminar/62023 Kinect] |||| [http://zeropage.org/62033 LLVM+Clang...] |||| |||| 새내기를 위한 파일입출력 |||| CSE Life || 2 ||
          || 9 |||| 페챠쿠챠 |||| [http://www.hanb.co.kr/network/view.html?bi_id=1760 유지보수하기 어려운 코드 작성법] |||| 앵그리버드 만들기 |||| |||| 새내기를 위한 파일입출력 |||| 회고 || 4 ||
  • 레밍즈프로젝트/프로토타입/에니메이션버튼 . . . . 12 matches
         || animate(.AVI) button || [http://www.codeproject.com/buttonctrl/anibuttons.asp] ||
         || ImageButton(.jpeg, .gif...) || [http://www.codeproject.com/buttonctrl/CKbcButton.asp] ||
         || XP MediaCenter Button || [http://www.codeproject.com/buttonctrl/CMCButton.asp] ||
  • 서지혜/단어장 . . . . 12 matches
          * [http://www.youtube.com/watch?v=zBFEcfYW-Ug&list=PLgA4hVlv6UnuGH7lvUPFdekHCZuaWkWzo 7 rules to learn english fast] : 영어를 공부할 때 단어 하나만 공부하지 마세요!
          * [http://no-smok.net/nsmk/%EA%B9%80%EC%B0%BD%EC%A4%80%EC%9D%98%EC%9D%BC%EB%B0%98%EB%8B%A8%EC%96%B4%EA%B3%B5%EB%B6%80%EB%A1%A0 김창준의일반단어공부론] : 김창준 선배님의 영어공부 수련 체험수기
          1. [https://www.evernote.com/shard/s104/sh/ea2d5494-8284-4cef-985e-a5909ed7a390/0bb87979321e1c49adb9edbd57e6ae61 Vocabulary]
          1. [https://www.evernote.com/shard/s104/sh/36c51ebe-b7bc-46a7-8516-34959543f192/b6da6093e22a8ae49f1ad9616f2c9e93 idiom]
          1. 제조하다 : NAS(Network Attached Storage) is often manufactured as a computer appliance
          음절 : 1. Don't breathe a syllable(word) about it to anyone. 2. He explained it in words of one syllable. 3. He couldn't utter a syllable in reply(그는 끽소리도 못했다)
          식별하다 : The computer program was unable to discriminate between letters and numbers.
          노력 : an effort to do or attain something
          연습 : Without enough practice, she would not get better at english
         bang for the buck : http://en.wikipedia.org/wiki/Bang_for_the_buck
          넘어지는 것을 잡다, 받쳐주다 : When the little boy fell out of the window, the bushes broke his fall.
          Their health was to be monitored for a month, but after two woks all of the rats in the programming group had melted into a dense goo that tasted a little like quiche. - [GotoConsideredHarmful]
  • DebuggingSeminar_2005 . . . . 11 matches
          || [http://www.sysinternals.com/ SysInternal] || [http://www.sysinternals.com/Utilities/ProcessExplorer.html Process Explorer Page] ||
          || [http://www.dependencywalker.com/ DependencyWalker] || Dependency Walker (Included at VS6) ||
          || [http://www.compuware.com/products/devpartner/enterprise.htm DevPartner] || Compuware DevPartner ||
          || [http://www.compuware.com/products/numega.htm NuMega] || [SoftIce] , DevPartner 개발사 ||
          || [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/tools/tools/rebase.asp ReBase MSDN] || Rebase is a command-line tool that you can use to specify the base addresses for the DLLs that your application uses ||
          || [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://www.vmware.com/ VMWARE] || 가상 컴퓨터 에뮬레이터? ||
          || [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런타임 라이브러리 ||
  • DesignPatterns/2011년스터디/1학기 . . . . 11 matches
          * DoWeHaveToStudyDesignPatterns?
          * HowToStudyDesignPatterns?
          * 책을 읽으며 ["HolubOnPatterns/밑줄긋기" 밑줄을 긋자]
          1. HolubOnPatterns 0장에 대해 함께 이야기했다. 나 혼자 0장을 안 읽어와서 민망했다. 1장은 꼭 읽어와야지.
          1. 저자는 열심히 getter와 setter를 깐다. get/set은 변수를 public으로 만드는 어려운 방법이다!
          1. 멤버변수를 선언하면 꼭꼭 getter/setter를 만들었던 나를 반성...(나중엔 귀찮아서 public으로 한적도 있다지)
          * 2장 103쪽 전까지 읽어옵시다. 그리고 ["HolubOnPatterns/밑줄긋기" 밑줄을 그어요~]
          1. MVC 모델에 맞춰 설계해야해서 [HolubOnPatterns]에서 좋다고 하는대로만 설계하지는 않음.
         [DesignPatterns/2011년스터디]
  • EnglishSpeaking/2012년스터디 . . . . 11 matches
          * [https://trello.com/board/english-speaking-study/5076953bf302c8fb5a636efa Trello]
          * [http://www.youtube.com/watch?v=C3p_N9FPdy4 English Speaking Schools Are Evil]
          * [http://www.youtube.com/watch?v=xkGGTN8wh9I Speaking English- Feel Nervous & Shy?]
          * [http://www.youtube.com/watch?v=sZWvzRaEqfw Learn English Vocabulary]
          * [http://www.bombenglish.com/2008/01/27/1-host-introductions/ Bomb English - Episode 1]
          * Mike and Jen's conversation is little harder than AJ Hoge's video. But I like that audio because that is very practical conversation.
          * [http://www.bombenglish.com/2008/02/03/2-new-english-education-policy/ Bomb English - Episode 2]
          * Today, we were little confused by Yunji's appearance. We expected conversation between 2 persons but there were 3 persons who take part in episode 2. And we made a mistake about deviding part. Next time, when we get 3 persons' conversation again, we should pay attention to devide part equally. Or we can do line by line reading instead of role playing.
          * We decided to talk about technical subject freely, about 3 minutes in every month. It might be a little hard stuff at first time. But let's do it first and make it better gradually. Do not forget our slogan(?) - '''''Don't be nervous! Don't be shy! Mistakes are welcomed.'''''
  • FundamentalDesignPattern . . . . 11 matches
         == Fundamental Design Patterns ==
         DesignPatterns 의 패턴들에 비해 구현이 간단하면서도 필수적인 패턴. 전체적으로 가장 기본이 되는 소형 패턴들. 다른 패턴들과 같이 이용된다. ["Refactoring"] 을 하면서 어느정도 유도되는 것들도 있겠다. (Delegation의 경우는 사람들이 정식명칭을 모르더라도 이미 쓰고 있을 것이다. Java 에서의 InterfacePattern 도 마찬가지.)
         기본적인 것으로는 Delegation, DoubleDispatch 가 있으며 (SmalltalkBestPracticePattern에서 언급되었던 것 같은데.. 추후 조사), 'Patterns In Java' 라는 책에서는 Delegation 과 Interface, Immutable, MarkerInterface, Proxy 를 든다. (Proxy 는 DesignPatterns 에 있기도 하다.)
          * DelegationPattern
          * InterfacePattern
          * ImmutablePattern
         근데, 지금 보면 저건 Patterns in Java 의 관점인 것 같고.. 그렇게 '필수적 패턴' 이란 느낌이 안든다. (Proxy 패턴이 과연 필수개념일까. RPC 구현 원리를 이해한다던지 등등이라면 몰라도.) Patterns in Java 에 있는건 빼버리는 것이 좋을 것 같다는 생각. (DoubleDispatch 는 잘 안이용해서 모르겠고 언어 독립적으로 생각해볼때는 일단은 Delegation 정도만?) --["1002"]
  • Hacking . . . . 11 matches
          * UDP packet flood attack
          * ICMP echo attack
          * TCP ACK flood attack
          * TCP NUL flood attack
          * http://www.libpcap.org
          * [http://www.insecure.org/nmap/] - port scan 외에도 OS의 정보를 알 수 있음.
          * [http://packetstormsecurity.org 패킷스톰]
          * [http://securityfocus.com 시큐리티포커스]
          * [http://certcc.or.kr CertCC-KR]
          * [http://phrack.org/ phrack]
          * [http://khdp.org KHDP]
  • HaskellLanguage . . . . 11 matches
         [http://haskell.org/HaskellLogo_2.jpg][http://haskell.org/HaskellLogo_3.jpg]
          * [http://haskell.org 홈페이지]
          * [http://en.wikibooks.org/wiki/Programming:Haskell Haskell Programming Wikibook]
          * [http://pub.hal3.name/daume02yaht.pdf Yet another haskell tutorial] : Haskell 입문시에 도움이 된다.
          * [http://hunit.sourceforge.net/ hunit] - Haskell Unittest
          * [http://agbird.egloos.com/ Haskell 공부하는사람 블로그]
          * 보통 [http://www.haskell.org/hugs/ hugs]와 [http://www.haskell.org/ghc/ ghci]를 많이 쓴다.
          * 저 위에보면, featuring static typing, higher-order functions, polymorphism, type classes and modadic effects 라고 있는데, 이것들이 아마 haskell language의 큰 특징들이 아닐까 한다. 각각에 대해서 알아두는게 도움이 될듯. ([http://www.nomaware.com/monads/html/ monad관련자료])- 임인택
  • JavaScript/2011년스터디/CanvasPaint . . . . 11 matches
          <button type="button" onclick="drawMethod(1)"> LINE </button>
          <button type="button" onclick="drawMethod(2)"> DOT </button>
          <button type="button" onclick="undo()"> UNDO </button>
          element.setAttribute("width", window.innerWidth-15);
          element.setAttribute("height", window.innerHeight-50);
  • LearningToDrive . . . . 11 matches
         I very carefully squinted straight down the road. I got the car smack dab in the middle of the lane, pointed right down the middle of the road. I was doing great. My mind wandered a little...
         I jerked back to attention as the car hit the gravel. My mom (her courage now amazes me) gently got the car back straight on the road. The she actually taught me about driving. "Driving is not about getting the car goint in the right direction. Driving is about constantly paying attention, making a little correction this way, a little correction that way."
         This is the paradigm for XP. There is no such thing as straight and level. Even if things seem to be going perfectly, you don't take your eyes off the road. Change is the only constant. Always be prepared to move a little this way, a little that way. Sometimes maybe you have to move in a completely different direction. That's life as a programmer.
         The driver of a software project is the customer. If the software doesn't do what they want it to do, you have failed. Of course, they don't know exactly what the software should do. That's why software development is like steering, not like getting the car pointed straight down the road. Out job as programmers is to give the customer a steering wheel and give them feedback about exactly where we are on the road.
         소프트웨어 개발을 운전을 배우는 것에 비유한 설명이 재미있네요. software project 의 Driver 는 customer 라는 말과.. Programmer 는 customer 에게 운전대를 주고, 그들에게 우리가 정확히 제대로 된 길에 있는지에 대해 feedback 을 주는 직업이라는 말이 인상적이여서. 그리고 customer 와 programmer 와의 의견이 수렴되어가는 과정이 머릿속으로 그려지는 것이 나름대로 인상적인중. 그리고 'Change is the only constant. Always be prepared to move a little this way, a little that way. Sometimes maybe you have to move in a completely different direction. That's life as a programmer.' 부분도.. 아.. 부지런해야 할 프로그래머. --;
  • Refactoring/DealingWithGeneralization . . . . 11 matches
         http://zeropage.org/~reset/zb/data/PullUpField.gif
         http://zeropage.org/~reset/zb/data/PullUpMethod.gif
         http://zeropage.org/~reset/zb/data/PushDownMethod.gif
         http://zeropage.org/~reset/zb/data/PushDownField.gif
         http://zeropage.org/~reset/zb/data/ExtractSubclass.gif
         http://zeropage.org/~reset/zb/data/ExtractSuperClass.gif
         http://zeropage.org/~reset/zb/data/ExtractInterface.gif
         http://zeropage.org/~reset/zb/data/CollapseHierarchy.gif
         http://zeropage.org/~reset/zb/data/FormTemplateMethod.gif
         http://zeropage.org/~reset/zb/data/ReplaceInheritanceWithDelegation.gif
         http://zeropage.org/~reset/zb/data/ReplaceDelegationWithInheritance.gif
  • Slurpys/박응용 . . . . 11 matches
         import unittest
         class UnitPattern:
         class Word(UnitPattern):
         class And(UnitPattern):
         class Or(UnitPattern):
         class More(UnitPattern):
         class MultiPattern:
         class Slump(MultiPattern):
         class Slimp(MultiPattern):
         class SlurpyTest(unittest.TestCase):
          unittest.main(argv=('', '-v'))
  • TwistingTheTriad . . . . 11 matches
         http://www.object-arts.com/Papers/TwistingTheTriad.PDF
         http://www.esug.org/summerschools/2000_Southampton/twistingTheTriad/twistingTheTriad.pdf
         One example of this deficiency surfaced in SmalltalkWorkspace widget. This was originally designed as a multiline text-editing component with additional logic to handle user interface commands such as Do-it, Show-it, Inspect-it etc. The view itself was a standard Windows text control and we just attached code to it to handle the workspace functionality. However, we soon discovered that we also wanted to have a rich text workspace widget too. Typically the implementation of this would have required the duplication of the workspace logic from the SmalltalkWorkspace component or, at least, an unwarranted refactoring session. It seemed to us that the widget framework could well do with some refactoring itself!
         In MVC, most of the application functionality must be built into a model class known as an Application Model. It is the reponsibility of the application model to be the mediator between the true domain objects and the views and their controllers. The views are responsible for displaying the domain data while the controller handle the raw usr gestures that will eventually perform action on this data. So the application model typically has method to perform menu command actions, push buttons actions and general validation on the data that it manages. Nearly all of the application logic will reside in the application model classes. However, because the application model's role is that of a go-between, it is at times necessary for it to gain access to the user interface directly but, because of the Observer relationship betweeen it and the view/controller, this sort of access is discouraged.
         http://free1002.nameip.net:8080/pyki/upload/MVCTriad.jpg
         For example, let's say one wants to explicitly change the colour of one or more views dependent on some conditions in the application model. The correct way to do this in MVC would be to trigger some sort of event, passing the colour along with it. Behaviour would then have to be coded in the view to "hang off" this event and to apply the colour change whenever the event was triggered. This is a rather circuitous route to achieving this simple functionality and typically it would be avoided by taking a shoutcut and using #componentAt : to look up a particular named view from the application model and to apply the colour change to the view directly. However, any direct access of a view like this breaks the MVC dictum that the model should know nothing about the views to which it is connected. If nothing else, this sort of activity surely breaks the possibility of allowing multiple views onto a model, which must be the reason behind using the Observer pattern in MVC in the first place.
          근데, WEB 에서의 MVC 와 GUI 에서의 MVC 는 그 Control Flow 가 다르긴 할것이다. 웹에서는 View 부분에서 이벤트가 발생하여 이것이 도로 Model 로 올라간다..식이 없기 때문이다. 믿을만한 출처일지는 모르겠지만, 암튼 이를 구분하는 글도 있는듯. http://www.purpletech.com/articles/mvc/mvc-and-beyond.html
         http://free1002.nameip.net:8080/pyki/upload/MVPTriad.jpg
         This is the data upon which the user interface will operate. It is typically a domain object and the intention is that such objects should have no knowledge of the user interface. Here the M in MVP differs from the M in MVC. As mentioned above, the latter is actually an Application Model, which holds onto aspects of the domain data but also implements the user interface to manupulate it. In MVP, the model is purely a domain object and there is no expectation of (or link to) the user interface at all.
         The behaviour of a view in MVP is much the same as in MVC. It is the view's responsibility to display the contents of a model. The model is expected to trigger appropriate change notification whenever its data is modified and these allow the view to "hang off" the model following the standard Observer pattern. In the same way as MVC does, this allows multiple vies to be connected to a single model.
         Compared with our orignnal widget framework, MVP offers a much greater separation between the visual presentation of an interface and the code required to implement the interface functionality. The latter resides in one or more presenter classes that are coded as normal using a standard class browser.
  • VMWare/OSImplementationTest . . . . 11 matches
         [http://neri.cafe24.com/menu/bbs/view.php?id=kb&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&keyword=x86&select_arrange=headnum&desc=asc&no=264 출처보기]
          http://www.osx86.org/
          http://www.zap.pe.kr/
          http://www.execpc.com/~geezer/johnfine/index.htm
         http://www.nondot.org/sabre/os/articles
         http://www.osdever.net/
         http://mega-tokyo.com/osfaq2/
         http://www.osdev.org/
         http://www.bellona2.com
         http://ksyspro.org
         bro (bro@shinbiro.com)2004-02-17 - initial ( vc dev envronment setting )
  • WhatToExpectFromDesignPatterns . . . . 11 matches
         디자인 패턴을 공부하여 어떻게 써먹을 것인가. - DesignPatterns 의 Chapter 6 Conclusion 중.
         DesignPatterns provide a common vocabulary for designers to use to communicate, document, and explore design alternatives.
         Learning these DesignPatterns will help you understand existing object-oriented system.
         Describing a system in terms of the DesignPatterns that it uses will make it a lot easier to understand.
         DesignPatterns are an important piece that's been missing from object-oriented design methods. (primitive techniques, applicability, consequences, implementations ...)
         DesignPatterns capture many of the structures that result from refactoring. Using these patterns early in the life of a design prevents later refactorings. But even if you don't see how to apply a pattern until after you've built your system, the pattern can still show you how to change it. Design patterns thus provide targets for your refactorings.
         ["DesignPatterns"]
  • cookieSend.py . . . . 11 matches
         import httplib
          conn = httplib.HTTPConnection(host, )
          httpData= {}
          httpData['response'] = data
          httpData['cookie'] = response.getheader('Set-Cookie')
          httpData['msg'] = response.msg
          return httpData
          httpData = getResponse(host="zeropage.org", webpage="/~reset/testing.php", method='GET', paramDict=params, cookieDict=cookie)
          print "return cookie : ", httpData['cookie']
          printResponse(httpData['response'])
          printResponse(httpData['msg'])
  • 김희성/MTFREADER . . . . 11 matches
          long ReadAttribute(FILE* fp, unsigned char* offset, long flag);
          *((unsigned char*)MFT+point+9) = Attribute Name Size
          Attribute Header size : Resident=24 / Non-resident=64
         long _MFT_READER::ReadAttribute(FILE* fp, unsigned char* point, long flag)
          fprintf(fp,"Attribute type : Standard Information\n");
          case 0x20://Attribute List
          fprintf(fp,"Attribute type : Attribute list\n");
          fprintf(fp,"Attribute type : File Name\n");
          j=*((unsigned short*)((unsigned char*)MFT+i*BytesPerFileRecord+20));//Offset to First Attribute Header
          j+=ReadAttribute(fp,(unsigned char*)MFT+i*BytesPerFileRecord+j,flag);
  • 안윤호의IT인물열전 . . . . 11 matches
         [http://www.zdnet.co.kr/programming/technews/article.jsp?id=63523&forum=1 오타쿠와 프로그래머는 닮은꼴?]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=62800 상상력 증폭기와 앨런 케이]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=62078 메멕스와 엥겔바트]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=61245 튜링과 에니그마를 아십니까?]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=60258 30년전 컴퓨터 혁명기 PARC를 기억하나요?]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=59100 혼돈을 퍼뜨리는 미디어 바이러스]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=56863 우연이 창조한 킬러 애플리케이션]
         [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=53566 백업이 없어 더 진지한 벼룩의 삶]
         [http://www.zdnet.co.kr/biztech/hwsw/biztrend/article.jsp?id=52632 '스톨만의 이의있습니다']
         [http://www.zdnet.co.kr/biztech/hwsw/biztrend/article.jsp?id=51851 피터드러커가 말하는 '지식사회']
         [http://www.zdnet.co.kr/biztech/hwsw/biztrend/article.jsp?id=51170 데이터스모그와 오버클러킹]
  • 온라인서점 . . . . 11 matches
         [http://wowbook.com/ 와우북]
         [http://yes24.com/ 예즈24]
         [http://alladin.co.kr 알라딘]
         [http://kangcom.com/ 강컴]
         [http://morning365.com/ 모닝 365]
         [http://www.bandibook.com/ 반디앤 루니스] [http://www.bandibook.com/c2c/index.php 중고책]
         [http://www.bandibook.com/ 반디앤 루니스]
         [http://dicibook.com/ 대신서적] : 용산 터미널 상가 지하에 위치. 직접가서 사면 20%할인율 적용
         [http://www.amazon.com 아마존]
         [http://www.barnesandnoble.com/ 반즈앤노블]
  • 조금더빠른형변환사용 . . . . 11 matches
         [http://bbs.kldp.org/viewtopic.php?t=48025]
          struct tm * ttt;
          gettimeofday(&tv, NULL);
          ttt = localtime(&tv);
          printf("%.4d-%.2d-%.2d %.2d:%.2d:%.2d.%.3d", ttt->tm_year, ttt->tm_mon, ttt->tm_mday, ttt->tm_hour, ttt->tm_min, ttt->tm_sec, tv.tv_usec/1000);
          gettimeofday(&tv, NULL);
  • 졸업논문/참고문헌 . . . . 11 matches
         [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.
         [2] "Web 2.0", http://en.wikipedia.org/wiki/Web_2
         [3] Costa, "Creating a weblog in 15 minutes", http://www.rubyonrails.org/screencasts, July. 2006.
         [4] "Writing your first Django app, part 1", http://www.djangoproject.com/documentation/tutorial1
         [5] "Design philosophies", http://www.djangoproject.com/documentation/design_philosophies/
         [6] "Model reference", http://www.djangoproject.com/documentation/model_api/
         [7] "Database API reference", http://www.djangoproject.com/documentation/db_api/#retrieving-objects
         [8] http://code.djangoproject.com/browser/django/trunk/django/db/models/query.py
         [9] "Or lookups", http://www.djangoproject.com/documentation/models/or_lookups/
         [12] "Database Management System", http://en.wikipedia.org/wiki/Database_management_system
         [13] "SQL", http://en.wikipedia.org/wiki/SQL
  • 허아영/C코딩연습 . . . . 11 matches
          int pattern_num;
          char pattern_shape;
          scanf("%d", &pattern_num);
          scanf("%c", &pattern_shape);
          scanf("%c", &pattern_shape);
          for(i = 1; i <= pattern_num; i++)
          for(blank = 0; blank < pattern_num - i; blank++)
          printf("%c", pattern_shape);
          for(i = 1; i < pattern_num; i++)
          for(j = 0; j < 2*(pattern_num-i)-1; j++)
          printf("%c", pattern_shape);
         < LOTTO RANDOM NUMBER GENERATOR >
  • 2005Fall수업 . . . . 10 matches
         [http://ec.cse.cau.ac.kr:8080/jspboard/board.jsp?bbs=bbs20052 수업게시판]
         [http://inst.eecs.berkeley.edu/~cs61c 버클리 강의 페이지. ppt 보기]
         [http://cslab.cse.cau.ac.kr 수업 홈페이지]
         [http://people.cs.vt.edu/~irchen/6204/ 강의 페이지]
         [http://dblab.cse.cau.ac.kr/FS 수업 홈페이지]
         [http://aekae.cafe24.com/wiki/project 프로젝트 팀 페이지]
         http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200409180003
         [http://165.194.9.6/bbs/zboard.php?id=052_17182_01_46 강의 게시판]
         [http://aima.cs.berkeley.edu/ Artificial Intelligence: A Modern Approach 교재 관련]
         [http://cauds.ez.ro 강의 자료]
  • 3N+1Problem/Leonardong . . . . 10 matches
         import unittest
         class AOI3nPlus1ProblemTestCase(unittest.TestCase):
         ## unittest.main()
         import unittest
         class AOI3nPlus1ProblemTestCase(unittest.TestCase):
          def testTime(self):
          unittest.main(argv=('','-v'))
         import unittest
         class MyTestCase(unittest.TestCase):
          def testTime(self):
         ## unittest.main()
          timeTest = MyTestCase("testTime")
          runner = unittest.TextTestRunner()
  • 5인용C++스터디/API에서MFC로 . . . . 10 matches
          * 버튼 - CButton
          ON_WM_LBUTTONDOWN()
          ON_WM_LBUTTONUP()
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
          afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
         void CApplicationView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
         void CApplicationView::OnLButtonUp(UINT nFlags, CPoint point)
          CView::OnLButtonUp(nFlags, point);
         http://165.194.17.15/~lsk8248/wiki/Study/5%c0%ce%bf%ebC++%bd%ba%c5%cd%b5%f0/API%bf%a1%bc%adMFC%b7%ce/DocumentView.gif
         http://165.194.17.15/~lsk8248/wiki/Study/5%c0%ce%bf%ebC++%bd%ba%c5%cd%b5%f0/API%bf%a1%bc%adMFC%b7%ce/SDIApplication.gif
         http://165.194.17.15/~lsk8248/wiki/Study/5%c0%ce%bf%ebC++%bd%ba%c5%cd%b5%f0/API%bf%a1%bc%adMFC%b7%ce/MDIApplication.gif
  • BigBang . . . . 10 matches
          * ALGOL계 언어라고도 한다고 한다.. [http://hkpark.netholdings.co.kr/web/inform/default/inform_view.asp?menu_id=9730&id=1456&parent_id=1517 궁금해 할 사람을 위해]
          * [http://thenine.egloos.com/430823 main 함수의 리턴값]
          * void pointer 사용 자제합시다. void pointer가 가리키는 값의 타입을 추론할 수 없다. [http://stackoverflow.com/questions/1718412/find-out-type-of-c-void-pointer 참고]
          * [http://kldp.org/node/121134 extern "c"의 의미?]
          * [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3485.pdf c++11(아마도?) Working Draft]의 7.5절 linkage specification 참고
          * template와 friend 사이에 여러 매핑이 존재한다. many to many, one to many, many to one, one to one : [http://publib.boulder.ibm.com/infocenter/comphelp/v7v91/index.jsp?topic=%2Fcom.ibm.vacpp7a.doc%2Flanguage%2Fref%2Fclrc16friends_and_templates.htm 참고]
          * 가변인자의 취약점을 이용한 공격 (Format String Attack)
          * 참고 : http://www.hackerschool.org/HS_Boards/data/Lib_system/The_Mystery_of_Format_String_Exploitation.pdf
          * vector(메모리가 연속적인 (동적) 배열), string, deque(double ended queue, 덱이라고도 한다. [http://www.cplusplus.com/reference/deque/deque/ 참고]), list(linked-list)
          * [http://wiki.zeropage.org/wiki.php/i++VS++i] 이거 전에 얘기했던거다 - [서지혜]
  • CodeConvention . . . . 10 matches
          * [http://java.sun.com/docs/codeconv/ Java Code Convention] : ["Java"] Platform
          * [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://msdn.microsoft.com/library/techart/cfr.htm Coding Technique and Programming Practices]
          * [http://network.hanbitbook.co.kr/view_news.htm?serial=161 CTS(Common Type System)와 CLS(Common Language Specification)]
          * [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
  • EclipsePlugin . . . . 10 matches
          * http://www.bejy.org/
          * http://www.myeclipseide.com/
          * http://download.eclipse.org/downloads/index.php (페이지 하단에 있다.)
          * http://sourceforge.net/projects/ttl
         여러 언어의 소스의 Highlight 해주는 라이브러리인데 여기에 Eclipse Plug-in 도 있습니다. JSP, C/C++, HTML, XML 등등 여러 타입이 지원됩니다. [http://colorer.sourceforge.net/lang-list.html 지원 언어 목록]
          * http://colorer.sourceforge.net/
         http://colorer.sourceforge.net/php/demos.php
         http://eclipsetail.sourceforge.net/
         http://sangam.sourceforge.net/
  • EffectiveC++ . . . . 10 matches
          const char * const authorName = "Scott Meyers";
          try { // attempt
         http://bnetty.snu.ac.kr/EffectiveC++/EC/IMAGES/GRAPHICS/DIAGRAMS/I_050A3.GIF [[BR]]
         http://bnetty.snu.ac.kr/EffectiveC++/EC/IMAGES/GRAPHICS/DIAGRAMS/I_050B3.GIF [[BR]]
         void assignmentTester()
         http://bnetty.snu.ac.kr/EffectiveC++/EC/IMAGES/GRAPHICS/DIAGRAMS/I_073A5.GIF
         http://bnetty.snu.ac.kr/EffectiveC++/EC/IMAGES/GRAPHICS/DIAGRAMS/I_073B5.GIF
  • EightQueenProblem/용쟁호투 . . . . 10 matches
         Integer il_attack [8,8] , il_limit = 1, il_queen_count = 1
         public function boolean wf_chack_attack (integer ai_x, integer ai_y)
          If wf_chack_attack(li_x, li_y) Then CONTINUE;
          il_attack[li_x, li_y] = 0 //공격루트 초기화
         public function boolean wf_chack_attack (integer ai_x, integer ai_y);//32767
         IF il_attack[ai_x,ai_y] = 1 THEN RETURN TRUE
          il_attack[li_x,ai_y] = 1 //X Line 공격루트 셋팅
          il_attack[ai_x,li_y] = 1 //Y Line 공격루트 셋팅
          il_attack[li_x,li_y] = 1 //x,y에서 x+n,y+n방향으로 공격루트셋팅
          il_attack[9 - li_x,li_y] = 1 //x,y에서 x-n,y+n방향으로 공격루트셋팅
  • GuiTestingWithWxPython . . . . 10 matches
         import unittest
         class TestFrame(unittest.TestCase):
          def testbuttonText(self):
          result = self.frame.button.GetLabel()
          def testButtonRect(self):
          result = self.frame.button.GetPositionTuple()
          result = self.frame.button.GetSizeTuple()
          unittest.main(argv=('','-v'))
          ID_BUTTON = 10000
          self.button = wxButton(self, ID_BUTTON, "testing", pos=(100,100), size=(200,50))
  • JTDStudy/두번째과제/상욱 . . . . 10 matches
          private JButton button1;
          this.addButton();
          if (e.getSource() == button1) {
          public void addButton() {
          button1 = new JButton("Click!");
          button1.addActionListener(this);
          gl.setConstraints(button1, gc);
          this.add(button1);
  • JosephYoder방한번개모임 . . . . 10 matches
         제4회 한국 SW 아키텍트 대회에서 기조연설을 위해 방한한 Joseph Yoder가 한국 XP 모임(http://xper.org )의 여러분들을 위해 준비한 자리입니다. 리팩토링, 테스팅, 패턴 등을 주제로 간단하게 이야기하고 토론을 할 예정입니다. 특히 패턴쪽에 경험이 많으신 분이시라, 패턴 저작, 패턴 운동의 문화 등에 대해서도 이야기를 해주시기로 했습니다. 장소대여비(토즈)를 위해 1인당 약 1~1.5만원 내외의 회비를 현장납부하셔야 합니다. 좀 더 아담하고 편안한 자리를 위해 20인 이하의 소수만 선착순으로 받습니다. 강연(영어)에 대한 통역은 제공되지 않고, 토론/질답 시간에는 순차 통역이 제공됩니다.
          * [https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=1pibLA94VQ8Z1cckW8IOsedbQ9joDuCwwafH93jHDgv3l-ASNn_QW2rGhxrWT&hl=en_US Refactoring Testing and Patterns]
          * Worse is better라는 말이 인상깊었다.
         Joseph Yoder와의 만남. 신선했다면 신선했다일까. 이렇게 빠른 외국인의 아키텍쳐설명은 들어본적이 없다. Pattern의 강자 GoF와 같이 시초를 같이 했으며 의료 분야 소프트웨어 제작에 참여하고있다고 했다.
         일단 코드 컨스트럭트를 할때는 Facade and Wrapper Pattern을 이용해서 방을 청소하고 시작하라고하는것도 보았다. 하긴 이렇게하면 다른것에 상관 없이 쓸수 있겠군? 이라고 생각했다.
         Refactoring과 Pattern은 누가 누구에 속한 관계가 아니라서 적절히 써야한다고했다. 교집합이었다 그림은. 그래 적절히 써야지라고 생각했다.
         여러모로 Refactoring에서 나오는 Pattern과 Holub이 주장하는 Design Pattern과는 많았고 옆에서 계속 번역해주시는 창준선배님을 보면서 참 나도 영어 듣기가 녹슬었구나 하는 생각이 들었다. FPS에서 영어를 배워봐야하나. 여러사람이 다양하게 생각하는 Refactoring과 Pattern에 대해 다시한번 좀더 연구할 생각이드는 시간이었다.
  • NSIS . . . . 10 matches
          * http://www.nullsoft.com/free/nsis/ - null software 의 nsis 관련 홈페이지.
          * http://forums.winamp.com/forumdisplay.php?forumid=65 - nsis discussion
          * http://www.nullsoft.com/free/nsis/makensitemplate.phtml - .nsi code generator
         NSIS 는 스크립트 기반으로 일종의 배치화일과 같으므로, 예제위주의 접근을 하면 쉽게 이용할 수 있다. ["NSIS/예제1"], ["NSIS/예제2"], ["NSIS/예제3"] 등을 분석하고 소스를 조금씩 용도에 맞게 수정하여 작성하면 쉽게 접근할 수 있을 것이다. 의문이 생기는 명령어나 속성(attribute)에 대해서는 ["NSIS/Reference"] 를 참조하기 바란다.
         http://nsis.sourceforge.net/archive/nsisweb.php?page=111&instances=0,11
         http://nsis.sourceforge.net/archive/nsisweb.php?page=633&instances=0,110
         http://nsis.sourceforge.net/archive/download.php?file=FindProc.zip
         http://nsis.sourceforge.net/archive/viewpage.php?pageid=435
         http://nsis.sourceforge.net/archive/viewpage.php?pageid=117
          몇몇 유틸리티 인스톨러에서 InnoSetup 쓰는거 종종 보였었는데, 이것도 공짜였군..~ 그나저나, http://isfd.kaju74.de/index.php?screenshots . 너무 뽀대나는거 아냐?;; --[1002]
  • SeminarHowToProgramIt . . . . 10 matches
          * DesignPatterns -- ["디자인패턴"] 공부 절대로 하지 마라
          * Programmer's Journal -- Keeping a Diary (see also NoSmok:KeepaJournalToLiveBetter )
          * Lifelong Learning as a Programmer -- Teach Yourself Programming in Ten Years (http://www.norvig.com/21-days.html )
          * [http://python.org/ftp/python/2.2/Python-2.2.exe Python]
          * [http://prdownloads.sourceforge.net/idlefork/idlefork-0.8.1.zip IdleFork]
          * [http://www.editplus.com/ep2setup-en.cgi EditPlus]
          * [http://zeropage.org/~sun/eclipse-SDK-20020321-win32.zip Eclipse]
          * [http://vim.sourceforge.net/scripts/download.php?src_id=155 python.vim]
         ||DesignPatterns ||4 ||
         이 때, OOP가 가능한 언어를 추천하고, 해당 언어의 xUnit 사용법을 미리 익혀오기 바랍니다. (반나절 정도가 필요할 겁니다) http://www.xprogramming.com/software.htm 에서 다운 받을 수 있습니다.
         (See Also ["PyUnit"], ["UnitTest"], ["JUnit"], ["CppUnit"]. C 언어를 사용하시는 분들은 ASSERT 문으로 UnitTest 부분을 어느정도 대신할 수 있습니다.)
  • SubVersion . . . . 10 matches
         || [http://zeropage.org/pds/20058395830/Version%20Control%20with%20Subversion%202005.pdf Download] ||
         http://subversion.tigris.org/
         http://www.onlamp.com/lpt/a/2820
         http://svnbook.red-bean.com/ - SVN(SubVersion) 책. 2003년 하반기 출간 예정.
         http://linux.mizi.com/wim/moin.cgi/subversion
         http://subclipse.tigris.org/ - [Eclipse] Plugin
         http://www.pyrasis.com/main/Subversion-HOWTO
         [http://www.pyrasis.com/main/SVNSERVEManager SVNSERVEManager svn 서버 관리를 쉽게 해주는 관리 도구]
         [http://svnbook.red-bean.com/ Subversion Online Book]
         [http://wiki.kldp.org/wiki.php/SubversionBook Subversion Book 번역서]
  • UnixSocketProgrammingAndWindowsImplementation . . . . 10 matches
         // 따라서 Little_Endian을 사용하는 시스템에서는 Big-Endian으로 바꿔줘야한다.
          // 2780961665 의 값은 Little-Endian 체계에서는 811BC2A5이다.
         [[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>)]]
         Project -> Setting -> LINK 메뉴 -> Object/library modules: 의 끝부분에 ws2_32.lib 를 추가한다.
         An Introduction to Socket Programming : [http://www.uwo.ca/its/doc/courses/notes/socket/]
         Beej's Guide to Network Programming : [http://www.ecst.csuchico.edu/~beej/guide/net/html/]
         Socket Programming in Python : [http://www.amk.ca/python/howto/sockets/]
         IPv6 Socket Programming : [http://www.joinc.co.kr/modules/moniwiki/wiki.php/article_IPv6_Programing?action=print2]
  • ZeroPage_200_OK/소스 . . . . 10 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" />
          bottom: 0px;
          <img src = "http://jsfiddle.net/img/social-icons/facebook_16.png" alt="Facebook" />
         <!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" />
          <form action="http://zeropage.org/act" method="post" onsubmit="if (this.password.value.length < 1) {alert('required pw'); return false;} else {return true;}">
          <input type="button" value="abc" /><br/>
  • ZeroWiki/제안 . . . . 10 matches
          * 현존하는 무료 위키 엔진 중 가장 강력함. (다른 PHP 기반의 데이터베이스형 위키 엔진과의 간단한 비교: http://bit.ly/fdI51M )
          * 구현된 확장 기능이 정말 어마어마하게 많다. http://www.mediawiki.org/wiki/Category:Extensions
          * ditto의 단점
          * 위키 엔진 선택은 안 그래도 논의하려고 했던 주제입니다. [http://www.dokuwiki.org DokuWiki]나 [http://www.mediawiki.org MediaWiki]를 후보군으로 염두에 두고 있습니다. 다만 무겁고 복잡한 MediaWiki보다는 깔끔한 DokuWiki를 더 비중있게 고려하고 있습니다. 하지만 위키 엔진과 관련해 가장 중요한 고려 사항은 nForge MoniWiki와 혼용으로 인한 문법 이중화의 어려움이라서 이 문제에 대한 대책이 필요합니다. - [변형진]
         ==== http://wiki.zeropage.org/wiki.php/FrontPage ====
         ==== http://wiki.zeropage.org/wiki/FrontPage ====
         ==== http://wiki.zeropage.org/FrontPage ====
         ==== http://zeropage.org/wiki/FrontPage ====
         ==== http://zerowiki.com ====
  • html5/web-storage . . . . 10 matches
          readonly attribute unsigned long length;
          getter DOMString key(in unsigned long index);
          getter any getItem(in DOMString key);
          setter creator void setItem(in DOMString key, in any value);
          * http://nosmoke.cctoday.co.kr/1062
          * http://cafe.naver.com/webappdev/124
          * http://m.mkexdev.net/59
          * http://xguru.net/621
          * http://cafe.naver.com/webappdev/125
          * 문서를 만들고 보니까 http://dev.w3.org/ 의 내용이 가장 충실하고 확실하다는 걸 알게 되었음. - 이승한
  • 디자인패턴 . . . . 10 matches
          * [http://www.cmcrossroads.com/bradapp/docs/pizza-inv.html - Pizza Inversion - a Pattern for Efficient Resource Consumption]
         그리고 한편으로는 Refactoring을 위한 방법이 됩니다. Refactoring은 OnceAndOnlyOnce를 추구합니다. 즉, 특정 코드가 중복이 되는 것을 가급적 배제합니다. 그러한 점에서 Refactoring을 위해 DesignPattern을 적용할 수 있습니다. 하지만, Refactoring 의 궁극적 목표가 DesignPattern 은 아닙니다.
         DesignPatterns 의 WhatToExpectFromDesignPatterns 를 참조하는 것도 좋겠네요.
         HowToStudyDesignPatterns 페이지를 참조하세요.
         see PatternCatalog
          * http://www.econ.kuleuven.ac.be/tew/academic/infosys/Members/Snoeck/litmus2.ps - Design Patterns As Litmus Paper To Test The Strength Of Object Oriented Methods
  • 새싹교실/2012/아우토반/앞반/4.12 . . . . 10 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
         int sundaeattack;
         int user_attack_type;
          sundaeattack = rand()%101+50;
          Player - sundaeattack;
          printf("Player는 %d의 데미지를 입었습니다.\n",sundaeattack);
          scanf("%c",&user_attack_type);
          if(user_attack_type == 'p'){
          if(user_attack_type == 'k'){
  • 임인택 . . . . 10 matches
          * http://blog.janbyul.com
          * http://dojo.janbyul.com
          * http://radiohead.sprignote.com
         [http://sfx-images.mozilla.org/affiliates/Banners/120x600/rediscover.png]
         [http://www.spreadfirefox.com/galleries/4e5843369008084fdde6c1b08902da60-8886.png]
         [http://marketing.openoffice.org/art/galleries/marketing/web_banners/nicu/fyf_composite.png]
         [http://7-zip.org/7ziplogo.png]
         [http://www.sporadicnonsense.com/files/FileZilla_ss.jpg]
         [http://www.gnome-look.org/content/pre1/15089-1.jpg]
         [http://www.mouse.cl/2005/productos/07/29/01_ubuntu_screen.jpg]
  • 지금그때2003/선전문 . . . . 10 matches
         <A HREF="http://zeropage.org/wiki/moin.cgi/_c1_f6_b1_dd_b1_d7_b6_a72003_2f_c8_c4_b1_e2" target=new> <B>지금그때 후기 페이지</B><A> 에 남겨 보세요.
         <li> <A HREF="http://zeropage.org/wiki/moin.cgi/_c1_f6_b1_dd_b1_d7_b6_a72003_2f_c8_c4_b1_e2" target=new> <B>지금그때 후기 페이지</B><A> 에 들어가셔서.
         <li> 하단의 <B>EditText</B> 를 누르세요.
         <A HREF="http://www.caucse.net/boards/default/view.php?table=alumni03&page=3&id=159"> 지금그때 여는글 </A>
         <A HREF="http://www.caucse.net/boards/default/view.php?table=alumni03&page=1&id=297"> 마지막 홍보글 </A>
         <A HREF="http://www.caucse.net/boards/default/view.php?table=alumni03&page=3&id=159"> 지금그때 소개글 </A>
         지금그때에 함께 하실 분은 <B><A HREF = "http://zeropage.org/pub/nowthen" target=new>이야기 참가 신청 Go!</A></B>에서 미리
          선배들의 <A HREF="http://165.194.17.15/wiki/moin.cgi/_c1_f6_b1_dd_be_cb_b0_ed_c0_d6_b4_c2_b0_c9_b1_d7_b6_a7_b5_b5_be_cb_be_d2_b4_f5_b6_f3_b8_e9">지금그때</A>를 가장 크게 느끼는 것 하나씩 이야기
         <B><A HREF = "http://zeropage.org/pub/nowthen">이야기 참가 신청</A></B>
         <A HREF="http://www.caucse.net/boards/default/view.php?table=alumni03&page=3&id=159"> 소개글 </A>
         ... <a href="http://my.netian.com/~zwolf/poem/p0401.htm"> more </a>
  • 지금그때2006/선전문 . . . . 10 matches
         <a href="http://165.194.17.5/~leonardong/register.php?id=nowthen2006"> 신청하러가기 click </a>
         <a href="http://165.194.17.5/zero/?url=zeropage&title=%C1%F6%B1%DD%B1%D7%B6%A72005%2F%C8%C4%B1%E2"> 지금그때2005.후기보러가기 click</a>
         이 행사의 모토는 이렇습니다. "<a href="http://sgti.kehc.org/child/contents/teaching/14.htm"> <B> 지금 알고 있는 것을 그때도 알았더라면 </B> </a> " 단지 후회에서 그치지 않고 어떻게 했을까 생각해 봅니다. 의외로 지금도 늦지 않았다는 것을 발견할 수도 있습니다.
         <a href="http://165.194.17.5/~leonardong/register.php?id=nowthen2006"> 신청하러가기 </a>
         이 행사의 모토는 이렇습니다. "<a href="http://sgti.kehc.org/child/contents/teaching/14.htm"> <B> 지금 알고 있는 것을 그때도 알았더라면 </B> </a> " 단지 후회에서 그치지 않고 어떻게 했을까 생각해 봅니다. 의외로 지금도 늦지 않았다는 것을 발견할 수도 있습니다.
         1부. <a href="http://165.194.17.5/zero/?url=zeropage&title=%B3%AA%B8%A6%B8%B8%B5%E7%C3%A5%C0%E5"> <b> 나를 만든 책장 </b> </a> 채우기
         <a href="http://165.194.17.5/~leonardong/register.php?id=nowthen2006"> 신청하러가기 (클릭)</a>
         1부. <a href="http://165.194.17.5/zero/?url=zeropage&title=%B3%AA%B8%A6%B8%B8%B5%E7%C3%A5%C0%E5"> <b> 나를 만든 책장 </b> </a> 채우기
         <a href="http://165.194.17.5/~leonardong/register.php?id=nowthen2006"> 신청하러가기 (클릭)</a>
         <a href="http://165.194.17.5/zero/index.php?title=%C1%F6%B1%DD%B1%D7%B6%A72006%2F%C8%C4%B1%E2&url=zeropage"> 후기 쓰러 가기(클릭) </a>
  • 3DGraphicsFoundation . . . . 9 matches
          * 인수의 프로그램 [http://165.194.17.15/~nuburizzang/Fracta.exe] : 소스 조올라 더렵다 --; 튜토리얼에서 제공하는 무지막지하게 긴 템플릿을 써서 상당히 길기도 하다. 걍 실행파일만..--; 근데 꼭 심시티 같다--;
          * 상협의 프로그램 [http://165.194.17.15/~namsang/FractalSurface.exe] : 오예 링크 걸렸당~
          * [http://dip2k.coco.st/] : 따라하기 좋은 튜토리얼이 있어서..., 혼자 보기 아까워서 올립니다~
          * [http://nehe.gamedev.net/] : 여기 있는 튜토리얼은 1번밖에 안해봤는데.. 상당히 자세히 나온거 같음..
          * [http://http://www.drunkenhyena.com/docs/d3d_tutorial.phtml] : 여기는 nehe 소스를 DX로 만들어 놓은 곳.. -- 정수
          * [http://nexe.gamedev.net] : 여기는 DX 초보자용 -- 정수
          * [http://www.chronocross.de/directx8.htm] : 3D 타일맵에 빌보드 캐릭터 출력 예제 소스 있는 곳 -- 정수
          * OpenGL SuperBible 소스 모음집 [http://165.194.17.15/~nuburizzang/gl/Book.zip]
  • Ant . . . . 9 matches
         일단 이글은 Jarakta 프로젝트의 일부인 Ant 에 대한 메뉴얼(?)같은 것으로써http://jakarta.apache.org/ant/manual/
          * http://jakarta.apache.org/ant/index.html 에서 최신버전의 binary, source 를 얻을 수 있다. CVS 를 이용, source 를 얻을 수도 있다.
          Ant 를 사용하여 Build 하기 위해서는 JAXP 호환 XML파서가 있어야 합니다. 그런데 Ant 를 다운받으면 그 패키지 안에 포함되어 있으므로 따로 다운받으실 필요는 없습니다. JAXP 에 대해서는 http://java.sun.com/xml/ 정보를 얻을 수 있습니다.
          Ant 의 몇몇 특정 Task 들의 경우 (JUnit, FTP, Telnet 등) 해당 라이브러리가 필요하다. 이는 http://jakarta.apache.org/ant/manual/install.html#librarydependencies 항목을 읽기 바란다.
          Ant 는 다양한 Optional Tasks를 제공합니다. 일단 Task 라는 말이 앞으로 많이 나올텐데 Glossary 를 참고하세요. 예를들면 CVS 에 소스를 업데이트 해주는 Optional Task 가 있을 수 있고, 또 .NET 컴파일을 한다던지.. 기타 등등 다양한 Task 가 있습니다. (이에 대한 예제로는 ["AntTask"]를 참조)
          || Attribute || Description || Required ||
          의존관계외에 target을 수행하기 위해서 조건을 걸어서 사용할 수 있다. 이는 "'if'"와 "'unless'" 라는 attribute 를 사용해서 할 수 있다. 형식은 다음과 같다.
          * [http://javastudy.co.kr/docs/lec_oop/ant/ant1.htm Ant 자바스터디강좌]
          * [http://jstorm.pe.kr/BBS/files/colJApp/ant_jinho.pdf] - JStorm ant document
          * [http://developer.java.sun.com/developer/Quizzes/misc/ant.html Test your knowledge of Ant]
  • ArtificialIntelligenceClass . . . . 9 matches
          * [http://hilab.cau.ac.kr/file/down/ 강의홈페이지 PDS인듯]
          * [http://aima.eecs.berkeley.edu/slides-pdf/ 인터넷에서 찾은 또다른 강의자료링크]
         [http://www.wowbook.com/generic/book/info/book_detail.asp?isbn=ISBN89-88397-88-6 인공지능 개념및 응용]
          * [http://aima.cs.berkeley.edu/instructors.html 미국대학 시험문제들]
          * [http://www.aistudy.co.kr/ AIStudy], [http://www.aistudy.co.kr/heuristic/breadth-first_search.htm breadthFirstSearch]
          * [http://www.cs.iastate.edu/~baojie/acad/teach/ai/hw3/2002-12-06_hw3sol.htm#1 7장일부]
          * [http://www.cs.uiowa.edu/~hzhang/c145/mid1ans.pdf uiowa대학문제(답포함)]
          * [http://www.isle.org/~sbay/ics171/ 문제와답]
  • AttachmentMacro . . . . 9 matches
         {{{attachment:hello.png}}}
         올리고 싶은 파일 이름 혹은 이미 첨부된 파일 이름을 {{{attachment:파일이름.확장자}}}라고 써준다.
         /!\ Attachment는 매크로로 구현되어 있으므로 {{{[[Attachment(hello.png)]]}}}라고 해도 똑같은 방식으로 작동을 합니다. 그러나 '''attachment:'''문법을 쓰시기 바랍니다.
         attachment:foobar.png?width=300px&align=center
         attachment:foobar.png?title="안녕하세요"
         attachment:foobar.png?thumb=1
         attachment:foobar.png?thumbwidth=100px
  • ComputerNetworkClass/Report2006/BuildingProxyServer . . . . 9 matches
          * http://orchid.cse.cau.ac.kr/course/cn/index.php?code=project4
         [http://www.web-caching.com/proxy-caches.html 현존하는 여러가지 프락시 서버 프로그램]
         [http://www.mnot.net/cache_docs/#CONTROL 웹 캐싱 기법들]
         [http://www.naturesharmony.us/misc/WoW/WoWEmu_Help/wsaerrors.html WSA Error Code]
         [http://www.elbiah.de/hamster/doc/ref/errwinsock.htm Winsock Error Code]
         http://www.cs.wisc.edu/~cao/WISP98/html-versions/anja/proxim_wisp/index.html
         http://en.wikipedia.org/wiki/Web_cache
         http://en.wikipedia.org/wiki/Proxy_server
         버퍼에 저장된 문자열을 formatted 화 된 스트링, 수로 읽을 수 있다.
  • ExploringWorld/참고링크 . . . . 9 matches
          http://caucho.com
          http://jakarta.apache.org/tomcat/
          http://www.php.net/
          http://www.debianusers.org - 한국 데비안 사용자 모임
          http://kldp.org - 리눅스 문서
          http://debian.org - 데비안
          http://java.sun.com - 자바
          http://php.net - php
          http://apache.org -아파치
  • ExtremeProgramming . . . . 9 matches
         ExtremeProgramming 은 경량개발방법론으로서, RUP 등의 방법론에 비해 그 프로세스가 간단하다. XP 에서의 몇몇 개념들은 일반적인 프로그래밍에서도 유용하게 쓰일 수 있다. 특히 TestDrivenDevelopment(TestFirstProgramming) 의 개념과 Refactoring, UnitTest는 초기 공부할때 혼자서도 실습을 해볼 수 있는 내용이다. 개인 또는 소그룹의 훈련으로도 이용할 수 있을 것이다.
         http://extremeprogramming.org/map/images/project.gif
         개발시에는 PairProgramming 을 한다. 프로그래밍은 TestFirstProgramming(TestDrivenDevelopment) 으로서, UnitTest Code를 먼저 작성한 뒤 메인 코드를 작성하는 방식을 취한다. UnitTest Code -> Coding -> ["Refactoring"] 을 반복적으로 한다. 이때 Customer 는 스스로 또는 개발자와 같이 AcceptanceTest 를 작성한다. UnitTest 와 AcceptanceTest 로서 해당 모듈의 테스트를 하며, 해당 Task를 완료되고, UnitTest들을 모두 통과하면 Integration (ContinuousIntegration) 을, AcceptanceTest 를 통과하면 Release를 하게 된다. ["Refactoring"] 과 UnitTest, CodingStandard 는 CollectiveOwnership 을 가능하게 한다.
          * UnitTest: 모든 클래스들에 대한 자동화된 테스트 코드들.
          * http://extremeprogramming.org - 처음에 읽어볼만한 전체도.
          * [http://www.trireme.com/whitepapers/process/xp-uml/xp-uml-short_files/frame.htm eXtremeProgrammingMeetsUML] - 아직 읽어보지 않았음.
          * http://objectmentor.com - Robert Martin 의 글들. OOP 관련 기사들도 많음.
          * http://xprogramming.com - Ron Jeffries 의 글들이 많다.
          * http://www.martinfowler.com/articles/newMethodology.html#N1BE - 또다른 '방법론' 이라 불리는 것들. 주로 agile 관련 이야기들.
          * http://www.freemethod.org:8080/bbs/BBSView?boardrowid=3220 - 4가지 가치 (Communication, Simplicity, Feedback, Courage)
          * http://www.freemethod.org:8080/bbs/BBSView?boardrowid=3111 - 4가지 변수 (Resource, Quality, Time, Scope)
          * http://www.xprogramming.com/xpmag/kings_dinner.htm - 원문
  • FrontPage . . . . 9 matches
         <div style = "float:right"> <a href="https://wiki.zeropage.org/wiki.php/UserPreferences">로그인하러가기</a> </div>
          * [https://docs.google.com/spreadsheet/ccc?key=0AuA1WWfytN5gdEZsZVZQTzFyRzdqMVNiS0RDSHZySnc&usp=sharing 기자재 목록]
          * [https://docs.google.com/spreadsheets/d/1c5oB2qnh64Em4yVOeG2XT4i_YXdPsygzpqbG6yoC3IY/edit?usp=sharing 도서목록]
          * [https://goo.gl/SPoRyp ZeroPage 공식 캘린더]
          * [https://chat.zp.ai Chat: ZeroPagers]의 메신저 Mattermost가 있습니다. (가입을 위해서는 회장님에게 문의하세요)
          * [https://zeropage.org 홈페이지: ZeroPage] 홈페이지
          * 링크입니다. [[http://moniwiki.kldp.net/wiki.php/MoniWikiTutorial]]
          * 서버 이전으로 ZeroWiki 동작에 문제가 있을 수 있습니다. 문제가 있으면 Mattermost ~devops 채널에 제보바랍니다.
  • InterWiki . . . . 9 matches
          * [http://panoptic.com/wiki/aolserver AOL Server Wiki]
          * [http://seattlewireless.net/ SeattleWireless]
          * [http://pikie.darktech.org/cgi/pikie.py PikiePikie]
          * [http://www.wikiservice.at/dse/wiki.cgi? DseWiki]
          * [http://www.personaltelco.net/ PersonalTelco]
         MoinMoin marks the InterWiki links in a way that works for the MeatBall:ColourBlind and also is MeatBall:LynxFriendly by using a little icon with an ALT attribute. If you hover above the icon in a graphical browser, you'll see to which Wiki it refers. If the icon has a border, that indicates that you used an illegal or unknown BadBadBad:InterWiki name (see the list above for valid ones). BTW, the reasoning behind the icon used is based on the idea that a Wiki:WikiWikiWeb is created by a team effort of several people.
  • ItNews . . . . 9 matches
          * Tech News http://www.acm.org/technews/ : ACM에서 일주일에 세번 제공하는 "정리된 ItNews"
          * MIT Tech Review http://www.techreview.com/ : 기술적 흐름이나 신조류, 미래의 기술 등을 볼 수 있다
          * SlashDotOrg http://slashdot.org : 컴퓨터와 연관있는 모든 것 (필터링을 최소 3-4 이상으로 놓고 보면 상당히 훌륭한 정보원)
          * Lambda the Ultimate http://lambda.weblogs.com/ : 프로그래밍 언어 weblog
          * 코리아 인터넷 닷컴 http://korea.internet.com
          * ZD Net Korea http://zdnet.co.kr
          * asdfnews (그 주제의 폭이 '잡다' 도 허용된다면 -_-;) http://asdfnews.org
          * Korea Linux Document Project http://kldp.org
          * 한빛 네트워크 http://network.hanbitbook.co.kr/
  • Jython . . . . 9 matches
          * http://jython.org
          * http://www.geocrawler.com/lists/3/SourceForge/7017/0/
          * [http://huniv.hongik.ac.kr/~yong/MoinMoin/wiki-moinmoin/moin.cgi/JythonTestCode PyUnit 과 Java Class 와의 만남 from 박응용님 위키]
          * [http://python.kwangwoon.ac.kr:8080/python/bbs/readArticlepy?bbsid=tips&article_id=242&items=title&searchstr=Jython Jython JApplet 예제]
          * [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]
          * http://network.hanbitbook.co.kr/view_news.htm?serial=378
          * http://www.xrath.com/devdoc/jython/api/ - 황장호님의 멋진; Jython API Document Java Doc ;
          * http://openlook.org/wiki/Articles - 퍼키님의 마소 6월호 About Python - Jython 기사
  • NSIS/예제3 . . . . 9 matches
         [http://zeropage.org/~reset/zb/download.php?id=KDP_board_image&page=1&page_num=20&category=&sn=&ss=on&sc=on&keyword=&prev_no=&select_arrange=headnum&desc=&no=50&filenum=1 만들어진Installer] - 실행가능.
         MiscButtonText "이전" "다음" "취소" "닫기"
         InstallButtonText "설치"
         ComponentText "Testing ver ${VER_MAJOR}.${VER_MINOR} 설치 합니다. 해당 컴포넌트를 골라주세요~"
         InstType "Normal Install"
         InstType "Full Install"
         ;InstType /NOCUSTOM
         ;InstType /COMPONENTSONLYONCUSTOM
         DetailsButtonText "Show Details"
         UninstallButtonText "언인스톨하기"
         MiscButtonText: back="이전" next="다음" cancel="취소" close="닫기"
         InstallButtonText: "설치"
         ComponentText: "Testing ver 1.0 설치 합니다. 해당 컴포넌트를 골라주세요~" "" ""
         InstType: 1="Normal Install"
         InstType: 2="Full Install"
         DetailsButtonText: "Show Details"
         UninstButtonText: "언인스톨하기"
  • ProjectEazy . . . . 9 matches
         [http://www.kssline.pe.kr/journalportal(0006).htm 접속 두 문화 1,2,3] - 윤송이박사 인터뷰
         [http://nlp.korea.ac.kr/new/ 고려대학교 자연어처리 연구실]
         [http://www.gurugail.com/ Guru who gears a.i. to life라는 커뮤니티]
         [http://infocom.chonan.ac.kr/~limhs/ 천안대학교 임희석?교수]
         [http://www.unicode.org/versions/Unicode4.0.0/ch11.pdf 유니코드표준 동아시아(한글 포함)]
         [http://www.unicode.org/charts/PDF/U3130.pdf 유니코드 한글 조합형 표]
         [http://www.unicode.org/charts/PDF/UAC00.pdf 유니코드 한글 완성형 표]
         [http://nlplab.kaist.ac.kr/ KAIST 자연어처리 연구실]
         이렇게 어려운 프로젝트에 뛰어들다니 용기가 가상하구나. http://www.alicebot.org/ 를 참고해 봐라. 예전에 윤송이박사 프로젝트에서 잠시 들여다 본 적이 있다. 이쪽에서는 거의 독보적인 듯 하다. --JuNe
  • ProjectPrometheus/LibraryCgiAnalysis . . . . 9 matches
         (http://www.cyberclip.com/webdebug/index.html, http://sourceforge.net/projects/webdebug)
         또는 웹 필터 프로그램인 Proxomitron 을 이용할 수도 있다. (http://proxomitron.cjb.net/) 개인적으로는 webdebug 가 더 해당 폼 값/헤더 값만 보기엔 편했던걸로 기억.
         import httplib, urllib
          "Referer":"http://165.194.100.2/cgi-bin/mcu100?LIBRCODE=ATSL&USERID=*&SYSDB=R",
          conn = httplib.HTTPConnection("165.194.100.2:80")
          f = urllib.urlopen("http://165.194.100.2/cgi-bin/mcu200", params)
         http://165.194.100.2/cgi-bin/mcu201?LIBRCODE=ATSL&USERID=abracadabra&SYSDB=R&HISNO=0010&SEQNO=21&MAXDISP=10
         검색 부분 : http://www.lib.cau.ac.kr/search/search_200.jsp?
  • ProjectSemiPhotoshop/SpikeSolution . . . . 9 matches
          BOOL InitDIB(BOOL bCreatePalette = TRUE);
          BOOL CreateDIBPalette();
          CPalette *GetPalette() {return m_pPal;}
          return (lpbi + *(LPDWORD)lpbi + ::PaletteSize(lpbi));
         WORD WINAPI PaletteSize(LPSTR lpbi)
          /* calculate the size required by the palette */
          dwDIBSize = *(LPDWORD)lpBI + ::PaletteSize((LPSTR)lpBI);
          bmfHdr.bfOffBits=(DWORD)sizeof(BITMAPFILEHEADER)+lpBI->biSize + PaletteSize((LPSTR)lpBI);
  • RedundantArrayOfInexpensiveDisks . . . . 9 matches
          레이드는 속도를 높여줄 뿐만 아니라, redundency 를 높여주어 [http://terms.co.kr/MTBF.htm MTBF](평균 무고장 시간) 을 높여주는 효과가 있다.
         http://zeropage.org/pub/image/RAID_00.gif
         http://zeropage.org/pub/image/RAID_01.gif
         http://zeropage.org/pub/image/RAID_02.gif
         http://zeropage.org/pub/image/RAID_03.gif
         http://zeropage.org/pub/image/RAID_04.gif
         http://zeropage.org/pub/image/RAID_05.gif
         http://zeropage.org/pub/image/RAID_06.gif
         See Also http://www.acnc.com/raid.html
  • Spring/탐험스터디/wiki만들기 . . . . 9 matches
         <%@ taglib uri="http://www.springframework.org/security/tags" prefix="sec" %>
          * Markdown이란 : [http://en.wikipedia.org/wiki/Markdown wiki:Markdown]
          * [http://en.wikipedia.org/wiki/List_of_Markdown_implementations 위키피디아]를 참고하여 Java로 구현된 Markdown implementation 중 Pegdown을 선택했다.
          * MarkdownJ, MarkdownPapers는 문서가 부실하고 남은 두 구현체 중 [https://github.com/sirthias/pegdown Pegdown]이 위키 제목을 통한 페이지 링크를 더 간편하게 지원해서.
          * 이전 (리비전 9)에서는 jsp 에서 pageContext.getAttribute("page")로 Response의 page를 불러올 수 있었는데 리비전 10부터 pageContext.getRequst().getAttribute()(또는 request.getAttribute)를 해야 page를 불러올 수 있다. 왜지? 모르겠음. 한참헤멤
          * 입을 함부로 놀린 죄로 백링크에 대해 고민중. 생각보다 까다로운 주제여서 당황, 위키페이지의 [http://en.wikipedia.org/wiki/Backlink backlink] 설명은 너무 부족하구만..
          * [http://en.wikipedia.org/wiki/Linkback linkback]은 뭐지?
  • TheJavaMan/숫자야구 . . . . 9 matches
          Button ok = new Button("확인");
          Button submit = new Button("포기");
          this.setTitle("숫 자 야 구 게 임");
         import java.awt.Button;
          private static Button ok;
          private static Button submit;
          ok = new Button("확인");
          submit = new Button("포기");
          if (!isCorrect(input.getText()))
          newResult = input.getText() + " -> " + BBGame.compare(input.getText());
  • UML . . . . 9 matches
         The OMG defines a graphical notation for [[use case]]s, but it refrains from defining any written format for describing use cases in detail. Many people thus suffer under the misapprehension that a use case is its graphical notation; when in fact, the true value of a use case is the written description of scenarios regarding a business task.
         [http://upload.wikimedia.org/wikipedia/en/2/20/Restaurant-UML-SEQ.gif]
         This diagram describes the sequences of messages of the (simple) Restaurant System. This diagram represents a Patron ordering food and wine; drinking wine then eating the food; finally paying for the food. The dotted lines extending downwards indicate the timeline. The arrows represent messages (stimuli) from an actor or object to other objects. For example, the Patron sends message 'pay' to the Cashier. Half arrows indicate asynchronous method calls.
         See [http://en.wikipedia.org/wiki/State_diagram#Harel_statechart].
         At the same time, UML is often considered to have become too bloated, and fine-grained in many aspects. Details which are best captured in source code are attempted to be captured using UML notation. The [[80-20 rule]] can be safely applied to UML: a small part of UML is adequate for most of the modeling needs, while many aspects of UML cater to some specialized or esoteric usages.
         [http://www.codeproject.com/cpp/oopuml.asp] - UML 강좌
         [http://blog.empas.com/huikyun/] - UML에 대해서 잘 정리된 블로그
         [http://www.sparxsystems.com.au/resources/uml2_tutorial/] - 좋은 UML 튜토리얼
  • Unicode . . . . 9 matches
         official consortium : [http://www.unicode.org]
         introduction : [http://www.unicode.org/standard/translations/korean.html]
         specification : [http://www.unicode.org/versions/Unicode4.1.0/]
         http://pluu.pe.kr/pukiwiki/
         http://www.unicode.org/standard/translations/korean.html
         UTF-16LE, UTF-16BE 가 동일한 규격으로 Little Endian, Big Endian 은 단지 byte order (바이트 순서)가 다를뿐 입니다.
         http://www.unicode.org/charts/
         resy 윗분 얘기대로 인터넷에서 안전한 송수신을 위해서 UTF-8 의미가 있기도 합니다. 널 문자가 들어가지 않으니까요. 대표적으로 HTTP 프로토콜은 텍스트 방식이며, 전송 데이터에 널 문자가 들어갈 수 없죠.
         http://www.cl.cam.ac.uk/~mgk25/ucs/utf-8-history.txt 07/13 23:58:19 코멘트 지우기
          * [http://www.joelonsoftware.com/articles/Unicode.html]
  • ZeroPageServer/Telnet계정 . . . . 9 matches
         ZeroPage Server의 Linux Telnet 계정으로, '''ssh2'''(Secure SHell 2 - 보안계정) 를 지원하는 Telnet클라이언트( 예 [http://zeropage.org/pub/util/putty.exe putty] ) 로 접근할수 있다.
          * 링크된 pub 디렉토리에 파일을 저장하시면, http://zeropage.org/pub/xxx 로 노출시킬수 있습니다. 예를 들어서, ~/pub/util/putty.exe 를 넣어 두었다면, http://zeropage.org/pub/util/putty.exe 로 링크가 걸리고 다운을 받을수 있습니다.
          1. 해당 계정에 홈페이지를 만들수 있다. 각각의 홈은 '''public_html''' 디렉토리이고, http://zeropage.org/~자신아이디 로 접근 가능하다.
          * http://kldp.org
  • wxPython . . . . 9 matches
          * http://www.python.or.kr:8080/python/GUI/wxpython/wxpython1.html
          * http://wxpython.org/
          * http://byulii.net:8080/wiki/Document - '해맑은 일기장'을 만드신 홍성두씨의 위키페이지. 튜토리얼, 요약 등.
          * http://huniv.hongik.ac.kr/~yong/MoinMoin/wiki-moinmoin/moin.cgi/PythonScript
          * 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
          * [http://www.roebling.de wxDesigner] - GUI 디자인 툴. GUI 디자인 한 결과물을 wxPython, wxWindows 등의 코드로 변환할 수 있다.
          * [http://sourceforge.net/projects/boa-constructor BoaConstructor] - wxPython 기반의 GUI IDE. 잠깐 써봤는데 대단대단! (단, 아직은 불안정함)
          * [http://sourceforge.net/projects/pythoncard PythonCard]
  • 골콘다 . . . . 9 matches
         http://image.wowbook.com/book/large_image/89-7682-062-2.gif
          * http://www.pressian.com/section/section_article.asp?article_num=30020712101537&s_menu=경제
          * http://www.pressian.com/section/section_article.asp?article_num=30020708191625&s_menu=경제
          * http://www.pressian.com/section/section_article.asp?article_num=30020708114245&s_menu=경제
          * http://www.pressian.com/section/section_article.asp?article_num=30020628153802&s_menu=경제
          * http://www.pressian.com/section/section_article.asp?article_num=30020627120439&s_menu=경제
          * http://www.pressian.com/section/menu/search_thema.asp?article_num=20
          * http://www.pressian.com/section/section_article.asp?article_num=30020617162652&s_menu=경제
          * [http://www2.hankooki.com/university/2002/200110/un20011016193614u0070.htm 기업경영과 분식회계]
  • 논문번역/2012년스터디/이민석 . . . . 9 matches
          * 「Experiments in Unconstrained Offline Handwritten Text Recognition」 번역
         == Experiments in Unconstrained Offline Handwritten Text Recognition(제약 없는 오프라인 필기 글자 인식에 관한 실험) ==
         원문 URL: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.6.6413&rep=rep1&type=pdf
         sliding window의 각 열에서 특징 7개를 추출한다. (1) 흑-백 변화 개수(windowed text image의 이진화 이후), (2) 베이스라인에 대한 강도 분포의 평균 값 위치, (3) 최상단 글자 픽셀에서 베이스라인까지의 거리, (4) 최하단 글자 픽셀에서 베이스라인까지의 거리, (5) 최상단과 최하단 텍스트 픽셀의 거리, (6) 최상단과 최하단 텍스트 픽셀 사이의 평균 강도, (7) 그 열의 평균 강도. 특징 (2)-(5)는 core size, 즉 하단 베이스라인과 상단 베이스라인(극대값을 통한 line fitting으로 계산)의 거리에 의해 정규화되어, 글씨 크기의 변동에 대해 더욱 굳건해진다. 그 후에 모든 특징은 윈도우의 네 열에 걸쳐 평균화된다.
         특징 벡터들을 decorrelate하고 종류 분별력을 향상하기 위해 우리는 훈련 단계와 인식 단계에서 LDA를 통합한다. (cf. [6]) 원래 특징 표현을 일차 변환하고 특징 공간의 차원을 점차 줄이며 최적화한다. 일차 변환 A를 구하기 위해 훈련 자료의 클래스내 분산(within class scatter) 행렬 Sw와 클래스간 분산(between class scatter) 행렬 Sb를 이용하여 고유 벡터 문제를 해결한다. 이 분산(scatter) 행렬들을 계산하여 각 특징 벡터의 HMM 상태와 함께 이름표를 붙여야 한다. 우리는 먼저 일반적인 훈련을 수행하고 훈련 자료들을 상태를 기준으로 정렬한다. 분산 행렬을 구했으면 LDA 변환은 다음 고유 벡터 문제를 풀어 계산한다.
          http://mathworld.wolfram.com/HilbertMatrix.html
          http://en.wikipedia.org/wiki/Hilbert_matrix
  • 복/숙제제출 . . . . 9 matches
         char inputPattern();
         void drawSqure(int aEdgeLength, char aPattern);
          drawSqure(inputEdgeLength(), inputPattern());
         char inputPattern(){
          char pattern;
          scanf("%c", &pattern);
          return pattern;
         void drawSqure(int aEdgeLength, char aPattern){
          printf("%c", aPattern);
  • 새싹교실/2013/양반/2회차 . . . . 9 matches
          * 피연산자 수에 따라서. - [http://soenlab.com/lecture/ccpp/cpp1/5-1-1.htm page]
          * 산술 연산자 - [http://soenlab.com/lecture/ccpp/cpp1/5-1-1.htm page]
          * 관계 연산자 - [http://soenlab.com/lecture/ccpp/cpp1/5-2-2.htm page]
          * 논리 연산자 - [http://soenlab.com/lecture/ccpp/cpp1/5-2-1.png page]
          * 비트 연산자 - [http://soenlab.com/lecture/ccpp/cpp1/5-2-3.htm page]
          * 묵시적 형 변환 - [http://soenlab.com/lecture/ccpp/cpp1/5-4-3.htm page]
          * 명시적 형 변환 - [http://soenlab.com/lecture/ccpp/cpp1/5-3-4.htm page]
          * 연산자 우선순위 - [http://soenlab.com/lecture/ccpp/cpp1/5-4-1.htm page]
          * if문 - [http://soenlab.com/lecture/ccpp/cpp1/4-1-1.htm page]
  • 서지혜/Calendar . . . . 9 matches
          * 루비의 attribute accessor 좀 편한거같다. lambda도 괜찮은거같고(디버깅할땐 빼고)..
          * 나 요새 ASP.NET 하면서 C# 써봤는데 attribute accessor나 lambda C#에서도 많이 쓰더라ㅋㅋㅋㅋ - [김수경]
          * 글쿤 많이 지원하는구나.. 사실 attribute accessor나 lambda가 이해되는건아닌데ㅜㅜ attribute accessor가 어떻게 필드를 public처럼 접근가능하게 하면서 encapsulation을 지원하는지 잘 몰게뜸ㅠㅠ code block을 넘긴다는 말도 그렇고.. - [서지혜]
          System.out.println("sun\tmon\ttue\twed\tthu\tfri\tsat");
          attr_accessor :year
          attr_accessor :year, :months, :is_leap
          attr_accessor :month, :start_date, :length
  • 스터디/Nand 2 Tetris . . . . 9 matches
          * 스터디에 사용하는 사이트 -> http://www.nand2tetris.org/
          // If dest is empty, the "=" is omitted;
          // if jump is empty, the ";" is omitted;
          * [http://nand2tetris.org/chapters/chapter%2004.pdf Chapter4 책 내용]
          * [http://nand2tetris.org/lectures/PDF/lecture%2004%20machine%20language.pdf PPT 내용]
          * [http://nand2tetris.org/04.php 실습 과제]
         attachment:img.png
         attachment:sample.png
          자세한 설명은 [http://nand2tetris.org/lectures/PDF/lecture%2005%20computer%20architecture.pdf architecture] 에 나와있다.
  • 2010JavaScript . . . . 8 matches
          * 블로그 사용 http://w3schools.com/js/default.asp
          [http://tost.tistory.com/52 쓸만한링크]
          * 참고사이트 : http://www.court-records.net/
          * 집에서 공부할 때 위키피디아를 읽어보는 것도 좋을 것 같아요. : [http://en.wikipedia.org/wiki/JavaScript JavaScript] [http://en.wikipedia.org/wiki/JavaScript_syntax JavaScript Syntax]
          * JQuery 써요~ [http://jquery.com/ JQuery]
          * [http://dsdstudio.springnote.com/pages/380935?print=1]
          * [http://blueb.net/blog/826]
  • AcceleratedC++/Chapter6 . . . . 8 matches
          * Chapter5의 마지막에 루프를 줄인 다음과 같은 구문이 있었다. ret의 끝에다가 bottom의 처음부터 끝까지 넣는다는 뜻이다.
         ret.insert(ret.end(), bottom,begin(), bottom.end());
         copy(bottom.begin(), bottom.end(), back_inserter(ret));
         copy(bottom.begin(), bottom.end(), ret.end());
          // look for one or more letters followed by `://'
  • AudioFormatSummary . . . . 8 matches
         || mp3 || ? || [http://www.ipm.fraunhofer.de/fhg/ipm_en/profil/lab_equipment/index.jsp Fraunhofer] || 공짜 아님. 손실압축. ||
         || ra || ? || [http://www.real.com/ RealMedia] || . ||
         || asf, wma || ? || [http://microsoft.com/ Microsoft] || . ||
         || ogg || Free (정확히는..) || [http://vorbis.com] || 오픈소스. 손실압축이지만 커버하는 대역이 mp3보다 넓다 ||
         || flac || BSD 변종 || [http://flac.sourceforge.net] || 무손실압축. 최근에 iAudio X5에서도 지원 ||
         || ape || ? || [http://www.monkeysaudio.com/] || 무손실압축. flac과 비견됨 ||
         || mpc || ? || [http://www.musepack.net/] || 손실압축. ogg와 비견됨 ||
         이 모든 포맷들을 커버하는 플레이어는 오직 [http://foobar2000.org foobar]뿐인듯. 3rd party plug-in 없이 재생 (M$ 애들꺼는 제외). 리눅스에서는 beep-media-player 추천(라이브러리 추가구성해야 함) - 임인택
  • BasicJAVA2005/실습2/허아영 . . . . 8 matches
          private JButton buttons[];
          buttons = new JButton[25];
          buttons[count] = new JButton(Integer.toString(count));
          buttons[count].addActionListener(this);
          container.add(buttons[count]);
  • BeingALinuxer . . . . 8 matches
          * 첫 번째 - 간단한 리눅스 소개, 서버 접속법(terminal, sftp), 파일 목록보기, 디렉토리 옮겨다니기 ([http://zeropage.org/~linuxer/documents/BeingALinuxer01.odt 자료01], [http://zeropage.org/~linuxer/documents/BeingALinuxer01.pdf PDF버전])
          * 두 번째 - VI Improved 에디터 ([http://zeropage.org/~linuxer/documents/BeingALinuxer02.odt 자료02], [http://zeropage.org/~linuxer/documents/BeingALinuxer02.pdf PDF버전])
          [http://zeropage.org/~linuxer/tools/FileZilla_2_2_14_setup.exe FileZilla_2_2_14_setup.exe] - FTP, SFTP Client
          [http://zeropage.org/~linuxer/tools/putty.exe putty.exe] - TELNET, SSH Client
  • CincomSmalltalk . . . . 8 matches
          * [http://zeropage.org/pub/language/smalltalk_cincom/VM-Windows.tar.gz Windows용 VM]
          * [http://zeropage.org/pub/language/smalltalk_cincom/Image.tar.gz VisualWorks image]
          * [http://zeropage.org/pub/language/smalltalk_cincom/BaseVisualWorks.tar.gz VisualWorks base components]
          * [http://zeropage.org/pub/language/smalltalk_cincom/ExtendedBase.tar.gz VisualWorks commonly used optional components]
          * [http://zeropage.org/pub/language/smalltalk_cincom/Goodies.tar.gz VisualWorks commonly used goodies]
          * [http://zeropage.org/pub/language/smalltalk_cincom/BaseProductDoc.zip VisualWorks documentation]
          * [http://zeropage.org/pub/language/smalltalk_cincom/OsNoncom.exe ObjectStudio]
          * [http://zeropage.org/pub/language/smalltalk_cincom/osmanuals.exe ObjectStudio documentation]
  • CuttingSticks . . . . 8 matches
         [http://acm.uva.es/p/v100/10003.html 원문보기]
         === About [CuttingSticks] ===
         나무막대를 여러 조각으로 잘라야 한다. 절단 분야에서 가장 뛰어난 것으로 알려진 ACM(Analog Cutting Machinery)이라는 회사에서는 자를막대의 길이에 따라 요금을 부과한다. 그리고 톱의 구조상 한 번에 하나씩만 자를 수 있다.
         The minimum cutting is 200.
         The minimum cutting is 22.
         || 문보창 || C++ || 2일 || [CuttingSticks/문보창] ||
         || 김상섭 || C++ || 3년 || [CuttingSticks/김상섭] ||
         || 하기웅 || C++ || 몇일 || [CuttingSticks/하기웅] ||
  • CvsNt . . . . 8 matches
         [http://www.cvsnt.org/ NT service 지원 CVS Server]
         http://www.cvsnt.org/wiki/ 모인모인으로 돌리고 있는 cvsnt 홈페이지
         이를 돌리려면 Windows용 ViewCVS 패키지를 받아야 한다. http://www.cvsnt.org/wiki/ViewCvs 를 보면 알리라.
         http://russ.hn.org/viewcvs/ 에서 윈도우즈를 위한 ViewCVS 를 받을 수 있다.
         또하나 필요한 것이 있다면, ViewCVS를 돌리기 위한 RCS 관련 툴들이다. 이는 http://ftp.cvshome.org/rcs/ 에서 받을 수 있다.
         http://free1002.nameip.net:8080/viewcvs/viewcvs.cgi - 현재 [1002]의 컴퓨터에서 돌고있는 ViewCVS. apache cgi 로 돌리고 있다.
         [http://www.redwiki.net/wiki/moin.cgi/CVSNT_20_bc_b3_c4_a1_20_b0_a1_c0_cc_b5_e5_bf_cd_20_c6_c1 CVSNT 설치 가이드와 팁] - 게임쪽에서 유명한 redwiki 님의 글.[DeadLink]
         [http://www.redwiki.net/wiki/wiki.php/CVS 위 redwiki님이 정리한 페이지]
  • DesignPattern2006 . . . . 8 matches
         || 9/22 || GOF의 DesignPatterns 읽기 || . ||
         || 10/13 || GOF의 DesignPatterns 읽기 2 || . ||
         [http://kangcom.com/l_pic/200209240010.gif]
         [http://kangcom.com/l_pic/200203130012.jpg]
          * [DesignPatterns]
          * [DesignPatternStudy2005]
          * [HowToStudyDesignPatterns]
          * [http://www.tml.tkk.fi/~pnr/GoF-models/html/]
  • FreechalAlbumSpider . . . . 8 matches
          * 결과물 : http://dolcom.toher.net/~reset/zb/zboard.php?id=gallery
         ["1002"] 는 webdebug 와 Proxomitron 두개를 이용하는데, 둘 다 일종의 프록시 서버처럼 이용하여 HTTP 로 송수신 되는 GET/POST, HTTP Header 데이터들의 로그를 확인할 수 있다. 둘을 이용, 프로토콜 분석을 하였다.
         작업을 계속 하다 보니, 각 모듈들에 대해 BottomUp 스타일로 작성이 되었다. 근데, 막상 '다음에 해야 할일은?' 질문을 해보니, 좀 멍멍해졌다. 이래서는 안되겠다고 판단, 일단 만들어놓은 개개의 모듈들을 근거로 시퀀스 다이어그램을 그리고 그 순서를 잡아나갔다.
          늦게서야 보게 되어서..; 지금도 작동을 할런지는 잘 모르겠습니다. 알바때문에 바빠서 유지보수를 못하는 중인지라.. freechal service UI 가 바뀌면 깨지는 녀석일것인지라..; 사용하기전에 필요한 것으론 Python 2.2x 버전 정도와 MySQLdb 라이브러리가 필요하고요. 해당 proper.py 화일을 맞춰주신뒤, freechalscript.py 를 실행해주시면 됩니다. 같은 역할을 하는 프로그램은 http://www.perlmania.or.kr 에서 먼저 구현된걸로 기억합니다. 거기서 해당 강좌도 있던걸로 기억하오니 참조하세요. --[1002]
          우선 감사합니다. 근데 에러가 나네요^^; 제가 현재 이미지 가져오는 부분을 처리를 도저히 못하겠는데, 혹시 이 부분에서 주의하여야 할 부분이 있나요? python도 Header setting같은 거 하나요? 전 PHP로 하고 있거든요..
          원리는 보통의 이런류의 프로그램 (HTTP 로 문서 가져오고 스트링 파싱하여 데이터로 가공하고 DB에 저장) 이 비슷합니다. 단, 앨범게시판의 경우 로그인이 필요한데, 이 경우 쿠키 처리를 위한 header setting을 해줘야겠죠. Perl 같은 경우 LWP, Python 의 경우 ClientCookie, Java 의 경우 HttpUnit(원래의 용도는 다르지만, 이런 프로그램을 위한 간이 브라우저 라이브러리로 쓸 수 있습니다.) 등의 라이브러리를 쓸 수 있습니다. 그리고, 이미지의 경우는 해당 URL을 보고 다시 HTTP Connection 을 열어서 얻어와서 binary로 저장해야 한다는 것이 유의사항이 되겠습니다. (HTML만 얻어오면 img tag 의 링크들만 있겠죠.) 그리고 header setting 에서 약간 미묘(?)한 부분이 있던것 같던데, 저는 걍 webdebug 로 캡쳐한거 그대로 보낸지라..; 이 부분은 CVS의 코드 참조하세요. --[1002]
          감사합니다. Image가져오는 부분이 그 동안 안 되서 포기하고 있었는데, 덕분에 PHP로 해결했습니다. ^^ 제가 Header setting을 잘못했더군요.
  • GIMP . . . . 8 matches
          * [http://www.gimp.org 홈페이지]
          http://www.gimp.org/screenshots/linux_screenshot2.png
          http://www.gimp.org/screenshots/solaris_screenshot1.png
          http://www.gimp.org/screenshots/windowsxp_screenshot1.png
          http://www.gimp.org/screenshots/windowsxp_screenshot2.png
          http://www.gimp.org/screenshots/windowsxp_screenshot3.png
          http://www.gimp.org/screenshots/macosx_screenshot1.png
          * [http://plasticbugs.com/?page_id=294 GIMPShop] : script-fu.exe 에러 해결. 백그라운드 윈도우 제공. 포토샵 단축키 제공.
  • GTK+ . . . . 8 matches
          - quoted from http://gtk.org
          GtkWidget *button;
          button = gtk_button_new_with_label("Hello World");
          g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(hello), NULL);
          g_signal_connect_swapped(G_OBJECT(button), "clicked", G_CALLBACK(gtk_widget_destroy), G_OBJECT(window));
          gtk_container_add(GTK_CONTAINER(window), button);
          gtk_widget_show(button);
  • NUnit . . . . 8 matches
         [http://nunit.org/ NUnit] 은 .Net 언어들을 위한 UnitTest Frameworks 이다.
          * http://nunit.org/
          * http://sourceforge.net/projects/nunit/
          * http://nunit.org/ Download 에서 받아서 설치한다. MS Platform 답게 .msi 로 제공한다.
          * NUnit 은 pyunit과 junit 과 달리, .Net Frameworks 에 도입된 Source 내의 Meta Data 기록인 Attribute 으로 {{{~cpp TestFixture}}}를 구성하고 테스트 임을 만방에 알린다.
          * Attribute 을 이용함에 따라 경험되는 장점
          * Attribute 를 이용해서 다소 이해하기 어려웠던 부분
          * Attribute이 익숙하지 않은 상태라 Test 를 상속받은 후 SetUp과 TearDown 의 실행점이 명쾌하지 못했다. 즉, 학습 비용이 필요하다.
         See Also UnitTestFramework
  • ObjectWorld . . . . 8 matches
         http://www.objectworld.org
          * http://www.objectworld.org/JavatoolsforXP1.ppt
          * http://www.freemethod.org:8080/bbs/UML1-SAintro.ppt
          * http://www.freemethod.org:8080/bbs/UML1-JavaArchitectureChanges.ppt
         첫번째 Session 에는 ["ExtremeProgramming"] 을 위한 Java 툴들에 대한 간단한 언급이였습니다. 제가 30분 가량 늦어서 내용을 다 듣진 못했지만, 주 내용은 EJB 등 웹 기반 아키텍쳐 이용시 어떻게 테스트를 할것인가에 대해서와, Non-Functional Test 관련 툴들 (Profiler, Stress Tool) 에 대한 언급들이 있었습니다. (JMeter, Http Unit, Cactus 등 설명)
         Http Unit 에 대해선 좀 회의적인 투로 설명을 하신것 같고, (이정도까지 테스트 할까..에 가까운) ["ExtremeProgramming"] 에서의 TDD 스타일은 따로 취급되었다라는 생각이 들었다는. (XP에서의 테스트를 먼저 작성하라는 이야기에 대해서 그냥 TP를 읽는 수준으로만 넘어간것 보면. 코딩 완료이후 테스트를 기본이라 생각하고 설명하셨다 생각됨.)
         세번째 Session 에서는 지난번 세미나 마지막 주자분(신동민씨였던가요.. 성함이 가물가물;)이 Java 버전업에 대한 Architecture 적 관점에서의 접근에 대한 내용을 발표하셨습니다. Java 가 결국은 JVM 이란 기존 플랫폼에 하나의 Layer를 올린것으로서 그로 인한 장점들에 대해 설명하셨는데, 개인적으론 'Java 가 OS에서 밀린 이상 OS를 넘어서려니 어쩔수 없었던 선택이였다' 라고 생각하는 관계로. -_-. 하지만, Layer 나 Reflection 등의 Architecture Pattern 의 선택에 따른 Trade off 에 대해서 설명하신 것과, 디자인을 중시하고 추후 LazyOptimization 을 추구한 하나의 사례로서 설명하신건 개인적으론 좋았습니다.
         [From a [http://groups.yahoo.com/group/extremeprogramming/message/52458 thread] in XP mailing list]
  • ProgrammingContest . . . . 8 matches
         http://www.itasoftware.com/careers/programmers.php
         http://ipsc.ksp.sk/
         나이나 학력 제한이 전혀 없습니다(Open경우). 팀은 세명까지 가능하고, 혼자서도 참가 가능합니다. 사용 가능 언어는 Java, C++, Pascal, Python 등 입니다. 제한 조건은 한 팀은 프로그램 개발을 위해서는 하나의 컴퓨터만 사용해야 한다는 것입니다. 이번 금요일(2002/5/10)에 한국 시간으로는 오후 9시부터 5시간 동안입니다. 온라인(이메일)으로 진행합니다. (see also .http://ipsc.ksp.sk/rules.php )
         수준이 궁금하신 분들은 K-In-A-Row를 풀어보세요. http://ipsc.ksp.sk/problems/prac2002/sampl_r.php
         http://topcoder.com
         http://www.uwp.edu/academic/mathematics/usaco/ or http://www.usaco.org
         http://ace.delos.com/usacogate 에서 트레이닝 받을 수 있지요. 중,고등학생 대상이라 그리 어렵지 않을겁니다. ["이덕준"]은 ProgrammingContest 준비 첫걸음으로 이 트레이닝을 추천합니다.
  • ProjectPrometheus/AT_BookSearch . . . . 8 matches
         import unittest
         import httplib, urllib
          "Referer":"http://165.194.100.2/cgi-bin/mcu100?LIBRCODE=ATSL&USERID=*&SYSDB=R",
          conn = httplib.HTTPConnection(DEFAULT_SERVICE_IP, DEFAULT_SERVICE_PORT)
          conn = httplib.HTTPConnection(DEFAULT_SERVICE_IP, DEFAULT_SERVICE_PORT)
         class TestAdvancedSearch(unittest.TestCase):
         class TestSimpleSearch(unittest.TestCase):
          unittest.main(argv=('','-v'))
  • ProjectZephyrus/ClientJourney . . . . 8 matches
          * 이번 프로젝트의 목적은 Java Study + Team Project 경험이라고 보아야 할 것이다. 아쉽게도 처음에 공부할 것을 목적으로 이 팀을 제안한 사람들은 자신의 목적과 팀의 목적을 일치시키지 못했고, 이는 개인의 스케줄관리의 우선순위 정의 실패 (라고 생각한다. 팀 입장에선. 개인의 경우야 우선순위들이 다를테니 할말없지만, 그로 인한 손실에 대해서 아쉬워할정도라면 개인의 실패와도 연결을 시켜야겠지)로 이어졌다고 본다. (왜 초반 제안자들보다 후반 참여자들이 더 열심히 뛰었을까) 한편, 선배의 입장으로선 팀의 목적인 개개인의 실력향상부분을 간과하고 혼자서 너무 많이 진행했다는 점에선 또 개인의 목적과 팀의 목적의 불일치로서 이 또한 실패이다. 완성된 프로그램만이 중요한건 아닐것이다. (하지만, 나의 경우 Java Study 와 Team Project 경험 향상도 내 목적중 하나가 되므로, 내 기여도를 올리는 것은 나에게 이익이다. Team Project 경험을 위해 PairProgramming를 했고, 대화를 위한 모델링을 했으며, CVS에 commit 을 했고, 중간에 바쁜 사람들의 스케줄을 뺐다.) 암튼, 스스로 한 만큼 얻어간다. Good Pattern 이건 Anti Pattern 이건.
          * TDD 가 아니였다는 점은 추후 모듈간 Interface 를 결정할때 골치가 아파진다. 중간코드에 적용하기 뭐해서 궁여지책으로 Main 함수를 hard coding 한뒤 ["Refactoring"] 을 하는 스타일로 하긴 하지만, TDD 만큼 Interface가 깔끔하게 나오질 않는다고 생각. 차라리 조금씩이라도 UnitTest 코드를 붙이는게 나을것 같긴 하다. 하지만, 마감이 2일인 관계로. -_- 스펙 완료뒤 고려하던지, 아니면 처음부터 TDD를 염두해두고 하던지. 중요한건 모듈자체보다 모듈을 이용하는 Client 의 관점이다.
          * 다른 MFC나 ["wxPython"] 등의 다른 GUI Framework와 ["디자인패턴"] 에 익숙하면 이러한 Swing 에 익숙해지는데에도 도움이 되었다. 대부분의 GUI 에선 ["CompositePattern"] 으로 윈도우들을 구성하기에. 그리고 Java API를 공부하는 동안 ["IteratorPattern"] 이나 ["DecoratorPattern"], MVC 등에 대해서도 이해하기 용이했다.
          DeleteMe) ''참고로 자바에서는 순수한 형태의 MVC 모델을 사용하지 않습니다. 변형된 형태의 MVC 모델을 사용합니다 [http://java.sun.com/products/jfc/tsc/articles/getting_started/getting_started2.html Introducing Swing Architecture]. 이론과 실제의 차이랄까요. --이선우''
  • PyServlet . . . . 8 matches
         http://jywiki.sourceforge.net/ - 다양한 예제들. Image, JDBC 연동 등.
         === Resin 에서의 Setting ===
          <url-pattern>*.py</url-pattern>
          <servlet-mapping url-pattern="*.py" servlet-name="PyServlet"/>
         from javax.servlet.http import HttpServlet
         class test(HttpServlet):
          res.setContentType("text/html")
  • PythonXmlRpc . . . . 8 matches
          * http://python.kwangwoon.ac.kr:8080/python/Internet/xmlrpc.html
          * http://maso.zdnet.co.kr/20011001/classroom/
          * http://kldp.org/HOWTO/html/XML-RPC-HOWTO/index.html
          * http://www.onlamp.com/pub/a/python/2000/11/22/xmlrpcclient.html
          * http://www.pythonware.com/products/xmlrpc/
          * http://www.xmlrpc.org/
          server_method = getattr(self, method)
          raise AttributeError, "No XML-RPC procedure %s" % method
  • ReadySet 번역처음화면 . . . . 8 matches
         This is an open source project that you are welcome to use for free and help make better. Existing packages of software engineering templates are highly costly and biased by the authorship of only a few people, by vendor-client relationships, or by the set of tools offered by a particular vendor.
         These templates are not one-size-fits-all and they do not attempt to provide prescriptive guidance on the overall development process. We are developing a broad library of template modules for many purposes and processes. The templates may be filled out in a suggested sequence or in any sequence that fits your existing process. They may be easily customized with any text or HTML editor.
         This project does not attempt to provide powerful tools for reorganizing the templates, mapping them to a given software development process, or generating templates from a underlying process model. This project does not include any application code for any tools, users simply use text editors to fill in or customize the templates.
         Yes. It is part of the Tigris.org mission of promoting open source software engineering. It is also the first product in a product line that will provide even better support to professional software developers. For more information, see [http://www.readysetpro.com ReadySET Pro] .
         The template set is fairly complete and ready for use in real projects. You can [http://readyset.tigris.org/servlets/ProjectDocumentList download] recent releases. We welcome your feedback.
         For the latest news, see the [http://readyset.tigris.org/servlets/ProjectNewsList Project Announcements].
          *2. [http://readyset.tigris.org/servlets/ProjectDocumentList Download] the templates and unarchive
  • SummationOfFourPrimes/1002 . . . . 8 matches
          self.resultTable = []
          self.resultTable.append(i)
          for eachValue in self.resultTable:
          return self.resultTable
         class PrimeNumberTest(unittest.TestCase):
          self.resultTable = []
          self.resultTable.append(i)
          for eachValue in self.resultTable:
          return self.resultTable
          #unittest.main(argv=('','-v'))
          ncalls tottime percall cumtime percall filename:lineno(function)
          ncalls tottime percall cumtime percall filename:lineno(function)
          ncalls tottime percall cumtime percall filename:lineno(function)
          ncalls tottime percall cumtime percall filename:lineno(function)
          ncalls tottime percall cumtime percall filename:lineno(function)
          ncalls tottime percall cumtime percall filename:lineno(function)
  • XPlanner . . . . 8 matches
          홈페이지 : http://xplanner.org
          http://www.xplanner.org/images/screenshots/iteration.jpg
          http://www.xplanner.org/images/screenshots/story.jpg
          http://www.xplanner.org/images/screenshots/task.jpg
          http://www.xplanner.org/images/screenshots/iteration_metrics.jpg
          http://www.xplanner.org/images/screenshots/statistics.jpg
          http://www.xplanner.org/images/screenshots/person.jpg
          http://www.xplanner.org/images/screenshots/integration.jpg
  • ZPHomePage/참고사이트 . . . . 8 matches
          * [http://microsoft.com]
          * [http://devpia.com]
          * [http://web.humoruniv.com/]
          * http://zeropage.org/~iruril/mscorpop.jpg
          [http://www.microsoft.com/mscorp/innovation/yourpotential/main.html]
          * http://innovative.daum.net/vol2/innovation.html - 다음 커뮤니케이션
          * http://jungle.co.kr/ ==> 여기 가보면 여러가지 멋진 디자인의 홈페이지들이 있어요~~ 허걱...-- 근데 로그인을 해야합니다. -[윤성만]
          * [http://jstorm.pe.kr/]: 제이스톰 홈페이지인데 학회 홈페이지답다고 생각합니다. --[강희경]
  • ZeroPageServer/set2002_815 . . . . 8 matches
          * httpd/WEB-INF/classes/woodpage, home/httpd/html/woodpage 삭제
         == About Setting ==
          * 27일 새벽에 http.conf 파일에 권한을 주는 설정들로 시도. 불발
          * [[HTML( <STRIKE> 서버 세팅 공지 setting </STRIKE> )]]
          * [[HTML( <STRIKE> apache install setting </STRIKE> )]] 1.3.26
          * [[HTML( <STRIKE> 교내 http://zp/ 도메인 테스트 (안되는것 같다) </STRIKE> )]]
          * [[HTML( <STRIKE> JSP 계정 설정 테스트 </STRIKE> )]] : 대상 neocoin 계정 http://zeropage.org/~neocoin/hello.jsp
  • ZeroWiki/Mobile . . . . 8 matches
          다음 링크를 참조하세요. http://kldp.net/projects/moniwiki/forum/315967
          * http://detectmobilebrowser.com/
          * http://detectmobilebrowsers.mobi/
          * http://wurfl.sourceforge.net/
          * http://deviceatlas.com/
          * http://framework.zend.com/manual/en/zend.http.html
          만약 그래도 별개의 프로젝트로 진행하고 싶다면 [http://jquerymobile.com/ jQuery Mobile]을 사용하시는 것을 추천합니다. - [변형진]
  • html5/outline . . . . 8 matches
          * http://www.webguru.pe.kr/zbxe/files/attach/images/2848/655/824/structure-div.gif
          * http://www.webguru.pe.kr/zbxe/files/attach/images/2848/655/824/structure-html5.gif
         <html xmlns="http://www.w3.org/1999/xhtml">
          * [http://gsnedders.html5.org/outliner/ HTML5 Outliner]
          * [http://www.webguru.pe.kr/zbxe/web2/824655 outline 요소에 대한 전반적인 예제와 설명]
          * [http://appletree.or.kr/blog/category/web-development/css/ HTML에 관한 깊이 있는 글을 보여주는 블로그]
  • 데블스캠프2005/사진 . . . . 8 matches
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_0.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_1.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_2.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_3.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_4.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_5.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_6.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_7.JPG width = 1024 height = 768>)]] ||
  • 삼총사CppStudy/Inheritance . . . . 8 matches
          int m_Attack;
          void Attack() { // 마린 공격!! }
          int m_Attack;
          void Attack() { // 파이어뱃 공격!! }
          int m_Attack;
          void Attack();
          void Attack() { // 마린 공격! }
          void Attack() { // 파이어뱃 공격! }
  • 정모/2011.4.11 . . . . 8 matches
          * [DesignPatterns/2011년스터디]
          * [HolubOnPatterns]를 읽으면서 스터디하고 DB 프로젝트를 통해 실습한다.
          * DesignPatterns에 대해 궁금하다면 ZeroWiki의 관련 페이지를 읽어보세요.
          * 4월 30일 토요일 오후 1시부터 [https://tumblbug.com/letstudent LETStudent]가 있습니다. 매우 재미있는 시간이 될 것 같아요. 함께가요~
          * [http://swmaestro.kr]
          * [http://zeropage.org/ ZP홈페이지]에서 신청해주세요
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 허아영 . . . . 8 matches
         위키Page -->> [http://165.194.87.227/zero/index.php?title=%C7%E3%BE%C6%BF%B5&url=ixforyouxl click]
         [http://money.cnn.com/magazines/fortune/mostpowerfulwomen/2006/ 링크]
         [http://no-smok.net/nsmk/%EC%88%98%ED%95%99%EC%9C%A0%EB%A8%B8 수학유머]
         >> [LittleAOI]
         [http://www.caucse.net 동문서버]
         [http://www.cyworld.com/heoay 아영이홈피]
         [http://prof.cau.ac.kr/~sw_kim 김승욱교수님 홈페이지]
         [http://blog.naver.com/ourilove.do?Redirect=Log&logNo=100003444965 포인터공부]
  • 3N+1Problem/황재선 . . . . 7 matches
         import unittest
         class ThreeNPlusOneTest(unittest.TestCase):
          def testTwoCal(self):
          unittest.main(argv=('','-v'))
         import unittest
         class ThreeNPlusOneTest(unittest.TestCase):
          def testTwoCal(self):
          unittest.main(argv=('','-v'))
         http://bioinfo.sarang.net/wiki/AlgorithmQuiz_2f3Plus1 에서 yong27님의 소스코드를 보았다. 소스가 정말 깔끔했다. 실행속도가 빨라서 그 원인을 분석해가며 지난번 작성했던 코드를 수정했다. 나의 목적은 0.001초라도 빠르게 결과를 출력하는 것이었다. 실행시간을 최소화하기위해 클래스마저 없앴다. 특히 두 부분을 수정하니 실행시간이 현저히 줄었다. 하나는 클래스 멤버변수를 제거하고 지역변수화한 경우인데 왜 그런지 모르겠다. 둘째는 사전형 타입인 cycleDic 에서 key를 문자열에서 숫자로 바꾼 부분이었다. 지난번 구현시 무엇때문에 수치형을 문자열로 변환하여 key로 만들었는지 모르겠다. -- 재선
  • ACE . . . . 7 matches
          || [[ISBN(0201604647)]] || [[ISBN(0201795256)]] || http://kangcom.com/l_pic/200311290006.gif [[BR]] AceProgrammersGuide ||
          * http://www.cs.wustl.edu/~schmidt/ACE.html - ACE 홈페이지
          * http://ace.ece.uci.edu/
          * http://riverace.com
          * http://www.redwiki.net/wiki/moin.cgi - 역자 권태인씨의 홈페이지
          * http://mudmania.org/reiot/ACE - 머드매냐 레이옷님 홈페이지. (다크에덴 외 여러 게임 서버 프로젝트를 맡으신 분)
          * http://imays.pe.kr:41414/ - 스튜디오 플로리스 배현직씨 홈페이지 (cafe9, blitz1941 서버 프로젝트 맡으신 분)
  • Apache . . . . 7 matches
          JSP를 돌리기위해서 mod_jk로 jsp 를 tomcat 에 넘겨주는 방식으로 운영되고 있음. tomcat webserver로 접속하려면, [http://zeropage.org:8080]으로 접속하면 됨.
         [http://www.apache-kr.org/]
         [http://www.apache.or.kr/]
         [http://www.superuser.co.kr/apache/index.htm]
         Starting httpd: httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
          * [http://www.wallpaperama.com/forums/how-to-fix-could-not-determine-the-servers-fully-qualified-domain-name-t23.html 위문제상황해결링크]
  • Code/RPGMaker . . . . 7 matches
          Object3D plane = new Object3D(coordinates, uvs, indices, RMObject2D.getTextureIDByColor(Color.white));
          Util.LOGD("center: " + plane.getTransformedCenter());
          // FOV settings
          m_cam.lookAt(plane.getTransformedCenter());
          x1, y2, z, // bottom left
          x2, y2, z // bottom right corner
          m_polygon = new Object3D(coords, uvs, indices, getTextureIDByColor(color));
          m_polygon = new Object3D(coords, uvs, indices, getTextureIDByColor(color));
          SimpleVector curPosition = m_polygon.getTransformedCenter();
          attr_accessor :xsize
          attr_accessor :ysize
          attr_accessor :zsize
          attr_reader :object
  • CodeCoverage . . . . 7 matches
         원문 : http://www.wikipedia.org/wiki/Code_coverage
          * PathCoverage - 주어진 코드 부분의 가능한 모든 경로가 실행되고, 테스트 되는가? (Note 루프안에 가지(분기점)를 포함하는 프로그램에 대하여 코드에 대하여 가능한 모든 경로를 세는것은 거의 불가능하다. See Also HaltingProblem[http://www.wikipedia.org/wiki/Halting_Problem 링크] )
         http://wiki.cs.uiuc.edu/SEcourse/Code+coverage+tool
          * http://www.validatedsoftware.com/code_coverage_tools.html : Code Coverage Tool Vender 들
          * http://www.thecortex.net/ : 홈페이지 하단의 Ant 나 JBoss 같은거 눌러보면 볼만함
          * http://www.mmsindia.com/JCover.html : Java Test Tool Solution 업체 그중 한 제품
          * http://quilt.sourceforge.net/
  • DebuggingSeminar_2005/AutoExp.dat . . . . 7 matches
         ; Letter Description Sample Display
         tagRECT =top=<top> bottom=<bottom> left=<left> right=<right>
         CDC =hDC=<m_hDC> attrib=<m_hAttribDC>
         CRect =top=<top> bottom=<bottom> left=<left> right=<right>
  • DoubleDispatch . . . . 7 matches
          * http://www.object-arts.com/EducationCentre/Patterns/DoubleDispatch.htm
          * http://eewww.eng.ohio-state.edu/~khan/khan/Teaching/EE894U_SP01/PDF/DoubleDispatch.PDF
          * http://www-ekp.physik.uni-karlsruhe.de/~schemitz/Diploma/html/diploma/node85.html
          * http://www.chimu.com/publications/short/javaDoubleDispatching.html
          * http://no-smok.net/seminar/moin.cgi/DoubleDispatch
         ["MoreEffectiveC++"] 에서 [http://zeropage.org/wiki/MoreEffectiveC_2b_2b_2fTechniques3of3#head-a44e882d268553b0c56571fba06bdaf06618f2d0 Item31] 에서도 언급됨.
  • Garbage collector for C and C++ . . . . 7 matches
         [http://www.hpl.hp.com/personal/Hans_Boehm/gc/ 홈페이지]
         # GC_debug_malloc_replacement. (The latter invokes GC_debug_malloc
         # fragmentation, but generally better performance for large heaps.
         # in which most client code is written in a "safe" language, such as
         # information generated in leak reports. Only matters on platforms
         # -DHANDLE_FORK attempts to make GC_malloc() work in a child process fork()ed
          * [http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcinterface.html 설명]
  • Gof/Strategy . . . . 7 matches
         http://zeropage.org/~reset/zb/data/strat011.gif
         StrategyPattern 은 다음과 같은 경우에 이용할 수 있다.
          * StrategyPattern을 이용함으로써 복잡함이 노출되는 것과 알고리즘 구체적인 데이터 구조로 가는 것을 피할 수 있다.
         http://zeropage.org/~reset/zb/data/strategy.gif
         StrategyPattern 은 다음과 같은 장점과 단점을 가진다.
         == Releated Patterns ==
         FlyWeightPattern : Strategy 객체는 종종 훌륭한 flyweight를 만든다.
  • HolubOnPatterns . . . . 7 matches
          * [http://www.yes24.com/24/Goods/2127215?Acode=101 Holub on Patterns: 실전 코드로 배우는 실용주의 디자인 패턴] - 번역서
          * [http://www.yes24.com/24/goods/1444142?scode=032&OzSrank=1 Holub on Patterns: Learning Design Patterns by Looking at Code] - 원서
          * [DesignPatterns/2011년스터디]
          * [HolubOnPatterns/밑줄긋기]
  • IntelliJ . . . . 7 matches
          * http://intellij.com, http://intellij.net
          * http://intellij.org - IntelliJ Community Wiki
          * http://www.jguru.com/forums/home.jsp?topic=IntellijIDEA
          * http://www.intellij.org/twiki/bin/view/Main/IdeaToAntPlugin - IntelliJ Project 화일로 Ant build 화일을 작성해주는 플러그인.
         http://www.intellij.net/eap - [IntelliJ] Early Access Program. Aurora project 가 진행중. JUnit Runner 추가.(이쁘다!) CVS 지원. AspectJ 지원. Swing GUI Designer 지원 (IntelliJ에서는 UI Form 기능). Plugin Manager 기능 추가.
          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 한다.
  • JMSN . . . . 7 matches
          * http://sourceforge.net/projects/jmsn/
          * http://jmsn.sourceforge.net/
          * http://jmsn.sourceforge.net/msnmlib/docs/index.html - MSN Library Java API Document
          * http://cvs.linuxkorea.co.kr/cvs/py-msnm - Python 으로 포팅된 msnmlib
         DeleteMe) sourceforge 의 xrath(http://xrath.com/) 라는 분이 한국인이셨군요. -_-; 몰랐는데. 나우누리 자바동에서 활동중이신 황장호라는 분입니다. (오.. 스크린 샷에 구근이형 이름있다;) --석천
         * 사용자의 일부 properties(Foward list, Reverse list, Allow list, Block list, GTC setting, BLP setting)-$1는 서버에 저장된다. $1은 client에 캐시된다. client에 캐시된 $1를 최신의 것으로 유지해야 한다.
         C: List TrialID List / S: List TrialID List Serial# Item# TtlItems UserHandle CustomUserName
          -List : FL, RL, AL, BL -Item# 아이템의 인덱스 -TtlItems 아이템 수
  • Java2MicroEdition . . . . 7 matches
          http://zeropage.org/pub/Java2MicroEdition/J2ME.jpg
          * http://java.sun.com/j2me
          * http://www.mobilejava.co.kr
          * http://developer.nate.com
          * [http://zeropage.org/~dduk/development/j2me/midp-2_0-fr-spec-ko.zip midp 2.0 한국어 스펙]
          * [http://zeropage.org/~dduk/development/j2me/midp-2_0-src-windows-i686.zip midp 2.0 (win용)]
          * [http://eclipseme.sourceforge.net/ eclipse j2me plugin]
  • JavaScript/2011년스터디 . . . . 7 matches
          * http://projecteuler.net 에 가입해서 문제를 풀어보려고 했지만 시간 문제로 안 풀게 됨. 앞으로 같이 풀어봐요.
          * [김태진] - 사실 오늘 한거에 대한 후기보다는.. 그림판 퀄리티를 향상시켰어요! UNDO와 REDO 완벽구현!! [http://clug.cau.ac.kr/~jereneal20/paint.html]
          * [http://clug.cau.ac.kr/~hs4393/visitor 추성준 방명록만들기]
          * [http://clug.cau.ac.kr/~jereneal20/sqltest.php 김태진 방명록만들기]
          * [http://clug.cau.ac.kr/~hs4393/visitor 추성준 방명록만들기]
          * [http://clug.cau.ac.kr/~jereneal20/guestbook.php 김태진 방명록만들기]
          * [http://clug.cau.ac.kr/~linus/guestbook.html 박정근 방명록만들기]
  • JavaStudyInVacation/진행상황 . . . . 7 matches
          * http://www.jini-club.net/eclipse/dw_EclipsePlatform.html 한글
          * http://gnome.or.kr/moin.cgi/JavaSWT 한글(간단 소개)
          * http://www-106.ibm.com/developerworks/library/j-nativegui/index.html
         ||상욱||["Button/상욱"]||
         ||영동||["Button/영동"]||
         ||진영||["Button/진영"]||
         ||상욱||http://www.javastudy.co.kr/docs/yopark/chap10/chap10.html#10_1||
  • LawOfDemeter . . . . 7 matches
          * http://www.ccs.neu.edu/home/lieber/LoD.html
         다음은 http://www.pragmaticprogrammer.com/ppllc/papers/1998_05.html 중 'Law Of Demeter' 에 대한 글.
         So we've decided to expose as little state as we need to in order to accomplish our goals. Great! Now
         What that means is that the more objects you talk to, the more you run the risk of getting broken when one
         of them changes. So not only do you want to say as little as possible, you don't want to talk to more
         The disadvantage, of course, is that you end up writing many small wrapper methods that do very little but
         something somewhere else. This tends to create fragile, brittle code.
  • MFCStudy_2001 . . . . 7 matches
          * 벽돌깨기:[http://zeropage.org/pds/MFCStudy_2001_final_혜영_Alcanoid.exe 혜영],[http://zeropage.org/pds/MFCStudy_2001_final_인수_Arca.exe 인수],[http://zeropage.org/pds/MFCStudy_2001_final_선호_arkanoid.exe 선호]
          * 오목:[http://165.194.17.15/~namsangboy/Projects/ai-omok/omok.exe 상협],[http://zeropage.org/pds/MFCStudy_2001_final_창섭_winomok.exe 창섭]
          * 지뢰찾기:[http://zeropage.org/pds/MFCStudy_2001_final_영창_MINE_blue.exe 영창];인수와 선호는 소스 날려 먹었다는 납득할수 없는(--+) 이유로 거부;[[BR]]
          * [http://zeropage.org/~neocoin/data/MFCStudy_2001/MFC_Macro설명.rar MFC_Macro설명]:MFC에서 MessageMap을 구현하는 메크로 설명
  • MagicSquare/재동 . . . . 7 matches
         import unittest
         class MagicSquareTestCase(unittest.TestCase):
          #unittest.main()
         import unittest
         class MagicSquareTestCase(unittest.TestCase):
         class CounterTestCase(unittest.TestCase):
          unittest.main()
  • MatrixAndQuaternionsFaq . . . . 7 matches
          In the code snippets scattered throughout this document, a one-dimensional
          loops are unravelled, then there is very little difference in the
          Comparing the two tables, it can be seen that setting up a rotation
          Z-axis by a factor or 50 or more, while letting the X and Y axii
          vectors to be attached at their starting points. Then the entire
          susceptible to "Gimbal lock" where attempts to rotate an
          If a 4x4 matrix is required, then the bottom row and right-most column
  • MoinMoin . . . . 7 matches
          * 모인모인을 사용하는 위키 : [http://wikipedia.org], [http://no-smok.net]
          * 모인모인 스크린샷 : [http://moinmoin.wikiwikiweb.de/MoinMoinScreenShots]
          * [http://sourceforge.net/projects/moin/ SourceForge Project Info]
          * [http://moin.sourceforge.net/ Project Homepage]
          * [http://freshmeat.net/projects/moin FreshMeat Entry]
          * [http://www.oreillynet.com/pub/a/python/2000/11/29/pythonnews.html PythonNews article on wikis]
  • ObjectProgrammingInC . . . . 7 matches
          int attrib;
          int attrib;
         여기서 Question. 만일 attrib 를 찍고 싶다면? --[1002]
         attrib을 찍는다는 문제를 주셨는데... attrib가 private라 가정하고, 따라서 method1의 함수가 구조체(클래스)의 attrib을 고친다는 뜻으로 판단하고 생각해본다면... C++의 this란 예약어가 없다면 C언어에서 C++과 같은 class의 표현은 어려울 듯. 메모리주소로 가능을 할 수도 있으나, 코드 조작을 어셈블리 차원으로 내려가 하나하나 손봐야함... (이 답이 아니라면 낭패)
         별 다른 뜻은 아니고, C++ 컴파일러의 경우 메소드인 경우 인자로서 this 를 자동으로 넘겨준다고 해서. 그리고, attrib 이 private 이 아닌 public 이라 하더라도, 똑같은 질문이 가능할듯. --[1002]
  • OpenGL스터디_실습 코드 . . . . 7 matches
          * '''이곳에 소스는 저의 github에도 올릴 예정이니 일일히 복붙하기 귀찮으신분들은 "https://github.com/skyLibrary/OpenGL_Practice"에서 받아가세요.'''
          glutTimerFunc(33, TimerFunction, 1);
          glutTimerFunc(33, TimerFunction, 1);
          // Specify the point and move the Z value up a little
          * 2. click mouse right button and you can change the star shape statements by click each menu item.
          //setup kind of line which is outter line or not.
          // Establish clipping volume (left, right, bottom, top, near, far)
          glutAttachMenu(GLUT_RIGHT_BUTTON);
          * Title : stencil pattern program
          glutTimerFunc(33, Timer, 1);
          glutTimerFunc(33, Timer, 1);
  • PairProgramming . . . . 7 matches
         http://pairprogramming.com/images/pairprogrammers.gif
          * Junior : Expert 간 격차에 따른 효율성의 문제 - [http://www.caucse.net/phpwiki/index.php?PairProgramming PairProgramming]
          * 하지만 UnitTest도 그렇듯이, 많은 장점을 가진 방법을 완벽하지 않다는 이유로 사용하지 않는다는 것은 아쉬운 일일 것이다.
          * http://pairprogramming.com - 관련 사이트
          * http://www.objectmentor.com/publications/xpepisode.htm - Robert C.Martin 과 Robert S Koss 이 대화하면서 Pair를 하는 예제.
          * http://c2.com/cgi/wiki?PairProgramming - 'PairProgramming Pattern' 이라고 써놓은 것이 재미있다. 어느새 '패턴화' ^^;
          * http://no-smok.net/nsmk/PairProgramming
  • PowerOfCryptography . . . . 7 matches
         [http://acm.uva.es/p/v1/113.html 원문보기]
         정수 http://acm.uva.es/p/v1/113img1.gif 과 http://acm.uva.es/p/v1/113img2.gif 이 주어졌을때, 당신은 http://acm.uva.es/p/v1/113img3.gif 를 구하는 프로그램을 작성해야 합니다. 이 프로그램에서 주어진 n과 p에 대하여, p는 항상 http://acm.uva.es/p/v1/113img5.gif 형태를 갖습니다. (여기서 k는 당신이 찾아야 될 정수입니다.)
         주어진 입력에 대하여 [[HTML(k<sup>n</sup>=p)]] , 즉 k를 한줄씩 출력해야 합니다. 여기서 k 는 http://acm.uva.es/p/v1/113img9.gif 입니다.
         [문제분류] [LittleAOI]
  • Refactoring/MovingFeaturesBetweenObjects . . . . 7 matches
         http://zeropage.org/~reset/zb/data/MoveMethod.gif
         http://zeropage.org/~reset/zb/data/MoveField.gif
         http://zeropage.org/~reset/zb/data/1012450988/ExtractClass.gif
         http://zeropage.org/~reset/zb/data/InlineClass.gif
         http://zeropage.org/~reset/zb/data/HideDelegate.gif
         http://zeropage.org/~reset/zb/data/RemoveMiddleMan.gif
         http://zeropage.org/~reset/zb/data/IntroduceLocalExtension.gif
  • ResponsibilityDrivenDesign . . . . 7 matches
          * Generates DesignPatterns. ChainofResponsibilityPattern, MediatorPattern, CommandPattern and TemplateMethodPattern are all generated by the method.
         (from http://www.dcs.shef.ac.uk/~tom/Objects/AutoRDD/rdd.html)
          * http://www.wirfs-brock.com/pages/home.html
  • RoboCode . . . . 7 matches
         * [http://robocode.sourceforge.net/ RoboCode Central(English)]
          * [http://www-106.ibm.com/developerworks/java/library/j-robocode/ IBM RoboCode site (English)]
          * [http://www-128.ibm.com/developerworks/kr/robocode/ IBM RoboCode site (Korean)]
          * [http://robocode.alphaworks.ibm.com/docs/robocode/index.html RoboCode API(English)]
          * [http://www-128.ibm.com/developerworks/kr/library/j-robocode/ 로보코드 시작하기(한글)]
          * [http://www.eternal-rumble.com/ 로봇 랭킹]
          * [http://www.imaso.co.kr/?doc=bbs/gnuboard_pdf.php&bo_table=article&page=1&wr_id=999&publishdate=20030301 팀플레이]
  • RssMacro . . . . 7 matches
         [[RSS(http://chemie.skku.ac.kr/wiki/wiki.php/RecentChanges?action=rss_rc)]]
         [[RSS(http://chem.skku.ac.kr/~kle/moin/RecentChanges?action=rss_rc)]]
         [[RSS(http://kz.mpecc.com/moniwiki/wiki.php?action=rss_rc&dummy=1)]]
         [[RSS(http://chemie.skku.ac.kr/wiki/wiki.php/RecentChanges?action=rss_rc)]]
         [[RSS(http://wikix.org/ko/mymisc/rss?10)]]
         [[RSS(http://kldp.org/root/rdf.xml)]]
         [[Rss(http://chemie.skku.ac.kr/wiki/wiki.php/BlogChanges?action=blogrss&all=1)]]
  • SystemEngineeringTeam/TrainingCourse . . . . 7 matches
          * 여러 도메인 구매대행 업체를 비교하였으나 가격과 서비스는 큰 차이가 없었음. 결국 결제가 가장 편한곳을 찾게 되었는데 [http://www.dotname.co.kr/ 닷네임 코리아]는 무통장 입금 방식의 결제가 가능했음. 개인별로 임시 계좌번호를 만들어 입금하면 바로 확인 되는 형식이라 별도의 확인 전화를 하거나 상대편에서 확인할때까지 기다릴 필요가 없었음. [http://www.hosting.kr/ hosting.kr]은 AcitveX방식의 결제를 해야 쉬운 결제가 가능하고 그 이외에는 절차가 너무 복잡해서 쓰지 않았음.
          * [http://ko.wikipedia.org/wiki/%EA%B5%AD%EA%B0%80_%EC%BD%94%EB%93%9C_%EC%B5%9C%EC%83%81%EC%9C%84_%EB%8F%84%EB%A9%94%EC%9D%B8 도메인 목록]에서 참고하여 .com, .net, .org, .re, .me를 후보군으로 지정하였음
          * 왜 위의 5가지냐고? 그냥, 어디서 들어봐서. 왜 저 5가지인지는 그렇게 중요하지 않다. [http://www.5055.co.kr/pds/spboard/board.cgi?id=establishment&page=16&action=view&number=34.cgi&img=no 일단 선택지를 좁히는 것이 중요.] 진짜 선택은 이 다음부터다.
          * stylesha.re처럼 이어지는 도메인(rabier.re)으로 정하고 싶어 .re를 알아보았다. .re는 프랑스령의 한 섬인 레위니옹의 ccTLD. AFNIX에서 관리한다고 한다. 처음에 AFNIX 사이트에서 도메인 구입을 하려 했으나 회원가입도 변변히 못하고 쫒겨났는데 다시 찾아보니 [http://ko.wikipedia.org/wiki/.re 레위니옹 이외의 조직 또는 개인에게 아예 할당을 하지 않는 모양..]
          * 얕은 인터넷 서핑으로 찾은 [http://www.goDaddy.com]이라는 곳에서 구매. 맥(정확히 크롬)에서 구매가 되길래 좋다고 샀다.
          * 이성으로 판단할 수 없을땐 감정에 맡기시는게.. 원래 판단은 감정의 영역이지만 [http://blog.daum.net/94795759/7355310 참고]- [서지혜]
  • Temp/Parser . . . . 7 matches
          def next_button(self):
          return self.err('Unexpected button type')
          button=self.next_button()
          if button: return VendingCmd('push',arg=button)
          parser = getattr(self,'parse_%s'%tok)
  • TheJavaMan . . . . 7 matches
          * [http://java.sun.com/docs/books/tutorial/java/index.html The Java Tutorial]
          * [http://www.netbeans.org Netbeans]
          * [http://www.javanuri.com/lecture/mainLecture.jsp 자바누리]
         [http://www.yes24.com/home/pd.asp?SID=G4JaiuIvSpuwzia6CMCpwdLN6ycFuMHPjStWSgEBltChZEnIOvC8UAlza&AK=67883&TABID=1 Core JAVA 코아 자바 2: 제1권 : 기초편]
         [http://www.yes24.com/home/pd.asp?SID=G4JaiuIvSpuwzia6CMCpwdLN6ycFuMHPjStWSgEBltChZEnIOvC8UAlza&AK=376933&TABID=1 Thinking in Java]
         [http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200312300024 JAVA HOW TO PROGRAM (<- 2학년때 교재, 번역5판도 나왔네)]
          - PageName 만 보고서는 Computer System 이란 과목에 등장하는 LittleManComputer 가 생각나는군요..^^ - 임인택
  • TheJavaMan/지뢰찾기 . . . . 7 matches
         [http://zeropage.org/~darkduck/mine.html 실행]
          JButton action = new JButton("^ _ ^");
          action.setText("^ _ ^");
          numLeftMines.setText(String.valueOf(numMines));
          useTime.setText("0");
          numLeftMines.setText(String.valueOf(numMines));
          useTime.setText("0");
          if (!gameOver && e.getButton() == MouseEvent.BUTTON1 && !getText().equals("X"))
          if (!gameOver && e.getButton() == MouseEvent.BUTTON3 && state == false) {
          if (getText().equals("X")) {
          setText("?");
          numLeftMines.setText(String.valueOf(numMines - numFlags));
          else if (getText().equals("?")) {
          setText("");
          else if (getText().equals("")) {
          setText("X");
          numLeftMines.setText(String.valueOf(numMines - numFlags));
          if (!gameOver && e.getButton() == MouseEvent.BUTTON1 && state == false)
          action.setText("^ o ^");
          if (!gameOver && e.getButton() == MouseEvent.BUTTON1 && state == false) {
  • TheWarOfGenesis2R . . . . 7 matches
          * [http://zeropage.org/pub/Genesis2R/BasicMovement_Source.zip 소스]
          * [http://zeropage.org/pub/Genesis2R/BasicMovement.exe 실행파일]
          * [http://zeropage.org/pub/Genesis2R//DXTest.rar 소스]
          * [http://zeropage.org/pub/Genesis2R/TileEditor.zip 소스]
          * [http://zeropage.org/pub/Genesis2R/Stage.zip 스테이지 컨버터]
          * [http://zeropage.org/pub/Genesis2R/Tile.zip 타일 컨버터]
          || [http://zeropage.org/~nuburizzang/DX9App2.zip] || 전투루틴포팅완료 ||
  • TkinterProgramming/SimpleCalculator . . . . 7 matches
         def button(root, side, text, command=None):
          w = Button(root, text=text, command=command)
          button(keyF, LEFT, char, lambda w=display, s='%s' % char: w.set(w.get() + s))
          btn = button(opsF, LEFT, char)
          btn.bind('<ButtonRelease-1>', lambda e, s = self, w = display: s.calc(w), '+')
          btn = button(opsF, LEFT, char, lambda w = display, c = char : w.set(w.get() + ' ' + c + ' '))
          clearF = frame(self, BOTTOM)
          button(clearF, LEFT, 'Clr', lambda w=display: w.set(''))
  • TowerOfCubes/조현태 . . . . 7 matches
         const char FACE_NAME[BOX_FACE_NUMBER][7] = {"front", "back", "left", "right", "top", "bottom"};
         const int BOTTOM = 5;
          SMyBox(int front, int back, int left, int right, int top, int bottom)
          color[BOTTOM] = bottom;
          SBoxBlock(int inputNumber, int inputTopFace)
          topFace = inputTopFace;
          int front, back, left, right, top, bottom;
          sscanf(readData, "%d %d %d %d %d %d", &front, &back, &left, &right, &top, &bottom);
          myBoxs.push_back(new SMyBox(front, back, left, right, top, bottom));
          //printf("%2d %2d %2d %2d %2d %2d\n", front, back, left, right, top, bottom);
  • XMLStudy_2002/Start . . . . 7 matches
         <!ATTLIST MAIL STATUS (official|informal) 'official'>
         <!ATTLIST ADDRESS TYPE (office|home|e-mail) 'e-mail'>
         <!ENTITY ttl "누가 용의 발톱때를 보았는가">
         "&ttl;"와 "드래곤 라자"등은 모두 용에 대한 책이다.
         "&ttl;"는 영화로도 만들어 졌다.
         <!ENTITY % preformatted "PRE">
         <!ENTITY %block "P %heading; |%list; |%preformatted; |DL |DIV |NOSCRIPT | BOCKQUOTE ">
         <!ATTLIST element_name
         attribute_name attribute_type default_type "default_value">
         <!ATTLIST element_name>
         <!ATTLIST mail id ID #REQUIRED reply_required (yes|no) "yes')
         <!ATTLIST form method CDATA #FIXED "POST">
         <!ATTLIST book desc CDATA #IMPLIED>
  • XpWeek/20041220 . . . . 7 matches
         10시 30분~12시 : 기민한 문화 이야기 [http://www.okjsp.pe.kr/upload/Agile_Voice.zip 음성PPT] 보기
         이건 혼자서 해 보세요. [http://www-903.ibm.com/developerworks/kr/java/library/j-xp042203.html Test-driven 프로그래밍] 강좌
          먼저 설치 : [http://zeropage.org/pub/language/java/j2re-1_4_2_01-windows-i586.exe Java 1.4.2]
          위에 것 설치 후 : [http://zeropage.org/~neocoin/eclipse3.0/eclipse-SDK-3.0-win32.zip Eclipse]
          * [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]
          * [http://zeropage.org/pub/upload/Timer.exe Timer]
  • ZeroPageHistory . . . . 7 matches
          * SeeAlso [http://web.archive.org/web/20010428085542/http://zeropage.org/old.html|웹 아카이브]
         attachment:server_20010428085542.png
          * https://lh6.googleusercontent.com/-6q_gnM0FKhU/TsCGFiOzcjI/AAAAAAAAHrg/Sk8DTHO1mqA/s800/Screen%252520Shot%2525202011-11-14%252520at%25252012.07.42%252520PM.png
          * Design Pattern, Linux
          * C, C++, MFC, Java, Design Pattern, AI, Python, PHP, SQL, JSP, Algorithm, OS, Game, CAM
          * Django, Haskell, MFC, Design Pattern
  • ZeroPage성년식/거의모든ZP의역사 . . . . 7 matches
          * SeeAlso [http://web.archive.org/web/20010428085542/http://zeropage.org/old.html|웹 아카이브]
         attachment:server_20010428085542.png
          * https://lh6.googleusercontent.com/-6q_gnM0FKhU/TsCGFiOzcjI/AAAAAAAAHrg/Sk8DTHO1mqA/s800/Screen%252520Shot%2525202011-11-14%252520at%25252012.07.42%252520PM.png
          * Design Pattern, Linux
          * C, C++, MFC, Java, Design Pattern, AI, Python, PHP, SQL, JSP, Algorithm, OS, Game, CAM
          * Django, Haskell, MFC, Design Pattern
  • callusedHand/projects/algorithms . . . . 7 matches
          * '''ACM''' http://www.acm.inf.ethz.ch/ProblemSetArchive.html
          * '''IPSC''' http://ipsc.ksp.sk/
          * '''Design Fest''' http://www.designfest.org/
          * http://www.topcoder.com
          * http://www.inf.bme.hu/contests/tasks/
          * http://acm.uva.es/problemset/
          * http://www.nist.gov/dads/
  • html5/canvas . . . . 7 matches
          * CanvasPattern
          * http://dev.w3.org/html5/canvas-api/canvas-2d-api.html
          * https://developer.mozilla.org/en/Canvas_tutorial
          * [http://mugtug.com/sketchpad/ canvas로 구현된 그림판]
          * [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 측정 코드]
  • 강성현 . . . . 7 matches
          * [http://www.riss.kr/link?id=T13688893 온라인 집단의 의견을 이용한 의사 결정 지원 시스템]
          * AttackOnKoala 팀 (강성현, [정의정], [정진경]) 으로 참가. 교내 1위 (단독 본선 진출)
          * [http://ec.cse.cau.ac.kr 전자상거래 및 인터넷 응용 연구실](EC Lab) 석사과정 ( - 2015.2)
          * Cloud Service Client 개발 (Web, SmartTV, Android 등등)
          * [http://sopt.org 대학생연합IT벤처창업동아리 SOPT] 에 들어감 (3월 - 2012.7)
          * [:데블스캠프2014 2014] (4일차 [http://zeropage.org/seminar/95758 Big Data 강의])
          * 컴퓨터공학부 내의 연구실에 대한 빠른 설명. [http://zeropage.org/index.php?mid=board&search_target=tag&search_keyword=%EB%8C%80%ED%95%99%EC%9B%90 자유 게시판에 있는 대학원 소개]에 기초함.
          * [Ruby/2011년스터디] 의 공유 차원에서 진행. 시간이 빠듯해서 대충 진행한 것 같아 아쉬움. [https://docs.google.com/presentation/d/1ld_NTuqaEF4OIY2_f4_2WhzF57S6axgxnMLf3LMcvrM/pub?start=false&loop=false&delayms=3000 발표자료]
  • 공업수학2006 . . . . 7 matches
         http://www.hil.cau.ac.kr/file/down/
         [http://board.zeropage.org/bbs/board.php?bo_table=ZP_WEB_PDS&wr_id=1&page=5 1장]
         [http://board.zeropage.org/bbs/board.php?bo_table=ZP_WEB_PDS&wr_id=2&page=5 2장]
         [http://board.zeropage.org/bbs/board.php?bo_table=ZP_WEB_PDS&wr_id=3&page=5 3장]
         [http://board.zeropage.org/bbs/board.php?bo_table=ZP_WEB_PDS&wr_id=74 4장]
         [http://board.zeropage.org/bbs/board.php?bo_table=ZP_WEB_PDS&wr_id=76 5장]
         [http://board.zeropage.org/bbs/board.php?bo_table=ZP_WEB_PDS&wr_id=77 6장]
  • 나는이런곳을즐겨찾는다 . . . . 7 matches
         || http://www.websubway.co.kr/theme/ || 지하철을 타고 움직일 계획 세울때 쓸모 많음 || . ||
         || http://www.giro.or.kr/ || 지로납부를 인터넷을 이용해 할 수 있음. 은행 가기 귀찮아 하는 사람에겐 쓸모 있음. ||.||
         || http://www.danawa.co.kr/ || 컴퓨터 부품 가격을 알 수 있어 쓸모 있음 || . ||
         || http://www.newstand.co.kr/ || 잡지들을 모아논 사이트 주로 스포츠 신문을 봄 || . ||
         || http://www.raysoda.co.kr/ || 사진 감상하는곳중 괜찮은곳. || 디시인사이드도 있다.....||
         || http://www.ruliweb.com/ || 초대형비디오게임사이트 || . ||
         || http://www.changgo.com/ || 새로운 음반에 대한 정보를 얻는다 || . ||
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/강성현 . . . . 7 matches
         #left:hover { background:url(http://abeek.cau.ac.kr/cauabeek/ImageViewStu?hakbun=20073050); }
         #center:hover { background:url(http://abeek.cau.ac.kr/cauabeek/ImageViewStu?hakbun=20082990); }
         #right:hover { background:url(http://abeek.cau.ac.kr/cauabeek/ImageViewStu?hakbun=20082977); }
         #bottom {width:100%; }
         <div id="bottom">4</div>
         <img src="http://tunakheh.compuz.com/zboard/data/temp/aa.png" width="600" height="400" onclick="window.open('http://tunakheh.compuz.com/zboard/data/temp/aa.png','photo_popup','width=600,height=400,scrollbars=yes,resizable=yes');">
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/정종록 . . . . 7 matches
         body {background-image:url('http://wstatic.dcinside.com/new/photo/sosimarine.jpg')}
         //background:url("http://wstatic.dcinside.com/new/photo/sosimarine.jpg");
         <a href="http://zeropage.org/" alt"" class="min">zeropage</a>
         <a href="http://caucse.net/" alt"" class="min">caucse</a>
         <a href="http://www.naver.com/" alt"" class="min">naver</a>
         <a href="http://www.joara.com/" alt"" class="min">joara</a>
         body {background-image:url('http://wstatic.dcinside.com/new/photo/sosimarine.jpg');
  • 데블스캠프2010/다섯째날/ObjectCraft/미션2/변형진 . . . . 7 matches
          int attP;
          zerglings[0].attP = zerglings[1].attP = 5;
          return z1.attP - z2.defP;
         void attack(zergling z1, zergling & z2) {
          attack(zerglings[0], zerglings[1]);
          attack(zerglings[1], zerglings[0]);
  • 데블스캠프2011/네째날/이승한 . . . . 7 matches
          * [http://blog.softwaregeeks.org/wp-content/uploads/2011/04/Reverse-Engineering-%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%ED%95%99%EC%8A%B5.pdf Reverse Engineering, 안드로이드 학습 발표자료] - 진성주, JCO 발표 자료
          * [http://keedi.pe.kr/presentations/just_do_git/ 발표 자료]
          * [http://code.google.com/p/msysgit/downloads/list msysgit download page] - download {{{Git-1.7.4-preview20110204.exe}}}
          * [http://code.google.com/p/tortoisegit/downloads/list tortoise git download page] - download {{{Tortoisegit-1.6.5.0-32bit.msi}}}, 32bit
          * setup git and github - http://help.github.com/win-set-up-git/
          * github repository address - https://github.com/beonit/devils2011GitSeminar
          * git cheat sheet - http://ktown.kde.org/~zrusin/git/git-cheat-sheet-medium.png
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/강소현,구자경 . . . . 7 matches
          public void pressButten(int i, int k) {
          el.pressButten(5, 15);//현재 위치, 이동하고픈 위치
          el.pressButten(20, 1);
          public void pressButten(int i, int j, int k) {
          el.pressButten(5, 1, 15);//현재 위치, 1: up, 0: down, 이동하고픈 위치
          el.pressButten(8, 1, 13);//현재 위치, 1: up, 0: down, 이동하고픈 위치
          el.pressButten(20, 0, 1);
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission3/김수경 . . . . 7 matches
          this.startBtn = new System.Windows.Forms.Button();
          this.stopBtn = new System.Windows.Forms.Button();
          this.recordBtn = new System.Windows.Forms.Button();
          this.listBox1.FormattingEnabled = true;
          private System.Windows.Forms.Button startBtn;
          private System.Windows.Forms.Button stopBtn;
          private System.Windows.Forms.Button recordBtn;
  • 마름모출력/문보창 . . . . 7 matches
         def show_up_triangle(pattern, size):
          print pattern * (i * 2 + 1)
         def show_down_triangle(pattern, size):
          print pattern * ((size-i) * 2 + 1)
          pattern = raw_input()
          show_up_triangle(pattern, size)
          show_down_triangle(pattern, size)
  • 영어학습방법론 . . . . 7 matches
         See Also [http://community.freechal.com/ComService/Activity/PDS/CsPDSList.asp?GrpId=1356021&ObjSeq=6 일반영어공부론], Caucse:일반영어공부론, Caucse:영어세미나20021129
          '일반영어공부론'의 경우는 [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.oup.com/elt/oald/
          * http://www.awl-elt.com/dictionaries/webdictionary.html
          * http://technetcast.com - 전산학자들, 유명한 저자의 강의, interview, conference 발표등이 있음
  • 오목/재니형준원 . . . . 7 matches
         // Attributes
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
          ON_WM_LBUTTONDOWN()
         void COmokView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
          // LeftUpper & RightBottom
          // Upper & Bottom
          // RightUpper & LeftBottom
  • 위키설명회2005 . . . . 7 matches
         <p href = "http://blog.naver.com/20oak.do?Redirect=Log&logNo=120003237424">과학동아의 위키소개</p>
         <p href = "http://cafe.naver.com/gosok.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=135">ZDnet기사</p>
         <p href = "http://no-smok.net/nsmk/위키위키">노스모크위키의 위키 소개 페이지</p>
         <p href = "http://ko.wikipedia.org/wiki/%EC%9C%84%ED%82%A4%EC%9C%84%ED%82%A4">위키백과사전의 위키위키소개 페이지</p>
         ZeroPage의 홈페이지 http://zeropage.org에 오시면 "위키"라는
          * [http://www.hani.co.kr/section-010100001/2001/11/010100001200111260212023.html 이 기사]를 읽어보는것도 좋을듯 합니다. - [임인택]
          * 음 그리고.. 위키위키의 메인 로고이미지 http://zeropage.org/wikis/nosmok/moinmoin.gif 는 그대로 계속 쓰는건가요..? ^.^a - [임인택]
  • 졸업논문 . . . . 7 matches
         http://aesl.hanyang.ac.kr/class/thesis/thesis_method.pdf
          * http://xper.org/wiki/seminar/_b3_ed_b9_ae_c0_d0_b1_e2
          * http://lambda-the-ultimate.org/node/794
          * http://tint.egloos.com/1310733
         http://dblab.cse.cau.ac.kr/thesis/
         http://www.itpapers.com/
         http://riss4u.net/
  • 창섭/BitmapMasking . . . . 7 matches
         http://165.194.17.15/~wiz/data/zpwiki/originalbmp.bmp
         http://165.194.17.15/~wiz/data/zpwiki/bgbmp.bmp
         http://165.194.17.15/~wiz/data/zpwiki/resultbmp.bmp
         http://165.194.17.15/~wiz/data/zpwiki/andmask.bmp
         http://165.194.17.15/~wiz/data/zpwiki/orbmp.bmp
         http://165.194.17.15/~wiz/data/zpwiki/ormask.bmp
         http://165.194.17.15/~wiz/data/zpwiki/andbmp.bmp
  • .bashrc . . . . 6 matches
         alias pjet='enscript -h -G -fCourier9 -d $LPDEST' # enscript 로 예쁜 출력하기(Pretty-print)
          echo "Usage: fstr "pattern" [files] "
         function cuttail() # 파일에서 끝의 n 줄을 잘라냄. 기본값은 10
          echo "Usage: killps [-SIGNAL] pattern"
          # we could be a little smarter here and return matches against
          # takes care of getting the basename of the process)
  • 0PlayerProject . . . . 6 matches
         http://zerowiki.dnip.net/~undinekr/arm_st.rar
         [http://www.xvid.org/downloads.html]
         [http://zeropage.org/~mulli2/SSHWinClient-3.1.0-build235.exe ssh win client] 제로 페이지 리눅스 계정 접속 프로그램
         http://izyou.net/~eunviho/arm/
         참고 사이트: http://kelp.or.kr
         [http://psyche.cau.ac.kr/temp/junjihyun(xvid).avi] (size : 320 x 240, 용량 : 15.7M)
  • 2002년도ACM문제샘플풀이/문제B . . . . 6 matches
         string pattern;
          index=pattern.find_first_of(c);
          pattern = pattern.substr(0, index) + pattern.substr(index + 1);
          pattern = "abcdefgh";
  • 2010JavaScript/강소현/연습 . . . . 6 matches
          t=setTimeout("timedCount()",1000);//1초마다..
         <input type="button" value="메세지 출력" onclick="displaymessage()"><br>
         <img src="http://static.naver.com/ncc/2010/07/30/163114192381349.jpg"
         <img src="http://static.naver.com/ncc/2010/07/30/1631301773960435.jpg"
         href="http://sstatic.naver.com/ncr/Recipe/1/20100413204704092_X0KZLRZZ1.jpg">
         <input type="text" id="txt"><input type="button" value="초시계" onClick="timedCount()">
         <img src ="http://www.court-records.net/places/DS/berryoffice.png" width ="480" height ="300"
  • 5인용C++스터디/소켓프로그래밍 . . . . 6 matches
         http://www.rein.pe.kr/technote/read.cgi?board=programing&y_number=260&nnew=2
         http://www.rein.pe.kr/technote/read.cgi?board=programing&y_number=261&nnew=2
         http://www.rein.pe.kr/technote/read.cgi?board=programing&y_number=262&nnew=2
         http://www.rein.pe.kr/technote/read.cgi?board=programing&y_number=263&nnew=2
         http://165.194.17.15/pub/upload/p2pChattingProgram
  • 5인용C++스터디/시계 . . . . 6 matches
         [http://165.194.17.15/~lsk8248/wiki/Study/5%c0%ce%bf%ebC++%bd%ba%c5%cd%b5%f0/%bd%c3%b0%e8/Clock.exe 시계]
         ||조재화2||[http://165.194.17.15/pub/upload/ClockByCHO_2.zip]|| 잘했음. ||
         ||노수민||[http://165.194.17.15/pub/upload/Clock_SM.zip]|| 잘했음. ||
         ||문원명||[http://165.194.17.15/pub/upload/TimerMwm.zip]|| 잘했음. ||
         ||황재선||[http://165.194.17.15/pub/upload/Clock_JS.zip]|| 잘했음. ||
         ||나휘동||[http://165.194.17.15/pub/upload/Leonardong_Timer.zip]|| 잘했음. ||
  • AcceleratedC++/Chapter10 . . . . 6 matches
         //letter_grade.cpp
         string letter_grade(double grade)
          // names for the letter grades
          static const char* const letters[] = {
          // given a numeric grade, find and return the associated letter grade
          return letters[i];
  • Ajax . . . . 6 matches
          * The XMLHttpRequest object to exchange data asynchronously with the web server. (XML is commonly used, although any text format will work, including preformatted HTML, plain text, and JSON)
         http://www.gmail.com
         http://www.google.com/maps
         http://www.flickr.com picture comment
         http://www.oddpost.com
  • AngularJS . . . . 6 matches
          * [http://angularjs.org 링크]
          <button ng-click="todos.splice($index,1)">x</button>
          <button>Input</button>
         http://wiki.zeropage.org/wiki.php/Challengers3/140111
  • Applet포함HTML/영동 . . . . 6 matches
         * 음... HTML 컨버터로 컨버트하긴 했는데 ftp사용법을 몰라서 계정에 올리는 법을 모르겠네요. 그러한 관계로, 상욱이처럼 파일 내용만 올릴게요. ftp쓰는 법 배워서 링크시킬게요... [http://165.194.17.15/pub/util/WinSCP2.exe WinSCP 2.0 Beta]
         http://zeropage.org/~rimyd/apltest/apltest.html
          즉, 영동군의 계정에서 ~/public_html 을 만들고 test.txt 란 파일을 넣으면, 외부에서는 http://zeropage.org/~rimyd/test.txt
         <applet code=AppletTest width=200 height=100>
         http://java.sun.com/getjava/index.html
          codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_0_03-win.cab#Version=1,4,0,30">
          <PARAM NAME = CODE VALUE = AppletTest >
          CODE = AppletTest
          pluginspage="http://java.sun.com/products/plugin/index.html#download">
         <APPLET CODE = AppletTest WIDTH = 200 HEIGHT = 100>
  • Beginning_XML . . . . 6 matches
         * 엘리먼트 패턴 : Element nameClass {pattern}
         * 어트리뷰트 패턴 : Attribute nameClss {pattern}
         * 시퀀스 패턴 : pattern /[pattern, pattern....../]
  • BlueZ . . . . 6 matches
         from http://www.bluez.org/
         http://www.bluez.org/download.html
         http://people.csail.mit.edu/albert/bluez-intro/
         http://www.holtmann.org/linux/kernel/
         http://www.bluez.org/download.html
         http://tistory.izyou.net/entry/BlueZ-라이브러리를-이용한-리눅스-Bluetooth-프로그래밍
  • CC2호 . . . . 6 matches
         [http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr의 C기초강좌]는 매우 자세하며 양이 많다.
         [http://cplus.about.com/od/beginnerctutoria1/l/blctut.htm Tutorial for Beginner]
         [http://www.cs.cf.ac.uk/Dave/C/ Cardiff University CourseWare]
         [http://myhome.hanafos.com/~kukdas/index.html C가 있는 홈페이지]
         [http://www.zikimi.co.kr/new_zikimi/z002/002_01.htm?code=37 프로그래머 열린 공간 지킴이]
         [http://www.its.strath.ac.uk/courses/c/ University of Strathclyde Computer Centre]
  • CCNA/2013스터디 . . . . 6 matches
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=365128, Cisco Networking Academy Program: First-Year Companion Guide]
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=431143, Cisco Network & New CCNA] - 반납..
          * [http://www.hanb.co.kr/edu/view_detail.html?hi_id=72, CCNA(640-801) 준비를 위한 시스코 네트워킹]
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=438553, 네트워크 개론과 실습 : 케이스 스터디로 배우는 시스코 네트워킹]
          * 책 [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=4552509 Cisco CCNA/CCENT]을 새로이 보기로 함
          * 전송기(Transmitter)와 수신기(Receiver)를 하나로 합친 장비
  • CProgramming . . . . 6 matches
         [http://cplus.about.com/od/beginnerctutoria1/l/blctut.htm Tutorial for Beginner]
         [http://www.cs.cf.ac.uk/Dave/C/ Cardiff University CourseWare]
         [http://myhome.hanafos.com/~kukdas/index.html C가 있는 홈페이지]
         [http://www.zikimi.co.kr/new_zikimi/z002/002_01.htm?code=37 프로그래머 열린 공간 지킴이]
         [http://www.its.strath.ac.uk/courses/c/ University of Strathclyde Computer Centre]
         [http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr의 C기초강좌]는 매우 자세하며 양이 많다.
  • CSS . . . . 6 matches
         [CssMarket], [http://165.194.17.5/zero/index.php?keyword=CSS&mode=result&directGo=1&url=zeropage&range=%C0%FC%C3%BC CSS 검색결과]
         [NoSmok:CSS] == [http://no-smok.net/nsmk/CSS NoSmok:CSS]
         [http://user.chollian.net/~spacekan/] - CSS 2.0 첫 배우기 [Tutorial]
         [http://w3c.or.kr/]
         [http://trio.co.kr/] - CSS, HTML, XHTML 등의 W3C 규격문서들을 번역한 사이트입니다.
         [http://css.macple.com/] - CSS기반의 디자인을 위한 웹표준 사이트입니다. 현재, 사이트 개편에 대해 투표가 진행중입니다.
  • CubicSpline/1002/test_NaCurves.py . . . . 6 matches
         import unittest
         class TestGivenFunction(unittest.TestCase):
         class TestLagrange(unittest.TestCase):
          def testTwo(self):
          def testThree(self):
         class TestPiecewiseLagrange(unittest.TestCase):
         class TestSpline(unittest.TestCase):
          unittest.main(argv=('','-v'))
  • DelegationPattern . . . . 6 matches
          public int getTraffic() {
          public int getTraffic() {
         DelegationPattern을 쓸 때 중요한 점은, DelegationPattern을 사용하는 클래스의 클라이언트는 그 클래스가 Delegation을 쓰는지 안쓰는지 몰라야 한다는 것이다. 즉, 우리에게 있어 DelegationPattern이 사용된 클래스는 여느 클래스와 동일하게 인식되고 사용되어져야 한다. 게을러서 남에게 자신의 숙제를 위임하는 학생은 절대 남들에게 그 사실을 노출해선 안된다.
         ["ResponsibilityDrivenDesign"] , ["Refactoring"], ["DelegationPattern"] 을 꾸준히 지켜주면 좋은 코드가 나올 수 있다. (["DesignPattern"] 이 유도되어짐)
         See Also Seminar:DelegationPattern
  • DevelopmentinWindows . . . . 6 matches
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/Message.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/Hardware.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/SLL.jpg
          http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/DLL.jpg
          * http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/API.zip - 다운 받기
          * http://zeropage.org/~lsk8248/wiki/Seminar/DevelopmentinWindows/MFC.zip - 다운 받기
  • DirectVariableAccess . . . . 6 matches
         초기화처럼 변수에 접근하는 방법도 큰 이슈 중 하나였다. 이것에도 두가지 방법이 있는데, 역시 패턴의 존재 이유처럼, 하나는 유연성, 또 다른 하나는 가독성이다. 첫번째 방법은 모든 변수를 직접 접근하는 것이다. 다른 하나는, 항상 메세지를 보내는 것이다.(setter,getter를 사용한다.)
         와드 아저씨의 말로는, '클래스에 아주 적은 양의 메소드만 존재한다면, getter/setter를 추가하는 것만으로도 메소드의 수가 두배가 되어버린다. 이는 전혀 사용되지 않을 유연성을 위해 쓸데없이 갯수를 늘린 것이다.' 라고 한다.
         하지만 이 클래스가 상속이 될 가능성이 있다면, setter/getter를 오버라이딩 해서 사용할수 있으므로, IndirectVariableAccess를 쓰는 것이 괜찮다.
  • DoubleBuffering . . . . 6 matches
          CDC m_ShuttleDC; // 비행기 DC
          CBitmap m_ShuttleBitmap; // 비행기 비트맵
          m_ShuttleDC.CreateCompatibleDC(&dc);
          m_ShuttleDC.SelectObject(m_ShuttleBitmap);
         m_MemDC.BitBlt(x,y,width,height,&m_ShuttleDC,0,0,SRCCOPY);
  • EightQueenProblem/밥벌레 . . . . 6 matches
          Button1: TButton;
          procedure Button1Click(Sender: TObject);
         procedure TForm1.Button1Click(Sender: TObject);
          form1.Caption := inttostr(n);
         procedure TForm1.Button2Click(Sender: TObject);
  • ExploringWorld . . . . 6 matches
         기존 서버를 탐험하던 여행자가 나라에 의무로 이계로 여행을 떠나서, 이 서버 세상을 관리하며 평화를 지키는 그들이 필요하다. [[BR]]--[http://ruliweb.intizen.com/data/preview/read.htm?num=224 다크 클라우드2] 세계관 응용
         [http://zeropage.org/jsp/board/thin/rss.jsp 자유 게시판 RSS]
         [http://zeropage.org/jsp/board/thin/rss.jsp?table=multimedia 감상 게시판 RSS]
         [http://zeropage.org/jsp/board/thin/rss.jsp?table=T1002455826251 공지 게시판 RSS]
         [http://zeropage.org/jsp/board/thin/rss.jsp?table=qna 질답 게시판 RSS]
         [http://zeropage.org/jsp/board/thin/rss.jsp?table=ob1 OB 게시판 RSS]
  • HotterColder . . . . 6 matches
         [http://online-judge.uva.es/p/v100/10084.html 원문보기]
         === About [HotterColder] ===
         뜨거워 차가워라는 게임이 있는데, 게임 방법은 다음과 같다. 일단 A가 방을 비우면 B가 방 안 어딘가에 어떤 물건을 숨긴다. A는 (0,0) 위치로 방에 다시 들어와서 방 안의 다양한 위치를 돌아다닌다. A가 새로운 위치로 움직였을 때, 물건을 숨겨둔 위치와의 거리에 따라 B가 이동 결과를 말해준다. 더 가까워지면 "뜨거워(Hotter)"라고 말하고, 멀어지면 "차가워(Colder)"라고 말하고, 차이가 없으면 "똑같아(Same)"라고 말한다.
         최대 50줄까지 입력될 수 있으며, 각 줄마다 (x, y) 좌표를 나타내는 숫자 한 쌍과 "Hotter", "Colder", "Same" 중 한 가지가 입력된다. 숫자 한 쌍은 방 안에서의 위치를 나타내는데, 방은 (0,0)과 (10,10) 두 점에 의해 만들어지는 정사각형 모양이라고 가정하자.
         10.0 0.0 Hotter
         10.0 10.0 Hotter |}}
  • JSP/SearchAgency . . . . 6 matches
         // String index = "/home/httpd/index";
          out.println("Time: "+(end.getTime()-start.getTime())+"ms");
          <meta http-equiv="pragma" content="no-cache">
          <meta http-equiv="cache-control" content="no-cache">
          <meta http-equiv="expires" content="0">
          <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
          <meta http-equiv="description" content="This is my page">
  • JTDStudy/두번째과제/장길 . . . . 6 matches
         == TestButtonMain ==
         import java.awt.Button;
         public class TestButtonMain extends Applet implements ActionListener{
          private Button b1= new Button("click here!");
          public TestButtonMain(){
  • JavaStudy2004/자바따라잡기 . . . . 6 matches
          * [http://www.homepi.co.kr/java/java_4.htm]참고하세요
          * http://zeropage.org/~iruril/jdk-1_5_0_01-windows-i586-p.exe
          * http://idaizy.com/util/eclipse-SDK-3.0-win32.zip
         http://myhome.naver.com/histidine/start/start_home.htm
         http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html
         [http://www.homepi.co.kr/java/java_1.htm]설명이 잘 되있습니다.
  • MockObjects . . . . 6 matches
         UnitTest를 위한 일종의 보조객체.
         사용 예2) Datatbase 와 관련된 프로그래밍에 대해서 UnitTest를 할때, DB Connection 에 대한 MockObject를 만들어서 DB Connection을 이용하는 객체에 DB Connection 객체 대신 넣어줌으로서 해당 작업을 하게끔 할 수 있다. 그리고 해당 함수 부분이 제대로 호출되고 있는지를 알기 위해 MockObject안에 Test 코드를 넣어 줄 수도 있다.
         그리고 위와 같은 경우 UnitTest 코드의 중복을 가져올 수도 있다. 이는 상속과 오버라이딩을 이용, 해결한다.
          * [http://no-smok.net/seminar/moin.cgi/mockobect_2epy mockobject.py] - Python MockObjects framework
          * 이용방법 - [http://xper.org/wiki/seminar/MockObjects MockObjects] 를 참조.
          * http://www.mockobjects.com/endotesting.html.
          * http://www.mockobjects.com/papers/jdbc_testfirst.html - MockObjects를 이용한 JDBC 어플리케이션 TestFirstProgramming
          * http://no-smok.net/seminar/upload/PythonMock.htm
          * [http://www.pragmaticprogrammer.com/starter_kit/ut/mockobjects.pdf Using Mock Objects] (extracted from pragmatic unit testing)
         ["ExtremeProgramming"], ["UnitTest"]
  • MoniWikiPo . . . . 6 matches
         #: ../plugin/Attachment.php:41 ../plugin/Attachment.php:121
         msgid "Upload new Attachment \"%s\""
         #: ../plugin/Attachment.php:124
         msgid "Upload new Attachment \"%s\" on the \"%s\""
         #: ../plugin/ImportTable.php:76 ../plugin/processor/blog.php:78
         #: ../plugin/Comment.php:54 ../plugin/ImportTable.php:67 ../wikilib.php:747
         #: ../plugin/ImportTable.php:32
         msgid "HTTP Server Version"
         msgid "Please check your php.ini setting"
         msgid "EditText"
  • NS2 . . . . 6 matches
         [http://www.isi.edu/nsnam/ns/ 홈페이지]
         [http://sourceforge.net/project/showfiles.php?group_id=149743&package_id=169584&release_id=371284 download]
         [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]
  • NumberBaseballGame/영동 . . . . 6 matches
          int batter[3]={0,};
          batter[0]=input_1;
          batter[1]=input_2;
          batter[2]=input_3;
          if(pitcher[i]==batter[i])
          if(pitcher[i]== batter[j]){
  • OpenCamp/첫번째 . . . . 6 matches
          * [http://zeropage.org/files/attach/images/78/100/063/ea4662569412056b403e315cf06de33a.png http://zeropage.org/files/attach/images/78/100/063/ea4662569412056b403e315cf06de33a.png]
          * [https://trello-attachments.s3.amazonaws.com/504f7c6ae6f809262cf15522/5050dc29719d8029024cca6f/f04b35485152d4ac19e1392e2af55d89/forConference.html 다운로드]
  • OpenGL스터디 . . . . 6 matches
         attachment:popping1.png
         attachment:poping3.png
         attachment:texture.png
         attachment:antialiasing.png
         attachment:farprojection.png
         attachment:pipeLine2.png
  • PrimaryArithmetic/1002 . . . . 6 matches
         class PrimaryArithmeticTest(unittest.TestCase):
         class PrimaryArithmeticTest(unittest.TestCase):
          def testToList(self):
          def testToList(self):
         class PrimaryArithmeticTest(unittest.TestCase):
         일단, testToList 부터. 문제 스펙에서 '10자리 미만 수'라는 점을 그냥 이용해도 될 것 같다는 생각이 들었다.
          def testToList(self):
         import unittest
         class PrimaryArithmeticTest(unittest.TestCase):
          def testToList(self):
          unittest.main(argv=('','-v'))
  • RandomWalk2/Vector로2차원동적배열만들기 . . . . 6 matches
          * [http://www.parashift.com/c++-faq-lite/containers-and-templates.html#faq-33.1 Why Arrays are Evil]
          * [http://www.cuj.com/articles/2000/0012/0012c/0012c.htm?topic=articles A Class Template for N-Dimensional Generic Resizable Arrays]
          * Bjarne Stroustrup on Multidimensional Array [http://www.research.att.com/~bs/array34.c 1], [http://www.research.att.com/~bs/vector35.c 2]
  • RegularExpression/2011년스터디 . . . . 6 matches
         Pattern.comppile("정규표현식");
         Matcher matcher = new Matcher(Pattern, "찾을 텍스트");
         "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)
         str.match(/((http:[^\s]*)|((\s[^/.]*[.][^/.]*)))\s/g);
  • Ruby/2011년스터디/세미나 . . . . 6 matches
          * http://www.ruby-lang.org
          * [http://tryruby.org/ tryRuby]
          * [http://www.ruby-lang.org/ko/documentation/quickstart/ 루비 퀵가이드]
          * attr_reader/attr_writer
          UnitTest::
          * [http://rubyforge.org/frs/?group_id=1109 RRobots]를 이용한 RubyLanguage Robocode
  • SpiralArray/Leonardong . . . . 6 matches
         import unittest
         class SpiralArrayTest(unittest.TestCase):
          def testTurnRound(self):
         ## unittest.main()
         import unittest
         class SpiralArrayTest(unittest.TestCase):
          def testTurnRoundWithBoundary0(self):
          unittest.main()
  • TestSuiteExamples . . . . 6 matches
         여러 UnitTestFramework에서 TestSuite를 사용하는 예제들
         import unittest
         class AllTests(unittest.TestSuite):
          unittest.main(argv=('','-v'))
         import unittest
          return unittest.defaultTestLoader.loadTestsFromNames( ('ThePackage.test_file1','ThePackage.subpack.test_file2'))
          unittest.TextTestRunner(verbosity=2).run(suite())
          suite.addTestSuite(QueryObjectTest.class);
         [프로그래밍분류], TestDrivenDevelopment, UnitTest
  • ToastOS . . . . 6 matches
         The war was brief, but harsh. Rising from the south the mighty RISC OS users banded together in a show of defiance against the dominance of Toast OS. They came upon the Toast OS users who had grown fat and content in their squalid surroundings of Toast OS Town. But it was not to last long. Battling with SWIs and the mighty XScale sword, the Toast OS masses were soon quietened and on the 3rd November 2002, RISC OS was victorious. Scroll to the bottom for further information.
         http://pds.egloos.com/pds/1/200504/19/61/a0002861_9185697.jpg
         == And now... introducing the better alternative... RISC OS ==
         RISC OS OWNS YOU ALL! http://www.hashriscos.org LET THE RISC OS VERSUS TOAST OS WAR COMMENCE!
         Get the butter.. this could get messy
  • UML/CaseTool . . . . 6 matches
         ''[[Code generation]]'' in this context means, that the user creates UML diagrams, which have some connoted model data, from which the UML tool derives (through a conversion process) parts or all of the [[source code]] for the software system that is to be developed. Often, the user can provide some skeleton of the program source code, in the form of a source code [[template]] where predefined tokens are then replaced with program source code parts, emitted by the UML tool during the code generation process.
         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/]).
         Reverse engineering encloses the problematic, that diagram data is normally not contained with the program source, such that the UML tool, at least in the initial step, has to create some ''random layout'' of the graphical symbols of the UML notation or use some automatic ''layout algorithm'' to place the symbols in a way that the user can understand the diagram. For example, the symbols should be placed at such locations on the drawing pane that they don't overlap. Usually, the user of such a functionality of an UML tool has to manually edit those automatically generated diagrams to attain some meaningfulness. It also often doesn't make sense to draw diagrams of the whole program source, as that represents just too much detail to be of interest at the level of the UML diagrams. There are also language features of some [[programming language]]s, like ''class-'' or ''function templates'' of the programming language [[C plus plus|C++]], which are notoriously hard to convert automatically to UML diagrams in their full complexity.
         There are UML tools that use the attribute ''round trip'' (sometimes also denoted as ''round trip engineering'') to connote their ability to keep the ''source code'', the ''model data'' and the corresponding ''UML diagrams'' ''in sync''.
         - [http://en.wikipedia.org/wiki/List_of_UML_tools]
  • UsenetMacro . . . . 6 matches
         function macro_Usenet($formatter, $value)
          if ($group == 'http') {
          $url = 'http://groups-beta.google.com/group/'.$group;
          $out = "GET {$purl['path']} HTTP/1.0\nHost: {$purl['host']}\n\n";
         [[Usenet(http://groups-beta.google.com/group/comp.unix.programmer/browse_thread/thread/d302919d5af2b802)]]
         [[Usenet(http://groups-beta.google.com/group/comp.unix.programmer/browse_thread/thread/d302919d5af2b802)]]
         [http://nohmad.sub-port.net/wiki/CodingLog/2003-09]
  • VimSettingForPython . . . . 6 matches
         Python Programming 을 위한 VIM Setting.
         http://bioinfo.sarang.net/wiki/VimRc 추천.
         === 1002's Setting ===
         set et ts=4 sw=4 softtabstop=4 smarttab expandtab
         let g:EnhCommentifyPretty = "yes"
  • WorldCupNoise/권순의 . . . . 6 matches
          int getPatternNum = 0;
          cin >> getPatternNum;
          scenario[i] = getPatternNum;
          int getPatternNum = 0;
          cin >> getPatternNum;
          scenario[i] = getPatternNum;
  • WritingOS . . . . 6 matches
         http://www.aladdin.co.kr/shop/wproduct.aspx?isbn=8989975603
         http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200503170002
         http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200405280003
         http://www.cs.washington.edu/homes/tom/nachos/
         http://ucos-ii.com/
         http://ucos-ii.com/contents/products/ucos-ii/ports.html
  • ZeroPage . . . . 6 matches
          * 1회 Hello World - Std.IO 행사 공동 주최 [https://sites.google.com/site/2014stdiohelloworld/home Std.IO]
          * ZeroPage 가이드북 발간 - '''코드의 바다를 여행하는 ZeroPager를 위한 안내서''' [https://drive.google.com/file/d/0B5V4LW7YTwbjeDdDZk9ITmhvWmM/edit?usp=sharing 가이드북]
          * team 'AttackOnKoala' HM : [강성현], [정진경], [정의정]
          * team 'AttackOnKoala' 32등 : [강성현], [정진경], [정의정]
          * 2012 HTML5 앱 공모전 '''동상'''(상금 150만원)[http://www.koreahtml5.kr 링크]
          * 2002 1회 [http://www.natepda.com/popup/winner.htm SK 모바일 프로그램 경진대회 대상 수상] ([\"erunc0\"])
  • eXtensibleMarkupLanguage . . . . 6 matches
          * [http://javawork.egloos.com/2040057 C++을 위한 XML파서 생성]
          * [http://xml.80port.net/bbs/view.php?id=xml&page=2&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=26 VC++에서 msxml 사용]
          * [http://www.microsoft.com/downloads/details.aspx?FamilyID=993c0bcf-3bcf-4009-be21-27e85e1857b1&DisplayLang=en MSXML SDK DOWNLOADS]
          * [http://www.joon.pe.kr/blog/250 php로 xml 생성 클래스(예제포함)]
          * [http://php.mirror.camelnetwork.com/manual/kr/ref.xml.php php manual XML]
          * 최근의 많은 Syndication 포맷이 XML에 기반을 두고 있다. (RSS, ATOM, OPML, Attention, Userlist etc) - [eternalbleu]
  • neocoin/Log . . . . 6 matches
          || [http://orchid.cse.cau.ac.kr/course/course.php 데이터 통신(DC)] || [http://konan.cse.cau.ac.kr/ 이동 컴퓨팅(MC)] || [http://camellia.cse.cau.ac.kr/fs/ 파일 구조(FS)] || 식품과 건강 ||
          || [http://www.ocu.or.kr/ Unix 프로그래밍(U)]|| [http://cvlab.cau.ac.kr/ Object Programming(OP)]|| [http://cvlab.cau.ac.kr/ 정보 표준화(IS)] ||.||
  • 고슴도치의 사진 마을 . . . . 6 matches
         [http://hedgehog.byus.net/zboard/data/gallery3/d70_3.jpg]
         ▶Homepage : http://hedgehog.byus.net
         || [http://hedgehog.byus.net HomePage] ||
         || [http://165.194.17.5/wiki/index.php?url=zeropage&no=3818&title=알고리즘&login=processing&id=celfin&redirect=yes algorithms] ||
         || [http://165.194.17.5/wiki/index.php?url=zeropage&no=3817&title=경시대회준비반&login=processing&id=celfin&redirect=yes preparing the ACM] ||
         [http://zerowiki.dnip.net/pds 위키 자료실]
  • 고슴도치의 사진 마을처음화면 . . . . 6 matches
         [http://hedgehog.byus.net/with.jpg]
         ▶Homepage : http://hedgehog.byus.net
         || [http://hedgehog.byus.net HomePage] ||
         || [http://165.194.17.5/wiki/index.php?url=zeropage&no=3818&title=알고리즘&login=processing&id=celfin&redirect=yes algorithms] ||
         || [http://165.194.17.5/wiki/index.php?url=zeropage&no=3817&title=경시대회준비반&login=processing&id=celfin&redirect=yes preparing the ACM] ||
         [http://www.cs.cmu.edu/afs/cs.cmu.edu/user/avrim/www/Randalgs97/home.html Randomized Algoritms]
  • 김수경 . . . . 6 matches
          * [http://nforge.zeropage.org/projects/aureolin Project Aureolin]
          * OMS - [https://docs.google.com/present/view?id=0AdizJ9JvxbR6ZGNrY25oMmpfNDZnNzk0eHhkNA&hl=ko 건강 상식]
          * [DesignPatterns/2011년스터디]
          * [http://zeropage.org/?mid=fresh&category=&search_target=title&search_keyword=2pm 2pm반]
          * [http://nforge.zeropage.org/projects/zedroid Project Zedroid]
          * [http://zeropage.org/?mid=fresh&category=&search_target=title&search_keyword=%5B%EA%BD%83%EB%8B%98%EB%B0%98%5D 꽃님반]
  • 데블스캠프2010/다섯째날/ObjectCraft/미션2/서민관 . . . . 6 matches
         void attack(zergling* z1, zergling* z2)
          attack(z1, z2);
          attack(z2, z1);
          attack(z1, z2);
          attack(z2, z1);
         void attack(zergling* z1, zergling* z2);
  • 데블스캠프2011/넷째날/Git . . . . 6 matches
          * [http://keedi.pe.kr/presentations/just_do_git/ 발표 자료]
          * [http://code.google.com/p/msysgit/downloads/list msysgit download page] - download {{{Git-1.7.4-preview20110204.exe}}}
          * [http://code.google.com/p/tortoisegit/downloads/list tortoise git download page] - download {{{Tortoisegit-1.6.5.0-32bit.msi}}}, 32bit
          * setup git and github - http://help.github.com/win-set-up-git/
          * github repository address - https://github.com/beonit/devils2011GitSeminar
          * git cheat sheet - http://ktown.kde.org/~zrusin/git/git-cheat-sheet-medium.png
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/정의정,김태진 . . . . 6 matches
          public void emergencyButton() {
          public void emergencyCallButton() {
          public void openButton() {
          elevator.emergencyButton(); // 작동정지. shut down
          elevator.emergencyCallButton(); //방호실연결
          elevator.openButton(); //진행안하고 기다린다??
  • 리눅스연습 . . . . 6 matches
         [http://openlook.org/distfiles/PuTTY/putty.exe putty]
         [http://kr.hancom.com/contents/contentsView.php?zone=os&from=3&mode=0&page=0&info=os_4_1&zone=os&cata=os_4&key=&value=&num=149 Make란?]
         [http://www.vim.org/scripts]
         [http://www.smilezone.info/ 리눅스 및 VMware]
  • 몸짱프로젝트/BinarySearchTree . . . . 6 matches
         import unittest
         class BinartSearchTreeTestCase(unittest.TestCase):
          unittest.main()
         import unittest
         class BinartSearchTreeTestCase(unittest.TestCase):
          unittest.main()
  • 병역문제어떻게해결할것인가 . . . . 6 matches
          * 자세한 사항은 [https://inclue.kr/3 복무 정보], [https://inclue.kr/4 구직 정보]를 참조하면 됩니다.
          * 가장 좋은 깃헙 저장소로 [https://github.com/sesang06/awesome-alternative-military-service Awesome Alternative Military Service]를 추천합니다. 해당 저장소를 만든 사람은 현역 대학생으로 재배정 TO를 받으신 분입니다.
          * [http://www.mma.go.kr 병무청]
          * ~~[http://www.caucse.net/phpwiki/index.php?%C4%C4%B0%F8%C0%CE%B1%BA%B4%EB%B0%A1%B1%E2 컴공인군대가기(동문서버 위키)]~~
          * ~~[http://165.194.17.15/~wiz/data/document/021112_지정업체선정및인원배정.hwp 2003년 병특 인원등등 문서]~~
  • 새싹교실/2012/새싹교실강사교육/2주차 . . . . 6 matches
         4. 모르는 API 문법 직접 찾아보게 하기 http://winapi.co.kr -> 관련 2 코딩 Q&A
         http://wiki.zeropage.org/wiki.php/새싹교실/2011/무전취식/레벨4
         3.1 윤년 판단하기 http://koistudy.net/?mid=prob_page&NO=152 난이도 하
         3.2 세 정수 정렬하기 http://koistudy.net/?mid=prob_page&NO=111 난이도 최하
         3.3 기숙사와 파닭 http://koistudy.net/?mid=prob_page&NO=145 난이도 중상
         3.4 위성 사진 http://koistudy.net/?mid=prob_page&NO=213 난이도 중
  • 새싹교실/2013/라이히스아우토반/1회차 . . . . 6 matches
          * [http://soenlab.com SoEnLab:소프트웨어 공학 연구소(구 Winapi.co.kr)]를 소개.
          * [http://soenlab.com SoEnLab:소프트웨어 공학 연구소(구 Winapi.co.kr)]를 소개.
         [http://cfile25.uf.tistory.com/image/241A0D4C514978FE374603 http://cfile25.uf.tistory.com/image/241A0D4C514978FE374603]
         [http://rino0601.tistory.com/entry/tottkrrytlf1c23d750a0786b0896d 사진올리는 법을 못찾아서 블로그로]
  • 세벌식 . . . . 6 matches
         [http://paero3.myzip.co.kr/img/sebeol_typing_direction.gif]
         이때문에 두벌식 키보드를 사용할때 도깨비불 현상이 발생한다. 간단하게 설명하자면 두벌식 키보드로 한글을 치다가 전혀 의도하지 않았던 글자가 나타났다가 사라지는 현상이다. [http://no-smok.net/nsmk/%EB%8F%84%EA%B9%A8%EB%B9%84%EB%B6%88%ED%98%84%EC%83%81 여기]를 보면 더 자세히 알 수 있다.
         세벌식 자판배열의 장점은 한글의 구조와 맞는다는 점외에 여러가지가 있다. [http://no-smok.net/nsmk/%EC%84%B8%EB%B2%8C%EC%8B%9D 이곳]을 참조.
          * [http://moonhwawon.org/ 한글문화원]
          * [http://sebul.org 세벌식사랑모임]
          * 윈도우즈, 리눅스, MacOS 등에서 모두 세벌식을 쉽게 쓸 수 있다. [http://paero3.myzip.co.kr/use_sebeol_keyboard/index.html 이곳]에 각 OS에서 세벌식 배열을 사용할 수 있는 방법이 설명되어있다.
  • 정규표현식/소프트웨어 . . . . 6 matches
          http://hackingon.net/image.axd?picture=WindowsLiveWriter/AdhocStringManipulationWithVisualStudio/7EA25C99/image.png
          http://www.hcilab.org/resources/ides_and_tools/regexbuilder.jpg
          [[html(<img src="http://cfs12.tistory.com/image/22/tistory/2009/06/02/10/10/4a247c0b31a86" alt=""/>)]]
          http://www.ibm.com/developerworks/aix/library/au-regexp/image03.jpg
          http://www.emacsblog.org/wp-content/uploads/2007/03/re-builder.png
          http://bc.tech.coop/blog/images/regex-tool.jpg
  • 정모/2011.3.7 . . . . 6 matches
          * [DesignPatterns/2011년스터디]
          * [박성현]의 프리젠테이션 : [http://zeropage.org/50733 내 맘대로 말아먹는 영화이야기]
          * [http://www.pnakorea.org/ 대안언어축제] 공유
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
          * Redmine이 Ruby로 만들어져있다는건 첨 들었네요. 오오 새로운 지식~ 그런데 'Ruby 曰: "GUI 대세 나임 ㅋ"' 라고 쓰신 이유가 궁금해서 찾아보니 이런 동영상이 있네요. [http://www.youtube.com/watch?v=PoZ9bPQ13Dk Ruby GUI programming with Shoes]. 코드 보니까 직관적이고 좋네요 ㅋㅋㅋㅋ - [박성현]
  • 창섭 . . . . 6 matches
         || [http://165.194.17.5/zero/?url=wizneo 개인위키] |||||||| wizneo1 @ 쥐mail.com ||
         [http://www.htdp.org/2002-05-09/Book/curriculum-Z-H-5.html#%_chap_2][[BR]]
         [http://165.194.17.15/pds/200232993449/SSHWinClient-3.1.0-build235.exe ssh 접속프로그램][[BR]]
         [http://my.dreamwiz.com/bicter/index.htm PC 상식과 팁]
         [http://www.realvnc.com/cgi-bin/3.3.6-vncform.cgi -.-]
         [http://user.chollian.net/~bioman/ilban/ilban.htm 일반상식]
  • 파이썬으로익스플로어제어 . . . . 6 matches
          * [http://prdownloads.sourceforge.net/pywin32/pywin32-204.win32-py2.4.exe?download Python 2.4 버전]
          * [http://prdownloads.sourceforge.net/pywin32/pywin32-204.win32-py2.3.exe?download Python 2.3 버전]
         ie.Navigate("http://zeropage.org")
         ie.Navigate("http://zeropage.org/wiki/RecentChange")
         //동문서버의 경우 http://www.caucse.net/page/home.php 로 해야함.
          자세한 내용은 http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/reference/objects/internetexplorer.asp 에의 컴포넌트들을 참조하세요. 주로 알아야 할 객체는 WebBrowser, Document 객체입니다. (login 예제는 나중에~) --[1002]
  • 1st Seminar . . . . 5 matches
         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
  • 5인용C++스터디/더블버퍼링 . . . . 5 matches
          hBit=CreateCompatibleBitmap(hdc,crt.right,crt.bottom);
         SetTextColor(hMemDC,RGB(192,192,192));
         SetTextColor(hMemDC,RGB(32,32,32));
         case WM_LBUTTONDOWN:
          SetTimer(hWnd,1,70,NULL);
          BitBlt(hdc,0,0,crt.right,crt.bottom,hMemDC,0,0,SRCCOPY);
         ||[[HTML(<img src = http://www.winapi.co.kr/win32lec/lecnew/21-5-3.files/image002.jpg>)]]||
         ||[[HTML(<img src = http://www.winapi.co.kr/win32lec/lecnew/21-5-3.files/image004.jpg>)]]||
         ||[[HTML(<img src = http://www.winapi.co.kr/win32lec/lecnew/21-5-3.files/image006.jpg>)]]||
          SetTimer(1, 1000, NULL);
  • 5인용C++스터디/떨림없이움직이는공 . . . . 5 matches
         [http://165.194.17.15/~lsk8248/wiki/Study/5%c0%ce%bf%ebC++%bd%ba%c5%cd%b5%f0/%b6%b3%b8%b2%be%f8%b4%c2%bf%f2%c1%f7%c0%cc%b4%c2%b0%f8/Ball.exe 떨림없이움직이는공]
         ||노수민|| [http://zeropage.org/pub/upload/MovingBall_SM.zip] || 떨림이 남아있음. ||
         ||조재화|| [http://zeropage.org/pub/upload/MoveCircle_CHO2.zip] || 잘했음. ||
         ||문원명|| [http://zeropage.org/pub/upload/BounceDouMwm.zip] || 잘했음. ||
         ||나휘동|| [http://zeropage.org/pub/upload/Leonardong_NonVibratingBall.zip] || 공이 올바르게 움직이지 않음. ||
  • 5인용C++스터디/움직이는공 . . . . 5 matches
         [http://165.194.17.15/~lsk8248/wiki/Study/5%c0%ce%bf%ebC++%bd%ba%c5%cd%b5%f0/%bf%f2%c1%f7%c0%cc%b4%c2%b0%f8/Ball.exe 움직이는공]
         ||노수민|| [http://zeropage.org/pub/upload/MovingBall_SM.zip] || 잘했음. ||
         ||조재화|| [http://zeropage.org/pub/upload/MoveCircle_CHO.zip] || 잘했음. ||
         ||문원명|| [http://zeropage.org/pub/upload/BounceMwm.zip] || 잘했음. ||
         ||나휘동|| [http://zeropage.org/pub/upload/Leonardong_VibratingBall.zip] || 공이 올바르게 움직이지 않음. ||
  • AI오목컨테스트2005 . . . . 5 matches
          * [http://zeropage.org/trac/namsangboy/browser/Omok 오목소스_상협]
          * [http://zerowiki.dnip.net/~undinekr/OmokBase.zip] - 현태의 AI + 네트워크 가능한 오목 프레임 워크
          * http://zeropage.org/trac/namsangboy/browser/Omok - 상협의 Python으로 만든 오목 AI (기초적인 것만 함)
          * [http://zerowiki.dnip.net/~undinekr/OmokBase.zip]
          * [http://zerowiki.dnip.net/~undinekr/OmokBase.zip] - 위에 링크 걸어 놨었는데~
  • AcceleratedC++/Chapter2 . . . . 5 matches
          // invariant: we have written r rows so far
          // invariant: we have written c
         // invariant : we have written r rows so far
         // setting r to 0 makes the invariant true
          예전에 http://www.pragmaticprogrammer.com/ppllc/papers/1998_05.html 에서 invariants라는 말이 나왔었는데 같은 개념으로 생각하면 될려나 ㅡ,.ㅡ; --[Benghun]
  • AcceleratedC++/Chapter5 . . . . 5 matches
          == 5.4 Ranking our data structure for better performance ==
         for(vector<string>::const_iterator i = bottom.begin(); i != bottom.end(); ++i)
         ret.insert(ret.end(), bottom.begin(), bottom.end());
  • Adapter . . . . 5 matches
         http://zeropage.org/~reset/zb/data/dpsc_105.JPG
         Smalltalk에서 ''Design Patterns''의 Adapter 패턴 class버전을 적용 시키지 못한다. class 버전은 다중 상속으로 그 기능을 구현하기 때문이다. [[BR]]
         자 그럼 Adapter를 적용시키는 시나리오를 시작해 본다. ''Design Patterns''(DP139)에서 DrawingEditor는 그래픽 객체들과 Shape의 상속도상의 클래스 인스턴스들을 모아 관리하였다. DrawingEditor는 이런 그래픽 객체들과의 소통을 위하여 Shape 프로토콜을 만들어 이 규칙에 맞는 메세지를 이용한다. 하지만 text인자의 경우 우리는 이미 존재하고 있는 TextView상에서 이미 구현된 기능을 사용한다. 우리는 DrawEditior가 TextView와 일반적으로 쓰이는 Shape와 같이 상호작용 하기를 원한다. 그렇지만 TextView는 Shape의 프로토콜을 따르지 않는 다는 점이 문제이다. 그래서 우리는 TextShap의 Adapter class를 Shape의 자식(subclass)로 정의 한다. TextShape는 인스턴스로 TextView의 참조(reference)를 가지고 있으며, Shape프로토콜상에서의 메세지를 사용한다.; 이들 각각의 메세지는 간단히 다른 메세지로 캡슐화된 TextView에게 전달되어 질수 있다. 우리는 그때 TextShape를 DrawingEditor와 TextView사이에 붙인다.
         상호 작용(사용자가 직접 이용하는의미)하는 어플리케이션을 위한 Model-View-Controller(MVC) 패러다임에서 View 객체들(화면상에 표현을 담당하는 widget들) 은 밑바탕에 깔려있는 어플리케이션 모델과 연결되어진다. 그래서 모델안에서의 변화는 유저 인터페이스에 반영하고 인터페이스 상에서 사용자들에 의한 변화는 밑에 위치한 되어지는 모델 데이터(moel data)에 변화를 유도한다.View객제들이 제공되어 있는 상태라서 어떠한 상호 작용하는 어플리케이션 상에서라도 그들은 ㅡ걸 사용할수 있다. 그러므로 그들은 그들의 모델과의 통신을 위해 일반적인 프로코콜을 사용한다;특별한 상황에서 모델로 보내어지는 getter message는 값이고 일반적인 setter message역시 값이다.:예를 들자면 다음 예제는 VisualWorks TextEditorView가 그것의 contects를 얻는 방법이다.
  • Ant/JUnitAndFtp . . . . 5 matches
         <project name="servletspike" basedir="." default="reporttoftp">
          <target name="unittest" depends="compile">
          <formatter type="xml"/>
          <target name="reporttoftp" depends="unittest">
  • Bioinformatics . . . . 5 matches
          * 교재 : “Bioinformatics: A practical guide to the analysis of genes and proteins”, Second Edition edited by Baxevanis & Ouellette
         Established in 1988 as a national resource for molecular biology information, NCBI creates public databases, conducts research in computational biology, develops software tools for analyzing genome data, and disseminates biomedical information - all for the better understanding of molecular processes affecting human health and disease.
         http://165.194.27.148/BiologyBasic/DNA/fig1.jpg
         이 그림은 DNA의 모식도이다. http://165.194.27.148/BiologyBasic/DNA/fig4.jpg
         제대로 된 안내를 받으려면, 원세연 박사님의 사이트를 추천합니다. http://www.bioinformatics.pe.kr/ -- 김창준
  • BookShelf . . . . 5 matches
          1. SmalltalkBestPracticePatterns(제본)
          [http://no-smok.net/nsmk/ComputerCurriculum 내가 읽어야 할 책]
          [http://dbmain.snu.ac.kr/maro/books.html 책]
          [http://ebook.alib.cau.ac.kr 중앙대 전자책 도서관]
         [http://jania.pe.kr/wiki/jwiki/moin.cgi/BookShelf 강규영님 BookShelf]
  • BuildingWikiParserUsingPlex . . . . 5 matches
          formatText = "<A HREF=%(url)s>%(imageTag)s</A><A HREF=%(url)s%(pageName)s>%(pageName)s</A>"
          formatText="<A HREF=%(url)s>%(imageTag)s</A><A HREF=%(url)s>%(pageName)s</A>"
          return formatText % {'url':url, 'pageName':pageName, 'imageTag':imageTag}
          urlHeader = Str("http://")
          htmllefttag = Str("<")
          htmlrighttag = Str(">")
          (htmllefttag, "<"),
          (htmlrighttag, ">"),
  • ClassifyByAnagram/sun . . . . 5 matches
          * 테스트환경: P3 1G, 512MB, j2sdk1.4.0, 입력데이터-[http://zeropage.org/pds/2002104113433/word.lst 172823건]
          * genKey() 메소드의 성능 개선. qsort2([http://www.cs.bell-labs.com/cm/cs/pearls/sortanim.html ProgrammingPerals 참고]) 이용.
          * 테스트환경: P3 1G, 512MB, j2sdk1.4.0, 입력데이터-[http://zeropage.org/pds/2002104113433/word.lst 172823건]
          * 테스트환경: P3 1G, 512MB, j2sdk1.4.0, 입력데이터-[http://zeropage.org/pds/2002104113433/word.lst 172823건]
          * 테스트환경: P4 1.8, 512MB, j2sdk1.4.1-b21, 입력데이터-[http://zeropage.org/pds/2002104113433/word.lst 172823건]
          elapsed = System.currentTimeMillis();
          elapsed = System.currentTimeMillis() - elapsed;
          putTable( readLine.trim() );
          private void putTable( String str )
          long start = System.currentTimeMillis();
          long end = System.currentTimeMillis();
          long printEnd = System.currentTimeMillis();
          putTable( readLine.trim() );
          private void putTable( String str )
          long start = System.currentTimeMillis();
          long end = System.currentTimeMillis();
          long printEnd = System.currentTimeMillis();
          putTable( readLine.trim() );
          private void putTable( String str )
          long start = System.currentTimeMillis();
  • CssMarket . . . . 5 matches
         외부에서 사용하시기 위해서는 앞에 http://zeropage.org/pub/upload/hirenn.css 같이 해주세요.
         || /~gochi/cgi-bin/moin/css/wiki.css || [http://zeropage.org/~gochi/cgi-bin/moin/css/wiki.css wiki.css] || 꽃단장~ ||
         || /~dduk/css/red_fix.css || [http://zeropage.org/~dduk/css/red_fix.css red_fix.css] || 저 위에 있는 red.css를 약간 수정 ||
         || /~dduk/css/red_fix_mozilla.css || [http://zeropage.org/~dduk/css/red_fix.css red_fix_mozilla.css] || red_fix의 [Mozilla]버전 ||
         ||/pub/upload/l2.css || [http://zeropage.org/~iruril/l2.css] || 상큼한 이효리 바탕의 스킨~ ||
  • CubicSpline/1002/TriDiagonal.py . . . . 5 matches
         def prettyPrintMatrix(aMatrix):
          prettyPrintMatrix(l)
          prettyPrintMatrix(matrixY)
          prettyPrintMatrix(u)
          prettyPrintMatrix(matrixX)
  • DirectDraw/DDUtil . . . . 5 matches
         CreatePaletteFromBitmap( LPDIRECTDRAWPALETTE *ppPalette, const TCHAR *strBMP)
         SetPalette( LPDIRECTDRAWPALETTE pPalette)
         ShowBitmap(HBITMAP hbm, LPDIRECTDRAWPALETTE pPalette)
  • DoItAgainToLearn . . . . 5 matches
         "We do it again -- to do it, to do it well, and to do it better." --JuNe (play on Whitehead's quote)
         제가 개인적으로 존경하는 전산학자 Robert W. Floyd는 1978년도 튜링상 강연 ''[http://portal.acm.org/ft_gateway.cfm?id=359140&type=pdf&coll=GUIDE&dl=GUIDE&CFID=35891778&CFTOKEN=41807314 The Paradigms of Programming]''(일독을 초강력 추천)에서 다음과 같은 말을 합니다. --김창준
         In my own experience of designing difficult algorithms, I find a certain technique most helpfult in expanding my own capabilities. After solving a challenging problem, I solve it again from scratch, retracing only the ''insight'' of the earlier solution. I repeat this until the solution is as clear and direct as I can hope for. Then I look for a general rule for attacking similar problems, that ''would'' have led me to approach the given problem in the most efficient way the first time. Often, such a rule is of permanent value. ...... The rules of Fortran can be learned within a few hours; the associated paradigms take much longer, both to learn and to unlearn. --Robert W. Floyd
         Even fairly good students, when they have obtained the solution of the problem and written down neatly the argument, shut their books and look for something else. Doing so, they miss an important and instructive phase of the work. ... A good teacher should understand and impress on his students the view that no problem whatever is completely exhausted. --George Polya
         Seminar:SoftwareDevelopmentMagazine 에서 OOP의 대가 Uncle Bob은 PP와 TDD, 리팩토링에 대한 기사를 연재하고 있다. [http://www.sdmagazine.com/documents/s=7578/sdm0210j/0210j.htm A Test of Patience]라는 기사에서는 몇 시간, 혹은 몇 일 걸려 작성한 코드를 즐겁게 던져버리고 새로 작성할 수도 있다는 DoItAgainToLearn(혹은 {{{~cpp DoItAgainToImprove}}})의 가르침을 전한다.
  • DoWeHaveToStudyDesignPatterns . . . . 5 matches
         우리(컴퓨터공학과 학부생)가 DesignPatterns를 공부해야만 하거나 혹은 할 필요가 있을까?
         제 개인적인 의견으로는, 다른 것들과 마찬가지로 뭐든지 공부한다고 해서 크게 해가 되지는 않겠지만(해가 되는 경우도 있습니다 -- 다익스트라가 BASIC을 배워 본 적이 있는 학생은 아예 받지 않았다는 것이 한 예가 될까요?) 공부해야 할 필요가 있겠는가라는 질문에는 선뜻 "그렇다"고 답하기가 쉽지 않습니다. 여기에는 몇가지 이유가 있습니다. (제 글을 "DesignPatterns를 공부하지 마라"는 말로 오해하지는 말아 주기 바랍니다)
         우선 효율성과 순서의 문제입니다. DesignPatterns는 이미 해당 DesignPatterns를 자신의 컨텍스트에서 나름대로 경험했지만 아직 인식하고 있지는 않는 사람들이 공부하기에 좋습니다. 그렇지 않은 사람이 공부하는 경우, 투여해야할 시간은 시간대로 들고 그에 비해 얻는 것은 별로 없습니다. 어찌 보면 아이러니칼하지만, 어떤 디자인 패턴을 보고 단박에 이해가 되고 "그래 바로 이거야!"라는 생각이 든다면 그 사람은 해당 디자인 패턴을 공부하면 많은 것을 얻을 겁니다. 하지만, 잘 이해도 안되고 필요성도 못 느낀다면 지금은 때가 아니라고 생각하고 책을 덮는 게 낫습니다. 일단은 다양한 프로그램들을 "처음부터 끝까지" 개발해 보는 것이 중요하지 않나 생각합니다. (see also [WhatToProgram])
         다음은 우선성의 문제입니다. 과연 DesignPatterns라는 것이 학부시절에 몇 달을 투자(실제로 제대로 공부하려면 한 달로는 어림도 없습니다)할만 한 가치가 있냐 이거죠. 기회비용을 생각해 봅시다. 좀 더 근본적인 것(FocusOnFundamentals)을 공부하는 것은 어떨까요?
  • EdsgerDijkstra . . . . 5 matches
          * http://www.cs.utexas.edu/users/EWD/
          * http://www.cs.utexas.edu/users/EWD/indexEWDnums.html - Dijkstra 의 컬럼들을 읽을 수 있는 곳.
          * [http://www.cs.utexas.edu/users/EWD/ewd02xx/EWD227.PDF StepwiseProgramConstruction] - Structured Programming
          * [http://www.cs.utexas.edu/users/EWD/ewd03xx/EWD340.PDF TheHumbleProgrammer]
         [http://www.cs.utexas.edu/users/UTCS/notices/dijkstra/ewdobit.html 2002년 8월 6일 타계]. 위대하다고 불리는 인물들이 동시대에 같이 살아있었다는 것, 그리고 그 사람이 내가 살아있는 동안에 다른 세상으로 떠났다는 사실이란. 참 묘한 느낌이다. --["1002"]
  • EnglishSpeaking/TheSimpsons/S01E02 . . . . 5 matches
         Homer : Hmm. How could anyone make a word out of these lousy letters?
         Homer : Get outta here.
          plus 50 points for using all my letters.
          Game's over. I'm outta here.
         Homer : Wait a minute, you little cheater.
  • Hacking/20041028두번째모임 . . . . 5 matches
          http://www.vmware.com/download/
          http://www.debian.org/devel/debian-installer
          [http://khdp.org/docs/trans_doc/phrack-51-11.txt Phrack 51호 The art of scanning 번역]
          http://www.hackerslab.org/korg/index.fhz?menu=fhz
          * [http://www.google.co.kr 구글]과 위키 검색을 생활화합시다
  • Hacking2004 . . . . 5 matches
          * [http://packetstormsecurity.org 패킷스톰]
          * [http://securityfocus.com 시큐리티포커스]
          * [http://certcc.or.kr CertCC-KR]
          * [http://phrack.org/ phrack]
          * [http://khdp.org KHDP]
  • HeadFirstDesignPatterns . . . . 5 matches
         HeadFirst DesignPatterns
         Official Support Site : http://www.wickedlysmart.com
         - [http://www.zeropage.org/pds/2005101782425/headfirst_designpatterns.rar 다운받기]
         {{{Erich Gamma, IBM Distinguished Engineer, and coauthor of "Design Patterns: Elements of Reusable Object-Oriented Software" }}}
  • HelpOnInstallation . . . . 5 matches
         `rcs`가 설치되었는지 확인한다. {{{/usr/bin/rlog /usr/bin/ci /usr/bin/co}}}등등의 실행파일이 있어야 한다. {{{/usr/bin/merge}}}도 필요하다. PHP gettext 모듈이 필요하다. See also MoniWikiRcs
         http://kldp.net/frs/?group_id=210
         http://moniwiki.kldp.org/imgs/moniwiki-logo.png
          * 그밖의 질문은 http://kldp.net/projects/moniwiki/forum (모니위키 프로젝트 홈페이지의 게시판)
          * 윈도우판 설치법 : http://parkpd.egloos.com/3285386 -- [rigmania] [[DateTime(2010-05-19T14:03:49)]]
  • Hessian . . . . 5 matches
         http://caucho.com/hessian/
         이를 컴파일 하기 위해서는 hessian-2.1.3.jar 화일과 jsdk23.jar, resin.jar 화일이 classpath 에 맞춰줘야 한다. (이는 resin 의 lib 폴더에 있다. hessian jar 화일은 [http://caucho.com/hessian/download/hessian-2.1.3.jar hessian] 를 다운받는다)
         Python 모듈은 http://caucho.com/hessian/download/hessianlib.py 를 다운받는다.
         >>> proxy = hessianlib.Hessian("http://localhost:8080/servlet/RpcTest")
          String url = "http://localhost:8080/servlet/RpcTest";
  • InterIconMap . . . . 5 matches
         Hello http://chemie.skku.ac.kr/wiki/imgs/moni2/bookmark.png 16x16
         WkPark http://technoserv.no-ip.org:8080/jabber/wkpark@gmail.com 48x25
         http://chemie.skku.ac.kr/wiki/pds/InterIconMap/wkpgmail.png 140x21
         Self http://chemie.skku.ac.kr/wiki/imgs/moni2/bookmark.png 16x16
         TwinPages http://chemie.skku.ac.kr/wiki/imgs/moni2/inter.png 16x16
  • JTDStudy . . . . 5 matches
          * This page's group study Java , TDD and Design patterns
          * [https://eclipse-tutorial.dev.java.net/eclipse-tutorial/korean/] : 이클립스 한글 튜토리얼
          * [http://java.sun.com/docs/books/tutorial/] : Java 공부를 위한 튜토리얼
          * [http://java.sun.com/javase/downloads/index.jsp]
          * [http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.2-200606291905/eclipse-SDK-3.2-win32.zip]
  • Java/DynamicProxy . . . . 5 matches
         Java [Java/DynamicProxy] 라이브러리와 DecoratorPattern 을 이용하여 AOP 적인 구현이 가능. Java 1.3 이후부터 지원.
          * 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]
  • JavaScript/2011년스터디/3월이전 . . . . 5 matches
          * [http://www.yes24.com/24/goods/2943930?scode=032&OzSrank=1 자바스크립트 완벽 가이드]의 목차를 참고하여 진행한다.
          * [jQuery], [http://sizzlejs.com/ Sizzle], [https://github.com/douglascrockford/JSON-js JSON-js] 중 고민하다 간단한 JSON-js를 분석하기로 함
          * [https://github.com/douglascrockford/JSON-js/blob/master/json2.js json2.js] 소스 끝까지 읽어오기 : 어떤 기능들이 있는지 파악할 것
          * [https://github.com/douglascrockford/JSON-js/blob/master/json2.js json2.js] 소스 끝까지 읽어오기 : 어떤 기능들이 있는지 파악할 것
  • JavaStudy2002/영동-3주차 . . . . 5 matches
         사소한 것이지만 지적한다면 class main 의 이름을 Main 으로 바꾸시기를 강력(?) 추천합니다. Java 에는 지켜야하는 규칙인 문법외에 [http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html 코딩 약속]을 추천하고 있씁니다. 과거 MS라면 헝가리안표기법 이겠지요? 현재의 .net 에서 헝가리안표기법은 없어졌습니다. --["neocoin"]
          // jouney getter로 jouney 의 참조를 얻습니다.
         [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에서 위의 두가지를 더 추천해서 이용했습니다.
         collection framework를 알고 싶으시면 [http://java.sun.com/j2se/1.4/docs/guide/collections/ 여기] 에서 보세요. 그리고 보셨으면 저에게 세미나 시켜주세요. 쿨럭.. --["neocoin"]
  • LinuxProgramming/SignalHandling . . . . 5 matches
          SIGTTIN - background process attempting to read ("in")
          SIGTTOU - background process attempting to write ("out")
         code written by eternalbleu@gmail.com
         code written by eternalbleu@gmail.com
         code written by eternalbleu@gmail.com
  • MoniWikiTutorial . . . . 5 matches
          * '''[[GetText(Preview)]]''': 편집된 내용을 미리볼 수 있습니다.
          * '''[[GetText(Save)]]''': 편집이 완료되면 저장을 합니다.
          * '''[[GetText(GUI)]]''': 자바스크립트가 지원되는 환경에서 GUI 편집창을 보여줍니다.
         || {{{http://kldp.org/}}} || http://kldp.org/ ||
         || {{{http://moniwiki.kldp.org/imgs/moniwiki-logo.png}}} || http://moniwiki.kldp.org/imgs/moniwiki-logo.png ||
         모니위키에 관련된 문제점은 MoniWiki:MoniWiki 혹은 http://kldp.net/projects/moniwiki 를 통해서 질문하시기 바랍니다.
  • NSIS/예제2 . . . . 5 matches
         http://zeropage.org/~reset/zb/data/nsis_1.gif
         ComponentText "This will install the less simple example2 on your computer. Select which optional things you want installed."
         http://zeropage.org/~reset/zb/data/nsis_2.gif
         http://zeropage.org/~reset/zb/data/nsis_3.gif
         http://zeropage.org/~reset/zb/data/nsis_4.gif
         http://zeropage.org/~reset/zb/data/nsis_5.gif
         ComponentText "This will install the less simple example2 on your computer. Select which optional things you want installed."
         ComponentText: "This will install the less simple example2 on your computer. Select which optional things you want installed." "" ""
  • PHP . . . . 5 matches
          * [http://www.php.net/manual/kr/ php 한글 메뉴얼]
          * [http://www.phpschool.com/v2/index.html PHP School]
          * [http://tood.net/ tood.net]
          * [http://blog.dahlia.kr/post/21044381028 언어 커뮤니티의 문제]
          * [http://ko.blog.influx.kr/2012/04/php.html PHP: 잘못된 디자인의 프랙탈]
  • PHPStudy2005 . . . . 5 matches
          * [http://ezphp.net/lecture/ 다우니 PHP 초보 강좌] - 정현아 왼쪽꺼 강좌 3 문법 배우기, 4 카운터 만들기만 익히면 된다. 그리고 바로 투입~! ㅋ -[상협]
          * [http://apmsetup.com/php.php?ct=5&tutid=114&uid=193#193 근사모 강좌] - 이게 좀더 자세히 나왔다. 위에꺼랑, 이거랑 둘중 맘에드는거 선택
          * [http://zeropage.org/~namsangboy/wiki/wiki.php/RegularExpressions 정규식]
          * [http://zeropage.org/~namsangboy/wiki/wiki.php/JavaScript PHP에서 자주쓰는JavaScript 모음]
          * [http://165.194.17.15/~namsangboy/wikiProject/rwapm.exe rwapm]
  • PairProgramming토론 . . . . 5 matches
         PairProgramming 자체에 대해서는 http://www.pairprogramming.com 를 참조하시고, IEEE Software에 실렸던, 로리 윌리엄스 교수의 글을 읽어보세요 http://www.cs.utah.edu/~lwilliam/Papers/ieeeSoftware.PDF. 다음은 UncleBob과 Rob Koss의 실제 PairProgramming을 기록한 대본입니다. http://www.objectmentor.com/publications/xpepisode.htm
         제가 여러번 강조했다시피 넓게 보는 안목이 필요합니다. 제가 쓴 http://c2.com/cgi/wiki?RecordYourCommunicationInTheCode 나 http://c2.com/cgi/wiki?DialogueWhilePairProgramming 를 읽어보세요. 그리고 사실 정말 왕초보는 어떤 방법론, 어떤 프로젝트에도 팀에게 이득이 되지 않습니다. 하지만 이 왕초보를 쓰지 않으면 프로젝트가 망하는 (아주 희귀하고 괴로운) 상황에서 XP가 가장 효율적이 될 수 있다고 봅니다.
  • Parallels . . . . 5 matches
         <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/gE1XQyT_IbA"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/gE1XQyT_IbA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
         요즘에는 이 프로그램이 [http://www.xprogramming.com/xpmag/whatisxp.htm#small eXtremeProgramming] 으로 완성된 제품으로 꽤나 알려졌나보다. ( [http://fribirdz.net/506 관련 블로그] )
         http://www.parallels.com/
  • PersonalHistory . . . . 5 matches
          * [http://xfs2.cyworld.com File sturucture class team project]
          * [http://izyou.net/wireless Moblie computing class term paper]
          * [SmallTalk]다 프로젝트. Feat. [톱아보다], 매주 금요일 10시 모임. [SmalltalkBestPracticePatterns]를 공부하면서 [SBPPSummary]페이지의 완성과, 자판기프로그램 제작이 목표.
          * [http://aekae.ce.ro SE수업 프로젝트]
          * [http://jeppy.cafe24.com/cap 세계문화체험단] - 20050630~20050717
  • ProgrammingLanguageClass . . . . 5 matches
         교수: 김성조 교수님 [http://konan.cse.cau.ac.kr 수업홈페이지]
          * ''Programming Language Pragmatics'' by Michael L. Scott : 이제까지 나온 프로그래밍 언어론 서적 중 몇 손가락 안에 꼽히는 명저.
          * ''Programming Language Processors In Java : Compilers and Interpreters'' by David A. Watt & Deryck F. Brown
         "Students usually demand to be taught the language that they are most likely to use in the world outside (FORTRAN or C). This is a mistake. A well taught student (viz. one who has been taught a clean language) can easily pick up the languages of the world, and he [or she] will be in a far better position to recognize their bad features as he [or she] encounters them."
         컴파일러를 독학하려는 사람들은 [http://no-smok.net/nsmk/_c4_c4_c6_c4_c0_cf_b7_af_c3_df_c3_b5_bc_ad_c0_fb 컴파일러추천서적] 참고.
  • ProgrammingPartyPhotos . . . . 5 matches
         ||http://zeropage.org/pds/200252001157/zp1.jpg||
         ||http://zeropage.org/pds/20025200113/zp2.jpg||
         ||http://zeropage.org/pds/20025200523/moa.jpg||
         ||http://zeropage.org/pds/20025200843/facilitator.jpg||
         ||http://zeropage.org/pds/200252001924/CrcSessionOfZp1.jpg||
  • ProjectZephyrus/Thread . . . . 5 matches
         Zephyrus Project 진행중의 이야기들. Thread - Document BottomUp 을 해도 좋겠고요.
          [http://javaservice.net/~java/bbs/read.cgi?m=devtip&b=servlet&c=r_p&n=973389459&k=고려사항&d=t#973389459 JDBC 연동시 코딩고려사항(Transaction처리) - 제3탄-] [[BR]]
          [http://javaservice.net/~java/bbs/read.cgi?m=devtip&b=jdbc&c=r_p&n=1018622537&p=1&s=t#1018622537 PreparedStatement 의 허와 실]''
          * 제가 저번학기에 작업했던 메신져가 있습니다. 이번 프로젝트를 하면서 참고할 수 있는 부분을 참고하세요. 저번 학기에 정보처리 실습이란 과목에서 프로젝트로 했던 것입니다. UP 로 Process 를 진행했었고, 높은(?) 점수를 위해서 많은 문서를 남기긴 했는데.. 부족한 면이 많군요 ㅡ.ㅡ;; http://www.inazsoft.net/projectworktool.html 에서 다운로드 받을 수 있습니다. - 구근
          * 제가 JDBC 할때 삽질했던거 다른 사람들은 삽질하지 않도록 하기 위해서 남긴 문서가 있어여.. 조금이나마 삽질 방지하는데 도움이 되면 좋겠네여..^^: - 상협[http://www.caucse.net/cgi-bin/moin/moin.cgi/_c0_da_b9_d9_c7_c1_b7_ce_c1_a7_c6_ae_2f_b9_e6_c8_ad_ba_ae_c6_c0_b8_de_bd_c5_c0_fa_2fJDBC JDBC 관련 삽질 방지용 문서]
  • PyIde/Exploration . . . . 5 matches
         http://www.scintilla.org/ScintillaDoc.html
         http://free1002.nameip.net:8080/pyki/upload/PyUnitRunnerRedBar.gif http://free1002.nameip.net:8080/pyki/upload/PyUnitRunnerGreenBar.gif
         unittest 모듈을 프린트하여 Code 분석을 했다. 이전에 cgi 로 test runner 돌아가게끔 만들때 구경을 해서 그런지 별로 어렵지 않았다. (조금 리팩토링이 필요해보기는 코드같긴 하지만.. JUnit 의 경우 Assert 가 따로 클래스로 빠져있는데 PyUnit 의 경우 TestCase 에 전부 implementation 되어서 덩치가 약간 더 크다. 뭐, 별 문제될 부분은 아니긴 하다.
         Eric 의 Qt Unittest 모듈이랑, PyUnit Tkinter 코드를 보니, 거의 바로 답이 나와버린 것 같긴 하다.
  • Refactoring/BadSmellsInCode . . . . 5 matches
          * StrategyPattern, VisitorPattern, DelegationPattern
         필드, getter, setter만을 가진 어린아이와 같은 클래스.
  • Refactoring/BigRefactorings . . . . 5 matches
         http://zeropage.org/~reset/zb/data/TeaseApartInheritance.gif
          * You have code written in a procedural style.[[BR]]''Turn the date records into objects, break up the behavior, and move the behavior to the objects.''
         http://zeropage.org/~reset/zb/data/ConvertProceduralDesignToObjects.gif
         http://zeropage.org/~reset/zb/data/SeparateDomainFromPresentation.gif
         http://zeropage.org/~reset/zb/data/ExtractHierarchy.gif
  • Robbery/조현태 . . . . 5 matches
         void SetMessagePoints(int receiveTime, int left, int top, int right, int bottom)
          for (register int j = top - 1; j < bottom; ++j)
         void MoveNextPoint(POINT nowPoint, POINT targetPoint, int nowTime, int targetTime, vector<POINT>& movedPoint)
          if (nowTime == targetTime)
          if (abs(movingTimeX) + abs(movingTimeY) > targetTime - nowTime)
          MoveNextPoint(nowPoint, targetPoint, nowTime + 1, targetTime, movedPoint);
          MoveNextPoint(nowPoint, targetPoint, nowTime + 1, targetTime, movedPoint);
          MoveNextPoint(nowPoint, targetPoint, nowTime + 1, targetTime, movedPoint);
          MoveNextPoint(nowPoint, targetPoint, nowTime + 1, targetTime, movedPoint);
          if (abs(movingTimeX) + abs(movingTimeY) < targetTime - nowTime)
          MoveNextPoint(nowPoint, targetPoint, nowTime + 1, targetTime, movedPoint);
          int receiveTime, left, top, right, bottom;
          scanf("%d %d %d %d %d", &receiveTime, &left, &top, &right, &bottom);
          SetMessagePoints(receiveTime, left, top, right, bottom);
  • SPICE . . . . 5 matches
          * http://kspice.co.kr
          * [http://kspice.co.kr/main5/main5_6.html SPICE 심사 사례]
          * [http://kspice.co.kr/main3/pds/RUP15504final_1.pdf Assessing RUP against ISO15504-5]
          * [http://kspice.co.kr/main3/pds/SPICE_교육자료.zip SPICE교육자료] - 관련글은 [http://kspice.co.kr/main3/content.asp?tbname=t_down&menuname=게시판&gotopage=1&Fnum=21&Fref=21# SPICE 심사원 자격 교육자료]를 참조.
  • STLErrorDecryptor . . . . 5 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)
          * 펄 스크립트 인터프리터(Win32용) : 여기서는 ActivePerl을 사용합니다. (http://ww.activestate.coml)
         원문)http://www.kwak101.pe.kr/kwak101/works/InternData/STLDecryptor_QuickGuide.html
  • STLPort . . . . 5 matches
         http://www.kwak101.pe.kr/wiki/wiki.php/STLport_VC%BC%B3%C4%A1
          http://www.stlport.org/download.html
         STLport는 상용이 아니기 때문에, 링크 시 사용하는 STLport 전용 C++ 런타임 라이브러리(입출력스트림이 있는) 직접 설정해 주어야 합니다. 이것을 제대로 이해하려면 우선 VC++가 사용하는 런타임 라이브러리를 알아 봐야 합니다. VC++6의 런타임 라이브러리는 VC98/lib 디렉토리에서 확인할 수 있는데, 정적/동적 링크여부에 따라 크게 {{{~cpp LIBxxx.lib}}} 버전과 {{{~cpp MSVCxxx.lib}}} 버전으로 나뉩니다. 프로젝트에서 조정하는 부분은 Project > Setting 메뉴로 열리는 C/C++ 탭입니다. C/C++ 탭에서 "Code Generation" 카테고리를 선택하면 '''Use Run-time Library''' 드롭다운 박스를 조정해 줄 수 있습니다. 여기서 디버그 정보 포함('''debug''') 유무, 런타임 라이브러리의 스레딩('''thread''') 모드, 동적 링크 여부('''DLL''')의 조합을 결정해 줄 수 있습니다. 긴 설명은 빼고, 간단히 정리하면 다음과 같습니다. (MSDN의 설명을 참고하여 정리하였습니다)
         이는, '''VC가 코드 생성 옵션을 무시하고 LIBCMT.lib을 기본적으로 덧대어 넣어주기 때문입니다'''. 실행파일을 만드는 경우라면 에러가 가장 성가실 테지만, 배포용 라이브러리를 만들 경우엔 경고도 없애 주어야 합니다. 이 에러와 경고를 없애기 위해서는, 위에 나온 링커 메시지 대로 /NODEFAULTLIB 옵션을 써야 합니다. VC IDE를 쓰고 계시다면 Project->Setting 메뉴를 선택하고 나오는 대화상자에서 '''"Link"''' 탭을 선택하시고, '''"Input"''' 드롭다운 항목을 고른 후에 '''"Ignore Libraries"''' 에디트 상자에 LIBCMT.lib를 써 넣으시면 됩니다.
          * [http://msdn.microsoft.com/library/kor/default.asp?url=/library/KOR/vccore/html/LNK4098.asp 관련 MSDN 링크]
  • StructuredText . . . . 5 matches
         symbology to indicate the structure of a document. For the next generation of structured text, see [http://dev.zope.org/Members/jim/StructuredTextWiki/StructuredTextNG here].
          * A paragraph that begins with a sequence of sequences, where each sequence is a sequence of digits or a sequence of letters followed by a period, is treated as an ordered list element.
          "Zope":http://www.zope.org/ is ...
          Is interpreted as '<a href="http://www.zope.org/">Zope</a> is ....'
          * Text enclosed in brackets which consists only of letters, digits, underscores and dashes is treated as hyper links within the document. For example:
  • SystemPages . . . . 5 matches
          * MeatBall:MetaWiki - http://sunir.org/apps/meta.pl
         http://zeropage.org/log
         http://zeropage.org/backupZeroWiki
         http://zeropage.org/backupOneWiki
         http://zeropage.org/backupDataBase
  • TCP/IP . . . . 5 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>
          * http://kldp.org/KoreanDoc/VI-miniRef-KLDP <using vi editer>
          * http://kldp.org/KoreanDoc/Thread_Programming-KLDP <using thread>
          * http://www.paradise.caltech.edu/slide <sliding window project>
  • TFP예제/WikiPageGather . . . . 5 matches
         import unittest
         class WikiPageGatherTestCase (unittest.TestCase):
         suite = unittest.makeSuite (WikiPageGatherTestCase, "test")
         runner = unittest.TextTestRunner ()
          safe = string.letters + string.digits
          resultText = ''
          resultText += line + "\n"
          return resultText
  • TddWithWebPresentation . . . . 5 matches
         http://free1002.nameip.net:8080/viewcvs/viewcvs.cgi/*checkout*/pyki/action/ViewPageAction.py?rev=1.5&content-type=text/plain
         http://free1002.nameip.net:8080/viewcvs/viewcvs.cgi/*checkout*/pyki/test_viewpageaction.py?rev=1.2&content-type=text/plain
         http://free1002.nameip.net:8080/viewcvs/viewcvs.cgi/*checkout*/pyki/action/ViewPageAction.py?rev=1.6&content-type=text/plain
         http://free1002.nameip.net:8080/viewcvs/viewcvs.cgi/*checkout*/pyki/viewpresenter.py?rev=1.1&content-type=text/plain
         http://free1002.nameip.net:8080/viewcvs/viewcvs.cgi/*checkout*/pyki/test_viewpageaction.py?rev=1.3&content-type=text/plain
  • TdddArticle . . . . 5 matches
         http://groups.yahoo.com/group/testdrivendevelopment/files/ 중 TDDD.pdf
          * http://www.dallaway.com/acad/dbunit.html
          * http://dbunit.sourceforge.net
          * http://xdoclet.sourceforge.net
         그리고 http://www.agiledata.org 에 있는 에세이들 관련.
  • ToyProblems . . . . 5 matches
         ToyProblems를 풀게 하되 다음 방법을 이용한다. Seminar:TheParadigmsOfProgramming [http://www.jdl.ac.cn/turing/pdf/p455-floyd.pdf (pdf)]을 학습하게 하는 것이다.
         Higer order programming에서 중요한 것은 동사를 명사화해준다는 것인데, Command Pattern도 이와 비슷한 것 같습니다.
          * [SICP] http://mitpress.mit.edu/sicp
          * HTDP (How To Design Programs) http://www.htdp.org/
          * CTMCP http://www.info.ucl.ac.be/~pvr/
  • UploadFileMacro . . . . 5 matches
         attachment:filename.ext 혹은 attachment:페이지명:filename.ext
         pds 바로 밑으로 저장된 pds/* 파일을 연결하려면 {{{attachment:/foobar.png}}} 문법을 쓴다. 즉, "/"를 맨 앞에 붙여준다.
         공백이 들어있는 파일을 링크를 걸 경우는 {{{attachment:"hello world.png"}}}와 같이 링크를 걸어 준다.
          * AttachmentMacro
  • WikiWikiWeb . . . . 5 matches
         The [wiki:Wiki:FrontPage first ever wiki site] was founded in 1994 as an automated supplement to the Wiki:PortlandPatternRepository. The site was immediately popular within the pattern community, largely due to the newness of the internet and a good slate of Wiki:InvitedAuthors. The site was, and remains, dedicated to Wiki:PeopleProjectsAndPatterns.
          * http://www.c2.com/cgi/wiki or wiki:Wiki/FrontPage
          * [http://news.mpr.org/programs/futuretense/daily_rafiles/20011220.ram Ward Cunningham Radio Interview]
  • WordPress . . . . 5 matches
         기존에 egloos, tattertools 를 이용하던 분들이라면 아래의 툴로 간편하게 이주하는 것이 가능하다.
          Converter) Upload:wp_converter_egloos_tatter.zip
          - 태터는 100%완변하게 변환이 되던데(심지어 내장 태그까지 처리하셨더라구요;;) ㅡ.ㅡ;; 이글루스는 잘 모르겠네요. 아마 맞는 듯 하네요. http://kldp.net/projects/egloos2wp/ - [eternalbleu]
         [http://sapius.dnip.net/wp three leaf clover]
         http://www.wordpress.com/
  • ZIM/UIPrototype . . . . 5 matches
         http://zeropage.org/~reset/zb/data/Zim_LoginMode.gif
         http://zeropage.org/~reset/zb/data/1010508003/Zim_Lists.gif
         http://zeropage.org/~reset/zb/data/1010508027/Zim_PopupBuddy.gif
         http://zeropage.org/~reset/zb/data/1010508027/Zim_PopupZimmer.gif
         http://zeropage.org/~reset/zb/data/Zim_MessageWnd.gif
  • ZP도서관 . . . . 5 matches
         || DesignPatternSmalltalkCompanion || Alpert, Brown, Woolf || Addison Wesley || ["1002"],보솨 || 원서 ||
         || JAVA and XML (1st ed.) || Brett McLaughlin || O'REILLY || 이선우 || 원서 ||
         || Swing || Matthew Robinson, Pavel Vorobiev || Manning || ["혀뉘"] || 원서 ||
         || 3D Computer Graphics || Alan Watt || A.Wesley || 정해성 || 원서 ||
         || The Art of Assembly 2nd Edition || Randall Hyde || Not printed yet || http://webster.cs.ucr.edu/ || 프로그래밍언어 ||
  • ZeroPageServer/set2005_88 . . . . 5 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]
          * [http://www.zeropage.org/phpsysinfo/ phpsysinfo]
  • Zeropage/Staff/회의_2006_03_04 . . . . 5 matches
          http://zerowiki.dnip.net/~namsangboy/temp/dx_map_tool.avi
          http://zerowiki.dnip.net/~namsangboy/temp/MemeHarvesterDemo.avi
          http://zerowiki.dnip.net/~namsangboy/temp/AIOmok.avi
         DesignPatternStudy2005
         LittleAOI
  • [Lovely]boy^_^/Arcanoid . . . . 5 matches
         || http://165.194.17.15/~nuburizzang/Arcanoid/arca.jpg ||
         || [http://165.194.17.15/~nuburizzang/Arcanoid/Arca.zip 인수의 알카노이드 링크] ||
         CArcaObject - 알카노이드에 등장하는 모든 오브젝트들의 부모 클래스(위치, 크기, 비트맵, getter/setter)
          * Game can check a collision shuttle and ball.
  • [Lovely]boy^_^/Diary/2-2-10 . . . . 5 matches
          * SBPP 2장 Patterns 읽었다.
          * ["SmalltalkBestPracticePatterns/Behavior/ComposedMethod"] 읽고 요약.
          * I read the SBPP's 2nd chapter - Patterns -.
          * ["SmalltalkBestPracticePatterns/Behavior/ComposedMethod"] read and summary.
          * Today's XB is very joyful. Today's fruit is better than yesterday's, and a result is maybe going to come out tommorow. Although Jae-Dong sacrifices for joyful programming;; Today is fruitfull day.
  • canvas . . . . 5 matches
         class Palette{
          Palette aPalette;
          aPalette.addNewShape(&aCompositeShape);
          aPalette.Draw();
  • eXtensibleStylesheetLanguageTransformations . . . . 5 matches
         XSLT was produced as a result of the Extensible Stylesheet Language (XSL) development effort within W3C during 1998–1999, which also produced XSL Formatting Objects (XSL-FO) and the XML Path Language, XPath. The editor of the first version (and in effect the chief designer of the language) was James Clark. The version most widely used today is XSLT 1.0, which was published as a Recommendation by the W3C on 16 November 1999. A greatly expanded version 2.0, under the editorship of Michael Kay, reached the status of a Candidate Recommendation from W3C on 3 November 2005.
         <img src="http://upload.wikimedia.org/wikipedia/en/5/5a/XSLTprocessing.PNG" />
         http://www.codeguru.com/Cpp/data/data-misc/xml/article.php/c4565
         http://blog.izyou.net/eternalbleu/648
         http://feeds.feedburner.com/eternalbleu
  • html5/others-api . . . . 5 matches
          * http://blog.naver.com/zimny327?Redirect=Log&logNo=90092307426
          * http://www.w3.org/TR/html5/microdata.html
          * http://cafe.naver.com/tonkjsp.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=1727
          * http://www.quackit.com/html_5/tags/
          * http://siana.tistory.com/
  • html5/webSqlDatabase . . . . 5 matches
          * http://m.mkexdev.net/61
          * http://www.html5rocks.com/tutorials/webdatabase/todo/
          * http://html5doctor.com/introducing-web-sql-databases/
          * http://dev.w3.org/html5/webdatabase/
          * http://html5.jidolstar.com/tag/web%20sql%20databaseo
  • lostship . . . . 5 matches
         [http://zeropage.org/pub/util/vncviewer.exe VNC View] [http://zeropage.org/pub/util/putty.exe putty Client] [http://zeropage.org/pub/util/WinSCP2.exe WinSCP 2.0 Beta]
  • wiz네처음화면 . . . . 5 matches
          * http://www.joinc.co.kr/modules/moniwiki/wiki.php/article/STL_algorithm#AEN54 STL algorithm
          * http://blog.empas.com/tobfreeman/13965830 , http://knowhow.interpark.com/shoptalk/qna/qnaContent.do?seq=96903
          * MP3 file download site to listen English - [http://iteslj.org/links/ESL/Listening/Downloadable_MP3_Files Listening English]
          * [http://www.cbtkorea.or.kr/korean/pages/cbt-registration-k.html Registeration TOEFL]
  • 고한종 . . . . 5 matches
         ||{{{LinkedIn}}} ||http://www.linkedin.com/pub/han-jong-ko/8a/445/875 ||
         ||{{{facebook}}} ||https://www.facebook.com/hanjong.ko.9 ||
         ||{{{tistory}}} ||http://rino0601.tistory.com/ ||
         ||{{{github}}} ||https://github.com/rino0601 ||
         ||{{{Stackoverflow}}} ||http://stackoverflow.com/users/1046060/han-jong-ko ||
  • 공학적마인드 . . . . 5 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 )가 나오는데 훌륭한 목록인 것 같습니다. 이 목록은 "이런 사고를 가져야 한다"는 의미에 가깝습니다.
  • 논문번역/2012년스터디/서민관 . . . . 5 matches
         필기 사이즈의 분산에 대해 견고함을 증가시키기 위해서 특징 (2)-(5)는 상단 기준선과 하단 기준선의 거리(지역 최고값을 이용한 line fitting으로 계산됨)를 이용해서 정규화되었다.
         선형 변환 A는 훈련 데이터에 있는 class scatter matrix Sw과 scatter matrix Sb 간의 고유값(eigenvalue) 문제를 푸는 것으로 얻어진다.
         이 scatter matrix들은 각 특징 벡터가 HMM상태로 분류되고 우리는 처음에 훈련 데이터의 상태에 기반한 정렬에 따라서 일반 훈련을 수행해야 한다. (...........................)
         이 scatter matirx들을 알고 있을 때 LDA 변환은 다음 고유값 문제를 푸는 것으로 계산할 수 있다.
  • 데블스캠프2009/월요일/Scratch . . . . 5 matches
          * 공식 홈페이지 - [http://scratch.mit.edu/]
          * [http://info.scratch.mit.edu/Scratch_1.3.1_Download]
          * Street Fighter 2009 - [http://enochbible.intra.zeropage.org/sc/sample1.sb]
          * Scratch Bros. v1.4 - [http://enochbible.intra.zeropage.org/sc/sample2.sb]
          * The mysterious ticking noise - [http://enochbible.intra.zeropage.org/sc/sample3.sb]
  • 데블스캠프2010/다섯째날/ObjectCraft/미션1/강소현 . . . . 5 matches
          int attack;
         void AAttackB(zerg *a, zerg *b){
          b->HP -= a->attack;
          AAttackB(&zerg1,&zerg2);
          printf("%s가 %s에게 데미지 %d를 입혀 HP가 %d가 되었다.\n",zerg1.name, zerg2.name, zerg1.attack, zerg2.HP);
  • 데블스캠프2010/다섯째날/ObjectCraft/미션1/김정욱 . . . . 5 matches
          int attack;
          zergling[0].attack=10;
          zergling[1].attack=5;
          zergling[0].hp -= zergling[1].attack;
          zergling[1].hp -= zergling[0].attack;
  • 데블스캠프2010/다섯째날/ObjectCraft/미션1/박재홍 . . . . 5 matches
          int attack;
          a.attack=5;
          b.attack=5;
          dam1=a.attack-b.defense;
          dam2=b.attack-a.defense;
  • 데블스캠프2011/넷째날/루비/서민관 . . . . 5 matches
          attr_writer:inputNum
          attr_reader:inputNum
          attr_writer:randNum
          attr_reader:randNum
         처음에 randNum에 attr_writer를 지정하지 않아서 값을 못 써서 고생 좀 했습니다 -_-
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/권순의,김호동 . . . . 5 matches
          private boolean button;
          button = false;
          button = true;
          if(button) {
          button = false;
  • 데블스캠프2012/셋째날/후기 . . . . 5 matches
          * [서영주] - http request를 직접 보내서 그 결과를 받아온게 인터넷 페이지의 소스보기와 같다는 부분을 보여줘서 웹에 대한 느낌을 조금 더 가깝게 느낀건 좋았습니다. 개인적으로 오픈api는 학기중에 질리도록 봐서 더이상 보고싶지가 않을 정도였지만. -_-
          * [서민관] - 개인적으로 1학년을 대상으로 정말 내용을 쉽게 하려고 했는데 그러다 보니까 내용이 약간 뜬 느낌이 있네요. 그리고 한 번에 너무 많은 주제를 다룬 것 같기도 합니다. 소켓 + HTTP + Open API라 주제가 약간 흐릿했죠. 혁준 선배는 예전 데블스에서 웹에 대해 꽤 알기 쉽게 다뤘던 것 같은데 말이죠... 하지만 개인적으로 정말 아쉬운 것은 1학년들한테 제가 이번 세미나를 준비하면서 알게 된 것들의 반도 못 전달했다는 점이군요. 세미나 준비를 하면서 덕분에 저만 잔뜩 공부했네요.
          * [황현] - 키노트를 끝내고 내려와서 생각해보니 LLVM+Clang에서 가장 중요한 부분인 컴파일 오류 화면을 안 다루고 지나갔다는 것이 떠올라 멘붕합니다. 제가 다루고 싶었던 바로 그걸 안 긁고 넘어갔네요. 대신 그거랑 관련된 포스팅 하나를 링크하니 꼭 읽어보도록 하세요: http://minjang.egloos.com/2914484 - [황현]
          * 그리고, 키노트 제일 처음에 컴퓨터가 주저리주저리 떠들던 건 여기에 음성 파일을 올려뒀습니다: http://zeropage.org/seminar/62033
          * [안혁준] - 땜방용티가 많이 났나요? 사실 canvas는 아무리 생각해도 설계를 잘못한것 같아요. 도무지 API들이 바로바로 떠오르지 않아요. 거기다가 왠지 함수 일것 같은데 문자열로 넣어줘야 하는 부분들도 있고요. 딱히 canvas는 아니지만 [https://developer.mozilla.org/ko/demos HTML5을 활용한 예제]를 보면 신선한 느낌일듯 하네요.
          * [김해천] - 크아아아. 각도조절 구현했어요. 상당히 재미있는 언어인 것 같습니다. 어제부터 자바스크립트에서 왠지모를 자유스러움(?)과 마력을 느꼈는데, 오늘 집에 오면서 책 하나 질렀습니다. 방학때 할 것이 엄청 많기는 하지만, 그래도 해볼렵니다. http://haechoen0.hosting.paran.com/ex.html
  • 땅콩이보육프로젝트2005 . . . . 5 matches
          * [http://www.alicebot.org/ ALICE] 뢰브너 라는 인공지능 대화 로봇 대회에서 우승한 ALICE 라는 프로그램, 사이트 가면 실제로 대화해 볼수 있음
          * [http://www.aawoo.com/ 와우닷컴] 국내 최초라고 하는 영어 채팅 로봇
          * [http://jabook.org/ 소설같은 시리즈를 볼 수 있는 곳.] - C# 초급 수준 설명을 볼 수 있다.
          * [http://www.aistudy.co.kr/lab/nlp_lab.htm 자연어 처리 연구실]
          * [http://nlp.kookmin.ac.kr/HAM/kor/index.html 한국어 형태소 분석기]
  • 레밍즈프로젝트/프로토타입/파일스트림 . . . . 5 matches
         || MFC 파일 스트림 || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cstring.asp] ||
         || 파일복사 프로그램 || [http://blog.naver.com/kds6221.do?Redirect=Log&logNo=140013999545] ||
         || 파일입출력 예제 || [http://blog.naver.com/popo1008.do?Redirect=Log&logNo=20008968622] ||
         || memDC -> bitmap || [http://blog.naver.com/zenix4078.do?Redirect=Log&logNo=11507823] ||
         || Flush || Flushes any data yet to be written. ||
  • 만년달력/인수 . . . . 5 matches
          JButton dayUnit[][] = new JButton[6][7];
          dayUnit[i][j] = new JButton(" ");
          dayUnit[i][j].setText( " " + Integer.toString(monthArr[i * 7 + j]) );
          dayUnit[i][j].setText( Integer.toString(monthArr[i * 7 + j]) );
          dayUnit[i][j].setText( " " );
          JButton submit = new JButton("보기");
          year = Integer.parseInt( yearField.getText() );
          month = Integer.parseInt( monthField.getText() );
  • 새싹교실/2012/Dazed&Confused . . . . 5 matches
          * 사실상 첫 수업이었다. 어떻게 가르쳐야 할까 고민하다가 나름 PPT를 만들어 보긴 했는데 (그래봤자 [http://winapi.co.kr/ winpai]에서 다 복붇이었지만 -_-) 허허허.... 모르겠다 -_-a 뭐.. 어찌되었든 간에 일단 이론적으로 PPT를 보면서 설명을 하면서 진행을 했는데.. 알긴 아는 거 같은데... 음.. 좀 더 같이 해 보면 알겠지- 그래도 잘 따라와 준 것 같아 고마웠다. 많이 부족한 놈을 선생으로 둔 새싹들도 고생 많았어요 -ㅅ- 다음엔 더 준비 해 올게요a 근데 왜 회고지엔 소라 게임에 대한 이야기만 있는거지.. 에잇 - [권순의]
         [http://farm8.staticflickr.com/7059/6896354220_8e441aaf97_m.jpg http://farm8.staticflickr.com/7059/6896354220_8e441aaf97_m.jpg] [http://farm8.staticflickr.com/7075/7042450571_199ccd6d41_m.jpg http://farm8.staticflickr.com/7075/7042450571_199ccd6d41_m.jpg]
  • 새싹교실/2012/새싹교실강사교육/1주차 . . . . 5 matches
         2.3 Wiki 작성(http://wiki.zeropage.org)
          새싹 교실 문서를 작성하는데 도움이 필요하다면 http://wiki.zeropage.org/wiki.php/새싹교실/2011/데미안반을 참고해주세요
          참조 페이지 : http://no-smok.net/nsmk/FiveFs
         3.1 https://www.virtualbox.org 에서 자신의 운영 체제에 맞는 VitualBox를 설치하세요. (예: VirtualBox 4.1.10 for Windows hosts x86/amd64)
         3.2 Ubuntu ISO파일을 http://ftp.daum.net -> Ubuntu-releases -> 11.10 -> ubuntu-11.10-desktop-amd64.iso 다운
  • 새싹교실/2012/우리반 . . . . 5 matches
          [http://farm8.staticflickr.com/7070/7047112731_3ee777945c_m.jpg http://farm8.staticflickr.com/7070/7047112731_3ee777945c_m.jpg] [http://farm8.staticflickr.com/7092/6901018112_a7665e3e25_m.jpg http://farm8.staticflickr.com/7092/6901018112_a7665e3e25_m.jpg]
          * [http://www.winapi.co.kr/ WinAPI] 에서 for에 관한것 읽어보자.
  • 위시리스트 . . . . 5 matches
          * 크롬북 [http://www.google.com/intl/en/chrome/devices/ 링크 - [:안혁준 안혁준]]
          * [http://books.google.co.kr/books?id=oowq_6bAgloC&printsec=frontcover&dq=go+lang&hl=ko&sa=X&ei=5f-WU8rTCM_-8QXu5oGwAw&redir_esc=y#v=onepage&q=go%20lang&f=false the way to go]
          * [http://www.yes24.com/24/goods/1469754?scode=032&OzSrank=4 OpenGL Super Bible]
          * http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=8991268838
          http://www.kyobobook.co.kr/product/detailViewEng.laf?ejkGb=BNT&mallGb=ENG&barcode=9781849695046&orderClick=LAG&Kc=
  • 이민석 . . . . 5 matches
          * 멀티플레이 서바이벌 게임(CAU Battle Arena)
          * 06월 06일 OMS 발표: http://zeropage.org/seminar/61737
          * 10월 29일 OMS 발표: http://zeropage.org/seminar/63770
          * jsfiddle: http://jsfiddle.net/user/codeonwort/
          * 하스켈 위키북 번역: https://wikidocs.net/book/204
  • 장용운/곱셈왕 . . . . 5 matches
          * 곱셈애자([http://translate.google.co.kr/?hl=ko&tab=wT#ko|en|%EA%B3%B1%EC%85%88%EC%95%A0%EC%9E%90 멀티게이])
          * [http://www.caucse.net/DongmunBoard/view.php?table=board_alumni11&page=1&id=706]
          * [http://www.caucse.net/DongmunBoard/view.php?table=board_alumni11&page=1&id=707]
          * [http://www.caucse.net/DongmunBoard/view.php?table=board_part_jungtong&page=1&id=1962]
          * [http://www.caucse.net/DongmunBoard/view.php?table=board_part_jungtong&page=1&id=1967] 곱셈애자
  • 정모/2002.7.11 . . . . 5 matches
          * ["PatternOrientedSoftwareArchitecture"] - 패턴의 관점에서 보는 소프트웨어 구조
          * http://zp.cse.cau.ac.kr
          * http://www.zeropage.org
          * http://165.194.17.15
          * http://www.usaco.org
  • 정모/2011.8.8 . . . . 5 matches
          * [http://www.zdnet.co.kr/news/news_view.asp?artice_id=00000039134727&type=det OCP(개방-폐쇄 원칙)]
          * [http://www.zdnet.co.kr/news/news_view.asp?artice_id=00000039135552&type=det SRP(단일 책임 원칙)]
          * [http://www.zdnet.co.kr/news/news_view.asp?artice_id=00000039139151&type=det ISP(인터페이스 분리 원칙)]
          * [http://www.zdnet.co.kr/news/news_view.asp?artice_id=00000039139151&type=det LSP(리스코프 대체 원칙), DIP(의존관계 역전 원칙)]
          * [DesignPatterns/2011년스터디]
  • 정모/2012.5.21 . . . . 5 matches
          * [http://en.wikipedia.org/wiki/Lightning_talk Lightning Talk]
          * [http://en.wikipedia.org/wiki/Pecha_Kucha Pecha Kucha]
          * [http://en.wikipedia.org/wiki/Ignite_(event) Ignite (event)]
          * [http://en.wikipedia.org/wiki/Open-space_technology Open-space_technology]
          * [http://en.wikipedia.org/wiki/Speed_geeking Speed geeking]
  • 조동영 . . . . 5 matches
          char pattern;
          scanf("%c" , &pattern);
          printf("%c", pattern);
          printf("%c", pattern);
          http://imgsrc2.search.daum.net/imgair2/00/50/66/00506617_2.jpg
  • 지금그때2004/게시판홍보문안 . . . . 5 matches
         * 참석한 사람들의 폭발적인 반응 <a href = "http://zeropage.org/wiki/_c1_f6_b1_dd_b1_d7_b6_a72003_2f_c8_c4_b1_e2" target = blink> <font color = "blue" >☞ 지금그때2003후기 바로가기 ☜</font> </a>
         <a href = "http://dduk.idaizy.com/nowthen/apply.php" target = _blink> <font color = "blue">☞ 신청하러 가기 ☜ </font> </a>
         ... <a href="http://my.netian.com/~zwolf/poem/p0401.htm" target = _blink> more </a>
         <a href = "http://zeropage.org/wiki/_c1_f6_b1_dd_b1_d7_b6_a72003_2f_c8_c4_b1_e2" target = blink> <font color = "blue" >☞ 지금그때2003후기 바로가기 ☜</font> </a>
         <a href = "http://dduk.idaizy.com/nowthen/apply.php" target = _blink> <font color = "blue">☞ 신청하러 가기 ☜ </font> </a>
  • 프로그래머가알아야할97가지/ActWithPrudence . . . . 5 matches
         --[http://programmer.97things.oreilly.com/wiki/index.php/Seb_Rose Seb Rose] 원저
         이 글은 [http://creativecommons.org/licenses/by/3.0/us/ Creative Commons Attribution 3] 라이센스로 작성되었습니다.
         원문: http://programmer.97things.oreilly.com/wiki/index.php/Act_with_Prudence
          하다 못해 이런 주석이라도 남긴다면야... see http://dak99.egloos.com/2329761 -- [이덕준] [[DateTime(2010-08-07T11:27:38)]]
  • 함수포인터 . . . . 5 matches
         [http://blog.naver.com/isubiramie/20024368885 1. 함수포인터]
         [http://www.codeproject.com/atl/atl_underthehood_.asp 2. 함수포인터]
         [http://www.codeproject.com/atl/atl_underthehood_.asp 3. thunk]
         [http://sandbox.mc.edu/~bennet/cs404/doc/jensen.html 4. simple_ex]
         [http://www.cs.sfu.ca/%7Ecameron/Teaching/383/PassByName.html 5. html 문서]
  • 2004겨울여행 . . . . 4 matches
         정모에서 장소를 확실히 정하지 못해서 일단 제가 혼자 알아봤습니다. [http://www.namisum.com/ 남이섬]이 당일 여행으로 무리없고 15000원 안쪽으로 움직이고 먹는 것까지 다 해결할 수 있을 것 같아서 괜찮아 보입니다. 장소를 [http://www.namisum.com/ 남이섬]으로 하는 것이 좋을지 의견을 내주세요.
          * 남이섬 가는 [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분'''까지 '''청량리 백화점 앞'''(예전 롯데리아 있던 곳, 지금은 없어졌습니다.)으로 모여주세요~! --휘동
  • 2008리눅스스터디 . . . . 4 matches
          [http://www.linuxlab.co.kr/docs/10-4.htm]
          [http://www.linuxlab.co.kr/docs/11-3.htm]
          [http://www.linuxlab.co.kr/docs/12-2.htm]
          * [http://zeropage.org/?mid=project&page=1&category=11025 제로페이지 홈페이지에 있는 리눅스 ppt들]
  • 2010PHP . . . . 4 matches
          * [http://dev.mysql.com/downloads/workbench/5.2.html MySQL Workbench 다운로드]
          * [http://php.net php 공식 사이트]
          * [http://ezphp.net/lecture/ 다우니 PHP 초보 강좌]
          * [http://apmsetup.com/php.php?ct=5&tutid=114&uid=193#193 근사모 강좌]
  • 2학기파이선스터디/if문, for문, while문, 수치형 . . . . 4 matches
         >>> order = 'spagetti'
         elif order == 'spagetti':
         >>> order = 'spagetti'
         >>> menu = { 'spam':500, 'ham':700, 'egg':300, 'spagetti':900}
  • 2학기파이선스터디/모듈 . . . . 4 matches
         ['_StringTypes', '__builtins__', '__doc__', '__file__', '__name__', '_float', '_idmap', '_idmapL', '_int', '_long', 'ascii_letters', 'ascii_lowercase', 'ascii_uppercase', 'atof', 'atof_error', 'atoi', 'atoi_error', 'atol', 'atol_error', 'capitalize', 'capwords', 'center', 'count', 'digits', 'expandtabs', 'find', 'hexdigits', 'index', 'index_error', 'join', 'joinfields', 'letters', 'ljust', 'lower', 'lowercase', 'lstrip', 'maketrans', 'octdigits', 'printable', 'punctuation', 'replace', 'rfind', 'rindex', 'rjust', 'rstrip', 'split', 'splitfields', 'strip', 'swapcase', 'translate', 'upper', 'uppercase', 'whitespace', 'zfill']
         AttributeError: 'module' object has no attribute 'b'
  • ACE/HelloWorld . . . . 4 matches
         === Project Setting ===
          * 먼저 [ACE] 라이브러리를 다운받아 컴파일해야 한다. [http://riverace.com 여기]서 다운받아 컴파일한다. 빌드 컨피큐레이션이 프로젝트별로 3~4개씩 있는데 이거 한번에 컴파일하는데 30분 넘게 걸렸었다...-_-; (P4 2.4G, 512MB, VC6)
          * project setting 에서 link 탭에 aced.lib (디버그용), 또는 ace.lib 을 추가한다. (프로젝트 홈 디렉토리에 lib, dll 파일이있거나 path 가 걸려있어야 한다. 혹은 additional library path에 추가되어 있어야 한다)
          * project setting 에서 c++ 탭에 code generation->use run-time library 에서 (debug) multithreaded 또는 (debug) multithreaded dll (무슨차이가 있는지 아직 확실하게 모르겠다)
  • ALittleAiSeminar . . . . 4 matches
          * http://www.othelloclub.com/program/wz423.exe - wzebra
          * http://python.org/ftp/python/2.4.2/python-2.4.2.msi
          * http://jaist.dl.sourceforge.net/sourceforge/psyco/psyco-1.5.win32-py2.4.exe
         || Namsang || 상섭, 정현, 보창 || [ALittleAiSeminar/Namsang] ||
  • AOI . . . . 4 matches
          * 원문 : http://online-judge.uva.es/problemset/
          * [http://acm.kaist.ac.kr/forum/viewtopic.php?t=129]
          * [LittleAOI]
          * http://online-judge.uva.es/problemset/ <-- 여기에서 로봇이 실시간으로 답이 맞았는지 채점도 해준답니다. 푸신분들은 한번 해 보세요 - 보창
  • ATmega163 . . . . 4 matches
          * 이후 새롬 데이타맨에서 모뎀에 의한 연결로 SETTING하고 baud rate를 19300(ㅠㅠ) 로 설정 후 reset 버튼을 누르면 [[BR]]
         #put the name of the target mcu here (at90s8515, at90s8535, attiny22, atmega603 etc.)
         http://vivaldi.kaist.ac.kr/~khpark/ [[BR]]
         http://www.wavysound.co.kr [[BR]]
         http://www.atmel.com [[BR]]
  • Algorithm/DynamicProgramming . . . . 4 matches
         http://en.wikipedia.org/wiki/Dynamic_programming
         [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]
  • AspectOrientedProgramming . . . . 4 matches
          최근 몇 년에 걸쳐 객체지향 프로그래밍(Object-Oriented Programming, OOP)은 절차적 방법론을 거의 완벽히 대체하며 프로그래밍 방법론의 새 주류로 떠오르게 되었다. 객체지향적 방식의 가장 큰 이점 중 하나는 소프트웨어 시스템이 여러 개의 독립된 클래스들의 집합으로 구성된다는 것이다. 이들 각각의 클래스들은 잘 정의된 고유 작업을 수행하게 되고, 그 역할 또한 명백히 정의되어 있다. 객체지향 어플리케이션에서는 어플리케이션이 목표한 동작을 수행하기 위해 이런 클래스들이 서로 유기적으로 협력하게 된다. 하지만 시스템의 어떤 기능들은 특정 한 클래스가 도맡아 처리할 수 없다. 이들은 시스템 전체를 들쑤시며 해당 코드들을 여러 클래스들에 흩뿌려 놓는다. 이런 현상을 횡단적(cross-cutting)이라 표현한다. 분산 어플리케이션에서의 락킹(locking, 동기화) 문제, 예외 처리, 로깅 등이 그 예이다. 물론 필요한 모든 클래스들에 관련 코드를 집어 넣으면 해결될 문제이다. 하지만 이런 행위는 각각의 클래스는 잘 정의된(well-defined) 역할만을 수행한다는 기본 원칙에 위배된다. 이런 상황이 바로 Aspect-Oriented Programming (AOP)이 잉태된 원인이 되었다.
         http://javastudy.co.kr 에서 펐습니다. eclipse 프로젝트중에도 있는것 같더군요. (http://www.eclipse.org/aspectj/) - [임인택]
          AspectJ는 Eclipse 프로젝트라기 보다. Xerox PARC 의 AspectJ 프로젝트의 홈페이지가 옮겨 온것 입니다. 역시 이글이 wegra님이 해석해 놓으신거 였군요. 좀더 많은 내용은 아래의 SisterWiki 를 참고하시고, 관련포럼 비스무리 한데가 http://aosd.net 입니다. --NeoCoin
  • AssemblyStudy . . . . 4 matches
          * [http://kldp.org/HOWTO/html/Assembly-HOWTO/index.html Assembly-HOWTO]
          * [http://charsyam.springnote.com/pages/2429832 OS만들기]
          * [http://dada.pe.kr/200 부트로더 만들기]
          * [http://iplusu.tistory.com/entry/OS-%EA%B5%AC%ED%98%84-%EC%8B%A4%EC%8A%B5-%EB%B6%80%ED%8A%B8%EC%8A%A4%ED%8A%B8%EB%9E%A9-%EA%B5%AC%ED%98%84-mongii-naska 부트스트랩 구현]
  • CooperativeLinux . . . . 4 matches
          * [http://www.colinux.org/ 프로젝트 홈페이지]
          * [http://nullnull.com/blog/index.php?pl=16&nc=1&ct1=4 인스톨과정]
          http://nullnull.com/blog/attach/0719/040719222726396806/526719.gif
  • D3D . . . . 4 matches
         GameLibrary( http://www.zeropage.org/~erunc0/study/d3d/GameLib.zip )를 만들어 가면서 책의 내용을 본다는.. 뭐뭐뭐.. [[BR]]
         - http://www.gameschool.co.kr/cyberhtm/3dPolygon.htm - 폴리곤에 관한 page
         http://zp.cse.cau.ac.kr/~erunc0/study/d3d/potential.bmp
         실행 파일: http://zp.cse.cau.ac.kr/~erunc0/study/d3d/potentialFunc.exe
  • DataStructure/String . . . . 4 matches
          || pattern || a || b || c || a || b || c || a || c || a || b ||
          j = 5 일때, pattern = abcabc 여기서 [[HTML(<b><font color=red>)]]abc[[HTML(</font></b>)]][[HTML(<b><font color=blue>)]]abc[[HTML(</font></b>)]]이므로 i = 2이고 i < j이므로 f(5) = 2
          j = 4 일때, pattern = abcab 여기서 [[HTML(<b><font color=red>)]]ab[[HTML(</font></b>)]]c[[HTML(<b><font color=blue>)]]ab[[HTML(</font></b>)]]이므로 i = 1이고 i < j 이므로 f(4) = 1
          j = 3 일때, pattern = abca 여기서 [[HTML(<b><font color=red>)]]a[[HTML(</font></b>)]]bc[[HTML(<b><font color=blue>)]]a[[HTML(</font></b>)]]이므로 i = 0이고 i < j 이므로 f(3) = 0
  • DesignPatterns/2011년스터디 . . . . 4 matches
         [[PageList(^DesignPatterns/2011년스터디)]]
          * HolubOnPatterns를 함께 읽는 스터디.
          * [http://onoffmix.com/event/3297 Joseph Yoder와의 만남]
         [DesignPatterns], [스터디분류], [2011년활동지도]
  • EcologicalBinPacking/황재선 . . . . 4 matches
         int bottle[9] = {0,};
          cin >> bottle[i];
          sum += bottle[i];
          sum += bottle[i];
  • EightQueenProblem/이덕준소스 . . . . 4 matches
         bool WellPutted(int level1, int level2, int queens[]);
          if (!WellPutted(i,level,queens)) //if (!WellPutted(i,j,queens))
         bool WellPutted(int level1, int level2, int queens[])
  • English Speaking/The Simpsons/S01E04 . . . . 4 matches
         Moe : What's-a matter, Homer? Bloodiest fight of the year.
         You're sitting there like a thirsty bump on a log.
         Police 1 : What's gotten into Bobo?
         You got crummy little kids that nobody can control.
  • EnglishSpeaking/TheSimpsons/S01E04 . . . . 4 matches
         Moe : What's-a matter, Homer? Bloodiest fight of the year.
         You're sitting there like a thirsty bump on a log.
         Police 1 : What's gotten into Bobo?
         You got crummy little kids that nobody can control.
  • FocusOnFundamentals . . . . 4 matches
         --David Parnas from [http://www.cs.utexas.edu/users/almstrum/classes/cs373/fall98/parnas-crl361.pdf Software Engineering Programmes Are Not Computer Science Programmes]
         Students usually demand to be taught the language that they are most likely to use in the world outside (FORTRAN or C). This is a mistake. A well taught student (viz. one who has been taught a clean language) can easily pick up the languages of the world, and he [or she] will be in a far better position to recognize their bad features as he [or she] encounters them.
         I would advise students to pay more attention to the fundamental ideas rather than the latest technology. The technology will be out-of-date before they graduate. Fundamental ideas never get out of date. However, what worries me about what I just said is that some people would think of Turing machines and Goedel's theorem as fundamentals. I think those things are fundamental but they are also nearly irrelevant. I think there are fundamental design principles, for example structured programming principles, the good ideas in "Object Oriented" programming, etc.
         --David Parnas, from http://www.cs.yorku.ca/eiffel/teaching_info/Parnas_on_SE.htm
  • FoundationOfUNIX . . . . 4 matches
          * [http://zeropage.org/~neocoin/putty.exe putty Client] 여기서 프로그램 다운 받아서 깔아서 접속하세요
          * 쉘 스크립트 짜기 [http://kldp.org/KoreanDoc/Shell_Programming-KLDP kldp 쉘 프로그래밍 참고 강좌]
  • GDBUsage . . . . 4 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]
         [http://kldp.org/node/71806 KLDP:GDB 잘 쓰기]라는 글 에도 사용법이 쉽게 정리 되어 있습니다.
  • GRASP . . . . 4 matches
         '''''이 내용은 Applying UML and Patterns CHAPTER 22 [GRASP]에서 얻어온 것입니다'''''
         === Related Patterns ===
         === Related Patterns ===
         PatternCatalog
  • Googling . . . . 4 matches
         [http://www.google.com/apis/ Google API]
         [http://www.google.com/apis/maps/ Google Map API]
         [http://desktop.google.com/developer.html Google Desktop API]
         [http://www.google.com/apis/adwords/ Google AdWords API]
  • HelpMiscellaneous . . . . 4 matches
         [[질문과답변]] 페이지에서 질문하시거나 http://kldp.net/projects/moniwiki 를 통해 질문하시기 바랍니다.
         MoniWikiFaq / MoniWikiFaq2 에는 예전의 FAQ를 보실 수 있습니다. 더 궁금하신 부분은 http://kldp.net/projects/moniwiki 를 통해서 질문하시기 바랍니다.
         특정 URL을 fix해주는 기능을 제공합니다. 예를 들어 과거의 {{{http://foobar.org}}}였던 링크가 최근에 {{{http://foobar.com}}}으로 바뀌었다면 이를 UrlMappings에 등록해서 자동으로 잘못된 URL 정보를 fix할 수 있게 해줍니다. 이 기능은 단지 대치만 해주기 때문에 실제로 페이지 내용이 바뀌거나 하지는 않습니다.
  • Java/ServletFilter . . . . 4 matches
         http://java.sun.com/products/servlet/Filters.html
         http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters-p2.html
          <url-pattern>/*</url-pattern>
  • JavaScript/2011년스터디/7월이전 . . . . 4 matches
          * http://www.synapsoft.co.kr/11/recruit1.jsp 의 스펙을 읽고 Map을 화면에 띄움.
          * http://stackoverflow.com/questions/69913/why-dont-self-closing-script-tags-work
          * 오늘은 PairProgramming으로 [http://probablyinteractive.com/url-hunter URLHunter]를 만들어보았는데 setInterval 함수를 사용하여 계속 페이지 주소를 바꿔주는 부분까지 성공했습니다. 처음에는 setTimeout 함수를 사용해서 생각처럼 제대로 작동하지 않았어요. 다음주엔 새내기가 스터디에 합류할텐데 매우 기대됩니다. 우리가 했던것들을 설명해주고 같이 [http://probablyinteractive.com/url-hunter URLHunter]를 만들어보려고 해요. 시간이 너무 걸리지 않도록 어떻게 접근할지 주말에 미리 생각해보겠습니다. - [김수경]
  • JavaScript/2011년스터디/URLHunter . . . . 4 matches
         [http://probablyinteractive.com/url-hunter URLHunter]를 만들어보자!!
         http://joojis.net/urlhunter.php
          <input type="button" value="pause" onclick="pause();"/>
          <input type="button" value="pause" onclick="pause();"/>
  • LC-Display/상협재동 . . . . 4 matches
         bool pattern[10][7] = {
          if(pattern[atoi(&temp)][patNum] != 0)
          if(pattern[atoi(&temp)][patNum1] != 0)
          if(pattern[atoi(&temp)][patNum2] != 0)
  • LUA_1 . . . . 4 matches
         루아의 공식 사이트는 http://www.lua.org/ 입니다. 하지막 MS-Windows 환경에서 루아를 시작하고 싶으시다면 http://code.google.com/p/luaforwindows/ 에서 루아 프로그램을 다운 받으실 수 있습니다. 우선 MS-Windows 환경이라고 가정하고 앞서 말한 사이트의 Download 페이지에서 LuaForWindows_v5.1.4-45.exe 를 다운 받습니다. 나중에는 버전명이 바뀐 바이너리 파일이겠죠. 이 파일을 다운로드 받아서 설치하면 시작>Programs>Lua>Lua (Command Line) 를 찾아 보실 수 있습니다. 해당 프로그램을 실행하면 Command 화면에 ">" 와 같은 입력 프롬프트를 확인하실 수 있습니다. 그럼 간단히 Hello world를 출력해 볼까요?
          둘째는 빠르다는 점입니다. 빠르다는 말은 상대적일 수 있는데, 다른 스크립트 언어에 비해서 빠르다는 뜻입니다. 예를 들면 Python 이겠죠. 자세한 내용은 http://lua-users.org/wiki/LuaVersusPython 페이지에서 Python 과 비교한 부분에서 확인 하실 수 있습니다.
          그리고 세번째는 많은 게임의 스크립트 언어로 검증이 되었다는 점입니다. 대표적으로 World of Warcraft(WOW)가 있겠죠. 많은 사람들이 루아를 WOW을 통해서 알게 되었죠. 간략하게 루아의 특징에 대해서 알아 보았습니다. 좀 더 자세한 루아의 역사는 http://en.wikipedia.org/wiki/Lua_(programming_language) 에서 확인할 수 있습니다. 한글 위키 페이지가 내용이 좀 부족하네요.
  • Leonardong . . . . 4 matches
         나휘동, 03학번입니다. 메일은 [http://services.nexodyne.com/email/icon/nOHTEok0CpQ2cg%3D%3D/65OQ5Ws%3D/WWFob28%3D/20/image.png] MSN 메신저 는 [http://services.nexodyne.com/email/icon/XqXhYjfoW4xIr8o%3D/3foV4yk%3D/SG90bWFpbA%3D%3D/0/image.png]입니다.
         [http://zeropage.org/zero/?url=leonardong 개인위키]를 분양받아 쓰고 있습니다. 제로페이지 프로젝트에는 [http://zeropage.org/trac/leonardong/ Trac]을 쓰고 있지요.
  • LinuxSystemClass . . . . 4 matches
         교수: 김성조 교수님 [http://konan.cse.cau.ac.kr/ 수업홈페이지]
         http://ssrnet.snu.ac.kr/course
         http://ssrnet.snu.ac.kr/course/os2004-1/
         http://ssrnet.snu.ac.kr/course/os2004-1/errata.html - 번역서 errata 페이지.
  • MFCStudy_2001/진행상황 . . . . 4 matches
          * 1월 9일자 진행 프로그램: [http://zeropage.org/pds/Alcanoid1_혜영.exe 혜영] [http://zp.cse.cau.ac.kr/~nuburizzang/Arca.exe 인수] [http://zeropage.org/pds/arkanoid_선호.exe 선호] [http://zeropage.org/pds/omok_상협.exe 상협] (창섭이는 부탁으로 제외하고 다음 이시간에)
  • MajorMap . . . . 4 matches
         ALU is is a part of the execution unit, a core component of all CPUs. ALUs are capable of calculating the results of a wide variety of basic arithmetical computations such as integer and floating point arithmetic operation(addition, subtraction, multiplication, and division), bitwise logic operation, and bit shitf operation. Therefore the inputs to the ALU are the data to be operated on (called operands) and a code from the control unit indicating which operation to perform. Its output is the result of the computation.--from [http://en.wikipedia.org/wiki/ALU]
         Two's complement is the most popular method of representing signed integers in computer science. It is also an operation of negation (converting positive to negative numbers or vice versa) in computers which represent negative numbers using two's complement. Its use is ubiquitous today because it doesn't require the addition and subtraction circuitry to examine the signs of the operands to determine whether to add or subtract, making it both simpler to implement and capable of easily handling higher precision arithmetic. Also, 0 has only a single representation, obviating the subtleties associated with negative zero (which is a problem in one's complement). --from [http://en.wikipedia.org/wiki/Two's_complement]
         BCD가 이진수 표현에 비해 갖는 장점 중 하나는, 표현할 수 있는 숫자 크기에 제한이 없다는 것이다. 다른 자릿수를 추가하려면, 그저 새로운 네 비트를 추가하기만 하면 된다. 이와는 대조적으로, 이진수 형식으로 표현된 숫자는 그 숫자를 표현하기 위해 사용되는 비트, 즉 8, 16, 32, 또는 64 비트 등에 의해, 표현할 수 있는 가장 큰 숫자가 제한된다. --from [http://terms.co.kr/]
         A Gray code is a binary numeral system where two successive values differ in only one digit. --from [http://en.wikipedia.org/wiki/Gray_code]
  • MapBrowserSite . . . . 4 matches
          * [http://www.congnamul.com/ 콩나물맵 브라우저] 이하는 콩나물을 사용하는 사이트들
          * [http://www.seoul.go.kr/org/introduction/others/map/map.html 서울시 지도]
          * [http://map.daum.net/main/?_top_sec=map 다음 지도]
          * [http://map.naver.com/ 네이버 맵 브라우저]
  • MineSweeper/Leonardong . . . . 4 matches
         import unittest
         class MineSweeperTestCase(unittest.TestCase):
         class MineGroundTestCase(unittest.TestCase):
         ## unittest.main()
  • MoreEffectiveC++/Miscellany . . . . 4 matches
         당신의 코드를 변화가 필요할때, 그 효과를 지역화(지역화:localized) 시키도록 디자인 해라. 가능한한 캡슐화 하여라:구체적인 구현은 private 하라. 광범위하게 적용해야 할곳이 있다면 이름없는(unamed) namespace나, file-static객체 나 함수(Item 31참고)를 사용하라. 가상 기초 클래스가 주도하는 디자인은 피하라. 왜냐하면 그러한 클래스는 그들로 부터 유도된 모든 클래스가 초기화 해야만 한다. - 그들이 직접적으로 유도되지 않은 경우도(Item 4참고) if-than-else을 개단식으로 사용한 RTTI 기반의 디자인을 피하라.(Item 31참고) 항상 클래스의 계층은 변화한다. 각 코드들은 업데이트 되어야만 한다. 그리고 만약 하나를 읽어 버린다면, 당신의 컴파일러로 부터 아무런 warning를 받을수 없을 것이다.
         어떤 것이 더 많은 문제를 일으키는 것으로, 밴더들의 주목을 받고 있을까? "우리는 String*을 사용하는 목적을 가지지 않는다. 그래서 이는 별 문제가 되지 않는다." 그건 아마 사실일 것이다. 하지만 그들의 String클래스는 수많은 개발자들이 사용가능한 것이다. 수많은 개발자들이 C++의 수준이 제각각이다. 이러한 개발자들이 String상에서의 비가상 파괴자(no virtual destructor)를 이해할까? 그들이 비가상 파괴자를 가진 String때문에 String으로 유도된 새로운 클래스가 모험 비슷한 것을 알고 있을까? 이런 벤더들은 그들의 클라이언트들이 가상 파괴자가 없는 상태에서 String*를 통하여 삭제가 올바르게 작동하지 않고, RTTI와 String에 대한 참조가 아마 부정확한 정보를 반환한다는걸 확신시킬까? 이 클래스가 정확히 쓰기 쉬운 클래스일까? 부정확하게 쓰기 어려운 클래스일까?
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_258_1.gif
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_264_1.gif
         모든 일에 대하여 AbstractTnimal은 반드시 추상적이어야 하나? 그것은 반드시 최소 하나의 순수 가상 함수를 가지고 있어야 한다. 대부분의 경우에 알맞는 함수를 고르기에는 별 문제가 없다. 그렇지만 희귀한 경우에 당신은 아마 AbstractAnimal 같은 클래스를 만들어야 하는 상황에 직면할지도 모른다. 그러한 경우에, 적당한 방법은 순수 가상 함수로 파괴자를 만들어 버리는 것이다.;위에서 보는것과 같이 말이다.포인터를 통한 다형성을 지원하기 위하여 기본 클래스는 가상 파괴자를 어떤 방법으로든 필요로 한다. 그래서 순수 가상함수를 만들기 위한 비용만이 해당 클래스 정의부 바깥에서 이루어질 구현에서 지불된다. (에를들어서 p195를 보아라)
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_266_1.gif
         출반된 1990년 이후, ''The Annotated C++ Reference Manual''은 프로그래머들에게 C++에 정의에 참고문서가 되어 왔다. ARM기 나온 이후에 몇년간 ''ISO/ANSI committe standardizing the language'' 는 크고 작게 변해 왔다. 이제 C++의 참고 문서로 ARM은 더 이상 만족될수 없다.
          * '''새로운 개념의 추가''' : RTTI, namespace, bool, mutable과 explicit keyword, enum을 위한 오벌드(overload) 연산자 능력, 클래스 정의 내부에서 이용한 완전한 정적 클래스 멤버 초기화 증력
  • MySQL . . . . 4 matches
          * http://www.mysql.com
         [http://zeropage.org/pub/MySQL-manual-split/manual_toc.html MySQL 도움말] : ZeroPage 내부에 두었으며, MySQL의 완전한 도움말
         [http://network.hanbitbook.co.kr/view_news.htm?serial=131 MySQL과 Transaction] 테이블 생성시 InnoDB 나 BSDDB 를 사용하면 Transaction 을 이용할 수 있다. (InnoDB 추천)
         http://navyism.com/main/memo.php?bd=lib&no=24
  • MySQL 설치메뉴얼 . . . . 4 matches
          getting-mysql::. For a given release, binary distributions for all
          The first command changes the owner attribute of the files to the
          `root' user. The second changes the owner attribute of the data
          attribute to the `mysql' group.
  • NUnit/C++예제 . . . . 4 matches
          * Test Fixture 될 클래스의 앞에는 TestFixture, 테스트 함수 앞에 Test 인 Attribute 를 붙인다.
         평소대로 하자면 이렇게 하면 될것이다. 하지만 현재 프로젝트는 [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 상에서 테스트의 대상 클래스는 무조건 포인터형으로 접근할수 있다. 이제 테스트 클래스의 내용을 보자.
  • NoSmokMoinMoinVsMoinMoin . . . . 4 matches
         || 기타 Spec || [http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/moin/dist/CHANGES?rev=1.111&content-type=text/vnd.viewcvs-markup CHANGES] 참조 || NoSmok:노스모크모인모인 참조 || . ||
          * nosmok moin인 moin 0.9를 기반으로 하여 업그레이드 되었고, moinmoin 1.1은 http://sf.net 에 올라와 있는 버전들의 가장 상위 버전입니다. 석천 차이좀 간단히 써주라. --["상민"]
         전 현재 배포판인 MoinMoin 1.0 을 커스터마이징해서 썼으면 합니다. ''(http://acup.wo.to 에 가보시면 MoinMoin 1.0 을 커스터마이징한 위키를 구경할 수 있습니다.)'' ["노스모크모인모인"]에도 현재 욕심나는 기능이 많긴 하지만 MoinMoin 1.0 의 AttachFile 기능이 참 유용하다고 생각하고 있습니다. 그 밖에 Seminar:YoriJori 프로젝트가 다소 정체되어 있다는 느낌이 들기도 한 것이 이유가 될수 있겠습니다. MoinMoin 1.0 설치 및 커스터마이징은 2 ManDay 정도만 투자하면 가능하리라 생각됩니다. --["이덕준"]
  • ObjectOrientedReengineeringPatterns . . . . 4 matches
         http://images.amazon.com/images/P/1558606394.01._PE_PI_SCMZZZZZZZ_.jpg [[BR]] ISBN:1558606394
         see also [http://www.iam.unibe.ch/~scg/OORP/ Book Homepage]
         See Also Xper:ObjectOrientedReengineeringPatterns, Moa:ObjectOrientedReengineeringPatterns , StephaneDucasse
  • OpenCamp/두번째 . . . . 4 matches
         [http://zeropage.org/files/attach/images/78/966/063/6f75db2a84c6346b9f8aaab3c2485bbf.png http://zeropage.org/files/attach/images/78/966/063/6f75db2a84c6346b9f8aaab3c2485bbf.png]
  • OpenGL . . . . 4 matches
         http://nehe.gamedev.net - OpenGL Tutorial 로 유명하다. 각 언어 & 플랫폼별로(C++ - Visual C++ Project, C++ Builder , Java, Java/SWT, Linux SDL, Python 등) 튜토리얼 코드들을 정리해놓았다. 예전부터 OpenGL을 처음 공부하는 사람들에게 늘 추천되었던 사이트.
         http://www.xmission.com/~nate/tutors.html - 추천! OpenGL 해당 명령에 대한 동작을 정말로 쉽게 이해할 수 있다.
         http://www.xmission.com/~nate/sgi.html
         http://www.xmission.com/~nate/es.html
  • OperatingSystemClass . . . . 4 matches
         교수: 황준 교수님 [http://sslab.cse.cau.ac.kr 수업홈페이지]
          * 타대학 수업: http://inst.eecs.berkeley.edu/~cs162/ 의 Webcast 에서 동영상 제공(real player 필요)
          * http://cne.gmu.edu/workbenches/pcsem/Semaphore.html - Producer / Consumer Simulation Applet
          * http://java.sun.com/docs/books/tutorial/essential/threads/synchronization.html
  • PosixThread . . . . 4 matches
         http://c.lug.or.kr/study/etc/posix_thread.html
         http://www.gpgstudy.com/gpgiki/POSIX%20Thread
         http://www-106.ibm.com/developerworks/linux/library/l-pthred.html
         http://www-106.ibm.com/developerworks/linux/library/l-posix1.html
  • ProjectGaia/참고사이트 . . . . 4 matches
          *[http://www.istis.unomaha.edu/isqa/haworth/isqa3300/fs009.htm Extendible Hashing] in English, 개념.코볼 구현소스
          *[http://www.cis.ohio-state.edu/~hakan/CIS671/Hashing.ppt Hash PPT]기본 개념 잡을려면.. 이걸보세엽.
          *[http://oopsla.snu.ac.kr/classes/filestruct/tp/chap12.ppt Hash PPT]이것두 역쉬..
          *[http://perso.enst.fr/~saglio/bdas/EPFL0525/sld009.htm Extendible Hashing]
  • ProjectPrometheus/AT_RecommendationPrototype . . . . 4 matches
         import unittest
         class TestCustomer(unittest.TestCase):
         class TestRecommendationSystem(unittest.TestCase):
          unittest.main(argv=('', '-v'))
  • REFACTORING . . . . 4 matches
         http://images.amazon.com/images/P/0201485672.01._PE_SCMZZZZZZZ_.jpg [[BR]]
         ISBN:0201485672 , [http://www.wowbook.com/generic/book/info/book_detail.asp?isbn=ISBN89-87939-60-X 리팩토링]
         http://www.refactoring.com/catalog/index.html - Refactoring 에 대해 계속 정리되고 있다.
          * 기존의 "디자인 후 코딩' 법칙과 반대된다. (TestFirstProgramming 에서 UnitTest - ["Refactoring"] 이 맞물려 돌아간다)
          * Refactoring 을 하기 위해서는 UnitTest code가 필수적이다. 일단 처음 Refactoring에 대한 간단한 원리를 이해하고 싶다면 UnitTest 코드 없이 해도 좋지만, UnitTest code를 작성함으로서 Refactoring 에 대한 효과를 높일 수 있다. (Refactoring 중 본래의 외부기능을 건드리는 실수를 막을 수 있다.)
         ["Refactoring"] 과 TestDrivenDevelopment 는 일종의 메타패턴이다. (여기에 개인적으로 하나 더 추가하고 싶다면 ResponsibilityDrivenDesign) 두개에 충실하면 ["DesignPattern"] 으로 유도되어지는 경우가 꽤 많다.
  • RSS . . . . 4 matches
         Winer published RSS 2.0 in 2002, emphasizing "Really Simple Syndication" as the meaning of the three-letter abbreviation. RSS 2.0 remained largely compatible with RSS 0.92, and added the ability to add extension elements in their own namespaces. In 2003, Winer and Userland Software assigned ownership of the RSS 2.0 specification to his then workplace, Harvard's Berkman Center for the Internet & Society.
         [http://blogs.law.harvard.edu/tech/rss RSS 2.0 Spec]
         [http://web.resource.org/rss/1.0/ RSS 1,0 Spec]
         [http://www.userland.com UserLand]
  • RUR-PLE . . . . 4 matches
          * [http://rur-ple.sourceforge.net/ 러플홈페이지]
          * [http://zeropage.org/pub/language/python/python-2.4.1.msi Python 2.4 다운로드]
          * [http://prdownloads.sourceforge.net/wxpython/wxPython2.6-win32-unicode-2.6.1.0-py24.exe wxPython다운로드]
          * [http://prdownloads.sourceforge.net/rur-ple/rurple0.9.0.1b.zip?use_mirror=nchc 러플 다운로드]
  • RelationalDatabaseManagementSystem . . . . 4 matches
         The basic relational building block is the domain, or data type. A tuple is an ordered multiset of attributes, which are ordered pairs of domain and value. A relvar (relation variable) is a set of ordered pairs of domain and name, which serves as the header for a relation. A relation is a set of tuples. Although these relational concepts are mathematically defined, they map loosely to traditional database concepts. A table is an accepted visual representation of a relation; a tuple is similar to the concept of row.
         The basic principle of the relational model is the Information Principle: all information is represented by data values in relations. Thus, the relvars are not related to each other at design time: rather, designers use the same domain in several relvars, and if one attribute is dependent on another, this dependency is enforced through referential integrity.
         음 해석하기 귀찮네 ㅡ.ㅡ;; 궁금하면 여기서 읽어보면 될듯... 테이블 기반의 저장 방식에 도대체 왜 관계형 DB라는 말이 도대체 왜 붙은건지를 모르겠어서 찾아보았음. [http://en.wikipedia.org/wiki/Database_management_system 원문보기]
         에디가 코드의 논문은 [http://www.acm.org/classics/nov95/toc.html ACM 논문] 에서 확인할 수 잇음 - [eternalbleu]
  • STL . . . . 4 matches
          * [http://oopsla.snu.ac.kr/~sjjung/stl/booktoc1.htm stl 첫배우기] - 바깥고리
          * [http://oopsla.snu.ac.kr/~sjjung/stl/ptr_0001.htm 컨테이너에 포인터 저장하기(문제점과 해결책)]
          * [http://oopsla.snu.ac.kr/~sjjung/stl/booktoc1.htm]
          * [http://www.sgi.com/tech/stl/ Standard Template Library Programmer's Guide]
  • ServerBackup . . . . 4 matches
          * (./) http://www.pixelbeat.org/docs/screen/
          * http://docs.python.org/library/ftplib.html
          * http://en.wikipedia.org/wiki/Cron 예제
          * 해결 ~ {{{/etc/resolv.conf}}} 에 무료 dns 서버 등록 후 교내 서버는 가장 마지막 순위로 변경 http://theos.in/windows-xp/free-fast-public-dns-server-list/
  • SimpleTextIndexerUsingSQLite . . . . 4 matches
         C:\Documents and Settings\namsang\Local Settings\Temp\index
         = setting.ini 설정 =
          * 아래 소스 참고 : D:\test 폴더가 없으면 뻑남. setting.ini 에서 폴더를 변경 하던지 만들던지
  • StandardWidgetToolkit . . . . 4 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 가 많아서, 따라하기 용이하다.
          1. SWT를 다운로드 받는다. [http://www.eclipse.org/downloads/index.php Eclipse downlaod]에서 받을수 있다. Upload:swt-2.1-win32.zip
          shell.setText("Hello World");
          label.setText("Hello World");
  • StructuredProgramming . . . . 4 matches
         http://www.cs.utexas.edu/users/EWD/welcome.html
         http://www.acm.org/classics/oct95/
         http://www.cs.utexas.edu/users/EWD/ewd02xx/EWD249.PDF
         http://www.cs.utexas.edu/users/EWD/ewd13xx/EWD1308.PDF
  • TAOCP/InformationStructures . . . . 4 matches
          마지막 원소 빼기(setting Y equal to the top node and delete)
         가능한 공간에 리스트가 두 개 있다면 (고정된)bottom을 같이 쓸 수 있다. (p.246 그림 참고) 이런 경우 두 리스트가 메모리를 모두 써버릴 때까지 오버플로우는 생기지 않는다. 이런 형태는 매우 자주 쓰인다.
         하지만 리스트가 더 많으면 bottom이 움직일 수 있어야 한다.(we must allow the "bottom" elements of the lists to change therir positions.) MIX에서 I번째 한 WORD를 rA에 가져오는 코드는 다음과 같다.
  • TellVsAsk . . . . 4 matches
         원문 : http://www.pragmaticprogrammer.com/ppllc/papers/1998_05.html 중 'Tell vs Ask'
         (ResponsibilityDrivenDesign) 그러한 경우, 당신은 당신에게 객체의 상태를 알리도록 질의문을 작성하는 대신 (주로 getter 들에 해당되리라 생각), class 들이 실행할 수 있는 '''command''' 들을 자연스럽게 발전시켜 나갈 것이다.
         Reference - Smalltalk By Example 중 'Tell, Don't Ask' (http://www.iam.unibe.ch/~ducasse/WebPages/FreeBooks.html 에 공개되어있다.)
         See also [http://www.owlnet.rice.edu/~comp212/99-fall/handouts/week1/person 개체지향vs절차지향] - 지금 여기 서버가 죽은것 같은데 서버 살아나면 페이지 뜰껍니다...;; - 임인택
  • UseCase . . . . 4 matches
         [http://searchsystemsmanagement.techtarget.com/sDefinition/0,,sid20_gci334062,00.html WhatIs Dictionary]
         나는 Alistair Cockburn이나 KentBeck, Robert C. Martin 등의 최소 방법론 주의(barely sufficient methods)를 좋아한다. 나는 이 미니말리즘과 동시에 유연성, 빠른 변화대처성 등이 21세기 방법론의 주도적 역할을 할 것이라 믿어 의심치 않는다. Robert C. Martin이 자신의 저서 ''UML for Java Programmers''(출판예정)에서 [http://www.objectmentor.com/resources/articles/Use_Cases_UFJP.pdf Use Cases 챕터]에 쓴 다섯 페이지 글이면 대부분의 상황에서 충분하리라 본다.
          * [http://members.aol.com/acockburn/papers/usecases.htm Structuring Use Cases with Goals]
          * [http://members.aol.com/acockburn/papers/AltIntro.htm Use Case Fundamentals]
  • Velocity . . . . 4 matches
         http://jakarta.apache.org/velocity/
         download : http://jakarta.apache.org/site/binindex.cgi#velocity
          Template tmpl = Velocity.getTemplate("./tmpl/simple.vm");
         Veloeclipse - http://propsorter.sourceforge.net/veloeclipse/
         DreamWeaver Plugin - http://java.techedu.net/phpBB2/viewtopic.php?t=138 - 아아.. 이런 문서 먼저 만들어주신 분에게 참 감사하다는. :)
  • VoiceChat . . . . 4 matches
          * 거원소프트에서 만들었다. [http://www.cowon.com/product/d_voice/software/jet-voice-chat/download.html 홈페이지], 가입할 필요가 없고. 한 사람이 채팅서버 역할을 하고 나머지 가 클라이언트가 된다. 음질도 5k, 32k 선택가능.
          http://pds.egloos.com/pds/1/200412/27/67/a0004367_22395576.jpg
          * KaZaA 의 개발진이 만들었다고 한다. 전 세계적으로 많이 쓰이고 한글화도 되어있다. PeerToPeer 기술을 사용했다. [http://web.skype.com/home.ko.html 홈페이지]
          http://web.skype.com/gfx/neutral/screenshot/skype_start_tab.ko.png
  • WebLogicSetup . . . . 4 matches
         http://localhost:7001/nameOfFile.jsp 의 형식을 취한다.
          <url-pattern>/soapaccess</url-pattern> <!-- uri 패턴 -->
          http://localhost:7001/soapaccess
  • WikiProjectHistory . . . . 4 matches
         || [DesignPatternStudy2005] || 상협, 재선, 상섭 || 디자인 패턴 스터디 || 종료 ||
         || ["KDPProject"] || ["1002"], ["neocoin"], ["comein2"], ["JihwanPark"] || Design Pattern Study. Wiki 활성화 첫 프로젝트. 종료후 남은 Pattern 은 개인적 담당. || 종료 ||
         || ["PatternOrientedSoftwareArchitecture"] || ["상협"],["[Lovely]boy^_^"] || 책에서 본거 간단하게 정리 || 유보 ||
  • WinCVS . . . . 4 matches
          ''DeleteMe 맞는 이야기인가요? ["sun"]의 기억으로는 아닌것으로 알고 있고, 홈페이지의 설명에서도 다음과 같이 나와있습니다. 'WinCvs is written using the Microsoft MFC.' '' [[BR]]
          * [http://python.org] 2.3alpha1에서는 python을 찾을 수 없다고 나오니 2.2를 받자
          * [http://aspn.activestate.com/ASPN/Downloads/ActiveTcl] ActiveTCL을 받자
          * [http://www.wincvs.org]
  • WindowsTemplateLibrary . . . . 4 matches
         Being an unsupported library, WTL has little formal documentation. However, most of the API is a direct mirror of the standard Win32 calls, so the interface is familiar to most Windows programmers.|}}
         [http://www.microsoft.com/downloads/details.aspx?FamilyID=128e26ee-2112-4cf7-b28e-7727d9a1f288&DisplayLang=en MS WTL]
         [http://sourceforge.net/projects/wtl/ WTL SourceForge]
         [http://www.codeproject.com/wtl/wtl4mfc1.asp WTLForMFCProgrammer]
  • XMLStudy_2002/Encoding . . . . 4 matches
          *유니코드에 대해서 자세히 알고 싶거나 참조해야 하는 경우 : [http://www.unicode.org/]
          *Unicode와 XML등과 같은 Markup Language 등에 대해 W3C와 Unicode.org 멤버들이 작성한 Technical Report : [http://www.w3.org/TR/1999/WD-unicode-xml-19990928/]
          *다국어 지원 웹 컨텐츠 제작시 XML과 Unicode의 결합을 역설한 내용 : [http://www.tgpconsulting.com/articles/xml.htm]
          *다국어 지원 웹 사이트 제작시에 인코딩 방법 : [http://www.webtechniques.com/archives/2000/09/yunker/]
  • XpWeek . . . . 4 matches
         [http://www.okjsp.pe.kr/upload/Agile_Voice.zip 기민한 문화 이야기]를 안 보신 분은 꼭 보고 오셨으면 합니다.
         http://www.javastudy.co.kr/docs/yopark/chap10/chap10.html
         [http://java.pukyung.co.kr/Lecture/Chapter21.php 네트워크 프로그래밍]
         http://www.mockobjects.com/MocksObjectsPaper.html
  • ZPBoardHistory . . . . 4 matches
          *[http://zeropage.org/jsp/board/thin/?table=seminar]
          *[http://zeropage.org/jsp/board/thin/?table=T999844101271]
          *[http://zeropage.org/jsp/board/thin/?table=T999617115441]
          *[http://zeropage.org/jsp/board/thin/?table=T996891244793]
  • [Lovely]boy^_^/영작교정 . . . . 4 matches
          * [[HTML(<STRIKE>)]] I was obliged to leave after such a unpleasantly battle.[[HTML(</STRIKE>)]]
          * I was obliged to leave after such an unplesant battle.
          * 크윽..--; 모음 앞에는 an이란걸 망각하다니.. battle이 명사니까 형용사형이 와야했는데..--; 왜 그랬지--;
          * I am reluctant in getting involved in the event.
  • apache/mod_python . . . . 4 matches
          * 윈도우즈 환경에서 mod_python을 설치하기. [http://www.nzeo.com/bbs/zboard.php?id=tag_tip&no=5]
          * [ftp://ring.aist.go.jp/archives/net/apache/dist/httpd/modpython/win/] : 윈도우즈 환경에서 Apache 와 연동해서 설치할 경우에 왼쪽 링크 참고. 특히 주의할 점은 Apache 버전 자신의 것과 맞는 것으로 다운 받아야 함.(안그럴 경우 아파치 서버 시작 못함)
          * [http://www.modpython.org/live/current/doc-html/inst-testing.html] : 인스톨 테스트
          * mod_pyhton 홈페이지 [http://www.modpython.org/]
  • biblio.xsl . . . . 4 matches
          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
          xmlns="http://www.w3.org/TR/xhtml1/strict">
          <div style="margin-bottom:6pt;">
          ISBN <a href="http://www.bookpool.com/.x//sm/{isbn}"><xsl:value-of select="isbn"/></a>.
  • eclipse플러그인 . . . . 4 matches
          * http://pydev.sf.net/updates/
          * http://subclipse.tigris.org/update/
          * http://download.eclipse.org/webtools/updates/
          * http://dbedit.sourceforge.net/update/
  • html5 . . . . 4 matches
          * http://slides.html5rocks.com/#slide49
          * 가장 좋은 api reference는 http://dev.w3.org/html5/ 입니다.
          * [http://simon.html5.org/html5-elements w3g HTML5 레퍼런스들을 목차로 잘 정리해 놓았다.]
          * http://caniuse.com/
  • iText . . . . 4 matches
         [Java]를 이용하여 PDF 파일을 제작을 도와주는 라이브러리. 라이선스는 [http://www.mozilla.org/MPL/MPL-1.1.html MPL]과 [http://www.gnu.org/copyleft/lesser.html LGPL].
          * [http://www.lowagie.com/iText/ 프로젝트 홈페이지]
          * [http://sourceforge.net/projects/itext/ 프로젝트 홈페이지(SourceForge)]
  • sisay . . . . 4 matches
         [[PlayMusic(http://www.dcinside.com/a-new/hit/img/zerghasu-01.wma)]]
         http://dc4.donga.com/zero/data/westernfood/1110918392/P1010222.jpg - DeadLink
         http://down.humoruniv.com/hwiparambbs/data/pds/zz%25A4%25BB%25A4%25BB.jpg - DeadLink
         http://kr.img.dc.yahoo.com/b3/data/hit/1110243320/050308_1.jpg
  • stuck!! . . . . 4 matches
         zp 내 링크. http://zeropage.org/pub/util/devcpp-4.9.9.2_setup.exe
         [http://165.194.17.15/pub/upload/CampusC.zip CampusC] // 오래된 내용이라 구질구질 하기도.
         '''[http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr의 C기초강좌] 매우 자세하며 양이 많다. 이것이 교재 적당히씩 읽고 와주세요'''
         http://blog.naver.com/sgkao/100011807413 씨를 이렇게 공부하는 사람도 있네요~^ㅡ^ - 톱아보다
  • zeropageBlog . . . . 4 matches
          * 공식 블로그 주소는 [http://blog.zeropage.org/zeropageBlog/] 입니다.
          * 블로그 관리자 메일은 [http://services.nexodyne.com/email/icon/XS9S2vaD8Dp0Nwul/3jgUDRo%3D/R01haWw%3D/0/image.png] 입니다.
          * 자세한 사용법은 [http://www.tattertools.com 태터툴즈 홈페이지]를 이용해 주십시오.
  • 게임프로그래밍 . . . . 4 matches
          * [http://www.libsdl.org/release/SDL-devel-1.2.14-VC8.zip libSDL_dev]
         = Setting Up SDL =
          * [http://lazyfoo.net/SDL_tutorials/lesson01/windows/msvsnet0508e/index.php Setting_Up_SDL]
  • 경시대회준비반 . . . . 4 matches
         || [CuttingSticks] ||
         || [HotterColder] ||
         [http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=dynProg Dynamic Programming: From novice to advanced] 읽어보세요.
         [http://www.algorithmist.com/] ACM 문제가 어느 알고리즘 파트인지 알 수 있다. 그외 도전할만한 많은 문제들이 있다.
  • 단식자바 . . . . 4 matches
         [Java], [http://zeropage.org/~iruril/jdk-1_5_0_01-windows-i586-p.exe ZP pub의 JDK]
         [Eclipse], [http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.1-200506271435/eclipse-SDK-3.1-win32.zip&url=http://eclipse.areum.biz/downloads/drops/R-3.1-200506271435/eclipse-SDK-3.1-win32.zip&mirror_id=26 이클립스 3.1]
         [http://gigamail8.paran.com:8080/gigamail_pop.php?file=/D8/1/20050713/16/07/beonit@paran.com/1121238649_29721_x0.zip&filename=javaJava.zip 첫날소스]
  • 데블스캠프2003/넷째날/Linux실습 . . . . 4 matches
          [http://www-903.ibm.com/kr/linux/value/advantage/]
         [http://zeropage.org/pub/util/putty.exe putty Client]
  • 데블스캠프2003/셋째날/여러가지언어들 . . . . 4 matches
         [http://165.194.17.15/~mulli2/Program/Python/Python-2.2.2.exe Python 2.2.2]
         [http://165.194.17.15/~mulli2/Program/Python/idlefork-0.8.1.zip idle-folk]
         [http://165.194.17.15/pub/language/Squeak3.5-current-win-full.zip Squeak]
         [http://165.194.17.15/pub/language/plt-204.exe Scheme]
  • 데블스캠프2005/월요일 . . . . 4 matches
          [http://xenbio.net/cgi/view/Xen/PlaySmalltalkWithIndexCard 잡담카드게임] 45m
          [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++]
  • 데블스캠프2005/월요일/BlueDragon . . . . 4 matches
          self.aDragon.attack()
          def attack(self):
          self.aDragon.attack()
          def attack(self):
  • 마름모출력/이태양 . . . . 4 matches
          char pattern;
          printf("패턴입력:");scanf("%c",&pattern);
          printf("%c",pattern);
          printf("%c",pattern);
  • 마름모출력/임다찬 . . . . 4 matches
          char pattern;
          printf("패턴입력 : "); scanf("%c",&pattern);
          for(j=1;j<=2*i+1;j++) printf("%c",pattern);
          for(j=1;j<=(2*B_length-3)-2*i;j++) printf("%c",pattern);
  • 블로그2007 . . . . 4 matches
         미래에는 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를 눌러서 무엇들이 같이 패키징 되었나 보세요.
         PHP 인터프리터는 APM을 같이 생각해 설치해야 합니다. 국내에 유명한 APM패키지로는 [http://apmsetup.com/ APM Setup]이 많이 쓰입니다. 그러나 작년 말에 예정된 업그레이드 버전 이후 소식이 없습니다. (내부 사정이 있는 것 같아요.) 더 추천할 곳은 [http://www.apachefriends.org Apach Friends]라는 멋진 곳에 있는 XAMPP를 사용하세요. 천천히 RTFM해보면, 됩니다.
  • 새싹교실/2012/부부동반 . . . . 4 matches
          * 교재 소개 - 혼자서 연구하는 C/C++ (김상형) - [http://kangcom.com/sub/view.asp?sku=200906030005&mcd=571]
          난 정말 C Programming을 공부한 적이 없다구요 - [http://kangcom.com/sub/view.asp?sku=200812300005&mcd=571]
          C를 배우면 함수를 잘 만들어야 한다 - [http://kangcom.com/sub/view.asp?sku=201004090011&mcd=571]
         인터넷 주소 “[http://www.uefa.kr/eplmatch.txt]”에는 94가 저장되어 있다.
  • 새싹교실/2012/해보자 . . . . 4 matches
          char letter = 'a';
          while(letter<='z'){
          printf("%c",letter);
          letter++;
  • 새싹교실/2013/양반/1회차 . . . . 4 matches
          * [http://soenlab.com/lecture/ccpp/cpp1/3-2-1.png printf]
          * [http://soenlab.com/lecture/ccpp/cpp1/3-2-2.htm scanf]
          * [http://soenlab.com/lecture/ccpp/cpp1/3-1-1.htm 변수의 정의]
          * [http://soenlab.com/lecture/ccpp/cpp1/3-1-2.htm 변수의 종류]
  • 실시간멀티플레이어게임프로젝트 . . . . 4 matches
         혹시 축구에 관심이 있다면 CM을 참고하세요. [http://www.hani.co.kr/section-014010000/2002/07/014010000200207141533005.html 신문 기사] 기본적으로는 텍스트로만 이뤄지는 게임입니다.
         import unittest
         class CalculatorTestCase(unittest.TestCase):
          unittest.main()
  • 안녕하세요 . . . . 4 matches
          [http://imgnews.naver.com/image/045/2006/03/09/2006-03-09T114301Z_01_NOOTR_NISIDSP_2_120060309091802403.jpg]
          ["http://dory.mncast.com/mnc_movie.swf?movieID=75|N20063522627' == 야구보기 == ] <-야구가 안봐진다..; 뭐지?;; 보고싶어
         === 반가워~ 난 진하야 저 사진 디게 웃긴다 ㅋㅋㅋ [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클릭하지마요!] ===
         http://pds15.cafe.daum.net/download.php?grpid=qkLj&fldid=6lGP&dataid=4&fileid=1
  • 안전한장소패턴 . . . . 4 matches
         ...좋은 물리적 환경 (CommonGroundPattern, PublicLivingRoomPattern)은 어떤 스터디 그룹에서든 필수적이다. 이 패턴에서 설명하는 지성적 환경 역시 마찬가지로 필수적이다.
         [attachment:sp.jpg]
         실제로, 그룹 내에는 언제나 어느 정도의 개인적 충돌이나 불화가 있게 마련이다. 그런 이슈에 대해서 이야기 할 수 있도록 세션이 끝난 뒤에 사람들이 모이는 것(AfterHoursPattern)이 도움이 된다.
  • 알고리즘3주숙제 . . . . 4 matches
         from [http://www.csc.liv.ac.uk/~ped/teachadmin/algor/d_and_c.html The university of liverpool of Computer Science Department]
         [http://www.csc.liv.ac.uk/~ped/teachadmin/algor/pic4.gif]
         from [http://pages.cpsc.ucalgary.ca/~jacobs/Courses/cpsc413/W05/ University of Calgary Dept.CS]
         [http://pages.cpsc.ucalgary.ca/~jacobs/Courses/cpsc413/W05/labs/DivideConquer.pdf Divide and conquer lab exercises]
  • 알고리즘5주참고자료 . . . . 4 matches
         [http://en.wikipedia.org/wiki/Randomized_algorithm Randomized algorithm]
         [http://en.wikipedia.org/wiki/Las_Vegas_algorithm Las Vegas algorithm]
         [http://en.wikipedia.org/wiki/Monte_Carlo_algorithm Monte Carlo algorithm]
         [http://www.cs.cmu.edu/afs/cs.cmu.edu/user/avrim/www/Randalgs97/home.html 관련자료]
  • 오목/곽세환,조재화 . . . . 4 matches
         // Attributes
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
          ON_WM_LBUTTONDOWN()
         void COhbokView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
  • 오목/민수민 . . . . 4 matches
         // Attributes
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
          ON_WM_LBUTTONDOWN()
         void CSampleView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
  • 오목/재선,동일 . . . . 4 matches
         // Attributes
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
          ON_WM_LBUTTONDOWN()
         void CSingleView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
  • 오목/진훈,원명 . . . . 4 matches
         // Attributes
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
          ON_WM_LBUTTONDOWN()
         void COmokView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
  • 우리홈만들기 . . . . 4 matches
          *http://zeropage.org/~zmdpt
          * http://zeropage.org/~best117
          * http://zeropage.org/~woodpage 후후 나의 홈 ~~
          * http://zeropage.org/~zennith
  • 위키설명회2005/PPT준비 . . . . 4 matches
         - 지금의 위키는 가장 기본적인 디자인이다. 이런(http://hellocity.net/~iolo/moniwiki/wiki.php) 저런(http://whitejames.com/wiki.cgi?대문) 위키들도 있따.
          다른 디자인도 있다. [http://hellocity.net/~iolo/moniwiki/wiki.php 이것] 이나 [http://whitejames.com/wiki.cgi?대문 저것]과 같은.
  • 유럽여행 . . . . 4 matches
         http://www.prettynim.com
         http://www.snailhome.com/new_minbak/europe
         http://cyworld.nate.com/Leonardong
  • 이연주/공부방 . . . . 4 matches
         [[HTML(<span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=black><b>)]]
         [[HTML(<span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=blue><b>)]]헉; 뭔가 바껴서 된다;; 헉; [JuNe]님 감사합니다.^^~[[HTML(</b></font></span>)]]
          [[HTML(<span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=ff4500><b>)]](손도 못대겠슈=,.=;)[[HTML(</b></font></span>)]]
          http://prof.cau.ac.kr/~sw_kim/include.htm
  • 이원희 . . . . 4 matches
         [http://www.caucse.net]
         [http://www.naver.com 네이버]
         [http://zerowiki.dnip.net/zero/images/zeropageLogo.jpg]
         [http://wiki.zeropage.org/]섞어서''
  • 이태양 . . . . 4 matches
         [http://cbingoimage.naver.com/data2/bingo_32/imgbingo_38/akstnchemdgk/20220/akstnchemdgk_25_m.jpg]
         [LittleAOI]
         '''L'''ittle
         오옷 카오스 초고수 -_-; 정말 두번째판 아키라는 ㄷㄷㄷ 이엿다 ㅋㅋㅋ [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클릭하지마요!]
  • 정규표현식/스터디/반복찾기/예제 . . . . 4 matches
         apport crypttab gdb insserv.conf mailcap pm screenrc updatedb.conf
         apt cups gdm insserv.conf.d mailcap.order pnm2ppa.conf securetty usb_modeswitch.conf
         bash_completion debconf.conf gnome-settings-daemon java modprobe.d printcap services w3m
         brltty dkms gshadow ld.so.conf.d netscsid.conf rc0.d ssh zsh_command_not_found
  • 정모/2011.3.21 . . . . 4 matches
          * [DesignPatterns/2011년스터디]
          * [http://zeropage.org/51372#0 세미나 자료]
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 정모/2011.3.28 . . . . 4 matches
          * [DesignPatterns/2011년스터디]
          * HolubOnPatterns 0장을 읽고 이야기를 나누었다.
          * 돌아온 [http://www.swmaestro.kr SW Maestro]!!!
          * 그렇다면 [DesignPatterns/2011년스터디]를 함께 해보는게 좋을 수도 있겠네요. - [변형진]
  • 정진경 . . . . 4 matches
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=8030549 스탠퍼드 스타트업 바이블]
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=8030550 마이크로서비스 아키텍처]
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=8030548 하스켈]
          * [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=5841446 총, 균, 쇠]
  • 조현태/놀이/시간표만들기 . . . . 4 matches
         http://www.inyourheart.biz/zp/p_timetable.png
          * 2학년용 : [http://zerowiki.dnip.net/~undinekr/ZPT.zip]
          * 3학년용 : [http://zerowiki.dnip.net/~undinekr/ZPT2.zip]
          * 4학년용 : [http://zerowiki.dnip.net/~undinekr/ZPT3.zip]
  • 주요한/노트북선택... . . . . 4 matches
          * [http://www.caucse.net/DongmunBoard/view.php?table=board_alumni06&page=1&id=172&search_condition[subj]=&search_condition[period]=&search_condition[text]=&search_condition[category]= 글1]
          * [http://www.caucse.net/DongmunBoard/view.php?table=board_alumni06&page=1&id=180&search_condition[subj]=&search_condition[period]=&search_condition[text]=&search_condition[category]= 글2]
          나같은 경우에는 [http://kr.dcinside14.imagesearch.yahoo.com/zb40/zboard.php?id=notesell nbinsde노트북중고] 에서 중고 매물로 소니바이오 S38LP를 158만원에 샀는데,, 아는 선배는 같은것을 새거로 290만원 가까이 주고 샀었다는 말을 주고 보람도 있었음,,
          노트북은 에버라텍이 가격대 성능비가 괜찮다고 하고, IBM 거는 튼튼하다고 하고 뭐 여러가지가 있는데, 저 http://nbinsde.com 에서 직접 정보를 모아 보는게 제일 좋을듯... 나같으면 새거같은 중고 노트북을 사겠지만.. - [(namsang)]
  • 지금그때2005/홍보 . . . . 4 matches
         <font color = "Magenta"><a href = "http://zeropage.org/~dduk/memo/memo.php?id=nowthen2005"> 신청하러 가기 </a></font>
         <font color = "Magenta"><a href = "http://zeropage.org/wikis/nowthen2004/_c1_f6_b1_dd_b1_d7_b6_a72004_2f_c8_c4_b1_e2"> 더 많은 2004년 후기 보러가기 </a></font>
         <font color = "Magenta"><a href = "http://zeropage.org/wiki/_c1_f6_b1_dd_b1_d7_b6_a72003_2f_c8_c4_b1_e2"> 2003년 후기 보러가기 </a></font>
         http://zeropage.org/~dduk/memo/memo.php?id=nowthen2005
  • 창섭/통기타 . . . . 4 matches
         || [http://165.194.17.15/~wiz/cgi-bin/MoinMoin/wiki-moinmoin/moin.cgi/_c5_eb_b1_e2_c5_b8?action=highlight&value=음악분류#line23 창섭의 개인위키] ||
         || [http://cafe.daum.net/picatongjjang 중앙대학교 통기타 동아리 피카통 모임 다음까페] ||
         || [http://cafe19.daum.net/_c21_/bbs_list?grpid=2Yce&fldid=V9D 피카통 10기 다음까페 기타관련게시판] ||
         || [http://cafe.daum.net/folkguitar 최대의 통기타 다음까페 통리] ||
  • 최소정수의합/임인택 . . . . 4 matches
         import unittest
         class TestMinInt(unittest.TestCase):
          #unittest.main(argv=('','-v'))
         [LittleAOI]
  • 타도코코아CppStudy/0728 . . . . 4 matches
          virtual void Attack() {
          void Attack() {
          void Attack() {
          plane->Attack();
  • 토비의스프링3/오브젝트와의존관계 . . . . 4 matches
          * getter와 setter를 통해 조회, 수정할 수 있는 프로퍼티를 가진 오브젝트를 의미한다.
          * [http://www.yes24.com/24/goods/267290?scode=029 리팩토링](마틴 파울러, 켄트 벡 공저)
          * 개방 폐쇄 원칙(OCP) [http://cache.springnote.com/pages/2914580 객체지향 설계원칙(SOLID)]
  • 토이/메일주소셀렉터/김남훈 . . . . 4 matches
         letter [-_0-9A-Za-z]
         mailname {letter}({letter}|\.)*{letter}
  • 통찰력풀패턴 . . . . 4 matches
         [attachment:pi_diagram.jpg]
         대화 시 분위기는 중요한 역할을 한다. 어떤 환경은 대화를 촉진시키지만(CommonGroundPattern, PublicLivingRoomPattern), 그렇지 않은 환경도 있다.
         가장 학습이 풍요로워 질 때는 그룹이 동기 부여된 중재자([중재자패턴])와 준비된 참가자(PreparedParticipantPattern)를 가졌을 때이다.
  • 회원자격 . . . . 4 matches
         3. 개인 페이지에 작성 후 [https://zeropage.org/hello 인사게시판]에서 공지의 양식에 따라 등급 조정을 신청
         3. 개인 페이지에 작성 후 [https://zeropage.org/hello 인사게시판]에서 공지의 양식에 따라 등급 조정을 신청
         4. 2를 완료한 경우 https://zeropage.org/hello 에서 공지의 양식에 따라 등급 조정을 신청해주시기 바랍니다.
         4. 2를 완료한 경우 https://zeropage.org/hello 에서 공지의 양식에 따라 등급 조정을 신청해주시기 바랍니다.
  • 02_Python . . . . 3 matches
          * 가장 정확하게 말하자면 객체 지향 스크립 언어이다. (see also Ousterhout's IEEE Computer article ''Scripting: Higher Level Programming for the 21st Century'' at http://home.pacbell.net/ouster/scripting.html )
         see also http://fallin.lv/PythonRumors
         Del 겍체 삭제 def data[k]; del data[i:j]; del obj.attr
  • 1thPCinCAUCSE . . . . 3 matches
          * 문제 성격: 국내 대학생 프로그램 경진 대회의 문제 출제 경향을 따른다. 2002년도 문제 샘플( http://cs.kaist.ac.kr/~acmicpc/problem.html see also ["2002년도ACM문제샘플풀이"] 참조)
         혹시 여러가지 언어를 수용하는 경진대회가 궁금한 사람은 ICFP 프로그래밍 경진 대회(http://icfpcontest.cse.ogi.edu/ )를 한번 둘러보시기 바랍니다. 눈이 확 뜨일 겁니다. 특히 올해 주제는 로봇 프로그래밍입니다. 무척 흥미로운 주제지요.
         또한 모든 문제에 대해 출제자가 예상하는 해답이 있을 것이고, 올바르게 작동은 하지만 수행시간이 훨씬 더 걸리는(알고리즘의 컴플렉시티가 훨씬 높은) 답안이 있을 터인데, "일정시간" 내에 수행이 완료될 수 있다면 더 단순한 답안을 고를 수 있는 능력도 아주 중요할 것이다. 예컨대, 이번 대회의 예제 문제 B번(http://cs.kaist.ac.kr/~acmicpc/B_word.pdf ) 경우, (아마도) 출제자가 예상하는 답안의 실행 시간이나, 혹은 그렇지는 않지만(꽤 무식한 방법을 쓰지만) 올바르게 작동하는 답안의 실행 시간이나 모두 1초 이내이다. 후자의 방법을 생각해 내고, 프로그램 하는 데에는 보통 전산학과 학생이라면(그리고 그가 ["STL"], 특히 Permutation Generator를 다룰 수 있다면) 5분이면 떡을 치고도 남는다.
  • 2006신입생 . . . . 3 matches
          * [http://services.nexodyne.com/email/]를 이용하면 [http://services.nexodyne.com/email/icon/.LOjICs%2BQCXnd%2BAz8g%3D%3D/7vKivYE%3D/SG90bWFpbA%3D%3D/0/image.png]처럼 그림으로 이메일 주소를 표기 할 수 있습니다. 무료입니다.-_-
          * 어디에 보니깐 전화번호도 공일구.오오팔.오구삼팔 과 같은 식으로 써놓던데 이렇게 하면 괜찮은건가 모르겠네요^^ - [http://165.194.17.5/zero/?url=celfin&sessionId=celfin&sessionName=하기웅 하기웅]
  • 3D업종 . . . . 3 matches
         http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200503100003
         http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200311100001
         http://www.xmission.com/~nate/glut.html
  • 5인용C++스터디 . . . . 3 matches
          || 노수민 || [http://zeropage.org/pub/upload/seockda_SM.hwp] || . ||
          || 나휘동 || [http://zeropage.org/pub/upload/TypingGamePlan.hwp] || . ||
          || 황재선, 조재화(페어) || [http://zeropage.org/pub/upload/SchedulByHC.hwp] || . ||
  • AI세미나 . . . . 3 matches
         http://www.red3d.com/cwr/boids/ - 불과 몇 가지 규칙으로 진짜 새처럼 보이게 한다.
         http://www.math.umn.edu/~wittman/faces/main.html - Neural Network를 사용하여 사람의 얼굴 인식.
  • APlusProject . . . . 3 matches
         [http://kaspa.org/kiwon/ SE 수업 홈페이지]
         [http://zeropage.org/~erunc0/study/dp/RationalRose.exe RationalRose 2002]
         [http://zeropage.org/~erunc0/study/dp/Rational_Rose_Enterprise_Edition_2002_Crack.zip RationalRose 2002 과자]
  • AcceleratedC++/Chapter7 . . . . 3 matches
          * Visual C++에서 map을 사용할때 warning이 많이 뜬다면 [http://zeropage.org/wiki/STL_2fmap] 이 페이지를 참고.
          참고) [http://douweosinga.com/projects/googletalk Google Talks] [http://bbs.kldp.org/viewtopic.php?t=54500 KLDP google talks perl clone]
  • Ajax/GoogleWebToolkit . . . . 3 matches
         http://en.wikipedia.org/wiki/Google_Web_Toolkit
         http://www.ologist.co.kr/209
         (스크랩 : http://blog.izyou.net/eternalbleu/723 )
  • Applet포함HTML/진영 . . . . 3 matches
         http://nihs.com.ne.kr/temp/NotHelloWorldApplet.html
          codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_1_01-windows-i586.cab#Version=1,4,1,1"
          pluginspage = "http://java.sun.com/products/plugin/index.html#download">
  • ArsDigitaUniversity . . . . 3 matches
         http://aduni.org/courses/
          * MIT 박사 과정 타라 수잔의 교수 경험 http://www-math.mit.edu/~tsh/teaching/aduni.html
          * 초청 강사 연설 VOD http://aduni.org/colloquia/
  • AsemblC++ . . . . 3 matches
         .exe파일의 어셈블 코드부분에 대한 질문. [http://zeropage.org/wiki/AsemblC_2b_2b?action=edit 지식in]
         [http://www.asmlove.co.kr/ 어셈러브]
         [http://www.google.co.kr/search?num=20&hl=ko&newwindow=1&client=firefox-a&rls=org.mozilla:ko-KR:official&q=disassembler&spell=1 역어셈블러 구글검색]
  • Atom . . . . 3 matches
         Atom is an XML-based document format and HTTP-based protocol designed for the syndication of Web content such as weblogs and news headlines to Web sites as well as directly to user agents. It is based on experience gained in using the various versions of RSS. Atom was briefly known as "Pie" and then "Echo".
         The completed Atom syndication format specification was submitted to the IETF for approval in June 2005, the final step in becoming an RFC Internet Standard. In July, the Atom syndication format was declared ready for implementation[1]. The latest Atom data format and publishing protocols are linked from the Working Group's home page.
         [http://www.intertwingly.net/wiki/pie/Rss20AndAtom10Compared RSSAtomCompare]
         [http://www.atomenabled.org/ AtomEnabled]
  • BaysianFiltering . . . . 3 matches
         http://www.paulgraham.com/naivebayes.html
         http://www.mathpages.com/home/kmath267.htm
         그리고 PatternClassification 관련한 여러 알고리즘에도 BayesTheory 를 기본으로 하는게 상당히 많다.
  • BeeMaja . . . . 3 matches
         [http://online-judge.uva.es/p/v101/10182.html 원문보기]
         [http://online-judge.uva.es/p/v101/p10182a.gif] [http://online-judge.uva.es/p/v101/p10182b.gif]
  • Boost . . . . 3 matches
          '''라이브러리를 확장한 결과는 그 자체가 현재의 기술이 되며, 언젠가는 차후의 표준으로 제안될 수 있을 것입니다. http://boost.org 를 통해 라이브러리를 공개하는 일은 그러한 방법 중에 하나입니다...'''
          * http://boost.org : 공식 사이트
          * [http://boost.org/status/cs-win32.html 컴파일러 테스트] 페이지를 보면 알 수 있듯이 가장 많은 테스트를 통과하는 것은 gcc. VC++ 6 은 테스트도 안한다.
  • BoostLibrary . . . . 3 matches
          '''라이브러리를 확장한 결과는 그 자체가 현재의 기술이 되며, 언젠가는 차후의 표준으로 제안될 수 있을 것입니다. http://boost.org 를 통해 라이브러리를 공개하는 일은 그러한 방법 중에 하나입니다...'''
          * http://boost.org : 공식 사이트
          * [http://boost.org/status/cs-win32.html 컴파일러 테스트] 페이지를 보면 알 수 있듯이 가장 많은 테스트를 통과하는 것은 gcc. VC++ 6 은 테스트도 안한다.
  • BoostLibrary/SmartPointer . . . . 3 matches
          * [http://boost.org/ boost] 에 가서 다운받고 설치한다.
         // See http://www.boost.org for most recent version including documentation.
         See Also [http://dalsu.80port.net/wiki/wiki.php/boost/shared_ptr Boost의 shared_ptr]
  • BuildingParser . . . . 3 matches
         [http://wiki.zeropage.org/pds/2006412115412/PL_PA1.doc 2006. 4. 11. Specification]
         Programming Language Processors in Java: Compilers and Interpreters by David Watt, Deryck Brown
         [http://wiki.zeropage.org/pds/20064714242/Addison%20Wesley%20-%20Building%20Parsers%20with%20Java.pdf Building Parsers With Java by Steven John Metsker]
  • BusSimulation/영창 . . . . 3 matches
         [[NewWindow("http://zeropage.org/cvs/bus_simulation/?root=sapius&rev=7", "최초 동작 버전")]]
         [[NewWindow("http://zeropage.org/cvs/bus_simulation/?root=sapius&rev=8", "station, bus 객체의 people의 승탑 메소드 구현")]]
         [[NewWindow("http://zeropage.org/cvs/bus_simulation/?root=sapius", "탑승하차상황 가정 버전")]]
  • Button/영동 . . . . 3 matches
          JButton 버튼1, 버튼2 ;
          버튼1 = new JButton("1번");
          버튼2 = new JButton("2번");
  • C/C++어려운선언문해석하기 . . . . 3 matches
         원문 : How to interpret complex C/C++ declarations (http://www.codeproject.com/cpp/complex_declarations.asp)
         자세한 설명을 첨가하지 못해서 죄송합니다. 다음의 링크를 참조하시면 더 자세한 이유를 보실 수 있으실 겁니다. http://www.research.att.com/~bs/bs_faq2.html#whitespace )
  • CanvasBreaker . . . . 3 matches
          2. Prewitt(8방향)
          * sobel, prewitt - 1시간
          prewitt 해결
  • ClassifyByAnagram/1002 . . . . 3 matches
         class Formatter:
         psyco.bind(Formatter)
          Formatter(anagram.getAnagrams())
  • ClassifyByAnagram/김재우 . . . . 3 matches
         import unittest
         class AnagramTest( unittest.TestCase ):
          unittest.main()
          long start = System.currentTimeMillis();
          System.err.println( "Elapsed: " + String.valueOf( System.currentTimeMillis() - start ) );
  • ClassifyByAnagram/박응주 . . . . 3 matches
         import unittest
         class AnagramTestCase(unittest.TestCase):
          #unittest.main(argv=('', '-v'))
  • ClassifyByAnagram/재동 . . . . 3 matches
         import unittest
         class AnagramTestCase(unittest.TestCase):
          #unittest.main()
  • ComputerNetworkClass/2006 . . . . 3 matches
          * http://orchid.cse.cau.ac.kr/course/cn/index.php?code=project1
          * http://zerowiki.dnip.net/~namsangboy/program/ethereal.exe
          * http://zerowiki.dnip.net/~namsangboy/program/WinPcap_3_1.exe
  • ContestScoreBoard/문보창 . . . . 3 matches
         }ContestTeam;
         void inputInfoContest(ContestTeam * team, bool * isSumit);
         void initialize(ContestTeam * team, bool * isSumit);
         void initializeTeam(ContestTeam * team);
         int settingRank(bool * isSumit, int * rankTeam);
         void concludeRank(ContestTeam * team, int * rankTeam, int numberSumitTeam);
         void printRank(ContestTeam * team, int * rankTeam, int numberSumitTeam);
          ContestTeam team[NUMBER_TEAM];
          int numberSumitTeam;
          numberSumitTeam = settingRank(isSumit, rankTeam);
          concludeRank(team, rankTeam, numberSumitTeam);
          printRank(team, rankTeam, numberSumitTeam);
         void initialize(ContestTeam * team, bool * isSumit)
         void initializeTeam(ContestTeam * team)
         int settingRank(bool * isSumit, int * rankTeam)
         void inputInfoContest(ContestTeam * team, bool * isSumit)
         void concludeRank(ContestTeam * team, int * rankTeam, int numberSumitTeam)
          for (int i = 1; i < numberSumitTeam; i++)
          for (int j = i + 1; j < numberSumitTeam; j++)
         void printRank(ContestTeam * team, int * rankTeam, int numberSumitTeam)
  • ConvertAppIntoApplet/영동 . . . . 3 matches
         public class AppletTest extends JApplet implements ActionListener {
          JButton 버튼1, 버튼2 ;
          버튼1 = new JButton("1번");
          버튼2 = new JButton("2번");
  • CryptKicker2 . . . . 3 matches
         [http://online-judge.uva.es/p/v8/850.html 원문보기]
         알려진 평문 공격법(known plain text attack)이라는 강력한 암호 분석 방법이 있다. 알려진 평문 공격법은 상대방이 암호화했다는 것을 알고 있는 구문이나 문장을 바탕으로 암호화된 텍스트를 관찰해서 인코딩 방법을 유추하는 방법이다.
         vtz ud xnm xugm itr pyy jttk gmv xt otgm xt xnm puk ti xnm fprxq
  • CubicSpline/1002 . . . . 3 matches
          * Python - [http://python.org/ftp/python/2.2.1/Python-2.2.1.exe Python 2.2.1]
          * wxPython - [http://wxpython.org/download.php#binaries wxPython Download]
          * Numerical Python - [http://sourceforge.net/project/showfiles.php?group_id=1369&release_id=74794 SourceForge Numerical Python]
          * Python 코드에 대한 이해. UnitTest, TestFirstProgramming 에 대한 이해.
         === UnitTest Code ===
  • CubicSpline/1002/test_lu.py . . . . 3 matches
         import unittest
         class TestLuDecomposition(unittest.TestCase):
          unittest.main()
  • CubicSpline/1002/test_tridiagonal.py . . . . 3 matches
         import unittest
         class TestTridiagonal(unittest.TestCase):
          unittest.main()
  • CuttingSticks/문보창 . . . . 3 matches
         // 10003 - Cutting Sticks
         void initTable()
          initTable();
          cout << "The minimum cutting is " << result << ".\n";
         [CuttingSticks] [문보창]
  • Debugging . . . . 3 matches
          * [http://wiki.kldp.org/wiki.php/HowToBeAProgrammer?action=highlight&value=%B5%F0%B9%F6%B1%EB#s-2.1.1 kldp_HowToBeAProgrammer]
          * [http://korean.joelonsoftware.com/Articles/PainlessBugTracking.html 조엘아저씨의 손쉬운 버그 추적법]
         [http://zeropage.org/~namsangboy/Score.zip Debugging/Seminar2005자료소스]
  • DesignPatternSmalltalkCompanion . . . . 3 matches
         http://images.amazon.com/images/P/0201184621.01._PE_PI_SCMZZZZZZZ_.jpg [[BR]]ISBN:0201184621
         약자만 모아서 DPSC라고 부름. zeropage에서 가장 많이 보유하고 있을 것이라 생각되어지는 DesignPattern 서적. (모 회원이 1650원이라는 헐값에 구입했다는 이유만으로. -_-;)
         다음과 같은 이유에서 DesignPatterns (이하 GoF)를 먼저보고 보거나 같이 보는 것을 추천한다.
  • DesignPatterns . . . . 3 matches
         http://images.amazon.com/images/P/0201633612.01.MZZZZZZZ.jpg
         see also [HowToStudyDesignPatterns], [DoWeHaveToStudyDesignPatterns]
  • Django스터디2006 . . . . 3 matches
          * [http://www.python.or.kr:8080/python/LectureNotes/] 이것은 Python 따라하기 좋은 튜토리얼. 이것 쭉 한번 해보면 파이썬 문법 대략 익히게 됨.
          * [http://altlang.org/fest/EnglishStudyWithDjango 대안언어축제에서실습한장고] 이것 참고~. 오 지훈이 열심히 하네 ㅎㅎ, 또 하다가 모르는것 있으면 메신저 namsangboy골뱅이hotmail.com 으로 물어 봐도 돼 ㅎ
          * [http://biohackers.net/wiki/DjangoOnFramework2.1 블러그만드는참고자료]
  • EightQueenProblem/Leonardong . . . . 3 matches
         import unittest
         class EightQueenTestCase(unittest.TestCase):
          unittest.main()
  • EightQueenProblem/kulguy . . . . 3 matches
          See Also [http://maso.zdnet.co.kr/20010407/about/article.html?id=120&page=2 마소2001년 4월 About Python 기사 - 파이썬 최적화론]
          long start = System.currentTimeMillis();
          System.out.println("소요시간(ms) = " + String.valueOf(System.currentTimeMillis() - start));
          if (!queen.canAttack(point))
          public boolean canAttack(Point p)
  • EightQueenProblem/김형용 . . . . 3 matches
         import unittest, random, pdb
         class TestEightQueenProblem(unittest.TestCase):
          def testTotal(self):
          unittest.main(argv=('','-v'))
  • EightQueenProblem2/이덕준소스 . . . . 3 matches
         bool WellPutted(int level1, int level2, int queens[]);
          if (!WellPutted(i,level,queens))
         bool WellPutted(int level1, int level2, int queens[])
  • EmbeddedGogo . . . . 3 matches
          * NASM document 사이트. [http://nasm.sourceforge.net/doc/html/nasmdoc0.html]
          * NASM tutorial [http://home.comcast.net/~fbkotler/]
          * NASM, NASM-IDE 다운로드 [http://uk.geocities.com/rob_anderton/]
  • EmbeddedSystemClass . . . . 3 matches
         http://www.huins.com/new1//img/u-51.jpg
         [http://www.huins.com/new1/sub/sub2-3-6.htm HUINS 보드 소개 페이지]
         [http://zeropage.org/common-ftp/@embedded-system-cd/HUINS/pxa255_pro3v5.2A.iso 내장형시스템 보드 CD DOWNLOAD] : PXA255A (Intel XScale 400Mhz)
  • ErdosNumbers/임인택 . . . . 3 matches
         import unittest
         class TestErdos(unittest.TestCase):
          #unittest.main(argv=('','-v'))
  • Expat . . . . 3 matches
         Expat is a stream-oriented XML 1.0 parser library, written in C. Expat was one of the first open source XML parsers and has been incorporated into many open source projects, including the Apache HTTP Server, Mozilla, Perl, Python and PHP.
         http://expat.sourceforge.net/
         http://www.xml.com/pub/a/1999/09/expat/index.html
  • FreeMind . . . . 3 matches
         마이폴더넷 : [http://software.myfolder.net/Category/Story.html?sn=63003 링크]
         [http://software.myfolder.net/Shot/008/63003-l.gif]
         [http://software.myfolder.net/Shot/008/63003_use_3.jpg]
  • Gof/AbstractFactory . . . . 3 matches
         http://zeropage.org/~reset/zb/data/abfac109.gif
         http://zeropage.org/~reset/zb/data/abfac109.gif
         수행시간에, ET++ 은 concrete 윈도우시스템 서브클래스(concrete 시스템 자원 객체를 생성하는)의 인스턴스를 생성한당=== Related Patterns ===
  • Gof/FactoryMethod . . . . 3 matches
         Here are two additional consequences of the Factory Method pattern:
         == Related Patterns ==
         Abstract Factory (87) is often implemented with factory methods. The Motivation example in the Abstract Factory pattern illustrates Factory Method as well.
  • Google/GoogleTalk . . . . 3 matches
         http://douweosinga.com/projects/googletalk 를 참조하여서 kldp.net 에 aero 님께서 올리신 글입니다.
         [http://bbs.kldp.org/viewtopic.php?t=54500 Korean Google Talk]
          my $unencoded_url = 'http://www.google.com/search?hl=ko&num=10&q='.$q;
  • Hacking/20040930첫번째모임 . . . . 3 matches
          [http://fedora.redhat.com/ 페도라]
          [http://www.debian.org/ 데비안]
          * [http://www.google.co.kr 구글]과 위키 검색을 생활화합시다
  • HowToStudyRefactoring . . . . 3 matches
         see also ["HowToStudyDesignPatterns"]
         OOP를 하든 안하든 프로그래밍이란 업을 하는 사람이라면 이 책은 자신의 공력을 서너 단계 레벨업시켜 줄 수 있다. 자질구레한 기술을 익히는 것이 아니고 기감과 내공을 증강하는 것이다. 혹자는 DesignPatterns 이전에 ["Refactoring"]을 봐야 한다고도 한다. 이 말이 어느 정도 일리가 있는 것이, 효과적인 학습은 문제 의식이 선행되어야 하기 때문이다. DesignPatterns는 거시적 차원에서 해결안들을 모아놓은 것이다. ["Refactoring"]을 보고 나쁜 냄새(Bad Smell)를 맡을 수 있는 후각을 발달시켜야 한다. ["Refactoring"]의 목록을 모두 외우는 것은 큰 의미가 없다. 그것보다 냄새나는 코드를 느낄 수 있는 감수성을 키우는 것이 더 중요하다. 본인은 일주일에 한 가지씩 나쁜 냄새를 정해놓고 그 기간 동안에는 자신이 접하는 모든 코드에서 그 냄새만이라도 확실히 맡도록 집중하는 방법을 권한다. 일명 ["일취집중후각법"]. 패턴 개념을 만든 건축가 크리스토퍼 알렉산더나 GoF의 랄프 존슨은 좋은 디자인이란 나쁜 것이 없는 상태라고 한다. 무색 무미 무취의 無爲적 自然 코드가 되는 그날을 위해 오늘도 우리는 리팩토링이라는 有爲를 익힌다. -- 김창준, ''마이크로소프트웨어 2001년 11월호''
  • Ieee754Standard . . . . 3 matches
          * http://grouper.ieee.org/groups/754/
          * [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] (''강추'')
          * [http://www.cs.berkeley.edu/~wkahan/JAVAhurt.pdf How JAVA's Floating-Point Hurts Everyone Everywhere]
  • InternalLinkage . . . . 3 matches
         9) In July 1996, the °ISO/ANSI standardization committee changed the default linkage of inline functions to external, so the problem I describe here has been eliminated, at least on paper. Your compilers may not yet be in accord with °the standard, however, so your best bet is still to shy away from inline functions with static data. ¤ Item M26, P61
         C++ 에서 SingletonPattern 을 구현할때 다음과 같은 방식을 사용하고는 한다.
         See also [MoreEffectiveC++], [DesignPatterns]
  • IpscLoadBalancing . . . . 3 matches
         import unittest, shlex
         class TestLoadBalancing(unittest.TestCase):
          unittest.main(argv=('','-v'))
  • JAVAStudy_2002 . . . . 3 matches
         목표: JAVA를 이용, 다중 Chattiing 프로그램을 작성한다. [[BR]]
          *대기실 UI이 만듬 UI만들기 진짜 싫다. --; (http://zeropage.org/~woodpage)
          *[http://zeropage.org/~woodpage/pds/채팅.zip 소스]
  • JTDStudy/첫번째과제/상욱 . . . . 3 matches
          assertTrue(true);
          assertTrue(false);
          * JUnit 4.1을 추천합니다. 3~4년 후에는 4.1이 일반화 되어 있겠죠. 사용하다 보니, 4.1은 배열간의 비교까지 Overloading되어 있어서 편합니다. 다음의 예제를 보세요. SeeAlso [http://neocoin.cafe24.com/cs/moin.cgi/JUnit JUnit in CenterStage] --NeoCoin
          * 이 언어들의 시작점으로는 간단한 계산이 필요할때 계산기보다 열기보다 늘 IDLE나 rib(ruby)를 열어서 계산을 하지. 예를들어서 [http://neocoin.cafe24.com/cs/moin.cgi/ET-house_%ED%99%98%EA%B8%89%EC%BD%94%EC%8A%A4?highlight=%28et%29 et-house환급코드 in CenterStage] 같은 경우도 그래. 아 그리고 저 코드 군에 있을때 심심풀이 땅콩으로 짜논거. SeeAlso [http://neocoin.cafe24.com/cs/moin.cgi/%EC%95%BC%EA%B5%AC%EA%B2%8C%EC%9E%84 숫자야구 in CenterStage]
  • JUnit . . . . 3 matches
         Java 언어를 위한 UnitTest Framework.
          * http://junit.org
          * http://www.yeonsh.com/index.php?display=JUnit - 연승훈씨의 홈페이지. Cook Book (주소변경)
          * http://huniv.hongik.ac.kr/~yong/moin.cgi/JunitSampleCode - 박응용씨의 위키페이지. JUnit 간단한 예제.
          JUnit 에서 UnitTest (PyUnit) 에서처럼 testing message 나오게 하려면 어떻게 해야 하죠..? -임인택
  • Java/SwingCookBook . . . . 3 matches
         참조 사이트 : http://www.indiwiz.com/web/Java/Swing/
         Dimension d = Toolkit.getDefaultToolkit().getScreenSize();
          * Abeille Forms Designer - http://www.jetaware.com/forms_product.jsp
         http://www.jgoodies.com
  • JavaStudy2004 . . . . 3 matches
          * http://www.javastudy.co.kr/ - 국내 자바 커뮤니티 사이트
          http://java.sun.com/ - Java 제작사인 sun사의 홈페이지. tutorial이나 api, example 등을 찾아볼 수 있고 다운받을 수 있는 곳
          http://sunny.sarang.net/api/ - Java에 대해 찾아볼 수 있는 api
  • JollyJumpers/Leonardong . . . . 3 matches
         import unittest
         class JollyJumperTestCase(unittest.TestCase):
         ## unittest.main()
  • LoadBalancingProblem/Leonardong . . . . 3 matches
         import unittest
         class SuperComputerTestCase(unittest.TestCase):
          unittest.main()
  • MIT박사가한국의공대생들에게쓴편지 . . . . 3 matches
         http://www.allblog.net/GoPage/goPageFrame.aspx?http%3a%2f%2focomet.jaram.org%2ftt%2findex.php%3fpl%3d158 에서 퍼옴.
  • McConnell . . . . 3 matches
         = Pattern Name =
         == Related Patterns ==
         PatternCatalog
  • MicrosoftFoundationClasses . . . . 3 matches
          ''컴파일 해보고자 하는 분들은 Project/Setting/General 항목에서 MFC DLL을 사용한다는 설정을 해야한다.
         [http://www.codeproject.com/ Code Project]
         [http://www.devpia.com/ DevPia]
          {{{~cpp DocumentTemplateClass : CSingleDocTemplate, CMultiDocTemplate}}}
  • MobileJavaStudy . . . . 3 matches
          * http://java.sun.com/j2me - Sun사의 J2ME 사이트
          * http://www.mobilejava.co.kr - 모바일 자바 공부하기에 젤로 좋은 사이트
          * http://www.joyworld.co.kr - 핸드폰에서 직접 테스트해볼때 서버로 쓸 수 있는 사이트
  • ModelViewPresenter . . . . 3 matches
         http://www.object-arts.com/EducationCentre/Overviews/ModelViewPresenter.htm
          * Command - 모델에 영향을 주는 것 (CommandPattern 과 같다)
         http://www-106.ibm.com/developerworks/java/library/j-mvp.html
  • MoinMoinNotBugs . . . . 3 matches
         '''The HTML being produced is invalid:''' ''Error: start tag for "LI" omitted, but its declaration does not permit this.'' That is, UL on its lonesome isn't permitted: it must contain LI elements.
         ''This issue will be resolved in the course of XML formatting -- after all, XML is much more strict than any browser.''
  • MoniWiki . . . . 3 matches
         MoniWiki is a PHP based WikiEngine. WikiFormattingRules are imported and inspired from the MoinMoin. '''Moni''' is slightly modified sound means '''What ?''' or '''What is it ?''' in Korean and It also shows MoniWiki is nearly compatible with the MoinMoin.
         http://sourceforge.net/projects/moniwiki/
         <img src="http://sourceforge.net/sflogo.php?group_id=51905&type=1" alt='SF.net' />
  • MoniWikiTheme . . . . 3 matches
         http://chemie.skku.ac.kr/wiki/wiki.php/TwinPages?action=theme&theme=kz
         http://chemie.skku.ac.kr/wiki/wiki.php/TwinPages?action=theme&theme=blog
         http://chemie.skku.ac.kr/wiki/wiki.php/TwinPages?action=theme&theme=samplehome
  • Monocycle . . . . 3 matches
         [http://online-judge.uva.es/p/v100/10047.html 원문보기]
         [http://online-judge.uva.es/p/v100/p10047a.gif]
         [http://online-judge.uva.es/p/v100/p10047b.gif]
  • MoreEffectiveC++/Efficiency . . . . 3 matches
         많은 사람들이 병목현상(bottleneck)에 관한 해결책에 고심한다. 경험에 따른 방법, 직관력, tarot 카드이용(운에 맏기기) 그리고 Ouija(점괘를 나타내는 널판지의 상표명, 즉 점보기) 보드를 사용 하기도 하고, 소문이나 잘못, 올바르지 않은 메모리 할당, 충분하지 않은 최적화를 한 컴파일러, 혹은 치명적인 순환 구문을 만들어내기 위해 어셈블리 언어를 사용한 돌대가리 메니저들의 메니저들. 이러한 사정들은 일반적으로 멸시의 비웃음을 동반하고, 그들의 예언은 솔직히 잘못된 것이다.
          s2.convertToUpperCase();
         이와 같은 구문의 사용으로, String의 convertToUpperCase 함수를 적용하면, s2의 값의 복사본을 만들어야 하고, 수정되기전에 s2에 그걸 s2의 종속되는 데이터로 만들어야 한다. convertToUpperCase 내부에 우리는 lazy 상태가 더이상 지속되지 않도록 하는 코드를 넣어야 한다.:s2가 마음대로 다룰수 있도록 s2의 공유된 값의 사본을 복사해야 한다. 반면에 만약 s2가 결코 수정되지 않을 것이라면, 이러한 s2만의 값을 복사하는 일련의 과정이 필요 없을 것이다. 그리고 s2가 존재하는 만큼 값도 계속 존재해야 한다. 만약 더 좋게, s2가 앞으로 결코 변하지 않는다면, 우리는 결코 그것의 값에 대한 노력을 할필요가 없을 것이다.
         iostream과 stdio의 이런 상반되는 성능은 단지 예로 촛점은 아니다. 촛점은 비슷한 기능을 제공하는 라이브러리들이 성능과 다른 인자들과의 교환(trade-off)이 이루어 진는 점이다. 그래서 당신은 당신의 프로그램에서 병목현상(bottleneck)을 보일때, 병목 현상을 라이브러리 교체로 해결할 수 있는 경우를 볼수 있다는 점이다. 예를들어서 만약 당신의 프로그램이 I/O병목을 가지고 있다면 당신은 아마 iostream을 stdio로의 교체를 생각해 볼수 있다. 하지만 그것의 시간이 동적 메모리 할당과 해제의 부분이라면 다른 operator new와 opreator delete(Item 8참고)의 교체로 방안을 생각할수 있다. 서로 다른 라이브러리들은 효율성, 확장성, 이동성(이식성), 형안정성, 그리고 다른 주제을 감안해서 서로 다른 디자인의 목적으로 만들어 졌기 때문에 당신은 라이브러리 교체로 눈에 띠게 성능향상의 차이를 느낄수 있을 것이다.
         == Item 24: Understand the costs of virtual functions, multiple ingeritance, virtual base classes, and RTTI ==
          * Item 24: 가상 함수, 다중 상속, 가상 기초 클래스, RTTI(실시간 형 검사)에 대한 비용을 이해하라.
         http://zeropage.org/~neocoin/data/MoreEffectiveC++_114_1.gif
  • MoreEffectiveC++/Exception . . . . 3 matches
         ALA는 (Adorable Little Animal이다.)
          class Kitten: pubic ALA{
         일단 여러분은 파일에서 부터 puppy와 kitten와 키튼의 정보를 이렇게 읽고 만든다. 사실 Item 25에 언급할 ''virtual constructor''가 제격이지만, 일단 우리에 목적에 맞는 함수로 대체한다.
          startTransaction();
  • NotToolsButConcepts . . . . 3 matches
         advance a little more:
         more attractive to employers who have a clue about what's important in the
         http://www.opus-gmbh.net/
         지금 이 순간에 후배들이 같은 질문을 한다면 NotToolsButConcepts 라는 대답을 해주고 싶다(단, 언어도 하나의 툴이라고 가정할 경우). 1, 2년 후배를 받을 때까지는 잘 몰랐지만, [데블스캠프]나 새내기가 참가하는 세미나를 찾아갈 때마다 매번 들리는 소리였다.
         NotToolsButConcepts라는 말은 수사적인 표현으로 용납할만한 범위에 든다고 봅니다.
         오도할 위험을 안고 구체적인 예를 한가지 든다면, Sway라는 GUI 라이브러리를 공부할 때, 동시에 Sway를 만든 사람(그리고 그 사람의 아버지, ...)의 머리속과 사고과정을 들여다보고(관련 선구적 논문들을 찾아보고), 그것과 동기화해보고, 다시 그것에 대해 스스로 판단을 내려보는 노력을 하고, 이를 다시 간단하게 구현해서 실험해 보고 하는 것을 반복하는 것이 제가 봤을 때에, NotToolsButConcepts의 정신에 맞지 않나 하는 생각이 듭니다. 이것이 제가 배운 "제대로 학문하는 법"입니다. 남의 최종 결과물(artifact) 속에서만 계속 놀지 말고, 그가 그걸 만들어낸 문제의식과 과정을 내 몸으로 직접 체험해 보고 거기에 나 스스로 판단을 내려 보는 것입니다.
  • NumericalAnalysisClass . . . . 3 matches
         교수 : 윤경현 교수님 ([http://cglab.cse.cau.ac.kr 홈페이지]) [[BR]]
         주교재 : http://images.amazon.com/images/P/083113111X.01.MZZZZZZZ.jpg wiki:ISBN:083113111X
         http://images.amazon.com/images/P/1558606793.01.__PE_PIm.arrow,TopLeft,-2,-19_SCMZZZZZZZ_.jpg wiki:ISBN:1558606793
  • OOP . . . . 3 matches
          * [Attribute]
         [http://users.evitech.fi/~hannuvl/sy04/oop_cp.htm] : C++ OOP강의.
         [http://www.codeproject.com/cpp/oopuml.asp UML&OOP]
  • Ones/1002 . . . . 3 matches
         import unittest
         class OnesTest(unittest.TestCase):
          #unittest.main(argv=('','-v'))
  • PC실관리/2013 . . . . 3 matches
          '''* 링크 : http://goo.gl/DKNbG2'''
          '''* 링크 : http://goo.gl/8BOVCh'''
          '''* 링크 : http://goo.gl/kB6xb'''
  • PNGFileFormat/FormatUnitTestInPythonLanguage . . . . 3 matches
         import unittest
         class TestPngFormat(unittest.TestCase):
          self.assertTrue(len(rgbmap)>0)
          self.assertTrue(rgbmap[j][i].compare(im.getpixel((i,j)) ) )
          unittest.main(argv=('', '-v'))
  • PatternTemplate . . . . 3 matches
         = Pattern Name =
         == Related Patterns ==
         PatternCatalog
  • PragmaticVersionControlWithCVS/CommonCVSCommands . . . . 3 matches
         cvs server: Updating UnitTest
         P UnitTest/DesignIssues.tip
         U UnitTest/InAProject.tip
         P UnitTest/Introduction.tip
         cvs server: Updating UnitTest/code
         U UnitTest/code/Age.java
         U UnitTest/code/TestMyStack.java
         U UnitTest/code/testdata.txt
         cvs server: Updating UnitTest/code/rev1
         cvs server: Updating UnitTest/code/rev2
         cvs server: Updating UnitTest/code/rev3
         [http://www.zeropage.org/pds/200584977/pragmatic_version_control_with_cvs.pdf BOOK] 책의 76페이지에 존재한다.
          Repository revision: 1.3 /home/CVSHOME/sesame/Attic/color.txt,v
         == Committing Changes ==
  • PrimaryArithmetic/Leonardong . . . . 3 matches
         import unittest
         class TemplateTestCase(unittest.TestCase):
          unittest.main()
  • ProcessExplorer . . . . 3 matches
         http://www.sysinternals.com/Utilities/ProcessExplorer.html
         http://www.sysinternals.com/images/screenshots/ProcessExplorer.gif
         그밖에도 http://sysinternals.com 에는 쓸만한 유틸리티들이 많음.
  • ProgrammingPartyAfterwords . . . . 3 matches
         다음으로는 요구사항에 대한 해설이 있었다. 당시의 문제는 http://no-smok.net/seminar/moin.cgi/ElevatorSimulation 에 가면 볼 수 있다.
          * NoSmok:StructureAndInterpretationOfComputerPrograms 에 나온 Event-Driven Simulation 방식의 회로 시뮬레이션 [http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-22.html#%_idx_3328 온라인텍스트]
          * Discrete-Event System Simulation : 이산 이벤트 시뮬레이션 쪽에 최고의 책으로 평가받는 베스트셀러. 어렵지도 않고, 매우 흥미로움. [http://165.194.100.2/cgi-bin/mcu240?LIBRCODE=ATSL&USERID=*&SYSDB=R&BIBNO=0000351634 도서관]에 있음
  • ProjectPrometheus/BugReport . . . . 3 matches
          * {{{~cpp DBConnectoinManager}}} 관련 주의 사항 http://javaservice.net/~java/bbs/read.cgi?m=dbms&b=jdbc&c=r_p&n=1019574430&p=2&s=d#1019574430
          * 다른 Conntion Pooling 용으로 http://www.bitmechanic.com/ 를 생각할수 있으며, 한글 자료는 http://javaservice.net/~java/bbs/read.cgi?m=dbms&b=jdbc&c=r_p&n=1034293525&p=1&s=d#1034293525 에 소개되어 있다.
  • ProjectVirush . . . . 3 matches
         [http://www.kolon.co.kr/ftp_upload/%ED%95%B4%ED%94%BC%EC%BD%98.jpg]
         Trac을 이용해 [http://165.194.17.5/trac/aekae/timeline 프로젝트 진행상황]과 [http://165.194.17.5/trac/aekae/browser//ProjectVirush Source Code]를 확인할 수 있습니다.
  • ProjectWMB . . . . 3 matches
          * [https://eclipse-tutorial.dev.java.net/eclipse-tutorial/korean/] : 이클립스 한글 튜토리얼
          * http://www.grokker.com 자동으로 카테고리를 생성하고,그 안에서웹검색 결과를 시각적으로 보여준다. 재밌다.
          * http://kartoo.com 메타 검색 엔진 으로서 검색 결과를 지도로 보여준다.
  • ProjectZephyrus/ThreadForServer . . . . 3 matches
         [http://zeropage.org/~neocoin/ProjectZephyrus/data/junit.jar jUnit Lib] [[BR]]
         [http://zeropage.org/~neocoin/ProjectZephyrus/data/mm.mysql-2.0.14-bin.jar MySQL JDBC Driver][[BR]]
         InfoManager의 코드들의 경우 attribute에 직접 접근하는 부분이 너무많은듯 하다.
  • PyGame . . . . 3 matches
          * PyGame 홈페이지: http://pygame.org
         pygame.Surface 를 상속받은 새 클래스를 만들 수가 없다. 이상하게도 다음 코드가 Attribute 에러가 난다. 적절히 제약부분에 대해서 생각을 해야 할듯.
          back.clearSurface() <-- 여기서 Attribute 에러
  • Python/DataBase . . . . 3 matches
          * [http://sourceforge.net/projects/mysql-python Mysql모듈다운로드]
          * [http://www.python.org/topics/database/modules.html 기타모듈다운로드]
          * [http://www.python.org/peps/pep-0249.html APISpec2.0설명서]
  • RandomWalk2/ExtremePair . . . . 3 matches
         import unittest
         class ManTestCase(unittest.TestCase):
          #unittest.main()
  • RedThon . . . . 3 matches
          [http://165.194.17.15/pub/language/python/Python-2.3.exe 파이선 받기]
          http://python.org/doc/Summary.html PythonLanguage
          [http://turing.cafe24.com 왕초보 파이썬] 『열형강의 파이썬』 저자 이강성씨가 만든 파이썬 기초를 가르쳐주는 페이지입니다. 간단하게 따라해보세요.^^ --[Leonardong]
  • Refactoring/ComposingMethods . . . . 3 matches
          * You have a temp that is assigned to once twith a simple expression, and the temp is getting in the way of other refactorings. [[BR]] ''Replace all references to that temp with the expression.''
          wasInittialized() && resize > 0)
         http://zeropage.org/~reset/zb/data/ReplaceMethodWithMethodObject.gif
  • ReverseAndAdd/김회영 . . . . 3 matches
         bool isCircularLetter(long num);
          while(!isCircularLetter(number[i]))
         bool isCircularLetter(long num)
  • ReverseAndAdd/남상협 . . . . 3 matches
         import unittest
         class testPalindrome(unittest.TestCase):
          unittest.main()
  • ReverseAndAdd/신재동 . . . . 3 matches
         import unittest
         class ReverseAndAdderTestCase(unittest.TestCase):
          #unittest.main()
  • ReverseAndAdd/황재선 . . . . 3 matches
         import unittest
         class ReverseAndAddTestCase(unittest.TestCase):
          #unittest.main()
  • Ruby/2011년스터디/강성현 . . . . 3 matches
          * 동네API 레퍼런스 http://devapi.caucse.net/apireference/
          * nforge http://nforge.zeropage.org/projects/caucse-ruby
          * 루비 설치폴더\bin 안에 http://www.winimage.com/zLibDll/zlib125dll.zip 에 있는 dllx64\zlibwapi.dll 파일을 복사하고 이름을 zlib.dll 로 바꿈
  • Ruby/2011년스터디/서지혜 . . . . 3 matches
          * 0207 : 프로그램 명세. 엔포지에 프로젝트 생성([http://nforge.zeropage.org/projects/deletewastes 엔포지 링크])
          * windows API로 프로세스의 정보 받아오기 ([http://sosal.tistory.com/100 원본])
          pe32.szExeFile, pe32.th32ProcessID, pe32.cntThreads, pe32.th32ParentProcessID);
          * 특정 프로세스 죽이기 ([http://sosal.tistory.com/entry/%ED%94%84%EB%A1%9C%EC%84%B8%EC%8A%A4-%EB%A6%AC%EC%8A%A4%ED%8A%B8-%EC%B6%9C%EB%A0%A5-%EA%B0%95%EC%A0%9C-%EC%A2%85%EB%A3%8C-%EC%86%8C%EC%8A%A4 원본])
  • SVN/Server . . . . 3 matches
          * [http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91] 에서 svn-1.3.1-setup.exe 다운 받아서 설치
          * [http://www.pyrasis.com/main/SVNSERVEManager SVNSERVEManager] 설치
          * [http://www.pyrasis.com/main/Subversion-HOWTO]
  • Slurpys/신재동 . . . . 3 matches
         import unittest
         class SlurpysTestCase(unittest.TestCase):
          #unittest.main()
  • Slurpys/황재선 . . . . 3 matches
         import unittest
         class SlurpysTestCase(unittest.TestCase):
          #unittest.main(argv=('', '-v'))
  • SpiralArray/임인택 . . . . 3 matches
         import unittest
         class MyTest(unittest.TestCase):
          #unittest.main(argv=('','-v'))
  • Spring/탐험스터디/2011 . . . . 3 matches
          1.1 RESTful : 이기종간 통신. RESTful 웹서비스는 리소스 URI를 알면 웹서버와 웹클라이언트의 종류에 상관없이 HTTP 프로토콜만으로 접근 가능한 서비스라 할 수 있다. 리소스 하나에 하나의 URL을 할당해놓았다.
          1.2 http의 4가지 method : POST, GET, PUT, DELETE
          1.3 Resttemplate : spring에서 RESTful에 접근하기 위한 template. spring에서 데이터를 받아오는 방법.
          2.1. 우선 책에서 외부 라이브러리를 사용하고 있는데, STS에는 필요한 라이브러리가 들어있지 않은 것 같다. 이쪽 페이지(http://www.tutorials4u.net/spring-tutorial/spring_install.html)를 보고 라이브러리를 받아야 한다. 받아서 압축을 풀고 spring-framework-3.0.5.RELEASE/dist 폴더에 있는 jar 파일들을 프로젝트에 포함시켜주면 AnnotationContext, AnnotationConfigApplicationContext, @Configuration, @Bean 등을 사용할 수 있게 된다.
  • Squeak . . . . 3 matches
          스퀵은 스몰토크(Smalltalk)입니다. 일반적으로 스몰토크라 그러면 국내에서는 컴퓨터 역사의 한 부분으로 과거의 언어정도로 생각하고 있습니다. 그래서인지 국내에서는 일부 취미 생활로 공부하는 사람, 극(극극극극)히 적은 특정 분야의 회사를 제외하고는 쓰이지 않습니다. 그러나 스몰토크는 진보적이라면 진보적이지 결코! 절대로! 과거의 고리타분한 언어가 아닙니다. 무엇보다도 스몰토크는 무척! 즐겁습니다. 특히 '스퀵'은 더 즐겁습니다. ;) (소개글은 http://squeak.or.kr 에서 퍼왔습니다)
          * http://squeak.org
          * http://squeak.or.kr
  • StructureAndInterpretationOfComputerPrograms . . . . 3 matches
         http://images.amazon.com/images/P/0262011530.01.MZZZZZZZ.gif [[BR]] ISBN:0262011530
         국내에서 [http://pl.changwon.ac.kr/sicp/sicp_data.html 창원대학교]와 [http://ropas.kaist.ac.kr/~kwang/320/02/ 카이스트] 에서 교재로 이용하고 있다. 고대 에서도 과거 가르친적이 있다고 한다. 현재는 아니지만.
  • SubVersionPractice . . . . 3 matches
         [http://subversion.tigris.org/files/documents/15/25364/svn-1.2.3-setup.exe Download Subversion]
         [http://prdownloads.sourceforge.net/tortoisesvn/TortoiseSVN-1.3.0.5377-RC2-svn-1.3.0.msi?download Download TortoiseSVN]
         [http://zeropage.org/trac/project/browser/ Zeropage SVN 소스 둘러보기]
  • TermProject/재니 . . . . 3 matches
          cout << " 이름t 학번t국어t영어t수학t평균tt학점n"; // 필드명을 출력
          cout << "n/총점/ttt";
          cout << sum_avr << "n/평균/ttt "; // 평균들의 합을 출력함
  • TestDrivenDevelopmentByExample . . . . 3 matches
         http://images.amazon.com/images/P/0321146530.01._PE_SCMZZZZZZZ_.jpg [[BR]] ISBN:0321146530
          * http://groups.yahoo.com/group/testdrivendevelopment/ - 야후 그룹.
          * http://groups.yahoo.com/group/testdrivendevelopment/files/ - TestDrivenDevelopmentByExample 문서. (아직 미완성중. 계속 업데이트 되고 있습니다. 최신 버전을 받으세요.)
  • TestDrivenDevelopmentByExample/xUnitExample . . . . 3 matches
         C++로 UnitTest프레임워크를 만들기 전에 책에 있는 파이선 예제를 따라하고 있습니다. 따라가는 과정은 책에 있습니다.
          method = getattr( self, self.name )
          def testTemplateMethod(self):
          def testFailedResultFormatting(self):
         TestCaseTest("testTemplateMethod").run()
         TestCaseTest("testFailedResultFormatting").run()
  • TheTrip/Leonardong . . . . 3 matches
         import unittest
         class TheTripTestCase(unittest.TestCase):
          unittest.main()
  • TkinterProgramming/Calculator2 . . . . 3 matches
         http://pmw.sourceforge.net/
         class Key(Button):
          apply(Button.__init__, (self, master), kw)
          self.master.title('Tkinter Toolkit TT - 42')
  • TowerOfCubes . . . . 3 matches
         [http://online-judge.uva.es/p/v100/10051.html 원문보기]
         우선 각 케이스마다 출력 예에 나와있는 식으로 테스트 케이스 번호를 출력한다. 그 다음 줄에는 가장 높은 탑의 정육면체 개수를 출력한다. 그 다음 줄부터는 탑을 이루는 정육면체를, 맨 위에 있는 정육면체부터 아래로 내려가면서, 한 줄에 하나씩 출력한다. 정육면체를 출력할 때는 입력된 순서를 나타내는 번호를 출력하고 스페이스를 하나 출력한 다음, 어느 방향에 있던 면이 위로 올라가도록 쌓았는지를 나타내는 문자열(front, back, left, right, top, bottom, 앞, 뒤, 왼쪽, 오른쪽, 위, 아래를 나타냄)을 출력한다. 답이 여러개 있을 수 있는데, 그 중 아무 답이나 출력해도 된다.
         1 bottom
  • TugOfWar/남상협 . . . . 3 matches
         import unittest
         class testTugOfWar(unittest.TestCase):
          unittest.main()
  • Ubiquitous . . . . 3 matches
          [http://zdnet.co.kr/news/brief/0,39026146,10056878,00.htm]
          === [http://100.naver.com/100.php?id=770800 네이버 백과사전] ===
         [http://zdnet.co.kr/news/network/ipv6/0,39029016,39137195,00.htm 한국 IPv6 주소 확보「세계 3위, 아태 1위」] - 독일이 9000여 개로 1위라고 하네요.
  • UglyNumbers/황재선 . . . . 3 matches
         import unittest
         class UglyNumbersTestCase(unittest.TestCase):
          #unittest.main()
  • UnityStudy . . . . 3 matches
          * Unity 3D 4.1 : http://me2.do/FyLfWHez ([김민재]의 NDrive)
          * http://sdrv.ms/11BDdaE
          * 스플래시 이미지로 사용할 이미지를 Asset에 드래그 드롭으로 등록한 다음, Build Setting에서 Splash Image에서 설정할 수 있다.
  • User Stories . . . . 3 matches
         원문 : http://www.extremeprogramming.org/rules/userstories.html
         User stories serve the same purpose as use cases but are not the same. They are used to create time estimates for the release planning meeting. They are also used instead of a large requirements document. User Stories are written by the customers as things that the system needs to do for them. They are similar to usage scenarios, except that they are not limited to describing a user interface. They are in the format of about three sentences of text written by the customer in the customers terminology without techno-syntax.
  • VonNeumannAirport . . . . 3 matches
         SPEC : http://icpc.baylor.edu/past/icpc2001/Finals/problems.pdf 중 Problem A
          * http://zeropage.org/pds/200272883050/VonNeuman_NoComment.zip - 주석없는 가장 초기 버전
          * http://zeropage.org/pds/20027281074/VonNeuman_Comment.zip - 주석 달던중인 버전 (아직 주석없애기 시도 못함)
  • VonNeumannAirport/Leonardong . . . . 3 matches
         import unittest
         class TestDistance(unittest.TestCase):
          def testTraffic(self):
          def testTotal(self):
          unittest.main()
  • WIBRO . . . . 3 matches
         http://opendic.naver.com/100/entry.php?entry_id=156106 참고
          ( 와이브로 이제 시작이다 12월 6일 )http://www.dt.co.kr/content/2004120602010151648001.html
         요즘 와이브로는 와이파이 안될 때의 대체제 수준이네요. [http://news.hankooki.com/lpage/economy/201207/h2012071802404621540.htm 기사 : 와이브로 두손 두발 다 들었다]
  • WeightsAndMeasures/황재선 . . . . 3 matches
         import unittest
         class WeightsAndMeasuresTestCase(unittest.TestCase):
         ## unittest.main()
  • WikiClone . . . . 3 matches
          * Pyle: http://homepages.kcbbs.gen.nz/~tonyg/pyle.html
          * ZWiki: http://joyful.com/zwiki/ZWiki (a Zope product; an evolved version is used on http://www.zope.org, which is also the place to learn more about Zope)
  • WikiGardening . . . . 3 matches
          * [병역문제어떻게해결할것인가]와 [http://zeropage.org/wikis/nowthen2004/_b1_ba_b4_eb 군대]
          * [http://165.194.17.15/wiki/FindPage?action=titlesearch&context=0&value=%BC%BC%B9%CC%B3%AA Title search for "세미나"]
         SeeAlso [http://no-smok.net/nsmk/_b9_ae_bc_ad_b1_b8_c1_b6_c1_b6_c1_a4#line42 제로위키 가꾸기], [문서구조조정토론]
  • WikiKeyword . . . . 3 matches
          * http://www.kwiki.org/?KwikiKeywords : Kwiki use keywords. Keywords are listed in the left sidebar and each keywords link to another pages related with it.
          * http://search.wikicities.com/wiki/Help:Keyword
          * http://openclipart.org/cgi-bin/wiki.pl?Keyword_Organization
  • XUL . . . . 3 matches
         [http://oooko.net/gomme/?p=102] - 한글화된 XUL 배우기 페이지
         [http://xulplanet.com/tutorials/xultu/ xulPlanet의 XUL 갓 배우기(튜토리얼) 페이지]
         [http://xulplanet.com/]
  • Yggdrasil . . . . 3 matches
          Cyworld: http://www.cyworld.com/rimyd
          Blog: http://rimyd.egloos.com
         http://rimyd.egloos.com 에서 작성중.
  • Yggdrasil/가속된씨플플/1장 . . . . 3 matches
          * cin은 공백이나 파일의 끝을 만나면 그때까지의 문자들을 변수에 저장하기 때문에 Samuel Beckett이라고 입력했으면 첫 cin엔 Samuel까지 들어가고, Beckett은 버퍼에 남아있어서 다음의 cin은 사용자에게 입력할 틈도 안 주고 남은 Beckett이란 단어를 flush하기 때문이다.
  • YouNeedToLogin . . . . 3 matches
         ["상민"]은 로그인이 없었으면 좋겠다. 익명으로도 누군가 고칠수 있으면 좋겠다. http://c2.com 같이 로그인 하든 안하든 문서를 수정하는 편이 편한면에서 좋을것 같다. 로그인은 배경화면이나, css 의 개인화 처럼, 편의성을 제공하는 형태로 존재하는 선택지의 상태로 두어으면 좋겠다.
          제가 RecentChanges 에 그렇게 신경이 안쓰이지만, 다른 분들이 신경이 쓰이는것 처럼, 저에게는 작은 불편으로 인식되지 않습니다. 위의 Document 에서 언급한것처럼 틀속에 갖히는 느낌이 가장 싫습니다. 그리고, 처음 오시는 분들이 자유롭게 수정못하는 것에 가장 마음이 걸립니다. 제가 http://c2.com 을 보고 받은 충격을 받고 느낀 자유로움 때문에 이런것이 작은 불편보다 더 크게 다가 옵니다. --["neocoin"]
         로그인은 그자체로 무언가 틀속에 갖혀 있다는 생각이 듭니다. http://c2.com 에 오타같은거 수정하면, 로그인이 없고, 그냥 edit 버튼을 누를수 있는 것이, 최대한 글을 쓰는 것을 격려한다는 생각이 듭니다.
  • ZPBoard/MemoBoard . . . . 3 matches
          * [http://165.194.17.15/~bestjn83/Memo/memo.php 첫번째 버전 by 재니]
          * [http://165.194.17.15/~bestjn83/Memo/memo2.php 두번째 버전 by 재니]
          * [http://165.194.17.15/~wiz/php/memo.php 미완성 메모장 by 창섭]
  • ZPHomePage . . . . 3 matches
          * http://www.click4u.pe.kr/index_0.html - 홈페이지를 만드는데 필요한 다양한 내용들이 들어있습니다.^^
          * http://cafe.naver.com/rina7982.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=750 - 웹안전색상
         [http://mozilla.or.kr MozillaFirefox] 에서도 무리없이 브라우징 할 수 있도록 해주세요. 간단해요. 표준 HTML 만 사용하면 됩니다. - [임인택]
  • ZeroPageServer . . . . 3 matches
          * [http://planetwar.intra.zeropage.org planetwar]
          * ~~owncloud : [http://intra.zeropage.org/owncloud]~~
          * putty
  • ZeroPageServer/AboutCracking . . . . 3 matches
          * web analizer 를 설치한 계기가 되었다. ( http://zeropage.org/log ) 재미있음
          * 2002-12-17 [http://zeropage.org/jsp/board/thin/index.jsp?table=open&service=view&page=0&id=6631 권고메일]
          * 2003-02-10 : [http://www.kisa.or.kr/ KISA] -> 전산센터 -> 용철 -> 정희록(["nautes"]) 경로로, 문제 제기 Server shutdown
  • ZeroPageServer/계정신청상황 . . . . 3 matches
         * ''' 접속시 주의사항''' : ["ZeroPageServer/set2002_815"]에서는 ssh2 텔넷을 지원합니다. 접속시 [http://zeropage.org/pub/util/putty.exe putty]나, 접속하실때 ssh2 지원 client를 사용하세요. ssh1전용인 zterm은 작동하지 않습니다.
  • ZeroPage_200_OK/note . . . . 3 matches
         == HTTP ==
         === HTTP Method ===
          * Apache http server (httpd)
          * lighttpd
  • [Lovely]boy^_^/Diary/2-2-16 . . . . 3 matches
          * Let's enumarate. English, Smalltalk, Design Pattern, Accelerated C++, DirectX, etc...
          * I read a little Power Reading. Today's reading's principle content is using a regulator(ex) pen, pinger. etc). but this method is what I have used all the time.--; I should read a lot more.
          * '''Don't write a big program when a little one will do.'''
  • eclipse단축키 . . . . 3 matches
         see http://eclipse-tools.sourceforge.net/shortcuts.html
         == field의 getter ==
         == field의 setter ==
  • eternalbleu . . . . 3 matches
         email : http://blog.izyou.net/attach/1/1247400824.gif
         blog : http://izyou.net
  • html5/communicationAPI . . . . 3 matches
          if(e.origin == "http://localhost"){
          destFrame.contentWindow.postMessage("메세지 내용", /*포트 생략가능*,/ "http://desc.example.com");
          * [HTML5 스터디 카페] http://cafe.naver.com/webappdev.cafe
  • html5/drag-and-drop . . . . 3 matches
          * http://html5tutorial.net/tutorials/drag-and-drop.html
          * http://html5demos.com/file-api
          * http://dev.w3.org/html5/spec/dnd.html
  • html5/web-workers . . . . 3 matches
         http://cafe.naver.com/webappdev.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=141&social=1
         http://cdkkcdkktoandroid.tistory.com/12
         http://seye2.egloos.com/2451233
  • html5practice/즐겨찾기목록만들기 . . . . 3 matches
         <html xmlns="http://www.w3.org/1999/xhtml">
          <input type="button" value="add to list" onclick="doSetItem(this.form)"/>
          <input type="button" value="clear" onclick="doClearAll()"/>
  • imays . . . . 3 matches
         개인 소개 http://imays.mytripod.co.kr
         다니는 회사 http://flawless.co.kr
         다니는 학교 http://cs.yonsei.ac.kr
  • iruril . . . . 3 matches
          * 홈페이지 : [http://iruril.wo.to] - 기억에서 사라진지 오래였는데 ocu 홈페이지 제작을 빌미로 잠시 부활 -_-;
          * [http://zeropage.org/~iruril/l2.css] - 요즘 밀고 있는 이효리 Wiki css 나름대로 상큼~
          * 신사모 : [http://sinsamo.wo.ro]
  • zyint . . . . 3 matches
         http://zyint.com/
         http://cyworld.nate.com/zyint/
         [LittleAOI]
  • 권순의 . . . . 3 matches
          * [https://docs.google.com/document/d/19UPP_2PVOo8xFJTEP-gHCx2gUoCK2B8qIEe09bviCIk/edit?usp=sharing 혼자 깔짝거리는 Linux Kernel]
          * [http://zeropage.org/index.php?mid=seminar&document_srl=95664 발표자료]
          * [http://zeropage.org/index.php?mid=project&category=61158 레고마인드스톰]
  • 그래픽스세미나/2주차 . . . . 3 matches
         || 이상규 || [http://165.194.17.15/~lsk8248/wiki/Seminar/%b1%d7%b7%a1%c7%c8%bd%ba%bc%bc%b9%cc%b3%aa/2%c1%d6%c2%f7/Space.zip Space] 상하좌우 방향키와 +,- 키를 눌러보세요^^ [[BR]] [http://165.194.17.15/~lsk8248/wiki/Seminar/%b1%d7%b7%a1%c7%c8%bd%ba%bc%bc%b9%cc%b3%aa/2%c1%d6%c2%f7/Space.exe Space 실행 파일] [http://165.194.17.15/~lsk8248/wiki/Seminar/%b1%d7%b7%a1%c7%c8%bd%ba%bc%bc%b9%cc%b3%aa/2%c1%d6%c2%f7/ErrorSpace.exe 에러난 Space 실행 파일(멋진 에러..ㅡ.ㅡ)]||
  • 김태진 . . . . 3 matches
         == 간단 소개. 홈페이지 : [https://sites.google.com/site/jerenealkim/ 링크] ==
          * '''목표 및 해본것 : [https://sites.google.com/site/jerenealkim/yearbook 링크]''' - 계속 수정 중
          * '''프로젝트/스터디 소개 : [https://sites.google.com/site/jerenealkim/projects 링크]'''
  • 대순이 . . . . 3 matches
         안녕~~ 여기 진짜 잼나던데..와우~귿!!Surprise!! [http://cyworld.nate.com/sjyunk 여기!]
         안녕 . [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클릭하지마요!]
         하이? [http://imagebingo.naver.com/album/image_view.htm?user_id=suk9214&board_no=28496&nid=13589]
  • 데블스캠프2003/셋째날/J2ME . . . . 3 matches
         [http://165.194.17.15/pub/language/java/j2sdk-1_4_0_01-windows-i586.exe J2SE]
         [http://165.194.17.15/pub/language/j2me_wireless_toolkit-2_0-windows.exe wireless toolkit]
         [http://www.joyworld.co.kr] - 테스트서버
  • 데블스캠프2005/java . . . . 3 matches
         '''Early history of JavaLanguage (quoted from [http://en.wikipedia.org/wiki/Java_programming_language#Early_history wikipedia] ):
         According to the available accounts, Bill Joy had ideas of a new language combining the best of Mesa and C. He proposed, in a paper called Further, to Sun that its engineers should produce an object-oriented environment based on C++. James Gosling's frustrations with C++ began while working on Imagination, an SGML editor. Initially, James attempted to modify and extend C++, which he referred to as C++ ++ -- (which is a play on the name of C++ meaning 'C++ plus some good things, and minus some bad things'), but soon abandoned that in favor of creating an entirely new language, called Oak named after the oak tree that stood just outside his office.
         Like many stealth projects working on new technology, the team worked long hours and by the summer of 1992, they were able to demo portions of the new platform including the Green OS, Oak the language, the libraries, and the hardware. Their first attempt focused on building a PDA-like device having a highly graphical interface and a smart agent called Duke to assist the user.
  • 데블스캠프2006/월요일 . . . . 3 matches
         ||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) ||
         [http://wiki.izyou.net/moin.cgi/Zeropage/DevilsCamp2006]
  • 데블스캠프2006/화요일/tar/김준석 . . . . 3 matches
          if((data_dir.attrib & _A_SUBDIR) != 0) continue;
          if((data_dir.attrib & _A_SUBDIR) != 0) check_dir(argv[i]);
          else if(data_dir.attrib & _A_SUBDIR) check_dir(path);
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/서민관 . . . . 3 matches
         #bottom{
         <div id="bottom">bottom</div>
  • 데블스캠프2010/다섯째날/ObjectCraft/미션1/서민관 . . . . 3 matches
          attack(z1, z2);
         void attack(zergling* z1, zergling* z2)
         void attack(zergling* z1, zergling* z2);
  • 데블스캠프2010/다섯째날/ObjectCraft/미션1/허준 . . . . 3 matches
          int att;
          zeli2.HP -= zeli1.att;
          printf("저글링1이 저글링2에 데미지 %d를 입혀서 저글링2의 HP가 %d가 되었습니다.\n", zeli1.att, zeli2.HP);
  • 데블스캠프2010/다섯째날/ObjectCraft/미션2/김상호 . . . . 3 matches
         void attack(unit a, unit &b)
          attack(a[0],a[1]);
          attack(a[1],a[0]);
  • 데블스캠프2010/첫째날/오프닝 . . . . 3 matches
          * 문법도 아주 간단하다. [http://nforge.zeropage.org/projects/devilscamp2010/wiki/WikiTutorial (문법에 대한 안내사항)]
          1. SVN을 다운받자~ [http://tortoisesvn.net/downloads Download]
          2. [http://nforge.zeropage.org/ nForge]에 가입하자~
  • 데블스캠프2011/넷째날/루비 . . . . 3 matches
          * [http://zeropage.org/?document_srl=50701 irb다운]
          * [http://tryruby.org/ TryRuby]
          * [http://nightshadow.tistory.com/entry/%EA%B0%9D%EC%B2%B4%EC%A7%80%ED%96%A5-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EC%96%B8%EC%96%B4-%EB%A3%A8%EB%B9%84 블로그 참고]
  • 데블스캠프2011/다섯째날/Lua . . . . 3 matches
         PPT LINK https://docs.google.com/present/view?id=dcv94b3s_594cj7z8gf4
         LUA Official Site http://www.lua.org
         LUA User Site http://lua-users.org/
  • 데블스캠프2011/둘째날/Machine-Learning . . . . 3 matches
          * 자동 분류할 데이터 다운로드 : http://office.buzzni.com/media/svm_data.tar.gz
          * Naive Bayes classifier 개발 http://en.wikipedia.org/wiki/Naive_Bayes_classifier
          * SVMLight 사용 실습 http://svmlight.joachims.org/svm_multiclass.html
  • 데블스캠프2011/둘째날/Scratch . . . . 3 matches
          * http://info.scratch.mit.edu/Scratch_1.4_Download
         [http://nforge.zeropage.org/projects/devilscamp2011/forum/466]
          * [http://nforge.zeropage.org/scm/viewvc.php/Scratch/Enoch.sb?root=devilscamp2011&view=log 파일 다운]
  • 데블스캠프2011/셋째날/난해한프로그래밍언어 . . . . 3 matches
          * 아희 표준: http://puzzlet.springnote.com/pages/219209
          * 아희 인터프리터: http://puzzlet.org/doc/aheui/jsaheui_ko.html
          * Befunge 인터프리터 : http://www.quirkster.com/js/befunge.html
  • 데블스캠프2011/첫째날/오프닝 . . . . 3 matches
          * 문법도 아주 간단하다. [http://nforge.zeropage.org/projects/devilscamp2011/wiki/WikiTutorial (문법에 대한 안내사항)]
          1. SVN을 다운 받아봅시다. [http://tortoisesvn.net/downloads Download]
          2. [http://nforge.zeropage.org/ nForge]에 가입합시다.
  • 데블스캠프2012/셋째날/코드 . . . . 3 matches
         <SCRIPT type="text/javascript" src="http://openapi.map.naver.com/js/naverMap.naver?key=f59e66fb57d24b1ffaa6cc7e504a72cc"></SCRIPT>
         var myIcon = new NIcon("http://zeropage.org/files/attach/images/78/771/061/f86846df5cbc9e39169b683228cd5f13.jpg",new NSize(30,
  • 동문서버위키 . . . . 3 matches
         http://dongmun.cse.cau.ac.kr/phpwiki/index.php?RecentChanges
          * 테스트 기간때의 개인페이지의 영향 - 동문서버팀에서 '좋은 선례' 를 만들어보기 위해 동문서버 프로젝트 자체가 돌아가는 모습 (ex - [http://dongmun.cse.cau.ac.kr/phpwiki/index.php?PPGroup_Board 동문서버게시판프로젝트]) 을 일부러 위키에 남겨보고, 몇몇 사람들이 공동번역페이지나 스터디 페이지 같은 것들을 열어봤었지만. 이미 그때 사람들의 주 관심사들은 자신들의 페이지들에 일기를 남기는 것이였었죠. 그 이후, 인식을 바꿀만한 사건들이 나오지 않은 것 같습니다.
          * 주제의식의 부족 - 이것은 앞의 이야기와 이어지는데요. 인식을 바꾸지 못했던 점과 이어지죠. 주제에 대해서 [http://dongmun.cse.cau.ac.kr/phpwiki/index.php?%B5%BF%B9%AE%C0%A7%C5%B0 동문위키] 페이지에서 언급을 했었으면서도 실제로 열려있는 페이지들이 그러하지 못했죠. 이는 시험서비스였다는 점도 작용하겠지만, 시험서비스가 기간이 너무 길었죠. (기약없는 시험서비스기간) --석천
  • 레밍즈프로젝트 . . . . 3 matches
         [http://kin.naver.com/knowhow/entry.php?eid=nBJQ5nKhX9tqUom8yL2H1B/AEoQj3M68]
         [http://myhome.naver.com/ssam1221/ 레밍즈 다운로드 사이트]
         [http://www.codeproject.com]
  • 레밍즈프로젝트/프로토타입/SetBit . . . . 3 matches
         [http://zeropage.org/~beonit/temp/runshow11011.gif]
         [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]
  • 마름모출력/zyint . . . . 3 matches
          pattern = raw_input('패턴 입력 : ')
          print spc*(size-i) + pattern*(2*i-1)
          print spc*(size-i) + pattern*(2*i-1)
  • 마름모출력/김민경 . . . . 3 matches
         pattern=raw_input('패턴 입력 : ')
          print ' '*(n-i-1)+pattern*((i+1)*2-1)
          print ' '*(i+1)+pattern*((n-i-1)*2-1)
  • 몸짱프로젝트/CrossReference . . . . 3 matches
         import unittest
         class CrossReferenceTestCase(unittest.TestCase):
          unittest.main()
         void insertToNode(Node * ptr, string aWord, int aLineCount);
          insertToNode(root, word, lineCount);
          insertToNode(root, word, lineCount);
         void insertToNode(Node * ptr, string aWord, int aLineCount)
  • 몸짱프로젝트/InfixToPrefix . . . . 3 matches
          def putToken(self, aToken):
          self.putToken(e)
         import unittest
         class ExpressionConverterTestCase(unittest.TestCase):
          def testPutToken(self):
          e.putToken(token)
          e.putToken(token)
          e.putToken(token)
          e.putToken(token)
          e.putToken(token)
          e.putToken(token)
          unittest.main()
  • 무엇을공부할것인가 . . . . 3 matches
         ([http://groups.google.co.kr/groups?hl=ko&lr=&ie=UTF-8&inlang=ko&newwindow=1&frame=right&th=382f243e8edce15a&seekm=slrnam7pfh.ds.gerhard.haering%40haering.opus-gmbh.net#link1 관련 원문])
         advance a little more:
         more attractive to employers who have a clue about what's important in the
  • 문자반대출력/김정현 . . . . 3 matches
          private Formatter output;
          public String getText(String name)
          output = new Formatter(name);
          test.reverseWrite(test.getText(addr));
         [LittleAOI] [반복문자열]
  • 미로찾기/상욱&인수 . . . . 3 matches
          JButton mazeUnit[][] = new JButton[20][30];
          mazeUnit[i][j] = new JButton();
  • 반복문자열/이정화 . . . . 3 matches
         void letter(void);
          letter();
         void letter(void)
  • 새싹교실/2011/무전취식/레벨4 . . . . 3 matches
          * http://winapi.co.kr <- 사이트에 대해 설명해주었습니다. 처음에 매우 유용한 사이트지요!
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/쉬운것같지만쉬운반/2011.4.6 . . . . 3 matches
          * 알고리즘에서 배운 Bottom-up Approach를 적용해서 풀어보았습니다. 언제 했는지도 몰랐지? ㅋㅋ
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/AClass . . . . 3 matches
          * [http://koistudy.net Koistudy] 130번, 132번, 139번
          11.[http://koistudy.net Koistudy] 126~130번, 146번, 148번, 149번
          1.[http://koistudy.net Koistudy] 126~130번, 146번, 148번, 149번 - 못푼것
  • 새싹교실/2012/새싹교실강사교육/3주차 . . . . 3 matches
         http://www.hanb.co.kr/events/eventview.html?event_id=freebook
         C Library reference Guide http://www.acm.uiuc.edu/webmonkeys/book/c_guide/
         WinAPI http://winapi.co.kr/ 를 찾아보시는 것을 항상 추천 드립니다.
  • 아인슈타인 . . . . 3 matches
         http://www.google.co.kr/logos/einstein.gif
         아인슈타인은 그의 나이 76세에 세상을 떠났다. 그가 정말로 원하던 자유였을 지도 모르겠다. 사인은 심장동맥 파열이었다. 그의 뇌는 포르말린이 담긴병속에 보관되어 있다고 한다. 그의 눈은 몇년전에 경매를 통해 팔렸다고 하는데, 보석과도 같은 아름다운 눈이었다고 한다. (from http://med.hallym.ac.kr/~sohnkm/ein.html)
         아인슈타인은 국가주의를 공격했고 평화주의 사상을 장려했다. 베를린에서 반유대주의 물결이 거세어지자, 아인슈타인은 '물리학에서의 볼셰비키주의자' 범주로 구분되었고, 그가 시오니즘 운동을 대중적으로 지지하기 시작하자 우익집단들의 그에 대한 격노가 거세졌다. 아인슈타인은 베를린에서 적대를 받았으나 유럽의 다른 도시에서 그에게 요청한 것 때문에 상대성이론을 강의하러 유럽의 여러 도시들을 널리 다녔는데, 보통 3등열차를 타고다녔고 늘 바이올린을 지니고 있었다. (from http://preview.britannica.co.kr/spotlights/nobel/list/B14a2262b.html)
  • 아젠더패턴 . . . . 3 matches
         아젠더(Agenda)가 없는 스터디 그룹이나 소그룹(SubGroupPattern)은 없다. 이 아젠더는 그룹 목표의 틀을 잡아주며, 멤버들이 일찌감치 준비하도록 해주며 사람들이 참여할 모임을 선택할 수 있는 기회를 준다.
         최고의 아젠더는 그룹이 작품을 순차적으로 학습([순차적학습패턴])하도록 짜여진 것이다. 그룹이 작품을 학습하기를 마치면, 그 작품을 원래 학습할 때 없었던 그룹의 새로운 멤버들이 그 작품을 학습할 기회를 갖기를 원할 수도 있다. 이는 학습 주기(StudyCyclePattern)와 소그룹(SubGroupPattern)을 만들어서 수행할 수 있다.
  • 알고리즘2주숙제 . . . . 3 matches
         7. Let a<sub>r</sub> be the number of ways r cents worth of postage can be placed on a letter using only 5c, 12c, and 25c stamps. The positions of the stamps on the letter do not matter.
  • 열정적인리더패턴 . . . . 3 matches
         스터디 그룹은 지속적인 에너지(EnduringEnergyPattern)를 갖고 안전한 장소([안전한장소패턴])가 되기 위한 리더십이 필요하다. 이 패턴은 이런 특성을 만들기 위해 리더가 해야할 일을 설명한다.
         [attachment:el_diagram.jpg]
         때로는 다양한 사유로 인해 리더가 그룹을 이끌지 못할 수도 있다. 이게 짧은 기간이면 대체로 문제가 되지 않는다. 하지만 어느 정도 기간 동안 그룹의 리더가 공석이 된다면, 누군가가 나서서 그 역할을 맡아야 한다. 일반적으로 이미 그룹에 대해 열정적인, 적극적 참여자(ActiveParticipantPattern)가 좋은 선택이다. 그러나 언제나 최선은 역할을 맡겠다는 지원자이다.
  • 위키기본css단장 . . . . 3 matches
         || [[HTML(<IMG SRC="http://165.194.17.15/pub/upload/red_fix_1.gif" WIDTH="346" HEIGHT="259" />)]] || . || . ||
         || [http://zeropage.org/~dduk/css/red_fix.css red_fix.css] || . || . ||
          ==== [http://zeropage.org/~dduk/css/red_fix.css] ====
  • 유정석 . . . . 3 matches
         [http://wiki.zeropage.org/wiki.php/%EB%82%A0%EB%8B%A4%EB%9E%8C%EC%A5%90%206%EC%9B%949%EC%9D%BC]
         [http://wiki.zeropage.org/wiki.php/%EC%83%88%EC%8B%B9-%EB%82%A0%EB%8B%A4%EB%9E%8C%EC%A5%90%206%EC%9B%94%2010%EC%9D%BC]
         [http://wiki.zeropage.org/wiki.php/%EC%83%88%EC%8B%B9-%EB%82%A0%EB%8B%A4%EB%9E%8C%EC%A5%90-%EC%A7%88%EB%AC%B8]
  • 이영호/nProtect Reverse Engineering . . . . 3 matches
         (개인적으로 이 ZeroWiki는 http://www.dasomnetwork.com/~leedw/ 개인 위키인 이곳보다 정보가 없다. 정말 아쉽다.)
         |CommandLine = ""C:\Program Files\Mabinogi\client.exe" code:1622 ver:237 logip:211.218.233.200 logport:11000 chatip:211.218.233.192 chatport:8000 setting:"file://data/features.xml=Regular, Korea""
         client.exe code:1622 ver:237 logip:211.218.233.200 logport:11000 chatip:211.218.233.192 chatport:8000 setting:"file://data/features.xml=Regular, Korea" 로 실행시키면 된다.
  • 이영호/개인공부일기장 . . . . 3 matches
         ☆ 구입해야할 책들 - Advanced Programming in the UNIX Environment, Applications for Windows, TCP/IP Illustrated Volume 1, TCP/IP Protocol Suite, 아무도 가르쳐주지않았던소프트웨어설계테크닉, 프로젝트데드라인, 인포메이션아키텍쳐, 초보프로그래머가꼭알아야할컴퓨터동작원리, DirectX9Shader프로그래밍, 클래스구조의이해와설계, 코드한줄없는IT이야기, The Art of Deception: Controlling the Human Element of Security, Advanced Windows (Jeffrey Ritcher), Windows95 System Programming (Matt Pietrek)
         ☆ 앞으로 공부해야할 책들(사둔것) - Effective C++, More Effective C++, Exeptional C++ Style, Modern C++ Design, TCP/IP 네트워크 관리(출판사:O'Reilly), C사용자를 위한 리눅스 프로그래밍, Add-on Linux Kernel Programming, Physics for Game Developers(출판사:O'Reilly), 알고리즘(출판사:O'Reilly), Hacking Howto(Matt 저), Windows 시스템 실행 파일의 구조와 원리, C언어로 배우는 알고리즘 입문
         4일 (목) - (pragma pack(1)과 같은 것 -> struct __attribute__((packed)) test -> 끝에 unpack과 같은 것을 안해줘도 됨.)
  • 임인택/Link . . . . 3 matches
          * [http://www.keysound.com/index.htm KeySound]
          * [http://forums.mozilla.or.kr/viewtopic.php?t=954&highlight=%C5%D7%B8%B6 테마]
          * [http://www.itconversations.com/ ITConversations]
  • 임인택/Temp . . . . 3 matches
         http://zeropage.org/~dduk/dcmp/python-2.4.1.msi
         http://zeropage.org/~dduk/dcmp/wxPython2.6-win32-unicode-2.6.0.1-py24.exe
         http://zeropage.org/~dduk/dcmp/rurple0.9.0.1.zip
  • 임인택/삽질 . . . . 3 matches
          * STL list 는 자체적으로 sort 함수를 갖는다. ( 처음엔 VC 의 STL 이 표준이 아니라 그런줄 알고 [http://stlport.org STLPort] 를 설치하려 했었다.
          * C++ 에서 SingletonPattern 을 적용했는데.. 소멸자가 호출되지 않는것 같다.. 프로그램 종료시에 인스턴스를 강제로 삭제하였다. - 타이머 루틴에서 instance() 를 얻어왔는데. 타이머는 KillTimer 직후에 소멸되지 않는다.. 이로 인해.. 인스턴스가 삭제 된 후에 다시 생성되었었다...
          ''PatternHatching 에서의 Singleton 부분 참조''
         <%@page contentType="text/html;charset=EUC-KR" %>
  • 정모/2011.10.5 . . . . 3 matches
          * [DesignPatterns/2011년스터디]
          * [http://ko.wikipedia.org/wiki/W3C W3C]는 월드 와이드 웹을 위한 표준을 개발하고 장려하는 조직으로 HTML 표준을 제정하였다.
          * 오랜만에 정모를 참가했네요.. 날짜가 바뀌어서 이제 학교 나오는 4일 내내 수업 끝나고 집에 가는 날이 없어졌네요 아이 좋아~ (쳇) 여하튼.. 지원이의 세미나 후기를 보면서 전에 구글 블로그에 거기 참여한 사람들 뒷통수 찍은 사진 올라왔길래 '넌 도데체 어딨냐' 이러면서 찾았었는데 사진 보면서 대략의 위치를 파악했네요 다시한번 찾아봐야지... 라고 했지만 남자 뒤통수 밖에 안보이네요 -_-; [http://4.bp.blogspot.com/-BvALjPoMRYs/ToQet8xHkbI/AAAAAAAAANw/apBSQ_1QJiI/s1600/ADL_0932+%25281%2529.JPG, 어디 숨어있나] 퀴즈도 재미있었습니다. 모두들 진실은 말 하지 않는군요 -ㅅ-; 흠흠.. - [권순의]
  • 정모/2011.3.14 . . . . 3 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
          * 그간 PNA를 별로 시덥잖게 생각하다가, 이번에 후기를 듣고 나서 꼭 한번쯤은 가봐야겠다는 생각이 '''강하게''' 들었습니다. (딱히 M모 기기 때문은 아닙니다. 정말로.) 다음 주에 할 [http://extaccess.cyrusian.com/zeropage/keyword.php 키워드 전기수]가 기대됩니다. :) - [황현]
  • 정모/2011.4.4 . . . . 3 matches
          * [http://zeropage.org/52020 관련 글]
          * 도와줘요 ZeroPage에서 무언가 영감을 받았습니다. 다음 새싹 때 이를 활용하여 설명을 해야겠습니다. OMS를 보며 SE시간에 배웠던 waterfall, 애자일, TDD 등을 되집어보는 시간이 되어 좋았습니다. 그리고 팀플을 할 때 완벽하게 이뤄졌던 예로 창설을 들었었는데, 다시 생각해보니 아니라는 걸 깨달았어요. 한명은 새로운 방식으로 하는 걸 좋아해서 교수님이 언뜻 알려주신 C언어 비슷한 언어를 사용해 혼자 따로 하고, 한명은 놀고, 저랑 다른 팀원은 기존 방식인 그림 아이콘을 사용해서 작업했었습니다 ㄷㄷ 그리고, 기존 방식과 새로운 방식 중 잘 돌아가는 방식을 사용했던 기억이.. 완성도가 높았던 다른 교양 발표 팀플은 한 선배가 중심이 되서 PPT를 만들고, 나머지들은 자료와 사진을 모아서 드렸던 기억이.. 으으.. 제대로 된 팀플을 한 기억이 없네요 ㅠㅠ 코드레이스는 페어로 진행했는데, 자바는 이클립스가 없다고 해서, C언어를 선택했습니다. 도구에 의존하던 폐해가 이렇게..ㅠㅠ 진도가 느려서 망한줄 알았는데, 막판에 현이의 아이디어가 돋보였어요. 메인함수는 급할 때 모든 것을 포용해주나 봅니다 ㄷㄷㄷ 제가 잘 몰라서 파트너가 고생이 많았습니다. 미안ㅠㅠ [http://en.wikipedia.org/wiki/Professor_Layton 레이튼 교수]가 실제로 게임으로 있었군요!! 철자를 다 틀렸네, R이 아니었어 ㅠㅠ- [강소현]
          * "협동적으로 행동하는 것만으로는 충분치 않습니다; 협동적으로 생각해야만 실험을 성공적으로 통과할 수 있습니다." - [http://store.steampowered.com/app/620?l=korean Portal 2 on Steam Store]. 참고로, 저 페이지는 제가 번역한 거예요. :D 제가 Steam 번역자로 활동하거든요. - [황현]
  • 정모/2012.1.6 . . . . 3 matches
          * [http://valleyinside.com/2012-technology-trend/ 2012년 기술 트렌드]
          * [http://www.ciokorea.com/news/11231?page=0,0 2012년에 뜰 오픈소스 5가지]
          * [http://www.bloter.net/archives/87951 제3의 플랫폼]
  • 정모/2012.8.29 . . . . 3 matches
          * 2학기 사용계획 [http://zeropage.org/accounts/62922 홈페이지] 참고.
          * 한 가지 방법은 [https://trello.com/board/4f772fd6de39daf31f04799f ZeroPage Board]의 List나 Label로 관리하는 방법이고, 또 한 가지 방법은 [https://trello.com/zeropage ZeroPage Organization]의 Board로 따로 관리하는 방법입니다. 후자를 선택할 경우 ZeroPage Board가 덜 복잡해지는 대신 따로 Member를 추가해야 한다는 단점이 있습니다. 의견주세요. - [변형진]
  • 제12회 한국자바개발자 컨퍼런스 후기 . . . . 3 matches
          * 관련 홈페이지 : [http://jco.zdnet.co.kr/12th/default.asp JCO 등록 및 발표자료 다운 (2월 22일부터)], [http://www.jco.or.kr/ JCO 홈페이지]
          마지막으로 Track 4에서 한 반복적인 작업이 싫은 안드로이드 개발자에게라는 것을 들었는데, 안드로이드 프로그래밍이라는 책의 저자인 사람이 안드로이드 개발에 관한 팁이라고 생각하면 될 만한 이야기를 빠르게 진행하였다. UI 매핑이라던지 파라미터 처리라던지 이러한 부분을 RoboGuice나 AndroidAnnotations를 이용해 해결할 수 있는 것을 설명과 동영상으로 잘 설명했다. 준비를 엄청나게 한 모습이 보였다. 이 부분에 대해서는 이 분 블로그인 [http://blog.softwaregeeks.org/ 클릭!] <-여기서 확인해 보시길...
  • 제12회 한국자바개발자 컨퍼런스 후기/유상민의후기 . . . . 3 matches
          * http://vizend.tistory.com
         이렇게 기억하는데 검색해보니 http://inpion.com/ 서울에 사무실 있다. 잘못 기억한듯.
         [[http://www.bloter.net/archives/97102|Bloter.net » Blog Archive » “이 시대, 개발자로 살아간다는 것은…”]]
  • 진격의안드로이드&Java . . . . 3 matches
          * [http://www.slideshare.net/novathinker/1-java-key Java-Chapter 1]
          * [http://www.slideshare.net/novathinker/2-runtime-data-areas Java-Chapter 2]
          * [http://www.kandroid.org/board/data/board/conference/file_in_body/1/8th_kandroid_application_framework.pdf Android]
  • 진법바꾸기/허아영 . . . . 3 matches
         역시 내 코드에 너무 관심이 많아 ㅋㅋㅋ 고맙다 녀석들~ 서울올라가면 [LittleAOI]정모하자 ㅋㅋ -[허아영]
          LittleAOI글은 답글을 거의다 다는데, 단지 네가 글을 많이 올려서 그렇잖아..;;ㅁ;; 이런 위키 폐인들..... - [조현태]
         [LittleAOI] [진법바꾸기]
  • 컴퓨터공부지도 . . . . 3 matches
         GUI Programming 을 하면서 익힐 수 있는 소중한 개념으로서 Event Driven Programming, Design 으로는 CompositePattern 이 있다. 대부분의 GUI Framework 들은 Event Driven Style 의 프로그래밍 방식이며, 대부분 CompositePattern 을 이용한다. Framework 들의 디자인 개념들이 비슷하므로, 하나의 GUI 관련 Framework 에 익숙해지면 다른 Framework 도 쉽게 익힐 수 있다.
         See Also HowToStudyXp, HowToReadIt, HowToStudyDataStructureAndAlgorithms, HowToStudyDesignPatterns, HowToStudyRefactoring
  • 코드레이스출동 . . . . 3 matches
         [http://altlang.org/fest/%EC%BB%A8%ED%85%8C%EC%8A%A4%ED%8A%B8 SVN과 Trac의 링크]
         [http://altlang.org/fest/CodeRace 대안언어에서의 코드레이스 페이지]
         [http://oss.or.kr/coderace/index.html 온라인 등록]
  • 큰수찾아저장하기/조현태 . . . . 3 matches
          이녀석들.. ㅋㅋ 너희는 충분히 [AOI] 할 실력까지 되니,, [LittleAOI]가 쉬웠겠구나ㅠ
          안그래두, 쉬워할 것 같아서 [LittleAOI] 대문에 물어봤었잖아~ 난이도 어땠냐구 ㅋㅋ 에공~
         [LittleAOI] [큰수찾아저장하기]
  • 통계청 . . . . 3 matches
         통계청은 http://www.nso.go.kr 이고
         통계청의 모든 정보는 http://www.stat.go.kr/ 에서 열람할수 있다.
         [http://kosis.nso.go.kr/cgi-bin/sws_999.cgi?ID=DT_1WB41&IDTYPE=3 총독서량]
  • 프로그래밍 . . . . 3 matches
         준비물 : [http://zeropage.org/pub/upload/Timer.exe 타이머]
          * [http://online-judge.uva.es/problemset/]
          * [http://www.topcoder.com]
  • 프로젝트 . . . . 3 matches
          * [http://jeppy.cafe24.com/cap 세계문화체험단]
          * [SmallTalk]다 프로젝트. Feat. [톱아보다], 매주 금요일 10시 모임. [SmalltalkBestPracticePatterns]를 공부하면서 [SBPPSummary]페이지의 완성과, 자판기프로그램 제작이 목표.
          * (V) [http://aekae.ce.ro SE수업 프로젝트]
  • 피그말리온과 갈라테아 . . . . 3 matches
         http://zeropage.org/~ecmpat/tatter_blog/attach/0521/050521013206089445/577609.jpg
  • 혀뉘 . . . . 3 matches
          * http://cyworld.com/rubywind
          * http://www.pentaxforum.co.kr
          * http://www.pentaxclub.co.kr
  • 황재선 . . . . 3 matches
          * http://a4esl.org/q/j/ : english grammmar quiz
          * [http://blog.naver.com/wizard1202.do?Redirect=Log&logNo=140000679350 MFC Tip]
         http://www.ictp.trieste.it/~manuals/programming/Java/tutorial/uiswing/components/table.html#width
  • 2010Python . . . . 2 matches
          * [김수경] - [http://wiki.zeropage.org/wiki.php/%ED%8C%8C%EC%8A%A4%EC%B9%BC%EC%82%BC%EA%B0%81%ED%98%95/%EA%B9%80%EC%88%98%EA%B2%BD#s-3 파스칼삼각형/김수경2]
          * [http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/index.htm MIT Open Courseware 6.00 Introduction to Computer Science and Programming]
  • 2학기자바스터디/첫번째모임 . . . . 2 matches
         [http://165.194.17.15/pub/language/java/j2sdk-1_4_2_01-windows-i586.exe]
         [http://download.eclipse.org/downloads/drops/S-3.0M3-200308281813/eclipse-SDK-3.0M3-win32.zip]
  • 2학기파이선스터디 . . . . 2 matches
          http://www.python.or.kr:8080/python/GUI/tkinter/ - Tkinter 모듈 설명서
          http://turing.cafe24.com - 초보를 위한 파이선 설명
  • 3D프로그래밍시작하기 . . . . 2 matches
         http://cg.cs.tu-berlin.de/~ki/engines.html 에 보면 여러가지 공개, 상용 엔진들의 리스트가 정리되어 있습니다. 아마 3D 프로그래밍하는 사람치고 이 페이지에 안가본 사람은 별로 없을것입니다만, 노파심에서..
          * http://www.hitel.net/~kaswan/ 도 추천입니다. 김성완 님이라고.. unicosa출신이시고 미리내 소프트 시절.. 등.. 호랑이 담배먹던 시절에 이미 필드에서 경력을 쌓으시던 분. 성완님이 만드신 g-matrix라는 엔진의 소스를 얻을 수 있고 여러 칼럼
  • 3N+1Problem . . . . 2 matches
         학교에서 무료함을 달래기 위해 acm programming contest 기출문제를 풀어보는데, ToyProblems 에서도 다룰만한 쉬운 문제가 있기에 이렇게 소개합니다. [http://acm.uva.es/p/v1/100.html 원문보기]
          || [임인택] || [HaskellLanguage] || 30분 || [http://janbyul.com/moin/moin.cgi/HaskellLanguage/3N%2B1Problem 여기] || . ||
  • 5인용C++스터디/멀티쓰레드 . . . . 2 matches
         [http://iruril.cafe24.com/iruril/study/thread/thread%20syn.html]
         [http://165.194.17.15/pub/upload/thread.zip]
  • ACM_ICPC/PrepareAsiaRegionalContest . . . . 2 matches
          [http://acm.kaist.ac.kr/Problems/2004of.pdf Original Problem Text]
          [http://acm.kaist.ac.kr/Problems/2004og.pdf Original Problem Text]
  • AVG-GCC . . . . 2 matches
         on to these processes the -W<letter> options must be used.[[BR]]
         URL : http://www.gnu.org/software/gcc/bugs.html
  • Ajax2006Summer/프로그램설치 . . . . 2 matches
          * 필요한 것은 '''Eclipse 3.2 Platform Runtime Binary''' 입니다. 용량은 33메가 정도입니다 : [http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.2-200606291905/eclipse-platform-3.2-win32.zip LINK]
         1. Tomcat을 다운받습니다. 5.5.17이 최신입니다 : [http://tomcat.apache.org]
  • AnEasyProblem . . . . 2 matches
         [http://poj.org/problem?id=2453 원문보기]
         [문제분류],[http://poj.org/problem?id=2453 An Easy Problem ], [ACM_ICPC/2011년스터디]
  • AnEasyProblem/정진경 . . . . 2 matches
          * http://poj.org/problemstatus?problem_id=2453&language=1&orderby=clen - joojis는 112B, kesarr는 114B에요 ㅎㅎ -[김태진]
          * joojis이(가) Kesarr을(를) 다시 한번 이겼다! 105B vs 107B. http://joojis.jjme.net/aep.png
  • AntiSpyware . . . . 2 matches
          * [http://pcclean.org PC CLEAN] : 검색, 치료 무료.
          * [http://www.bcpark.net/software/read.html?table=resume&num=28 개미핥기 2005] : 검색, 치료 무료.
  • Applet포함HTML/상욱 . . . . 2 matches
          codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_1_01-windows-i586.cab#Version=1,4,1,1"
          pluginspage = "http://java.sun.com/products/plugin/index.html#download">
  • Athena . . . . 2 matches
         || http://zeropage.org/~mulli2/Athena/Logo.bmp ||
          * 6.3.2 Prewitt (8방향)
  • BasicJAVA2005 . . . . 2 matches
          인터파크 책 링크 - [http://book.interpark.com/bookPark/sitemap/BookDisplay.jsp?COMM_001=0000400000&COMM_002=0&GOODS_NO=3914746 클릭!]
         [http://cslibrary.stanford.edu/104/ Pointer Video] 동영상 용량이 크니 다운받아 보세요. -- 재선
  • BasicJava2005/3주차 . . . . 2 matches
          * [http://java.sun.com/j2se/1.5.0/docs/api/] : 영문 5.0 API문서
          * [http://pllab.kw.ac.kr/j2seAPI/api/index.html] : 한글 5.0 API 문서
  • BirthdayCake . . . . 2 matches
         [http://online-judge.uva.es/p/v101/10167.html 원문보기]
         [http://online-judge.uva.es/p/v101/p10167.gif]
  • BlogLines . . . . 2 matches
         http://bloglines.com
          feed demon 을 주로 쓰고 있는데... 이유는 ㅡ.ㅡ;; 실행이 빠르고 watch 기능등이 있다는 정도랄까요 ;; xpyder, yeonmo 같은 것도 설치는 해봤는데.. 약간 느린 바른 속도때문에 바로 지우고야 말았다는.. 아무래도 조급증에 걸린것 같습니다. 아 그리고 블로그에 가면 tatter를 이용해서 사용합니다. - [eternalbleu]
  • BoaConstructor . . . . 2 matches
         http://boa-constructor.sourceforge.net/
         http://sourceforge.net/potm/potm-2003-08.php 2003년 8월 Project of the month 에 뽑혔다. CVS 최신버전인 0.26에서는 BicycleRepairMan 이 포함되었다.
          4. 재사용될 것 같은 모듈들에 대해 UnitTest 를 붙여나간다. 추후 추출용.
         UnitTest 가 있는 것만으로도 언제든지 리팩토링할 수 있다는 믿음이 있다면..~ 혼자서 프로토타입 플밍 할때는 그냥 StepwiseRefinement & UnitTest 조합도 괜찮은 것 같다. 빨리 기능을 얻은뒤 기능들 보고 중간에 CRC 해가면서 유용할만한 Object들을 추출해나가는 것도. 언제든지 Object 뽑아낼 자신이 있으니까.
  • BookShelf/Past . . . . 2 matches
          1. [http://kldp.org/Translations/html/Ask-KLDP/ 좀더 나은 질문하기 방법] - 20050121
          1. [SmalltalkBestPracticePatterns] - 20051218
  • Boost/SmartPointer . . . . 2 matches
          * [http://boost.org/ boost] 에 가서 다운받고 설치한다.
         // See http://www.boost.org for most recent version including documentation.
  • B급좌파 . . . . 2 matches
         http://image.wowbook.com/book/large_image/89-85304-71-2.gif
         http://my.dreamwiz.com/fairday/utopia%20main.htm
  • C 로배우는패턴의이해와활용 . . . . 2 matches
         ||http://kangcom.com/l_pic/200405180002.jpg||
          * 참 좋은 책 같다. 그냥 말로만 들으면 이해도 안가고 어렵게 느껴질 디자인 패턴을 적절하고 멋진 소스와 함께 보여줘서 한층 더 이해를 돕는다. 이책을 DesignPatternsJavaWorkBook 과 같이 보면 정말 괜찮은거 같다.
  • C++ . . . . 2 matches
         벨 연구소의 [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++스터디_2005여름/도서관리프로그램/조현태 . . . . 2 matches
         (거기다 이페이지 [LittleAOI]를 링크하고 있는걸로 봐서 관계있는듯..해서..ㅎ 난몰라~ >ㅁ<;;)
         [LittleAOI] [C++스터디_2005여름/도서관리프로그램]
  • CSP . . . . 2 matches
         class NetToOne(ViaNet):
          print "putting..."
          print "getting..."
          cin=NetToOne(('localhost',PORT))
          d1c2=NetToOne(MYADDR)
          d2plus=NetToOne(MYADDR)
  • CeeThreadProgramming . . . . 2 matches
         //http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt__beginthread.2c_._beginthreadex.asp
         //http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/overlapped_str.asp
  • Class로 계산기 짜기 . . . . 2 matches
          void pushButton(Memory * memory)
          numberInputer.pushButton(memory);
  • ClearType . . . . 2 matches
          * [http://www.microsoft.com/typography/ClearTypeInfo.mspx ClearType기술 홈페이지] - 윈도우 적용 방법이나 기술에대한 자세한 소개.
          * [http://www.microsoft.com/typography/cleartype/tuner/Step1.aspx ClearType Tuner]라는 프로그램으로 세부적인 클리어타입 셋팅을 할 수 있다.
  • CommentEachOther . . . . 2 matches
         [http://img235.imageshack.us/img235/4908/jspark7vu.jpg]
         전에도 느꼈었고, 여러 대가들께서도 자주 말씀하시곤 하는데, 자신의 코드의 퀄리티를 높이려면 남이 만들어놓은 소스를 보라는 이야기가 있다. 이 글을 읽는 분들도 동의하리라 생각한다. CommentEachOther 는 [AOI]나 LittleAOI 처럼 여러 사람이 한 문제에 대한 풀이를 올리고 그것들에 대한 코멘트를 하는 스터디라 할 수 있겠다. 여기서 코멘트라 함은 소스코드에서 명령문 옆에 붙이는 간단한 부연설명이 될 수도 있겠고, 코드 전체에 대한 비평이나 느낌일수도 있다. 처음에는 간단한 문제로 시작해서 디자인 principle 이 들어가있는 프로그램으로 횟감의 스케일을 키워나가는게 어떨까 생각을 한다. 나는 그냥 제안하는 입장이고, 간혹 간단하게 작성한 소스를 올리는 정도로만 참여하도록 하고, 적극적인 참여를 할 사람들이 생기면 이곳에 문제와 자신의 코드를 올리고 토론을 해봤으면 좋겠다. 토론의 방법이야 오프라인 모임에서 하거나 따로 코멘트 페이지를 만들거나. 자. 다들 어떻게 생각하시는지? 참여할분들(!) 계시면 아래에 참여자 목록과 문제를 업로드해 주셨으면.~ - 임인택
  • CommonPermutation . . . . 2 matches
         [http://online-judge.uva.es/p/v102/10252.html 원문보기]
         pretty
  • ConstructorParameterMethod . . . . 2 matches
         Constructor Method로 인스턴스를 만들때, 그리로 넘겨준 파라메터들을 새롭게 만들어진 인스턴스로 어떻게 갖고 오는가? 가장 유연한 방법은 각각의 변수에 대해 setter들을 만들어 주는 것이다. 즉,
         이렇게 되는것이다. 하지만 변수가 많아질수록 setter들은 계속 늘어난다. 이럴때에는 모든 변수를 한번에 set해주는 하나의 메소드를 만든다. 그리고 접두사를 set으로 명명해주고 변수의 이름을 딸려준다.
  • Conversion . . . . 2 matches
         [SmalltalkBestPracticePatterns/Behavior] , [SmalltalkBestPracticePatterns]
  • Cpp/2011년스터디 . . . . 2 matches
          * 난 이 짤을 정말 쓰고 싶군. 내가 하고싶은말을 모두 담아놨어. http://flyingsbgame.blog.me/140137167016 -[김태진]
         참고 : 경악스러운 문제의 그 릴리즈 http://pds22.egloos.com/pds/201108/21/51/Tetris-rino2.exe
  • CppStudy_2002_1 . . . . 2 matches
         || 특별 연습 || [http://ace.delos.com/usacoprob/s=1.1.1.1/a=RwkJ0K3skUk/108 USACO] 대상 - 신진영, 홍진영, 김기웅||["USACOYourRide/신진영"] ||
          * 버스 시물레이션 [http://www.sbc.pe.kr/cgi-bin/board/read.cgi?board=life&y_number=17&nnew=2]
  • Cpp에서의멤버함수구현메커니즘 . . . . 2 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]을 참고하세요.
  • CrackingProgram . . . . 2 matches
         [http://home.t-online.de/home/Ollydbg/ Ollydbg]
         [http://family.sogang.ac.kr/~gundal79/ codeDiver]
  • CrcCard . . . . 2 matches
         http://guzdial.cc.gatech.edu/squeakers/lab2-playcrc.gif
         See Also Moa:CrcCard , ResponsibilityDrivenDesign, [http://c2.com/doc/oopsla89/paper.html aLaboratoryForTeachingObject-OrientedThinking]
  • DPSCChapter4 . . . . 2 matches
         = Structural Patterns =
         '''Decorator(161)''' Attach Additional responsibilities and behavior to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.
  • DPSCChapter5 . . . . 2 matches
         = Behavioral Patterns =
         '''Command(245)''' Encapsulate a request or operation as an object, thereby letting you parameterize clients with different operations, queue or log requests, and support undoable operations.
  • DataCommunicationSummaryProject/Chapter9 . . . . 2 matches
          * piconet과 scatternet : piconet은 8개의 노드까지 지원하는 네트웍망. scatternet은 그보다 더 큰거. 하나의 장치는 주의의 8개까지의 노드밖에 인식을 못하기 때문에 piconet으로 나뉘어져야 하는 크기
  • DataSmog . . . . 2 matches
         http://image.wowbook.com/book/large_image/89-374-2705-2.gif [[BR]][http://www.wowbook.com/generic/book/info/book_detail.asp?isbn=ISBN89-374-2705-2 데이터스모그]
  • DebuggingSeminar_2005/DebugCRT . . . . 2 matches
         {{{~cpp int _CrtSetReportMode(int reportType, int reportMode);
         reportType
         {{{~cpp _HFILE _CrtSetReportFile(int reportType, _HFILE reportFile);
          참조) [http://zeropage.org/wiki/AcceleratedC_2b_2b_2fChapter11#line287 The rule of Three]
         [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/_core_c_run2dtime_library_debugging_support.asp MSDN]
  • DependencyWalker . . . . 2 matches
         http://www.dependencywalker.com/
         http://www.dependencywalker.com/snapshot.png
  • DermubaTriangle . . . . 2 matches
         [http://online-judge.uva.es/p/v102/10233.html 원문보기]
         [http://online-judge.uva.es/p/v102/p10233.gif]
  • DesignPatterns/2011년스터디/서지혜 . . . . 2 matches
         Design Patterns를 공부중인 [서지혜]가 만들었다.
          * [PatternCatalog]
  • DesignPatternsJavaWorkBook . . . . 2 matches
         = DesignPatternsJavaWorkBook =
         http://images.amazon.com/images/P/0201743973.01._BO2,204,203,200_PIlitb-dp-500-arrow,TopRight,32,-59_AA240_SH20_SCLZZZZZZZ_.jpg
  • DevCpp . . . . 2 matches
         zp 내 링크. http://zeropage.org/pub/util/devcpp-4.9.9.2_setup.exe
         You can get a more complete list of free compilers at http://www.bloodshed.net/compilers/ :) - [아무개]
  • DevPartner . . . . 2 matches
         Extracted from) http://www.kwak101.pe.kr
         [http://cafe.daum.net/devpartner DevPartnerDaumCafe]
  • DirectDraw . . . . 2 matches
         그리고 Project Setting -> Link -> Object/Library modules에는
         hr = lpDDSFront->GetAttachedSurface(&ddscaps, &lpDDSBack); // 1차표면과 접합(같은 속성의 표면을 생성)
  • DirectX2DEngine . . . . 2 matches
          * SDK는 이 주소로 받으세요 : [http://www.microsoft.com/downloads/info.aspx?na=90&p=&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=1FD20DF1-DEC6-47D0-8BEF-10E266DFDAB8&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f5%2ff%2fd%2f5fd259d5-b8a8-4781-b0ad-e93a9baebe70%2fdxsdk_jun2006.exe DOWNLOAD]
  • DocumentObjectModel . . . . 2 matches
         [http://www.w3schools.com/dom/default.asp XML_DOM 첫배우기.](tutorial)
         DOM API 쓰는 코드와 SAX API 쓰는 코드는 [http://www.python.or.kr/pykug/XML_bf_a1_bc_ad_20_c7_d1_b1_db_20_c3_b3_b8_ae_c7_cf_b1_e2 XML에서 한글 처리하기] 페이지중 소스코드를 참조. XPath 는 PyKug:HowToUseXPath 를 참조. --[1002]
  • EXIT MUSIC처음화면 . . . . 2 matches
          * http://dduk.idaizy.net
          * [http://blog.naver.com/sentijaewon.do]
  • Eclipse와 JSP . . . . 2 matches
         [http://download.eclipse.org/webtools/downloads/] 에서 Release 에서 최신 버젼 다운
         ex) http://localhost:8080/test/main.jsp
  • EnglishSpeaking/TheSimpsons/S01E01 . . . . 2 matches
          * 내용 : 리사, 바트가 산타클로스로부터 원하는 선물을 하나씩 말하고 처형인 Patty로부터 전화가 온다.
          * Lisa, Patty
  • ErdosNumbers . . . . 2 matches
         [http://online-judge.uva.es/p/v100/10044.html 원문보기]
         Erdos, P., Reisig, W.: Stuttering in petri nets
  • Erlang . . . . 2 matches
         [http://en.wikipedia.org/wiki/High_availability#Percentage_calculation Nine Nines(99.99999%)] 신화의 주역. 앤디 헌트도 단순히 버즈워드가 [http://blog.toolshed.com/2007/09/999999999-uptim.html 아니라고 인정].
  • ExploringWorld/20040506-무제 . . . . 2 matches
          * [http://ipsc.ksp.sk/ ISPC],[http://icpc.baylor.edu/icpc/default.htm ICPC] 를 풀면서 느낀 좌절
  • ExtremeBear . . . . 2 matches
         || http://165.194.17.15/~mulli2/photo/bear.jpg ||
          * [http://www.csc.calpoly.edu/~dbutler/tutorials/winter96/crc/ CRC cards] : CRC cards Tutorial
  • FileStructureClass . . . . 2 matches
         교수: 강현철 교수님 [http://dblab.cse.cau.ac.kr/FS/index.html 수업홈페이지]
         || http://image.wowbook.com/book/large_image/89-353-0304-6.gif ||
  • FileZilla . . . . 2 matches
         [http://filezilla.sourceforge.net 프로젝트 홈페이지]
          http://zeropage.org/pub/wiki_image/filezilla.gif
  • Flex . . . . 2 matches
          * 공식 홈페이지 : http://www.adobe.com/kr/products/flex/
          * 더욱 많은 자료 : http://www.adobe.com/kr/products/flex/productinfo/overview/flex_datasheet.html
  • FoafMacro . . . . 2 matches
         ||[[Foaf(http://internetalchemy.org/iand/foaf.rdf)]]||
         ||[[Foaf(http://internetalchemy.org/iand/foaf.rdf,homepage)]]||
  • FoundationOfASP . . . . 2 matches
         [http://zeropage.org/woodpage/20025179448/Pws.zip PWS] : Personal Web Server4.0
         [http://www.taeyo.pe.kr/] : 여기서 배운다.
  • Functor . . . . 2 matches
         A function object, often called a functor, is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax. The exact meaning may vary among programming languages. A functor used in this manner in computing bears little relation to the term functor as used in the mathematical field of category theory.
         비슷한 구현에 대해서 OO 쪽에서는 MethodObject 라 부르기도 함. (Refactoring에 나옴) 구현 모양상으로 보면 CommandPattern, C++ 진영에서는 Functor 가 일반적인 표현.; --[1002]
  • GUIProgramming . . . . 2 matches
          * http://wiki.python.org/moin/PyQt4
          * http://www.diotavelli.net/PyQtWiki
  • GotoStatementConsideredHarmful . . . . 2 matches
         원문 : http://www.acm.org/classics/oct95/
         기사 : http://www.zdnet.co.kr/it_summary_2003/it2003_newtech/article.jsp?id=60491
  • GridComputing . . . . 2 matches
          * [http://gridcafe.web.cern.ch/gridcafe/animations.html Flash를 이용한 쉬운 그리드 설명]
          * [http://www-128.ibm.com/developerworks/kr/grid/ IBM developerWorks 그리드 컴퓨팅]
  • HanoiTowerTroublesAgain! . . . . 2 matches
         [http://online-judge.uva.es/p/v102/10276.html 원문보기]
         [http://online-judge.uva.es/p/v102/p10276.jpg]
  • HardcoreCppStudy/두번째숙제/CharacteristicOfOOP/변준원 . . . . 2 matches
         Formatted file -> Print();
         "Printer"라는 클래스는 추상 클래스로서 실존의 어떤 프린터 기능을 가지고 있지 않고, dot matrix printer나 laser printer 등의 완전 클래스들 간의 공통된 특성만 지정하고 있으므로, 그 인스턴스를 만드는 것은 무의미하다. 추상 클래스는 점진적 개발 방법(Incremental Development)에 유용하게 사용될 수 있으며, 공통 속성(attribute)의 추출 및 정의에 유용하므로 문제를 모델링하는데 편리함을 더해준다.
  • HelpForDevelopers . . . . 2 matches
         모니위키는 완전한 자유 소프트웨어이며 http://kldp.net/projects/moniwiki 사이트에서 개발이 이루어지고 있습니다.
         모니위키 사용중에 문제점이 발생하는 경우에는 지체없이 http://kldp.net/projects/moniwiki/bugs 사이트에서 문제점을 보고해주시기 바랍니다. 혹은 사용중에 불편한 점이 있다고 생각하셔도 보고해 주시면 고맙겠습니다.
  • HelpOnFormatting . . . . 2 matches
         #keywords Formatting,Help,wiki,포매팅,문법
         === TextFormattingExample ===
  • HelpOnInstallation/SetGid . . . . 2 matches
         보안상의 이유로 웹서버는 php 스크립트를 `nobody, www, apache` 혹은 `httpd`같은 특별히 제한된 계정으로 실행하게 됩니다. 이러한 이유로 [모니위키] 스크립트가 생성하게 되는 여러 파일 혹은 디렉토리는 이러한 특별한 계정의 소유가 되며 진짜 사용자가 소유하지 못하게 되는 일이 발생하고 어떤 경우는 이렇게 만들어진 파일을 읽을수도 지울 수도 없게 됩니다.
         Please see http://www.pmichaud.com/wiki/PmWiki/ErrorMessages
  • HelpOnXmlPages . . . . 2 matches
         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:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  • Hibernate . . . . 2 matches
         조만간 [http://www.theserverside.com/resources/HibernateReview.jsp Hibernate In Action] 이란 책이 출간될 예정. Chapter 1 을 읽을 수 있다.
         [http://www.theserverside.com/resources/article.jsp?l=Hibernate Introduction to hibernate] 기사가 연재중이다.
  • HowBigIsIt? . . . . 2 matches
         [http://online-judge.uva.es/p/v100/10012.html 원문보기]
         [http://online-judge.uva.es/p/v100/p10012.gif]
  • HowManyPiecesOfLand? . . . . 2 matches
         [http://online-judge.uva.es/p/v102/10213.html 원문보기]
         [http://online-judge.uva.es/p/v102/p10213.jpg]
  • HowToBuildConceptMap . . . . 2 matches
          * Rework the structure of your map, which may include adding, subtracting, or changing superordinate concepts. You may need to do this reworking several times, and in fact this process can go on idenfinitely as you gain new knowledge or new insights. This is where Post-its are helpful, or better still, computer software for creating maps.
          * Specific examples of concepts can be attached to the concept labels (e.g., golden retriver is a specific example of a dog breed).
  • HowToStudyDataStructureAndAlgorithms . . . . 2 matches
         첫번째가 제대로 훈련되지 못한 사람은 알고리즘 목록의 스테레오 타입에만 길들여져 있어서 모든 문제를 자신이 가진 알고리즘 목록에 끼워맞추려고 합니다. DesignPatterns를 잘 못 공부한 사람과 비슷합니다. 이 사람들은 마치 과거 수학 정석을 수십번을 공부해서 문제를 하나 던져주기만 하면, 생각해보지도 않고 자신이 풀었던 문제들의 패턴 중 가장 비슷한 것 하나를 기계적, 무의식적으로 풀어제끼는 "문제풀이기계"와 비슷합니다. 그들에게 도중에 물어보십시오. "너 지금 무슨 문제 풀고있는거니?" 열심히 연습장에 뭔가 풀어나가고는 있지만 그들은 자신이 뭘 풀고있는지도 잘 인식하지 못하는 경우가 많습니다. 머리가 푸는 게 아니고 손이 푸는 것이죠.
         see also ["HowToStudyDesignPatterns"]
  • InnoSetup . . . . 2 matches
         http://www.jrsoftware.org/isinfo.php
          * [http://www.jrsoftware.org/is3rdparty.php Inno Setup Third-Party Files]
  • IsDesignDead . . . . 2 matches
          * http://martinfowler.com/articles/designDead.html - 원문.
          * http://jstorm.pe.kr/BBS/view.php3?id=106&code=Tip&start=0 - JStorm 진호선배 편역.
  • IsThisIntegration? . . . . 2 matches
         [http://online-judge.uva.es/p/v102/10209.html 원문보기]
         [http://online-judge.uva.es/p/v102/p10209.jpg]
  • JAVAStudy_2002/진행상황 . . . . 2 matches
          *대기실 UI이 만듬 UI만들기 진짜 싫다. --; (http://zeropage.org/~woodpage)
          *[http://zeropage.org/~woodpage/pds/채팅.zip 소스]
  • JTDStudy/첫번째과제/원명 . . . . 2 matches
         집에서 놀다가 우연히 여기를 와서 고쳐봅니다. 조금 더 생각해 보시면 되지요. 저에게 재미있는 경험을 주었는데, 문원명 후배님도 보시라고 과정을 만들어 두었습니다. 선행학습으로 JUnit이 있어야 하는데, http://junit.org 에서 궁금하시면 [http://www.devx.com/Java/Article/31983/0/page/2 관련문서]를 보시고 선배들에게 물어보세요.
  • Jakarta . . . . 2 matches
          * http://jakarta.apache.org/
          * http://jakarta.ktech21.co.kr
  • Java/ModeSelectionPerformanceTest . . . . 2 matches
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
         === 네번째. Inner Class 에 대해 Command Pattern 의 사용. ===
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          start = System.currentTimeMillis();
          end = System.currentTimeMillis();
          3. interface & class - command pattern 의 구현.
  • JavaHTMLParsing/2011년프로젝트 . . . . 2 matches
          url = new URL("http://www.hufslife.com/");
          System.err.println("잘못된 URL입니다. 사용법 : java URLConn http://hostname/path]");
  • JavaScript/2011년스터디/JSON-js분석 . . . . 2 matches
          * [https://github.com/douglascrockford/JSON-js JSON-js] 코드 분석하기
          * 자바스크립트의 strict모드 ([http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ 레식이 홈피참고])
  • JavaStudy2003/네번째수업 . . . . 2 matches
         || [http://165.194.17.15/pub/upload/tempDrawEditor.zip]||
         || [http://165.194.17.15/pub/upload/Oekaki_SM.zip]||
  • JavaStudy2003/두번째과제 . . . . 2 matches
          http://www.javastudy.co.kr/docs/yopark/chap03/chap03.html
         http://www.javastudy.co.kr/
  • JavaStudy2003/첫번째과제 . . . . 2 matches
         http://www.javastudy.co.kr/
         http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html
  • JavaStudy2003/첫번째수업 . . . . 2 matches
         http://www.javastudy.co.kr/docs/gu/docs/tutor1.html
         http://www.javastudy.co.kr/docs/yopark/chap03/chap03.html
  • JihwanPark . . . . 2 matches
          * home : http://bosoa.cafe24.com
          * [http://zeropage.org/moin/moin.cgi?action=userform&uid=1010395501.34.23553 로그인]
  • 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]
  • Komodo . . . . 2 matches
         http://activestate.com/Products/Komodo/
         http://zeropage.org/pds/200271391146/komodo.png
  • LIB_1 . . . . 2 matches
          char *sen = ":::::::: Little / Simple Real Time Kernel ::::::: \n";
          char *sen1 = " LIB_OS Ver 0.27 :: http://www.cse.cau.ac.kr\n";
          LIB_create_task("StatTask\n",LIB_IDLE_PRIORITY + 1,LIB_TASK_CPU_STAT,&OSStack[256]); // 상태를 알아보는 태스크를 만든다.
  • LUA_6 . . . . 2 matches
         stdin:1: attempt to index local 'self' (a number value)
         class를 만들기 위한 페이지 http://lua-users.org/wiki/YetAnotherClassImplementation 추가로 링크 넣었습니다.
  • LazyInitialization . . . . 2 matches
         LazyInitialization의 하나의 변수당 두개의 메소드로 나눠서 초기화를 한다. 하나는 변수가 LazyInitialization되는 것을 감추어 주는 getter이고, 다른 하나는 변수에다 디폴트값으로 할당을 해줄 DefaultValueMethod이다. 이 방법은 유연성이 증대된다. 당신이 서브클래스를 만든다면, DefaultValueMethod를 오버라이딩함으로써, 기능을 바꿀 수 있다. 전장에서도 언급했듯이 성능도 증대시킬 수 있다.
         변수마다 getter를 만들자. 필요하다면 DefaultValueMethod를 써서 초기화를 하자.
  • LinearAlgebraClass . . . . 2 matches
          * MIT 수업 홈페이지 http://web.mit.edu/18.06/www/
          * 길버트 스트랭의 MIT 강의 VOD http://web.mit.edu/18.06/www/Video/video-fall-99.html
  • Linux/탄생과의미 . . . . 2 matches
          * [http://ko.wikipedia.org/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4 한국]
          * [http://en.wikipedia.org/wiki/Linux 영문]
  • Linux/필수명령어 . . . . 2 matches
         || find x -name y -print|| http://bbs.kldp.org/viewtopic.php?t=58197&highlight=find 참조 ||
         || wget x || x 주소의 자료 다운로드 http ||
  • LionsCommentaryOnUnix . . . . 2 matches
         http://images.amazon.com/images/P/1573980137.01.MZZZZZZZ.gif [[BR]]ISBN:1573980137
         에릭 레이먼드의 사전에 [http://watson-net.com/jargon/jargon.asp?w=Lions+Book Lions+Book] 라고 등재되어 있는 이 유서 깊은 책은 처음에는 불법복제판으로 나돌다가(책 표지에 한 명은 망보고 한 명은 불법 복제하는 그림이 있다) 드디어 정식 출간하게 되었다. 유닉스의 소스 코드와 함께 주석, 그리고 라이온의 "간단 명료 쌈박"한 커멘트가 함께 실려있다.
  • LoveCalculator . . . . 2 matches
         [http://acm.uva.es/p/v104/10424.html LoveCalculator]
         [LittleAOI] [문제분류]
  • LuaLanguage . . . . 2 matches
         http://www.lua.org/
         http://www.redwiki.net/wiki/wiki.php/Lua - redpixel 님의 위키 페이지. Lua 에 관한 한 가장 정리가 잘된 페이지중 하나.
  • MFC/AddIn . . . . 2 matches
         참고) http://www.programmersheaven.com/zone3/cat826/
          * Codewiz (http://www.sohva.org/CodeWiz2/)
  • MFC/Control . . . . 2 matches
         하나의 컨트롤은 클래스와 연계될 수도, 안될 수도 있다. 정적 컨트롤의 경우 클래스가 필요없을 것 같지만 CStatic 이라는 클래스를 통해서 모양을 변경하는 것이 가능하다. 마찬가지로 버튼 컨트롤들의 경우도 대부분 Dialog 객체를 통해서 처리가 된다. CButton 클래스의 경우에는 컨트롤을 관리하는데있어서 객체가 필요할 경우에 이용하게 된다. 이러한 모든 컨트롤들은 모두 윈도우의 일종이기 때문에 CWnd 에서 상속된 클래스를 이용한다.
         이외에도 common control 로서 애니메이트 컨트롤, tree 컨트롤, spin button 등의 컨트롤 들이 존재한다.
  • MacromediaFlash . . . . 2 matches
         http://www.ultrashock.com/ - Flash Mx 2004 Tutorial 추천.~ 처음에 따라해보기 좋음.
         http://www.icksys.com/tutorial/ria.html
  • MindMapConceptMap . . . . 2 matches
         http://www.conceptdraw.com/products/img/MindMap.gif
         http://cmap.coginst.uwf.edu/info/cmap.gif
  • MoinMoinDiscussion . . . . 2 matches
          * '''R''': The Icon macro worked well. I wanted to avoid the fully qualified URL because to access the Wiki in question requires password authentication. Including an image using the full URL caused my webserver (Apache 1.3.19) to reprompt for authentication whenever the page was viewed or re-edited. Perhaps a default {{{~cpp [[Image]]}}} macro could be added to the distribution (essentially identical to {{{~cpp [[Icon]]}}} ) which isn't relative to the data/img directory. (!) I've actually been thinking about trying to cook up my own "upload image" (or upload attachment) macro. I need to familiarize myself with the MoinMoin source first, but would others find this useful?
          * '''Note:''' Regarding the upload feature - pls note that the PikiePikie also implemented in Python already has this feature, see http://pikie.darktech.org/cgi/pikie?UploadImage ... so I guess you could borrow some code from there :) -- J
  • MoinMoinMailingLists . . . . 2 matches
          * http://lists.dragon-ware.com/mailman/listinfo/moin-users
          * http://lists.dragon-ware.com/mailman/listinfo/moin-dev
  • MoniCalendar . . . . 2 matches
         http://chemie.skku.ac.kr/wiki/monket-calendar/monket-cal/ 테스트
          이것의 비밀은 http://chemie.skku.ac.kr/wiki/monket-calendar/monket-cal/t.html 걍 테이블로 했군요...
  • MoniWikiThemes . . . . 2 matches
         attachment:WikiIEbug.PNG
         IE의 경우 display:block 또는 display:table 을 통해 2개 이상의 블록모델 레이어를 중첩시킬 때 width 속성을 각각 주지 않으면 마우스 스크롤이나 리플레시 동작에 컨텐츠가 지워지는 특징(버그?)이 있습니다. width 속성을 주면 괜찮아 지더군요. 최근 저도 CSS만으로 테마를 구현하고 있습니다. --[http://scrapnote.com 고미다]
  • NSIS/예제1 . . . . 2 matches
         http://zeropage.org/~reset/zb/data/nsis_output1.png
         http://zeropage.org/~reset/zb/data/nsis_output2.png
  • NSIS/예제4 . . . . 2 matches
         MiscButtonText "이전" "다음" "취소" "닫기"
         InstallButtonText "설치"
  • NUnit/C#예제 . . . . 2 matches
          1. 테스트 하고자 원하는 Method 에는 Test를, 속한 클래스에는 TestFixture Attribute를 붙인다.
          1. SetUp TearDown 기능 역시 해당 Attribute를 추가한다.
          public class AssertTester
         == 단축키로 콘솔에서 UnitTest 실행하기 ==
  • NiceMilk . . . . 2 matches
         [http://online-judge.uva.es/p/v101/10117.html 원문보기]
         [http://online-judge.uva.es/p/v101/p10117.gif]
  • OOD세미나 . . . . 2 matches
          * 오늘 긴 시간동안 모두 수고하셨습니다. 오늘 설명한 내용이 아직 깊이 와닿지 않더라도 좋습니다. 프로젝트 개발에 있어 그동안 흔히 전개했던 방식과는 다른 접근 방식의 가능성을 확인하는 것만으로도 좋은 경험이 되었길 바랍니다. 누누히 강조하지만 한 번에 이해하시길 바라서 진행하는 세미나가 아니라, 정말 중요한 하나의 제언만이라도 남는다면 그것을 앞으로 몇 번 듣고 또 듣고, 그리고 정말 그 개념이 필요한 순간이 됐을 때 큰 힘이 되리라 믿습니다. 예제는 좋은 예제거리에 대한 의견이 없어 SE 프로젝트 주제를 차용했는데, 설계만으로 문제가 깔끔하게 해결되는 과제가 아니라 알고리즘으로 해결해야할 부분이 꽤 있는 과제다보니, 실습이 설계부분에 집중하기 힘들었던 점은 다소 아쉽네요. 좋은 후기를 작성해주신 분 한 분을 선정해서 번역서 [http://book.naver.com/bookdb/book_detail.nhn?bid=2500990 Holub on Patterns]을 선물로 드립니다. 후기는 감상보다는 되새김이 되었으면 좋겠습니다. :) - [변형진]
  • OriginalWiki . . . . 2 matches
          * http://c2.com
          * wiki:Wiki:PortlandPatternRepository
  • OurMajorLangIsCAndCPlusPlus/locale.h . . . . 2 matches
         location specific information 를 setting 하는데 유용한 라이브러리
         || struct lconv* localeconv(void); || lconv 구조체를 현재의 location setting 에 맞게 값을 설정한다. ||
  • OurMajorLangIsCAndCPlusPlus/setjmp.c . . . . 2 matches
         // modification, are permitted provided that the following conditions
         // without specific prior written permission.
  • PC실관리 . . . . 2 matches
         에어컨 청소법 - [ttp://kin.naver.com/browse/db_detail.php?d1id=8&dir_id=813&docid=92267&ts=1052495994]
         그림을 포함한 청소 설명 - [http://www.airlove.co.kr/shop/index.php?inc=html/air]
  • PatternsOfEnterpriseApplicationArchitecture . . . . 2 matches
         http://images.amazon.com/images/P/0321127420.01._PE_SCMZZZZZZZ_.jpg [[BR]] ISBN:0321127420
         http://martinfowler.com/eaaCatalog/
  • Perforce . . . . 2 matches
         http://www.perforce.com/
         http://www.kr.netbsd.org/knug/ml/netbsd-users/2002/09/msg00010.html
  • PhotoShop2003 . . . . 2 matches
         || ^..^ || ^..^ || Edge Detection Prewitt(8방향) COMPLETE|| 철민 || 30분 ||
          * [http://zeropage.org/~namsangboy/photoshop2003]
  • PlatformSDK . . . . 2 matches
         [http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm 다운로드 페이지] : 최신 버전은 VC6 와 호환되지 않는 다고함.
         기타 최신버전은 [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sdkintro/sdkintro/devdoc_platform_software_development_kit_start_page.asp MSDN platform SDK 소개 페이지] 에서 다운로드 하는 것이 가능하다.
  • ProgrammingLanguageClass/Report2002_2 . . . . 2 matches
         As usual, you shall submit a floppy diskette with a listing of your program and a set of test data of your own choice, and the output from running your program on your test data set.
          * 보통, floppy diskette에 당신의 프로그램과, 테스트한 데이터들과 실행에 의한 결과를 제출한다.
  • ProjectGaia . . . . 2 matches
          * [http://165.194.17.15/~neocoin/jsboard/list.php?table=ProjectGaia 자료실]
          * [http://camellia.cse.cau.ac.kr/fs/FSBBS/board.asp?tb=fs_table&code=05484 수업 게시판]
  • ProjectPrometheus/MappingObjectToRDB . . . . 2 matches
         참조 문서 : http://martinfowler.com/isa/OR-mapping.html
         한편으로 [http://www.xpuniverse.com/2001/pdfs/EP203.pdf Up-Front Design Versus Evolutionary Design In Denali's Persistence Layer] 의 글을 보면. DB 관련 퍼시스턴트 부분에 대해서도 조금씩 조금씩 발전시킬 수 있을 것 같다. 발전하는 모양새의 중간단계가 PEAA 에서의 Table/Row Gateway 와도 같아 보인다.
  • ProjectPrometheus/Tips . . . . 2 matches
         === HTTP GET, POST 넘기기 ===
         Python 에서는 urllib 와 httplib 를 이용한다. Python document 의 httplib - examples 를 참조하면 된다.
  • ProjectSemiPhotoshop . . . . 2 matches
          * [http://165.194.17.15/~neocoin/jsboard/list.php?table=pds ProjectSemiPhotoshop/자료실] - 프로젝트용 자료실 입니다.
          http://165.194.17.15/~neocoin/ProjectSemiPhotoshop/
  • ProjectZephyrus/Afterwords . . . . 2 matches
          - 초기 Up Front Design 에 신경을 썼다. Design Pattern 의 도입으로 OCP (OpenClosedPrinciple) 가 잘 지켜졌다.
          - 처음부터 고려하여 각 IDE별 Setting 화일을 업데이트 시켜주기. Batch File 등으로 자동화하기. IDE 의 통일 고려.
  • ProjectZephyrus/간단CVS사용설명 . . . . 2 matches
          설치 [http://www.wincvs.org WinCVS]를 [http://sourceforge.net/project/showfiles.php?group_id=10072&release_id=83299 다운로드] 해서 설치
  • ProjectZephyrus/일정 . . . . 2 matches
         http://zeropage.org/moin/moin.cgi/ProjectZephyrus
         http://zeropage.org/moin/moin.cgi/ProjectZephyrus_2f_c0_cf_c1_a4
  • PyIde/Scintilla . . . . 2 matches
         http://scintilla.org/ScintillaDoc.html
         http://wiki.wxpython.org/index.cgi/wxStyledTextCtrl
         InsertText(firstChar, "##")
          InsertText(pos, padding)
  • PythonFeedParser . . . . 2 matches
         http://diveintomark.org/projects/feed_parser/
         PHP 진영에서는? MagpieRSS 를 이용하면 될듯. http://magpierss.sourceforge.net/
  • PythonThreadProgramming . . . . 2 matches
          * [http://linuxgazette.net/107/pai.html]
  • PythonWebProgramming . . . . 2 matches
         http://people.linuxkorea.co.kr/~yong/python/docs/Cookie/
         http://www.cs.virginia.edu/~lab2q/lesson_7/ - 단, 소스가 잘못되어있다. cookie 스트링은 content header 보다 먼저 출력되어야 한다.
  • REAL_LIBOS . . . . 2 matches
         Little Basic Operating System의 약자.
         http://pds.egloos.com/pds/1/200504/19/61/a0002861_919375.jpg
  • RandomWalk2/서상현 . . . . 2 matches
         누덕누덕 기워 끝가지 간 소스는 [http://my.netian.com/~sshiskom/file/python/walk.py 여기]에.
         해스켈로 시도. [http://my.netian.com/~sshiskom/file/haskell/walk.hs 소스].
  • ReleasePlanning . . . . 2 matches
         User stories are printed or written on cards. Together developers and customers move the cards around on a large table to create a set
          Individual iterations are planned in detail just before each iteration begins and not in advance. The release planning meeting was called the planning game and the rules can be found at the Portland Pattern Repository.
  • ReplaceTempWithQuery . . . . 2 matches
         이러한 방법을 사용하면서 부가적으로 얻을 수 있는 장점이 하나 더 있다. 실제로 도움이 될지 안될지 모르는 최적화를 하는데 쏟는 시간을 절약할 수 있다. 임시변수 사용뿐 아니라 이러한 미세한 부분의 조정은, 해놓고 보면 별로 위대해보이지 않는 일을, 할때는 알지 못하고 결국 시간은 낭비한게 된다. 돌이켜보면 나의 이러한 노력이 제대로 효과가 있었는지도 모른다. '''왜?''' 프로파일링 해보지 않았으니까. 단순히 ''시스템을 더 빨리 돌릴 수 '''있을지도''' 모른다''는 우려에서 작성한 것이었으니까. [http://c2.com/cgi/wiki?DoTheSimplestThingThatCouldPossiblyWork DoTheSimplestThingThatCouldPossiblyWork]
         now and then finding a smoother pebble or a prettier shell than
  • RoboCode/ing . . . . 2 matches
         http://zeropage.org/pub/upload/ing.IngTeam_1.0.jar
         http://zeropage.org/pub/upload/nilath.Nilath_1.0.jar
  • RubyLanguage/ExceptionHandling . . . . 2 matches
          * [http://lambert.tistory.com/168 계층도]
          * [http://enshahar.tistory.com/65 참고]
  • RubyOnRails . . . . 2 matches
          * [http://www.rubyonrails.org/]
          * [http://beyond.daesan.com/articles/2006/07/28/learning-rails-1 대안언어축제황대산씨튜토리얼]
  • RunTimeTypeInformation . . . . 2 matches
         = RTTI =
         아래는 RTTI의 쓰임새를 표현한 일예이다.
          derived d = dynamic_cast<derived &>(ref1); // rtti used here
          // rtti enables the process to throw a bad_cast exception
         = RTTI in MFC =
  • SearchAndReplaceTool . . . . 2 matches
          * Actual Search & Replace (http://www.divlocsoft.com/)
          * HandyFile Find and Replace (http://www.silveragesoftware.com/hffr.html)
  • SecurityNeeds . . . . 2 matches
          Yes, see Wiki:OrgPatterns which runs in Wiki:FishBowl mode. - ''This may be exactly what I was looking for... thanks!!!''
         ''OTOH, few users have ".htaccess" enabled for them, and even fewer have access to the "httpd.conf".''
  • Self-describingSequence . . . . 2 matches
         [http://online-judge.uva.es/p/v100/10049.html 원문보기]
         [http://online-judge.uva.es/p/v100/10049img2.gif]
  • SharedSourceProgram . . . . 2 matches
         [http://news.naver.com/news/read.php?mode=LSD&office_id=092&article_id=0000002588§ion_id=105&menu_id=105 ZDnet기사부분발췌]
          http://bbs.kldp.org/viewtopic.php?t=54295 올렸습니다 :) --sun
  • SimpleDirectmediaLayer . . . . 2 matches
          * SDL 홈페이지: http://www.libsdl.org/
          * SDL 소개(한글): http://www.libsdl.org/intro.ko/toc.html
  • SmalltalkBestPracticePatterns/DispatchedInterpretation . . . . 2 matches
         The simplest example of this is Collection>>do:. By passing a one argument Block(or any other object that responds to #value:), you are assured that the code will work, no matter whether the Collection is encoded as a linear list, an array, a hash table, or a balanced tree.
         This is a simplified case of Dispatched Interpretation because there is only a single message coming back. For the most part, there will be several messages. For example, we can use this pattern with the Shape example. Rather than have a case statement for every command, we have a method in PostScriptShapePrinter for every command, For example:
  • SqLite . . . . 2 matches
         [http://sqlite.org]
         [http://www.int64.org/sqlite.html - SQLite C++ Wrapper]. 단, 이 코드의 경우 long long 형을 쓰는 관계로 VC6 에서는 컴파일이 되지 않는다. long long 형을 쓰는 부분을 __int64 로 바꾸면 VC6 에서도 이용은 가능.
  • Stack/임다찬 . . . . 2 matches
         int index=0,top=9,bottom=0;
          return index==bottom;
  • Star . . . . 2 matches
         [[https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=13&page=show_problem&problem=1100 원문보기]]
         [[http://online-judge.uva.es/p/v101/p10159.gif]] ~~[[DeadLink]]~~
  • StephaneDucasse . . . . 2 matches
         OORP(ObjectOrientedReengineeringPatterns) 의 저자중 한명.
         최근 Stephane 은 Squeak 에 대한 책을 쓰고 있다. http://scgwiki.iam.unibe.ch:8080/StephaneDucasseWiki 에서 읽을 수 있다. Turtle Graphics 를 이용한 튜토리얼을 제공하는데 정말 재미있다! Smalltalk 를 입문하려는 사람에게 추천.!
  • StepwiseRefinement . . . . 2 matches
         Niklaus Wirth 교수의 ''Program Development by Stepwise Refinement''(1971, CACM 14.4) (http://www.acm.org/classics/dec95/ )와 EdsgerDijkstra의 [http://www.cs.utexas.edu/users/EWD/ewd02xx/EWD227.PDF Stepwise Program Construction]을 꼬오옥 읽어보길 바랍니다. 전산학 역사에 길이 남는 유명한 논문들이고, 여기 소개된 SR은 Structured Programming에서 핵심적 역할을 했습니다. 당신은, 이 사람이 사용한 stepwise refinement에 상응하는 어떤 "일반적 문제 접근법 및 디자인 방법"을 갖고 있습니까? 이 글을 읽고 다른 문제에 stepwise refinement를 적용해 보십시오. Functional Programming이나 OOP에도 적용할 수 있습니까? 이 글을 읽고, 또 스스로 실험을 해보고 무엇을 배웠습니까? 이 stepwise refinement의 단점은 무엇이고, 이를 극복하는 방법은 무엇일까요? --김창준.
  • SummationOfFourPrimes . . . . 2 matches
         [http://online-judge.uva.es/p/v101/10168.html 원문보기]
         [http://www.n2n.pe.kr/util/find_prime.php 소수판정기]로 답을 확인해볼 수 있겠네요. --[Leonardong]
  • SuperMarket/인수 . . . . 2 matches
         // 아래로 이어지는 if/else-if는 코드 중복이라고 봅니다. 이걸 어떻게 제거할 수 있을까요? Command Pattern? Polymorphism? 혹은 그냥 Table Lookup? --JuNe
          int money = StringConvertToInt(m);
          int token2 = getToken(str,2);
          int count = StringConvertToInt(cnt);
          int token2 = getToken(str,2);
          int count = StringConvertToInt(cnt);
          Goods g2("diskette",1200);
          static int getToken(const string& str, int nth)
          int StringConvertToInt(string& str)
          int token = getToken(str, 1);
          int token = getToken(str, 1);
          int money = StringConvertToInt(m);
          int token = getToken(str,1);
          int token2 = getToken(str,2);
          int count = StringConvertToInt(cnt);
          int token = getToken(str,1);
          int token2 = getToken(str,2);
          int count = StringConvertToInt(cnt);
          int token = Cmd::getToken(str,1);
  • TAOCP . . . . 2 matches
         [http://www-cs-faculty.stanford.edu/~knuth/taocp.html TAOCP홈페이지]
         책사야겠네... [http://kangcom.com/common/bookinfo/bookinfo.asp?sku=199711260004 강컴]보다 싼 데 있으면 알려줘~~
  • TabletPC . . . . 2 matches
         see also : http://www.microsoft.com/windowsxp/tabletpc/default.asp
          http://groove.net 참조. 일종의 P2P 프로그램인데 비즈니스 겨냥. 화일공유, 화이트보드, 메모장, 스케줄러, 브라우저 등의 공유가 가능하답니다. 선우형이 소개해주셨는데 잘 만들었더군요. --석천 [[BR]]
  • TddRecursiveDescentParsing . . . . 2 matches
          ''먼저 "1"을 넣으면 "1"을 리턴하는 프로그램을 만듭니다. 다음 "314"를 넣으면 "314"를 리턴하게 합니다. 다음엔, "1 + 0"을 넣으면 "1"을 리턴하게 합니다. 다음, "1 + 314"를 넣으면 "315"를 리턴합니다. 다음, "1 + 2 + 314"를 하면 "317"을 리턴합니다. 다음, "1 - 0"을 하면 "1"을 리턴합니다. 다음, "1 - 1"을 하면 "0"을 리턴합니다. 다음, "314 - 1 + 2"를 하면 "315"를 리턴합니다. 다음, "- 1"을 넣으면 "-1"을 리턴합니다. 다음, "( 1 )"을 넣으면 "1"을 리턴합니다. ...... AST는 아직 생각하지 말고 당장 현재의 테스트를 패스하게 만드는데 필요한 것만 만들어 나가고 OAOO를 지키면서(테스트코드와 시스템코드 사이, 그리고 시스템 코드 간) 리팩토링을 지속적으로 합니다 -- 그렇다고 파싱 이론을 전혀 이용하지 말라는 말은 아니고 YAGNI를 명심하라는 것입니다. 그러면 어느 누가 봐도 훌륭한 디자인의 파서를 만들 수 있습니다. DoTheSimplestThingThatCouldPossiblyWork. --김창준''
         대강 다음과 같은 식으로 접근했고요. 테스트코드 2-3줄쓰고 파서 메인코드 작성하고 하는 식으로 접근했습니다. (["Refactoring"] 을 하다보면 FactoryMethodPattern 과 CompositePattern 이 적용될 수 있을 것 같은데, 아직은 일단.)
          token = identifier.getToken()
          token = assignment_operator.getToken()
          term = expression.getTerm()
          token = identifier.getToken()
          token = plus_operator.getToken()
  • 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
  • TestDrivenDevelopment . . . . 2 matches
         void printTestResult() {
          printTestResult();
          * [http://xper.org/wiki//xp/TestDrivenDevelopment?action=fullsearch&value=TestDrivenDevelopment&literal=1 XPER의 TDD 관련 자료들]
          * [http://wiki.tdd.or.kr/wiki.py tdd.or.kr]
  • TheElementsOfProgrammingStyle . . . . 2 matches
         음 저자이름이 낯익어 기억을 더듬어봤더니, 제가 생각하던 [http://www.cs.princeton.edu/~bwk/ 그분]이 맞네요. [http://www-2.cs.cmu.edu/~mihaib/kernighan-interview/ 인터뷰]를 읽은적이 있는데... 나머지 한분은 누구일까요..? - [임인택]
  • TheJavaMan/설치 . . . . 2 matches
         http://java.sun.com/j2se/1.4.2/download.html
         http://download.eclipse.org/downloads/drops/S-3.0M6-200312182000/eclipse-SDK-3.0M6-win32.zip
  • ThePriestMathematician . . . . 2 matches
         [http://online-judge.uva.es/p/v102/10254.html 원문보기]
         [http://online-judge.uva.es/p/v102/p10254b.jpg]
  • ThinkRon . . . . 2 matches
         aka {{{~cpp WhatTheyWouldDoInMyShoes}}}
         --NoSmok:HerbertSimon from http://civeng1.civ.pitt.edu/~fie97/simonspeech.html
  • TicTacToe/노수민 . . . . 2 matches
          TicTacToe ttt = new TicTacToe();
          ttt.setDefaultCloseOperation(EXIT_ON_CLOSE);
          setTitle("Player " + turn + " 차례");
  • TopicMap . . . . 2 matches
         ''Nice idea. But i would just make it the normal behavior for external links. That way you don't clutter MoinMoin with too many different features. --MarkoSchulz''
          * [ map:WikiName] for print inclusion (better names than ''map''?)
  • TortoiseSVN . . . . 2 matches
         http://tortoisesvn.tigris.org/
         http://gypark.pe.kr/cgi-bin/wiki/wiki.pl?TortoiseSVN
  • TuringMachine . . . . 2 matches
         http://www.acm.org/awards/taward.html 에서 수상자를 확인 가능. 보면 알겠지만 우리가 알만한 사람은 한번씩들 다 받았다. ㅡ.ㅡ;;
         http://ironphoenix.org/tril/tm/
  • UnixHistory . . . . 2 matches
         http://www.levenez.com/unix/
         http://www.levenez.com/unix/history.html
  • UseSTL . . . . 2 matches
          * http://www.bdsoft.com/tools/stlfilt.html
          * http://borlandforum.com/impboard/impboard.dll?action=list&db=cpp_tip
  • UselessTilePackers . . . . 2 matches
         [http://online-judge.uva.es/p/v100/10065.html 원문보기]
         [http://uva.onlinejudge.org/external/100/p10065.gif]
  • ViImproved/설명서 . . . . 2 matches
          z- 커서를 화면의 bottom으로 이동, 문서가 스크롤됨
         tty type= Set 1초 후에 매크로인 "time out"을 실행
  • VisualStudio . . . . 2 matches
         의외로 Debugger 를 이용하지 않는 사람들이 있다. UnitTest 를 작성하면서 프로그래밍을 하지 않는다면, Debugger는 불가피하다. 학교 프로그래밍 수업때 정식으로 가르치지 않기 때문에 MSDN이나 온라인의 강좌, 알고 있는 학우들에게 물어보아 배울수 있다.
         예제 : ProjectTheCell (현재 진행중인 Othello Project)
          * Project(프로젝트) » Settings(설정)를 선택합니다.
         Reference : [http://support.intel.com/support/kr/performancetools/libraries/mkl/win/sb/cs-017282.htm Intel 라이브러리 연결 요령]
  • VisualStudio2005 . . . . 2 matches
         http://www.microsoft.com/korea/events/ready2005/vs_main.asp
         http://msdn.microsoft.com/vstudio/express/default.aspx
  • WERTYU . . . . 2 matches
         [http://online-judge.uva.es/p/v100/10082.html 원문보기]
         http://online-judge.uva.es/p/v100/p10082.jpg
  • WeightsAndMeasures/신재동 . . . . 2 matches
         def inputTurtles(turtles):
          inputTurtles(turtles)
         >>> l.sort(key=operator.attrgetter('foo'))
  • WikiNature . . . . 2 matches
         Really, it's not accurate to talk about a WikiNature, we would do better recognizing that Nature itself, is Wiki.
         See http://www.c2.com/cgi/wiki?WikiNature for more.
  • WinampPlugin을이용한프로그래밍 . . . . 2 matches
         컴파일하려면 in2.h 와 Out.h 가 필요하다. 이는 http://www.winamp.com/nsdn/ 에서 Winamp SDK를 다운받는다.
         http://download.nullsoft.com/winamp/client/wa502_sdk.zip
          //for (;x=1 && in->GetOutputTime()<len;) Sleep(100);
          printf("current : %d ms\n", in->GetOutputTime()); // 진행중 play time (ms)
  • XpWeek/20041222 . . . . 2 matches
         [http://kin.naver.com/browse/db_detail.php?d1id=1&dir_id=10106&docid=722107 jsp에서 ms타임을 년시분초로 바꾸어주는 방법]
         [http://java.pukyung.co.kr/Lecture/Chapter21.php 생각하는자바 활용2]
  • XpWeek/20041224 . . . . 2 matches
         [http://zeropage.org/pub/upload/1224_1115.jar 중간결과]
         [http://zeropage.org/pub/upload/1224_1550.jar 최종결과]
  • ZP&JARAM세미나 . . . . 2 matches
          * [ZeroPage], [http://jaram.org/ 자람], ICPC
          - [http://study.jaram.org/wiki.php/bloodjino bloodjino]
  • ZPBoard/Diary . . . . 2 matches
          * [http://165.194.17.15/~bestjn83/Diary/listDiary.php 첫번째 스펙까지 완성된 버전 by 재니]
          * [http://165.194.17.15/~bestjn83/Diary/diary.php 공사중인 두번째 스펙 by 재니]
  • ZeroPageServer/IRC . . . . 2 matches
          * 서버: [http://ozinger.org/ 오징어]
          * 예전에 계획만 세워놓고 때려친 Jirconium을 다시 시작하면 될 듯합니다: http://code.google.com/p/jirconium
  • ZeroPage성년식 . . . . 2 matches
          * 참가 신청: 온오프믹스(http://onoffmix.com/event/4096)
          * 문의 사항: 메일(theZeroPage@gmail.com) 혹은 ZeroPage 홈페이지(http://zeropage.org)
  • ZeroPage성년식/후기 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • ZeroWiki . . . . 2 matches
         현재(2021.11) 한국어 위키위키 위키페이지수 27위에 있다.[http://ko.wikipedia.org/wiki/한국어_위키위키 참조]
          * ZeroWiki 역사 서술 시간. - from [https://zeropage.slack.com/messages/random/ 슬랙]
  • Zeropage/Staff . . . . 2 matches
          * [http://zeropage.org/wikis/nowthen2004/%C1%F6%B1%DD%B1%D7%B6%A72004/%C8%C4%B1%E2 2004년 후기]
          * [http://zeropage.org/wikis/nowthen2004/OST%C1%BE%C7%D5 지금그때2004년OST]
  • [Lovely]boy^_^/Diary/12Rest . . . . 2 matches
          * I read a Programming Pearls Chapter 6 a little, because I can't understand very well--;. So I read Chapter 7,8,9,10 roughly. In my opinion, there is no very serious contents.
          * I feel that I am getting laziness.--;
  • [Lovely]boy^_^/Diary/2-2-9 . . . . 2 matches
          * I do a litter summary ["AcceleratedC++/Chapter4"].
          * This meeting is also helpful. Although a half of members don't attend, I can think many new things.
  • [Lovely]boy^_^/EnglishGrammer/Passive . . . . 2 matches
          ex) I haven't received the letter yet. It might have been sent to the wrong address.
          ex) Mr. Bruno is much better after his operation, but he's still not supposed to do any heavy work.(= his doctors have advised him not to)
  • [Lovely]boy^_^/EnglishGrammer/PresentAndPast . . . . 2 matches
          I'm thinking ( = considering) of quitting my job.
          ex) Matt burned his hand while he was cooking dinner.
  • [Lovely]boy^_^/EnglishGrammer/PresentPerfectAndPast . . . . 2 matches
          ex) He told me his name, but I've forgotten it.(I can't remember it now.)
          ex2) I wrote the letter, but I haven't mailed it yet. (역시 simple past 가능)
  • aop . . . . 2 matches
         http://cfs7.tistory.com/upload_control/download.blog?fhandle=YmxvZzgxNDhAZnM3LnRpc3RvcnkuY29tOi9hdHRhY2gvMC8yNTAwMDAwMDAwMDMuanBn
         http://cfs8.tistory.com/upload_control/download.blog?fhandle=YmxvZzgxNDhAZnM4LnRpc3RvcnkuY29tOi9hdHRhY2gvMC8yMTAwMDAwMDAwMDAuanBn
  • comein2 . . . . 2 matches
          * 개인 위키 : http://comein2.xhot.net/moin/moin.cgi
         [http://165.194.17.15/moin/moin.cgi?action=userform&uid=1009955467.92.23121 comein2로그인]
          * ExtremeProgramming 관련 UnitTest , Refactoring
  • ddori . . . . 2 matches
          * Brian Crain - Betterfly waltz
          * "Legnedary" Nirvana - they were just so awesome! No one won't be able to be better than them
  • erunc0/PhysicsForGameDevelopment . . . . 2 matches
          * Source - http://zp.cse.cau.ac.kr/~erunc0/study/physics/Particle.zip
          * Release - http://zp.cse.cau.ac.kr/~erunc0/study/physics/Particle_Test.exe
  • fnwinter . . . . 2 matches
          http://wiki.zeropage.org/wiki.php/Gnutella-MoreFree
          http://netgroup-serv.polito.it/windump/ -zennith.
  • html . . . . 2 matches
         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 참고]
          * 정보가 HTTP 헤더안에 포함되어져 오기
         See Also WikiPedia:HTTP WikiPedia:RESTful
  • html5/VA . . . . 2 matches
         <video src = "http://example.com/video1.mov"></video>
         <audio src = "http://example.com/audio1.wav"></audio>
          * currentTime - 현재 재생 위치
          * startTime - 재생할 위치
  • html5/richtext-edit . . . . 2 matches
         http://www.quirksmode.org/dom/execCommand/
         http://cafe.naver.com/webappdev.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=91
  • html5/video&audio . . . . 2 matches
         <video src = "http://example.com/video1.mov"></video>
         <audio src = "http://example.com/audio1.wav"></audio>
          * currentTime - 현재 재생 위치
          * startTime - 재생할 위치
  • html5/문제점 . . . . 2 matches
          * 출처 : http://blog.creation.net/435
          * http://www.findmebyip.com/litmus#target-selector
  • html5practice/roundRect . . . . 2 matches
         <html xmlns="http://www.w3.org/1999/xhtml">
          * roundRect function 는 [http://js-bits.blogspot.com/2010/07/canvas-rounded-corner-rectangles.html 이용] 하였음.
  • i++VS++i . . . . 2 matches
         http://groups.google.co.kr/groups?selm=3DB97B90.82FF374B%40bawi.org
         http://groups.google.co.kr/groups?selm=Uqfu9.383$5o4.19586@news.hananet.net
  • jeppy . . . . 2 matches
          * homepage : http://jeppy.cafe24.com
         0'wiki를 쳐다만 보다가 Edittext 를 눌러보는게 얼마만인지;;
          다른 사람 page 에서 EditText 눌러보는 것도 오랜만 --[1002]
  • jinahut . . . . 2 matches
         .... written by jina. 2oo6/o1/o7
         [http://jinahut.idaizy.net 영원한, 나의 공간, 나만의 초가집]
  • ljh131 . . . . 2 matches
         [http://ljh131.dothome.co.kr]
         [http://ljh131.egloos.com]
  • lostship/MinGW . . . . 2 matches
          * MinGW 인스톨 후 MSYS 를 인스톨 한다. [http://www.mingw.org/index.shtml MinGW & MSYS]
          * STLport 를 받고 압축을 푼다. [http://www.stlport.com/ STLport]
  • neocoin/SnakeBite . . . . 2 matches
          * [http://zeropage.org/browsecvs/index.php?&dir=SnakeBite%2F Zp CVS 의 SnakeBite] : 집의 CVS 통째로 복사이다.
          ''bidirectional association은 최소화하는 것이 좋음. 꼭 필요하다면 back-pointer를 사용해야 함. 가능하면 MediatorPattern의 사용을 고려해보길. --JuNe''
  • oracle . . . . 2 matches
         http://room:5560/isqlplus
         http://room:5560/isqlplus/dba
  • phoenix_insky . . . . 2 matches
         http://zeropage.org/moin/moin.cgi?action=userform&uid=1029580697.16.3943
          * Home: http://cyberjhs.wo.to
  • radiohead4us/PenpalInfo . . . . 2 matches
         Interests/Hobbies: writing letters, reading, music, ...............
         Comments: Hi All! Writing letters is my greatest hobby and i am still looking for some pals around my age. If you´re interested in writing snail mail to me, please send me an e-mail. Thanks! I promise, I will answer all.
  • snowflower . . . . 2 matches
         2005.10.19 - 블로그 Open [http://rhasya.egloos.com]
         2006.04 - 싸이월드 Open [http://www.cyworld.com/rhasya]
  • teruteruboz . . . . 2 matches
         *개인 홈페이지!! http://teruteruboz.joa1004.com
         회지를 준비중이랍니다~ ^-^ 뭐..많이 부족한 BS지만...[[BR]]회지!! 기대해 주세요~ 참가를 바라시는 분들은...웅... http://csebs.woorizip.com 으로 신청해주시면..[[BR]]
  • 같은 페이지가 생기면 무슨 문제가 있을까? . . . . 2 matches
         [현재 위키에 어떤 습관이 생기고 있는걸까?]의 공원 길의 예제와 같이 중복 페이지가 생기고, 발견자(위키 사용자-WikiGnome)가 중복 페이지를 한두장 고칠 필요가 느껴질때 한두장 해결해나가는 일종의 아래에서 위로(BottomUp)의 해결 방식을 이야기 하는 것입니다.
          저도 거의 NoSmok 에서 읽었고, 최근들어 http://doc.kldp.org 를 보면서 같은 생각이 듭니다. 그외 링크라면 그외 위키를 기억하기는 힘듭니다. ZeroWiki 에서도 초기에 비슷한 토의가 있었던 것 같습니다. --NeoCoin
  • 걸스패닉 . . . . 2 matches
         [http://iruril.wo.to/]
         [http://iruril.cafe24.com/iruril/ez2000/ez2000/ezboard.cgi?db=GirlsPanic]
  • 경시대회준비반/BigInteger . . . . 2 matches
         * Mahbub Murshed Suman (suman@bttb.net.bd)
          endl << "mailto: suman@bttb.net.bd";
  • 경태 . . . . 2 matches
          [http://NeoM7.ssm.samsung.co.kr 멤버십위키] (죽어있음..)
          [http://netory.80port.org/wiki/wiki.php/경태 네토리위키소개글]
  • 고한종/배열을이용한구구단과제 . . . . 2 matches
         참고 링크 : http://k.daum.net/qna/view.html?qid=0DYSq
         참고 링크 : http://rantis7.egloos.com/2404014
  • 공개선언/메세지 . . . . 2 matches
         == [http://zeropage.org/zero/index.php?title=%B0%F8%B0%B3%BC%B1%BE%F0&url=zeropage#2.1 2007년 1월] ==
         == [http://zeropage.org/zero/?url=zeropage&title=%B0%F8%B0%B3%BC%B1%BE%F0#3.1 2006~2007 겨울방학] ==
  • 구근 . . . . 2 matches
          * 홈페이지 & 개인위키 : http://www.passioninside.com/
          * [http://www.passioninside.com/wiki/passion/moin.cgi/Passion_2f_c3_d6_b1_d9_bc_d2_bd_c4 최근소식]
  • 권영기/채팅프로그램 . . . . 2 matches
          참고페이지- http://www.google.co.kr/url?sa=t&source=web&cd=5&ved=0CEkQFjAE&url=http%3A%2F%2F211.221.225.175%2F~comsys%2FNP_PDF%2Fchapter9.pdf&ei=B1B6T-XQLsaNiAfp7ozmAg&usg=AFQjCNGSvHjDhJuPzKXNM753wAi0WINORQ
  • 기술적인의미에서의ZeroPage . . . . 2 matches
         발췌 : http://www.6502.org/datasheets/csg6500.pdf
         http://lxr.linux.no/source/Documentation/i386/zero-page.txt
  • 김동준 . . . . 2 matches
          * 마인크래프트 24시간 바닐라 서버 운영중 (홈페이지 : [https://www.teledong.kr] )
          * NAS 운용중 (https://nas.teledong.kr)
  • 김수경/StickyWall . . . . 2 matches
         컨셉은 별 거 없다. [http://trello.com Trello] 짭.
          * [https://github.com/Linflus/StickyWall Repository]
  • 김준영 . . . . 2 matches
          * '''Blog''' : '''''[http://hanginggardens.pe.kr/ http://hanginggardens.pe.kr]''''' (현재 관리 안함)
  • 니젤프림 . . . . 2 matches
         [http://nijelprim.egloos.com 블로그에 놀러와] 광고도 한번 눌러주면 좋고 -_-
         [PrimeNumberPractice] [니젤프림/BuilderPattern]
  • 덜덜덜 . . . . 2 matches
         [http://165.194.17.15/pub/upload/CampusC.zip CampusC] // 오래된 내용이라 구질구질 하기도.
         '''[http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr의 C기초강좌] 매우 자세하며 양이 많다. 이것이 교재 적당히씩 읽고 와주세요'''
  • 데블스캠프 . . . . 2 matches
         2002년을 시작으로 매년 교내에서 6월말~7월초에 5일간 연속으로 진행하는 컨퍼런스 입니다. . 교내 홍보를 통해 Zeropage 회원 뿐만 아니라 Zeropage 외의 학생들에게 컴퓨터공학의 기초적인 주제부터 현재 트렌드까지 강의 내용을 함께 공유하는 자리입니다. Zeropage의 현재 활동하는 재학생뿐만 아니라 1기 선배님부터 참석하여 발표를 진행합니다. 링크([https://wiki.zeropage.org/wiki.php/데블스캠프])에 간략한 설명이 포함되어 있습니다
         (<a href="https://zeropage.org/notice/61771">데블스 공지</a>에 가시면 어떤 내용이 준비되고 있는지 볼 수 있어요!)</p>
  • 데블스캠프2004/세미나주제 . . . . 2 matches
          * 간단한(어려워도 상관없음) 원격 컴퓨터 관리( +알파 [http://www.bo2k.com/ 백오리피스]?)
         환타 FunCamp 라던지, TTL에서 주최했던 모임, 바카스 국토 대장정, KTF Future List...
         [STL]을 할때 단순히 자료구조를 사용하는 방법을 같이 보는것도 중요하겠지만 내부구조 (예를 들어, vector는 동적 배열, list은 (doubly?) linked list..)와 같이 쓰이는 함수(sort나 또 뭐가있드라..그 섞는것..; ), 반복자(Iterator)에 대한 개념 등등도 같이 보고 더불어 VC++6에 내장된 STL이 ''표준 STL이 아니라는 것''도 같이 말씀해 주셨으면;; (SeeAlso [http://www.stlport.org/ STLPort]) - [임인택]
  • 데블스캠프2005/주제 . . . . 2 matches
         [http://gvr.sourceforge.net/ Guido van Robot], PairProgramming 시연(?),
         GvR보다 좀 더 발전된 모델로 러플(http://rur-ple.sourceforge.net/ )이 있습니다. 데블스캠프에서 해보기에 좋은 내용이라고 생각합니다. --JuNe
  • 데블스캠프2006/SSH . . . . 2 matches
          * SSH download : http://zerowiki.dnip.net/~namsangboy/ssh.exe
         = Secure Shell Client or Putty =
  • 데블스캠프2006/SVN . . . . 2 matches
          * SVN download : http://prdownloads.sourceforge.net/tortoisesvn/TortoiseSVN-1.3.5.6804-svn-1.3.2.msi?use_mirror=heanet
          * 웹에서 자기 소스 보기 : http://zeropage.org/svn/namsangboy/
  • 데블스캠프2006/목요일/winapi . . . . 2 matches
          static HWND hButton;
          static const int BUTTON_ID = 1000;
          hButton = CreateWindow("BUTTON", "Click Me!", WS_CHILD | WS_VISIBLE,
          hwnd, (HMENU)BUTTON_ID, 0, 0);
          if(LOWORD(wParam) == BUTTON_ID)
          SetTimer(hwnd, 0, 100, 0);
          case WM_LBUTTONDOWN:
  • 데블스캠프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
  • 데블스캠프2010/Prolog . . . . 2 matches
          * [http://www.swi-prolog.org/download/stable SWI-Prolog]
          * [http://lakk.bildung.hessen.de/netzwerk/faecher/informatik/swiprolog/indexe.html Editor]
  • 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/김동준 . . . . 2 matches
          if(inputStr.length() == 1 || inputStr.equals("http") || inputStr.equals("blog") || inputStr.equals("com") ||
         위의 주석처럼 필요없는 (http, //, blog, yahoo, empas, tistory 같은) 단어를 제외하고 작성할 수 있게 수정했습니다.
  • 데블스캠프2011/둘째날/Machine-Learning/SVM/namsangboy . . . . 2 matches
          svmttest = "../data/test2.svm_light"
          fout = file(svmttest,"a")
  • 데블스캠프2012/넷째날/묻지마Csharp . . . . 2 matches
         === Mission 1. Button Click & Label ===
         === Mission 2. Button Click & Date ===
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission1/김준석 . . . . 2 matches
         private void pushButton_Click(object sender, EventArgs e)
          pushButton.Visible = false;
  • 데블스캠프2012/셋째날/앵그리버드만들기 . . . . 2 matches
         attachment:bird.png
          * [http://clug.kr/~jereneal20/devils.php 링크]
          var currentTime = new Date();
          setTimeoutOnContext(this, function(){
          var oldTime = currentTime;
          currentTime = new Date();
          var deltaTime = currentTime - oldTime;
          setTimeoutOnContext(this, arguments.callee,0);
         function setTimeoutOnContext(context, func, time)
          setTimeout(function(){
          return {x:e.clientX + pageXOffset - e.target.offsetLeft, y:e.clientY + pageYOffset - e.target.offsetTop};
  • 레밍딜레마 . . . . 2 matches
         || http://www.aladdin.co.kr/Cover/8955610017_1.gif [[BR]] ISBN 8955610017||
         시리즈 물인데, 같은 시리즈의 하나인 혜영이가 남긴 감상 [http://zeropage.org/jsp/board/thin/?table=multimedia&service=view&command=list&page=0&id=145&search=&keyword=&order=num 네안데르탈인의 그림자] 와 같은 짧고 뜻 깊은 이야기이다. 왜 이 책을 통해서 질문법을 통한 실용적이며, 진짜 실행하는, 이루어지는 비전 창출의 중요성을 다시 한번 생각하게 되었다. ["소크라테스 카페"] 에서 저자가 계속 주장하는 질문법의 힘을 새삼 느낄수 있었다.
  • 레밍즈프로젝트/연락 . . . . 2 matches
         1. 맵의 자료구조 : 이 부분이 Map과 Pixel 다이어그램인데... 흠... Map은 2차원 배열로서 모든 픽셀에 대한 데이터를 관리하게 되겠지?? 그리고 그 접근 방식은 순차접근(List)가 아니라 인덱싱을 이용한 임의접근(Vector) 일거고. 맵은 Pixel 이라는 인터페이스에 대한 배열을 2차원 Vector로 관리하게 되는겨-_-ㅋ(조금 복잡해지지 이럴땐 [http://www.redwiki.net/wiki/wiki.php/boost boost]의 [http://www.redwiki.net/wiki/wiki.php/boost/MultiArray 다차원배열]에 대한 STL비슷한 녀석을 사용해도 괜찮을겨-_- boost에 대해서 좀 조사를 해야겠지만... vector를 다차원으로 쓰기엔 까다로운 부분이 많거든...)
  • 레밍즈프로젝트/프로토타입/STLLIST . . . . 2 matches
         || CList || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cstring.asp] ||
         || CList 사용 || [http://blog.naver.com/ryudk01.do?Redirect=Log&logNo=120007965930] ||
         || GetTail || Returns the tail element of the list (cannot be empty). ||
         || GetTailPosition || Returns the position of the tail element of the list. ||
  • 마름모출력/김유정 . . . . 2 matches
          char pattern;
          scanf("%c",&pattern);
  • 만세삼창VS디아더스1차전 . . . . 2 matches
         [http://trac.izyou.net/threechang/attachment/wiki/WikiStart/three_chang_250.JPG?format=raw] VS 로고도 없는 그들...
  • 맞춤교육 . . . . 2 matches
         [http://news.kbs.co.kr/news.php?id=694145&kind=c 기업, '맞춤교육' 대학에 요구]
          - 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 한국엔 인재가 없다]
  • 멘티스 . . . . 2 matches
         [http://tong.nate.com/deergirl/2412917 블로그 퍼옴]
         [http://jeppy.cafe24.com 종필이형 홈피]
  • 문자반대출력/허아영 . . . . 2 matches
          MSB는 비트로 표현된 값에서 가장 중요한 요인이 되는 값을 말합니다. 가령 10001000 이라는 값이 있을때 가장 왼쪽에 있는 1이 MSB입니다. 마찬가지로 가장 왼쪽에 있는 0을 LSB (Least Significant Bit)라고 합니다. 지금 설명드린 내용은 BigEndian Machine 의 경우, 즉, 비트를 왼쪽에서 오른쪽으로 읽는 아키텍처에서의 MSB, LSB를 설명드린 것이고, LittleEndian (비트를 오른쪽에서 왼쪽으로 읽는) 아키텍처에서는 LSB와 MSB가 바뀌어야겠죠. 현대의 거의 모든 아키텍처에서 영문은 ascii 코드로 표현합니다. ascii코드의 값은 0~127인데 이를 8비트 2의 보수를 사용해서 표현하면 MSB가 모두 0 이 됩니다. 이 경우에는 해당 문자가 1바이트의 문자란 것을 뜻하고, MSB가 1인 경우에는 뒤에 부가적인 정보가 더 온다 (죽, 이 문자는 2바이트 문자이다)라는 것을 말합니다.
         [LittleAOI] [반복문자열]
  • 박성현 . . . . 2 matches
          * 공모전 참가 [http://project.oss.kr 2010공개SW개발자대회] - 기업상(SK C&C) 수상 -_-;
          * [http://wiki.kldp.org/wiki.php/DocbookSgml/Ask-TRANS How To Ask Questions The Smart Way]
  • 박치하 . . . . 2 matches
         http://pds15.cafe.daum.net/download.php?grpid=qkLj&fldid=6lGP&dataid=2&fileid=1
         치하 안녕~ [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클릭하지마요!]
  • 반복문자열/김영록 . . . . 2 matches
         little AOI 잘해보자!
         [LittleAOI] [반복문자열] [김영록]
  • . . . . 2 matches
         [http://165.194.17.15/pub/upload/CampusC.zip CampusC] // 오래된 내용이라 구질구질 하기도.
         [http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr의 C기초강좌]
  • 삼총사CppStudy/20030806 . . . . 2 matches
          * friend 함수를 위해서는 VS 6.0 sp 5를 깔아야 한다.[http://download.microsoft.com/download/vstudio60ent/SP5/Wideband-Full/WIN98Me/KO/vs6sp5.exe]
          * Visual Assist[http://www.wholetomato.com/downloads/index.shtml]
  • 상협/2DAlca . . . . 2 matches
          || http://165.194.17.15/~namsangboy/alca.jpg ||
         || http://165.194.17.15/~namsangboy/alca2.jpg ||
  • 상협/Diary/7월 . . . . 2 matches
         || POSA || blackboard pattern || 60% || 영어라서.. ㅡㅡ;; ||
         || POSA || blackboard pattern || 30% || - 내용은 읽었는데 정리를.. ㅡㅡ;; 어려워..||
  • 상협/Medusa . . . . 2 matches
          * http://www.nightmare.com/medusa/
          * http://oedipus.sourceforge.net/medusa/
  • 상협/감상 . . . . 2 matches
         || [PatternOrientedSoftwareArchitecture]|| || 1권(1) || - || 뭣도 모르고 보니깐 별로 감이 안온다 -_-; ||
         || 이타적유전자 || MattRidley ||
  • 상협/인공지능/오목 . . . . 2 matches
         || 2002.2.3 || [http://165.194.17.15/~namsangboy/AIOmok.zip AI오목] ||
         || 2003.2.3 || [http://165.194.17.15/~namsangboy/오목2_3.zip 1주년 기념 AI오목] ||
  • 상협/프로젝트관련 . . . . 2 matches
          * [http://www.caucse.net/cgi-bin/moin/moin.cgi/_c0_da_b9_d9_c7_c1_b7_ce_c1_a7_c6_ae_2f_b9_e6_c8_ad_ba_ae_c6_c0_b8_de_bd_c5_c0_fa?action=highlight&value=%2F%C1%F8%C7%E0%BB%F3%C8%B2 자바시간에 팀 프로젝트로 나온 메신저 짜기]
          ''방화벽을 자유 자재로 넘나들기 위해서는 80번 포트 위로 올라가는게 좋고, 그렇게 하려할때 가장 손쉽게 할 수 있는 기술은 SOAP을 이용하는 것이니, 이를 고려해봄이 어떨까 하는데. socket을 이용할 경우 80번 포트에서 웹서버가 돌아가면 '''말짱꽝'''으로 방화벽을 통과하기는 어려운일이고.. 그럼 SOAP은 어떻게 쓰느냐? 가장 손쉽게 접근할 수 있는것으로는 [http://java.sun.com/xml/jaxm/index.html JAXM]을 추천함. 그럼 어떻게 돌리는가? '''RTFM''' '' :) --이선우
          ''단순한 소켓 통신을 하는 메신저라면 80번 포트로 통신하도록 해도 상관은 없지만, 지금 하려고 하는게 '''방화벽'''메신저 라고 봐서 SOAP을 추천한거지. '80번 포트, HTTP 프로토콜이 방화벽과 무슨관계인가?'라는게 궁금하면 보안 관련 검색을 해보면 손쉽게 찾을 수 있을꺼야.'' --이선우
  • 새싹교실/2011/AmazingC . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/Noname . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/Pixar/실습 . . . . 2 matches
         http://zeropage.org/files/attach/images/5722/160/042/hanoi_r5.jpg
  • 새싹교실/2011/데미안반 . . . . 2 matches
          * A언어 : ALGOL을 말합니다. 고급 프로그래밍 언어(어셈블리나 기계어를 저급 프로그래밍 언어라고 합니다)로 각광받던 포트란ForTran에 대항하기 위해 유럽을 중심으로 개발된 프로그래밍 언어입니다. ALGOL은 Algorithm Language의 약자로서, 이름 그대로 알고리즘 연구개발을 위해 만들어졌습니다. 하지만 ALGOL은 특정한 프로그래밍 언어를 지칭하기 보다는 C언어나 파스칼과 같이 구조화된 프로그래밍 언어를 지칭하는 말(ALGOL-like programming language)로 쓰입니다. [http://kin.naver.com/qna/detail.nhn?d1id=1&dirId=1040101&docId=68855131&qb=Q+yWuOyWtCBC7Ja47Ja0IEHslrjslrQ=&enc=utf8§ion=kin&rank=1&search_sort=0&spq=0&pid=ghtBIz331ywssZ%2BbORVssv--324794&sid=TYBj6x1TgE0AAE@GUeM 출처 링크! 클릭하세요:)]
          *[http://ko.wikipedia.org/wiki/2%EC%9D%98_%EB%B3%B4%EC%88%98 2의 보수]에 2의 보수에 대한 설명이 있습니다. 왜 0000 0010 의 음수 형태를 1000 0010 으로 하지 않고, 2의 보수 형태인 1111 1110 을 사용했냐! 이건 컴퓨터가 음수와 양수를 이용한 계산을 편리하게 하기 위해 그런듯합니다. 2-2를 우리야 바로 0이라고 계산할 수 있지만, 컴퓨터는 2+(-2)형태로 바꿔서 0000 0010 과 1111 1110을 더해 0000 0000 이 나오게 합니다. '''컴퓨터에서 가산기를 사용하여 뺄셈을 하기 위해 음수의 표현으로 자주 사용된다'''라고 사전에 나오네요ㅠㅠㅋ
  • 새싹교실/2011/무전취식/레벨1 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/무전취식/레벨10 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/무전취식/레벨11 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/무전취식/레벨2 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/무전취식/레벨3 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/무전취식/레벨5 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/무전취식/레벨6 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/무전취식/레벨7 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/무전취식/레벨8 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/무전취식/레벨9 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/쉬운것같지만쉬운반/2011.3.15 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/쉬운것같지만쉬운반/2011.3.23 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/쉬운것같지만쉬운반/2011.3.29 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/쉬운것같지만쉬운반/2011.5.17 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/쉬운것같지만쉬운반/2011.5.3 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2011/씨언어발전 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/사과나무 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/아우토반/뒷반/3.23 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/아우토반/뒷반/3.30 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/아우토반/뒷반/4.13 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/아우토반/뒷반/4.6 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/아우토반/뒷반/5.11 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/아우토반/앞반/3.22 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/아우토반/앞반/3.29 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/아우토반/앞반/4.19 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/아우토반/앞반/4.5 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/아우토반/앞반/5.10 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 새싹교실/2012/아우토반/앞반/5.17 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 소수구하기 . . . . 2 matches
         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 관련기사] - [임인택]
          BBC의 방송 기사를 옮겨서 기사가 부실한것 같다. [http://bbs.kldp.org/viewtopic.php?t=39037&highlight=%BC%D2%BC%F6 관련내용] 그리고 이해가 안가는게, 메르센 소수를 발견하는게 그 사람의 목표였는지, 아니면 발견된것이 메르센 소수인지도 이해가 안가게 해두었지. 것참 관심없는 내용이라고 저렇게 해둔건가.--NeoCoin
  • 송수생 . . . . 2 matches
         싸이:[http://cyworld.com/shusheng]
         [홈페이지분류], ZeroPagers,[http://idaizy.net]
  • . . . . 2 matches
         http://prof.cau.ac.kr/~sw_kim/include.htm
          http://imgsrc2.search.daum.net/imgair2/00/54/03/00540361_1.jpg
  • 숫자를한글로바꾸기/조현태 . . . . 2 matches
          소스가 길어 보이지만 저기의 stack이라는 클래스.. 사실 저번에 [LittleAOI]에서 만들어서 2번이나 사용했던 클래스다.
         [LittleAOI] [숫자를한글로바꾸기]
  • 스택/이태양 . . . . 2 matches
         int bottom = 0;
          if(stack[bottom] == '\0')
  • 애자일과문서화 . . . . 2 matches
         [임인택]이 [http://janbyul.com/tt/268 이곳]에 끼적이다가 옮김. 내용을 요약하자면...
  • 오목/휘동, 희경 . . . . 2 matches
         // Attributes
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  • 오페라의유령 . . . . 2 matches
         http://www.aladdin.co.kr/Cover/8970752366_1.gif
         http://www.westegg.com/unmaintained/alw/webber.jpg [[BR]]
  • 웹에요청할때Agent바꾸는방법 . . . . 2 matches
          self.urlOpener = ClientCookie.build_opener(ClientCookie.HTTPCookieProcessor(ClientCookie.CookieJar() ),\
          ClientCookie.HTTPEquivProcessor,\
          ClientCookie.HTTPRefreshProcessor,\
          ClientCookie.HTTPRefererProcessor)
          def getTextFromMSDN(self):
          theUrl = 'http://msdn2.microsoft.com/zh-cn/library/ms130214.aspx'
          #theUrl = 'http://www.google.co.kr/search?hl=ko&q=define:"'+word+'"'
          data = extractor.getTextFromMSDN()
  • 위시리스트/130511 . . . . 2 matches
          * http://www.interpark.com/product/MallDisplay.do?_method=detail&sc.shopNo=0000100000&firpg=01&sc.prdNo=13003385&sc.dispNo=016001&sc.dispNo=016001
          * MATLAB 활용, (저자: Stormy Attaway) -[김태진]
  • 유용한팁들 . . . . 2 matches
          * 원본 글 : [http://www.codeproject.com/useritems/Text_Indexer.asp]
          * [http://www.linuxproblem.org/art_9.html 참고글]
  • 윤성준 . . . . 2 matches
         [http://blog.empas.com/sooryun/22033982_639x639.jpg]
          [http://cyworld.nate.com/sjyunk 여기강추!] '''낚시금지!!!'''
  • 윤종하 . . . . 2 matches
          1. 2010 새싹스터디: [http://zeropage.org/?mid=fresh&category=&search_target=title&search_keyword=2pm 2pm반]
         참 의외입니다. 어떻게 그렇게 특수한 분야에 초점을 맞출 생각을 했는지 궁금하네요. 이런 이벤트가 진행 중인 걸 알고 있나요. http://www.nextweapon.kr -- [이덕준] [[DateTime(2010-07-27T00:33:01)]]
  • 이병윤 . . . . 2 matches
         [http://www.beist.org beistlab] 소속
          *[http://www.overthewire.org/wargames/drifter/ Drifter] WarGame 풀이
  • 인상깊은영화 . . . . 2 matches
         http://search.naver.com/search.naver?where=nexearch&query=%C8%F7%B3%EB%C5%B0%BF%C0&sm=tab_hty
         [쿠도 준(타베 미카코) http://movie.naver.com/movie/bi/pi/basic.nhn?code=102482] 진짜 남자같아ㅋ
  • 인수/Assignment . . . . 2 matches
         || SE || 9/8 || 9/28 || Architecture, Framework, Pattern, Platform의 차이점 구별, 사례 조사 || 젤 짜증나 -_- || O ||
         || SE || || || Pattern vs archi 등등 레포트 이경환 교수님께 메일 || || O ||
  • 임수연 . . . . 2 matches
         http://bingoimage.naver.com/data3/bingo_22/imgbingo_22/sinctlst/24331/sinctlst_1.jpg -수연아~에이~ [joosama]
         [[HTML(<img src= http://home.opentown.net/~mcgyber1/images/face/날라간다.gif>)]]슈퍼맨ㅋㅋ -[허아영]
  • 임인택/RealVNCPatcher . . . . 2 matches
          * http://radiohead.egloos.com/656886/
         2004.9.14 끝냄. [http://radiohead.egloos.com/718212/ 한글패치]
  • 자료병합하기/허아영 . . . . 2 matches
         Upload:LittleAOI12.bmp
         [LittleAOI] [자료병합하기]
  • 장용운 . . . . 2 matches
         홈페이지 : http://clug.cau.ac.kr/~neostage/
         블로그 : http://neostage.tistory.com/
  • 정규표현식 . . . . 2 matches
          * 참조/교재 : 인터넷 웹상 / [http://www.yes24.com/24/goods/3475120 손에 잡히는 정규 표현식 ( 벤 포터 지음)]
          * 환경 : [http://groups.google.com/group/zeropageregex google 그룹메일]을 통한 메시지 전달 / Wiki를 통한 스터디 내용 저장.
  • 정모/2005.4.25 . . . . 2 matches
         [[HTML(<span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=black><b>)]]
          * [[HTML(<span style="font-size:9pt; letter-spacing:-1px;"><font face="Verdana" color=ff4500><b>)]]오는 사람한테는 회비로 식사제공 (예상메뉴 : 피자)[[HTML(</b></font></span>)]]
  • 정모/2011.10.12 . . . . 2 matches
          * [김수경]학우의 [https://docs.google.com/present/edit?id=0AdizJ9JvxbR6ZGNrY25oMmpfNDZnNzk0eHhkNA&hl=ko 건강상식]
          * [DesignPatterns/2011년스터디]
  • 정모/2011.3.2 . . . . 2 matches
          * 관련 페이지 : ThreeFs, [http://no-smok.net/nsmk/ThreeFs ThreeFs(노스모크)], [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]
  • 정모/2011.4.4/CodeRace/김수경 . . . . 2 matches
          attr_accessor :location
          attr_accessor :location
  • 정모/2011.5.16 . . . . 2 matches
          * [Design Patterns/2011년스터디]
          * [http://nforge.zeropage.org/projects/mymensingh/]
  • 정모/2011.5.2 . . . . 2 matches
          * 지원서는 [http://zeropage.org/53221#0 여기]에 있습니다.
          * [http://zeropage.org/index.php?mid=notice&page=2&document_srl=52787 여기]에서 제로페이지의 행사들을 이끌어갈 스태프 여러분을 모집합니다.
  • 정모/2011.5.9 . . . . 2 matches
          * 지원서는 [http://zeropage.org/53221#0 여기]에
          * [http://onoffmix.com/event/2823 IFA 국제퍼실리테이터 컨퍼런스 2011 공유회]
  • 정모/2011.8.22 . . . . 2 matches
          * [DesignPatterns/2011년스터디]
          * 본래는 Soldiers를 풀어와야하지만 어쩐지 Lotto를 풀어오는 방향이 되고있는거 같습니다.
  • 정모/2011.9.20 . . . . 2 matches
          * [DesignPatterns/2011년스터디]
          * [http://onoffmix.com/event/3672 개발자를 위한 공감세미나]
  • 정모/2012.11.26 . . . . 2 matches
          * [변형진]: 저는 경이로운 길이로 장황한 [http://zeropage.org/board/64074 후기](?)를 작성했습니다. 그러나 이 위키의 여백이 너무 좁아 여기 옮기지는 않겠습니다.
          * [http://scienceon.hani.co.kr/media/34565 인지부하]에 대한 글인데 참고해 주셨으면.. 이 글은 데블스 캠프나 새싹이나 기타 강의/세미나를 하시려는 분들이 참고해도 좋을 것 같습니다.
  • 정모/2012.12.10 . . . . 2 matches
          * 저분들께 이 글을 보여드리고 싶다. [http://jimmyrim.com/159 Paul Graham의 How To Start a Startup], [http://www.jimmyrim.com/190 스타트업에서 일과 삶의 균형을 찾는 것은 맞지 않다.] 음.. 근데 저분들 스타트업 하려는거 맞나? - [서지혜]
  • 정모/2012.2.24 . . . . 2 matches
          * [http://wiki.zeropage.org/wiki.php/%EC%A0%9C12%ED%9A%8C%20%ED%95%9C%EA%B5%AD%EC%9E%90%EB%B0%94%EA%B0%9C%EB%B0%9C%EC%9E%90%20%EC%BB%A8%ED%8D%BC%EB%9F%B0%EC%8A%A4%20%ED%9B%84%EA%B8%B0 제12회한국자바개발자컨퍼런스후기]
          * 오랜만에 사회인 ZeroPager 두 분을 만나 즐거웠습니다! 치킨 감사합니다... 덕분에 ~~또~~ 폭식을 했습니다.....^_T 지원언니의 신입사원 연수 이야기 재미있었어요. 아직 취직을 하지 않았지만 가까운 미래에 취직을 해야할 상황이라 제겐 특히 더 와닿는 이야기가 아니었나 싶습니다. 승한선배의 GUI 세미나도 잘 들었습니다. 유행하는 것과 유행하지 않는 것에 대한 이야기가 가장 인상깊었어요. 작년에 [:DesignPatterns/2011년스터디 DP 스터디]를 시작하며 읽었던 FocusOnFundamentals 페이지가 생각납니다.
  • 정모/2013.5.13 . . . . 2 matches
          * PPT 다시보기 : http://sdrv.ms/15OSmxT
         = [http://zeropage.org ZP홈페이지] =
  • 정모/2013.5.20 . . . . 2 matches
         attachment:IMG_0784.jpg
         [http://www.worlditshow.co.kr/main/main.php 홈페이지]
  • 제로Wiki . . . . 2 matches
          * [http://165.194.17.5/~namsangboy/ssh.exe ssh다운받기]
          * /home/httpd/zero 폴더..
  • 졸업논문/요약본 . . . . 2 matches
         Web environment has became a standalone platform. Object-oriented languages, such as python, are suitable for web. Django is a web application framework written by python, and helps web developers writting web application more agile by abstracting database. Django provides high level abstraction on database, higher than CLI which uses ODBC. Django, for instance, creates database tables when developer writes classes in python, and modifies tables when developer modifies classes in python. In addition, django helps developers using database on host-language(python) level by abstracting insertion, deletion, update, retrieving of recodes to class method. Therefore, web developers make programs more agile.
  • 주민등록번호확인하기/김영록 . . . . 2 matches
          ㅡ,.ㅡ [LittleAOI]처음과 끝만하다니 성의없음 ㅠㅠ
         [LittleAOI] [주민등록번호확인하기]
  • 주민등록번호확인하기/정수민 . . . . 2 matches
         그건 그렇고 너도 빨리 LittleAOI 참가하라고!! ㅎㅎㅎ - [조현태]
         [LittleAOI] [주민등록번호확인하기]
  • 중위수구하기/정수민 . . . . 2 matches
         올.. +_+ 괜찮아ㅎ 내 코드 값.. 줘~ ㅋㅋ, 너도 LittleAOI 참여해 계속, --아영
         [LittleAOI] [중위수구하기]
  • 지금그때/OpeningQuestion . . . . 2 matches
         see Seminar:DontLetThemDecideYourLife, [http://zeropage.org/wiki/%C0%E7%B9%CC%C0%D6%B0%D4%B0%F8%BA%CE%C7%CF%B1%E2 재미있게공부하기]
         Pragmatic Programmers의 [http://www.pragmaticprogrammer.com/talks/HowToKeepYourJob/HowToKeepYourJob.htm How To Keep Your Job]을 강력 추천합니다. --JuNe
         책은 NoSmok:WhatToRead 를 참고하세요. 학생 때 같이 시간이 넉넉한 때에 (전공, 비전공 불문) 고전을 읽어두는 것이 평생을 두고두고 뒷심이 되어주며, 가능하다면 편식을 하지 마세요. 앞으로 나의 지식지도가 어떤 모양새로 나올지는 아무도 모릅니다. 내가 오늘 읽는 책이 미래에 어떻게 도움이 될지 모르는 것이죠. 항상 책을 읽으면서 자기의 "시스템"을 구축해 나가도록 하세요. 책을 씹고 소화해서 자기 몸化해야 합니다. 새로운 정보/지식이 들어오면 자기가 기존에 갖고 있던 시스템과 연결지으려는 노력을 끊임없이 하세요.
  • 지금그때2003/ToDo . . . . 2 matches
          * http://zeropage.org/pub/nowthen/
          * http://zeropage.org/pub/nowthen/view_register.php
  • 지금그때2005 . . . . 2 matches
          * [지금그때2005/홍보], [http://zeropage.org/~dduk/memo/memo.php?id=nowthen2005 신청페이지]
         질문 레스토랑과 OST시간은 [http://zeropage.org/wikis/nowthen2004/%C1%F6%B1%DD%B1%D7%B6%A72005 지금그때위키]에 정리하여 [지금그때]가 누적될 수 있도록 하는게 좋겠다는 생각을 하네요.--[Leonardong]
  • 최소정수의합/송지훈 . . . . 2 matches
         little_sum (x:xs) y
          |otherwise = x + little_sum xs (y-x)
  • 큰수찾아저장하기/김영록 . . . . 2 matches
         남은 [LittleAOI]가 많다.-,.-;;
         [큰수찾아저장하기] [LittleAOI]
  • 토비의스프링3/밑줄긋기 . . . . 2 matches
          * [https://sites.google.com/site/xperdokdo/ xper dokdo]참고
          * 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
  • 프로그래머의편식 . . . . 2 matches
         블로깅을 하다가 우연히 읽게 된 글인데 공감되는 부분이 많습니다. 원문은 [http://sparcs.kaist.ac.kr/~ari/each/article.each.469.html 여기]에 있습니다.
         블로그 코리아를 통해 [http://mizar92.egloos.com/231854 초보에서 명인이 되기까지..]라는 글을 보았다. 사진을 좋아하는 사람이 어떤 과정을 거쳐 명인이 되는지 설명하고 있다.
  • 프로그래밍언어와학습 . . . . 2 matches
         http://www.zdnet.co.kr/anchordesk/todays/jwkim/article.jsp?id=45258&forum=1 에 글에 대해서
         The fatal metaphor of progress, which means leaving things behind us, has utterly obscured the real idea of growth, which means leaving things inside us.
  • 한자공/시즌1 . . . . 2 matches
          * [https://github.com/ZeroPage/zp13-javastudy github]를 사용하고 있습니다.
          * global setting은 컴퓨터마다 적용되며 이름이 겹치면 commit이 안 되는 경우가 있으니 로그인 하고 설정을 먼저 바꾸자.
  • 헝가리안표기법 . . . . 2 matches
         솔직히 필자도 얼마전까지 이런 변수 명명에 대한 관례를 잘 지키지 않았다. 그러나 변수 명명에 관한 표준화된 관례를 지켜주면 코드의 가독성을 높여줄 뿐 아니라 예를 들어 카운터 변수를 count라고 지을지 cnt라고 지을지 고민하지 않아도 되는 편리함을 누릴 수 있다. - [http://dasomnetwork.com/~leedw/mywiki/moin.cgi/_c7_eb_b0_a1_b8_ae_be_c8_20_c7_a5_b1_e2_b9_fd?action=edit 출처]
         || c || char || character type || char cLetter ||
  • 현재시간 . . . . 2 matches
         [[HTML(<EMBED SRC="http://165.194.17.15/pub/upload/handclock.swf" width=650/>)]]
          * [http://www.yugop.com/ 유고나카무라] 씨의 작품이네요- 그냥 '악'소리 나는 작품을 만들죠~^^;; 소니 최근 W 모양의 신기한 로고도 이 사람이 디자인 했답니다. 고등학교때 이 사람 작품들을보고 웹디자인 공부 접었던 기억이나네요;; 지나친 거름은 성장에 좋지 않다는...ㅠ_ㅠ - [이승한]
  • .vimrc . . . . 1 match
         set softtabstop=4
  • 02_Archi . . . . 1 match
         === 1.리틀맨 (Oh~ Little Man) ===
  • 02_C++세미나 . . . . 1 match
          * http://www-h.eng.cam.ac.uk/help/mjg17/teach/CCsummary/CCsummary-html.html
  • 05학번만의C++Study . . . . 1 match
         * [LittleAOI]
  • 06 SVN . . . . 1 match
         http://msdn.microsoft.com
  • 10학번 c++ 프로젝트 . . . . 1 match
         = [http://wiki.zeropage.org/wiki.php/10%ED%95%99%EB%B2%88%20c++%20%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8/%EC%86%8C%EC%8A%A4 결과물 보러가기~] =
  • 2002년도ACM문제샘플풀이 . . . . 1 match
          * [http://cs.kaist.ac.kr/~acmicpc/problem.html 2002년도 문제 샘플] 풀이입니다. ["신재동"]과 ["상규"]가 '개발 시간 최소화' 라는 문제 때문에 시작부터 TDD와 Refactoring 그리고 OOP를 버렸습니다. 그래서 중복도 심하고 남에게 보여주기 정말 부끄럽지만... 용기내서 올립니다. 리펙토링 후에 변한 모습을 다시 올리도록 하겠습니다.
  • 2005/2학기프로젝트 . . . . 1 match
         || [DesignPatternStudy2005] || 01 [남상협] , 같이 하실분 환영 ||
  • 2005MFC스터디 . . . . 1 match
         교재 판매 점 : [http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200401310006]
  • 2005MFC이동현님의명강의 . . . . 1 match
          * [http://zerowiki.dnip.net/~undinekr/Tictactoes.zip]
  • 2006김창준선배창의세미나 . . . . 1 match
          * Universal Patterns - General Coceptual Framework : 주역(Reflective ,,), 음양 오행, 사상
  • 2006신입생/방명록 . . . . 1 match
         -아발이 돈 좀 뿌렸나보네^^ㅋㅋ - [http://165.194.17.5/zero/?url=celfin&sessionId=celfin&sessionName=하기웅 하기웅]
  • 2006신입생/연락처 . . . . 1 match
         || [http://165.194.17.5/zero/?url=zeropage&title=%BE%C8%B3%E7%C7%CF%BC%BC%BF%E4 송태의] || kofboy at dreamwiz dot com || 010-4691-5179 ||
  • 2010JavaScript/역전재판 . . . . 1 match
          * [http://www.openjs.com/scripts/events/keyboard_shortcuts/shortcut.js]
  • 2011년MT . . . . 1 match
          * http://www.cosmospension.com/home/page9_1.htm
  • 2012/2학기/컴퓨터구조 . . . . 1 match
          * Textbook : Computer Organization and Design 4/E, Patterson
  • 2012년독서모임 . . . . 1 match
          * [김수경] - [http://book.naver.com/bookdb/book_detail.nhn?bid=184152 젊은 피아니스트에게 보내는 편지]
  • 2dInDirect3d . . . . 1 match
         http://image.yes24.com/fr/p/525947.jpg
  • 2dInDirect3d/Chapter1 . . . . 1 match
          === Getting the Current Display Mode ===
  • 2dInDirect3d/Chapter3 . . . . 1 match
          SeeAlso : [http://member.hitel.net/~kaswan/feature/3dengine/rhw.htm]
  • 2thPCinCAUCSE . . . . 1 match
          * 문제 성격: 국내 대학생 프로그램 경진 대회의 문제 출제 경향을 따른다. 2002년도 문제 샘플( http://cs.kaist.ac.kr/~acmicpc/problem.html see also ["2002년도ACM문제샘플풀이"] 참조)
  • 3,5,7빵Problem . . . . 1 match
          * [http://en.wikipedia.org/wiki/Nim Nim] Nim이라는 이름의 문제네요.
  • 3DAlca . . . . 1 match
          * [http://zeropage.org/~namsangboy/3dAlca.zip]
  • 3N+1Problem/1002_2 . . . . 1 match
          http://gochi.pe.kr/upload/img/code/3npuls1problem.jpg [[BR]]
  • 3rdPCinCAUCSE . . . . 1 match
         문제 샘플( http://cs.kaist.ac.kr/~acmicpc/problem.html )
  • 3학년강의교재/2002 . . . . 1 match
          || 알고리즘 || (원)foundations of algorithms || Neapolitan/Naimpour || Jones and Bartlett ||
  • 5인용C++스터디/다이얼로그박스 . . . . 1 match
         [http://iruril.cafe24.com/iruril/study/modal/Modal.htm]
  • 5인용C++스터디/마우스로그림그리기 . . . . 1 match
         || 노수민 || [http://165.194.17.15/pub/upload/MousePaintMFC_SM.zip]|| 잘했음. ||
  • 5인용C++스터디/에디트박스와콤보박스 . . . . 1 match
         //Attributes
  • 5인용C++스터디/작은그림판 . . . . 1 match
         || 노수민 || [http://165.194.17.15/pub/upload/MiniPaintMFC_SM.zip] || 색칠 기능이 없음. ||
  • 5인용C++스터디/타이머보충 . . . . 1 match
         Project -> Settings -> Link -> Object/library modules: 에 winmm.lib 추가
  • ACM2008 . . . . 1 match
         [http://acm.pku.edu.cn/JudgeOnline/ POJ] Peking university Judge Online 이란 시스템이 있는데 온라인으로 프로그래밍 문제를 제공하고, 온라인으로 소스를 보내면 서버에서 컴파일해서 결과를 알려주는 시스템이다. 책에서는 code 의 길이를 이용한 코드 골프쪽에 초점을 맞추고 있었지만 이 프로젝트의 목표상 그럴 필요는 없을거 같다. 다만 온라인으로 제공되는 문제가 꽤 있고 평가하는 시스템이 있으므로 보다 즐겁게 놀 수 있는 '꺼리' 일 것 같다.
  • ADisciplineOfProgramming . . . . 1 match
         http://cs.sungshin.ac.kr/~dkim/dop-chapter0.html
  • AKnight'sJourney . . . . 1 match
         [http://poj.org/problem?id=2488 Problem A Knight's journey], [문제분류], [ACM_ICPC/2011년스터디]
  • ALittleAiSeminar/Namsang . . . . 1 match
         [ALittleAiSeminar]
  • AM . . . . 1 match
          * [http://www.winapi.co.kr/]
  • AM/AboutMFC . . . . 1 match
         전세계에서 가장 유명한 사이트는 역시 http://codeguru.com 국내는 데브피아 겠죠. 데브피아가 상업화 되면서 어떻게 변했는지는 모르겠네요.
  • API/WindowsAPI . . . . 1 match
         [http://www.winapi.co.kr/win32lec/lec2/lec2-1-1.htm WinAPI 강좌]
  • APlusProject/ENG . . . . 1 match
         2.에러메시지: 웹 사이트 {{{~cpp "http://localhost/WebApplication1"}}}이(가) 이 웹 서버에서 시작되지 않았습니다.
  • AcceleratedC++/Chapter0 . . . . 1 match
         == Chapter 0 Getting Started ==
  • AcceleratedC++/Chapter14 . . . . 1 match
          // `compare' must be rewritten to work on `const Handle<Core>&'
  • AcceleratedC++/Chapter4 . . . . 1 match
          == 4.3. Putting it all together ==
  • AcceptanceTest . . . . 1 match
         원문 : http://extremeprogramming.org/rules/functionaltests.html
         요새는 CustomerTest 라고 표현하기도 한다. (UnitTest 를 ProgrammerTest 라고 부른다고 할때 상대적인 개념일듯).
  • ActionMarket . . . . 1 match
         http://purl.net/wiki/moin/ActionMarket 를 참조하세요.
  • 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]
  • ActiveXDataObjects . . . . 1 match
         [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/dasdkadooverview.asp MS ADO]
  • AdventuresInMoving:PartIV . . . . 1 match
         [http://online-judge.uva.es/p/v102/10201.html 원문보기]
  • AirSpeedTemplateLibrary . . . . 1 match
         http://airspeed.pythonconsulting.com/wiki
  • AnalyzeMary . . . . 1 match
          * [http://www.nyxity.com/wiki/wiki.pl/AnalyzeMary 사례] -[김태진]
  • Android/PowerPointContoler . . . . 1 match
         http://cozycoz.egloos.com/10131114
  • AntOnAChessboard . . . . 1 match
         [http://online-judge.uva.es/p/v101/10161.html 원문보기]
  • AstroAngel . . . . 1 match
         [http://ssiik.net/~nihs]
  • AustralianVoting . . . . 1 match
         [http://online-judge.uva.es/p/v101/10142.html 원문보기]
  • AutomatedJudgeScript . . . . 1 match
         [http://online-judge.uva.es/p/v101/10188.html 원문보기]
  • BabyStepsSafely . . . . 1 match
         This article outlines the refactoring of an algorithm that generate the prime numbers up to a user specified maximum. This algorithm is called the Sieve of Eratosthenes. This article demonstrates that the granularity of the changes made to the source code are very small and rely completely on the ability to recompile and test the code after every change no matter how small. The step where the code is tested insures that each step is done safely. It is important to note that the execution of tests do not actually guarantee that the code is correct. The execution of the tests just guarantees that it isn't any worse that it used to db, prior to the change. This is good enough for the purposes of refactoring since we are tring to not damage anything thay may have worked before Therefore for each change in the code we will be recompilling the code and running the tests.
  • BackTracking . . . . 1 match
         See Also http://borami.kyungpook.ac.kr/hci/chap5/concept.html
  • Benghun . . . . 1 match
         다른 곳으로 이사중 [http://earth.uos.ac.kr/~puteri/cgi-bin/puteri/wiki.cgi?강병훈 강병훈]
  • Benghun/Diary . . . . 1 match
         table에 대한 query가 여러 곳에 분산되어 있었다. table이 변경되자 모든 코드를 살펴야 했었다. 이 문제를 해결하기 위해 테이블에 접근하는 클래스와 쿼리를 실행하는 클래스를 추가했다. Java 웹 애플리케이션 프레임웍 분석과 설계의 노하우, Applying UML and Patterns, 마소 2003/7 고전을 찾아서4 모듈화와 정보은닉의 상관관계가 도움을 줬다.
  • BicycleRepairMan . . . . 1 match
         http://bicyclerepair.sourceforge.net/ . python refactoring 툴. idlefork 나 vim 에 통합시킬 수 있다.
  • Bigtable기능명세 . . . . 1 match
          * http://nforge.zeropage.org/projects/bigtablet
  • BridgePattern . . . . 1 match
         Describe BridgePattern here.
  • C++/SmartPointer . . . . 1 match
         // circular member setting will not free memory
  • C++0x . . . . 1 match
         [http://ko.wikipedia.org/wiki/C%2B%2B0x wikipedia C++0x]
  • C++HowToProgram . . . . 1 match
         C++ 사용자 그룹에서는 "초보자에게 괜찮은 책"이라는 평가와 동시에 "형편없는 책"으로도 악명이 높다. see also [http://www.accu.org/bookreviews/public/reviews/cp/cp003204.htm ACCU review]
  • C++Seminar03/SimpleCurriculum . . . . 1 match
          * 강의주제 : {{{~cpp The Little Man Computer}}}, 프로그래밍 개론
  • C++스터디_2005여름 . . . . 1 match
          * [LittleAOI]
  • C++스터디_2005여름/학점계산프로그램 . . . . 1 match
         [http://www.zeropage.org/pub/upload/input.txt input.txt]
  • C99표준에추가된C언어의엄청좋은기능 . . . . 1 match
          [http://www-128.ibm.com/developerworks/linux/library/l-c99.html?ca=dgr-lnxw07UsingC99 Open source development using C99]
  • CMM . . . . 1 match
          * [http://www.zdnet.co.kr/hotissue/devcolumn/article.jsp?id=38590 2001/06/06 마소 컬럼]
  • CPPStudy_2005_1/Canvas . . . . 1 match
         === Palette ===
  • CPPStudy_2005_1/STL성적처리_1 . . . . 1 match
         = InputText =
         http://zeropage.org/~namsangboy/score.GIF
  • CPPStudy_2005_1/STL성적처리_1_class . . . . 1 match
          int getTotal() {return m_total;};
          out<<it->getTotal()<<"\t"<<it->getAverage()<<endl;
          return s1.getTotal()>s2.getTotal();
         http://zerowiki.dnip.net/~namsangboy/score.JPG
  • CPPStudy_2005_1/STL성적처리_2_class . . . . 1 match
         [[NewWindow("http://www.zeropage.org/viewcvs/www/cgi/viewcvs.cgi/accelerated_cpp_stl_grade/?root=sapius", "source code")]]
  • CPP_Study_2005_1/BasicBusSimulation/남상협 . . . . 1 match
         http://zerowiki.dnip.net/~namsangboy/basicBus.GIF
  • CToAssembly . . . . 1 match
         원문 출처 : http://blog.naver.com/webman21/18265245
  • CVS/길동씨의CVS사용기ForLocal . . . . 1 match
         CVS를 개인적으로 사용할려면 두가지 방법이 있다. 하나는, 자신의 컴퓨터에 http://www.cvsnt.org/ 와 같은 서버툴을 설치하여 외부에서도 접근하는 것이고, 구지 서버를 돌리지 않고 cvs를 local에 저장소의 기능만을 이용하는 방법이 있다. 길동씨는 자신의 컴퓨터에서 간단한 저장소의 경험을 해보고 싶어서, local로 시도한다.
  • CarmichaelNumbers . . . . 1 match
         [http://acm.uva.es/p/v100/10006.html 원문보기]
  • CauGlobal/ToDo . . . . 1 match
          * [http://www.dvuser.co.kr/info/sony/dcr-dvd201_review.htm 디지털 캠코더]
  • ChainsawMassacre . . . . 1 match
         [http://online-judge.uva.es/p/v100/10043.html 원문보기]
  • ChartDirector . . . . 1 match
         http://www.advsofteng.com/
  • 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 원문보기]
  • CodeRace . . . . 1 match
         --제로페이지에서는 [http://altlang.org/fest/CodeRace 코드레이스]를 (밥 먹으러) 가기 전에 즐깁니다.--
  • CommentMacro . . . . 1 match
         특정 페이지 하단에 {{{[[Comment]]}}}를 넣으면 http://moniwiki.kldp.net/''''''에서 보이듯이 맨 하단에 CommentMacro가 붙게 됩니다.
  • CommunicationsOfAcm . . . . 1 match
         http://rs2.riss4u.net/jsp/gotomenu.jsp?menuid=166 를 통해 기사를 볼 수 있다. (에듀넷쪽. 회원 가입 필요.)
  • CompleteTreeLabeling . . . . 1 match
         [http://online-judge.uva.es/p/v102/10247.html 원문보기]
  • ComponentBasedDevelopment . . . . 1 match
         http://ww5.introcom.net/~nkcho/ 관련 내용 자료를 많이 링크해 두셨다.
  • ComponentObjectModel . . . . 1 match
          [http://www.microsoft.com/com/ Microsoft COM Page]
  • ComputerGraphicsClass . . . . 1 match
         교수: 윤경현 교수님 [http://cglab.cse.cau.ac.kr 수업홈페이지]
  • ComputerNetworkClass . . . . 1 match
         교수: 박창윤 교수님 [http://orchid.cse.cau.ac.kr 수업홈페이지]
  • ConnectingTheDots . . . . 1 match
         http://www.sdmagazine.com/documents/s=7147/sdm0206b/0206b.htm
  • ConstructorMethod . . . . 1 match
         ''DesignPatterns 로 이야기한다면 일종의 FactoryMethod 임.(완전히 매치되는건 아니고, 어느정도 비슷) 비교적 자주 사용되는 패턴인데, 왜냐하면 객체를 생성하고 각각 임의로 셋팅해주는 일을 생성자 오버로딩을 더하지 않고서도 할 수 있으니까.
  • 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 원문보기]
  • CppStudy_2002_2/슈퍼마켓 . . . . 1 match
         diskette
  • CryptKicker . . . . 1 match
         [http://online-judge.uva.es/p/v8/843.html 원문보기]
  • Curl . . . . 1 match
         http://mycurl.com/usr/src/introduction.php
  • CuttingSticks/김상섭 . . . . 1 match
          cout << "The minimum cutting is " <<store[0][tokennum] << ".\n";
  • CxxTest . . . . 1 match
         http://cxxtest.sourceforge.net
         C++ 의 경우는 언어차원에서의 리플랙션을 지원하지 않기 때문에 테스트를 추가하는 부분이 자바나 파이썬 등에 비해 상당히 귀찮다. 그에 대한 대안으로 [CUT] 등의 C UnitTestFramework 의 경우 외부에서 Perl 등으로 작성한 스크립트언어로 테스트실행과 관련한 Runner 를 코드제너레이팅하는 방법을 쓰고 있다.
  • DataStructure . . . . 1 match
          * [http://www.inf.fh-flensburg.de/lang/algorithmen/sortieren/ 소팅잘나온사이트]
  • Delegation . . . . 1 match
         See Also [DelegationPattern]
  • DesignFest . . . . 1 match
         http://www.designfest.org/
  • DesigningObjectOrientedSoftware . . . . 1 match
         http://images.amazon.com/images/P/0136298257.01._PE_SCMZZZZZZZ_.jpg [[BR]] ISBN:0136298257
  • DesktopDecoration . . . . 1 match
         MacOS에 존재하는 가장 특징적인 기능중의 하나로 윈도우 식의 Alt+Tab 창이동의 허전함을 완전히 불식시킨 새로운 인터페이스이다. [http://www.apple.co.kr/macosx/features/expose/ Expose]에서 기능의 확인이 가능하다.
  • DevOn . . . . 1 match
          * [http://www.bedroomlan.org/tools/befunge-93-playground befunge playground] : befunge에 대한 설명, 코드 실행을 해볼 수 있다.
  • Doublet . . . . 1 match
         출처: http://puzzle.jmath.net/math/essay/kiss.html
  • Doublets . . . . 1 match
         [http://online-judge.uva.es/p/v101/10150.html 원문보기]
  • DrPython . . . . 1 match
         [http://drpython.sourceforge.net/ 프로젝트 홈페이지]
  • DrawMacro . . . . 1 match
         http://twiki.org/p/pub/Plugins/TWikiDrawPluginDev/TWikiDrawPlugin.zip
  • Dubble_Buffering . . . . 1 match
          memDC.FillRect(CRect(0,0, rect.right, rect.bottom), &brush);
  • DylanProgrammingLanguage . . . . 1 match
          * http://www.opendylan.org
  • EffectiveSTL . . . . 1 match
          * Scott Meyers's Trilogy 라고 불리는 시리즈의 3번째 것이다. ''(EC++, MEC++, ESTL)'' 나의 경우에는 일단 CVS에 대한 정리를 끝내고 한서로 읽을 생각이며, 읽으면서 기존의 부분에 보충과 함께 약간의 정리를 해나갈 계획이다. 번역서가 곽용재씨가 직업한 것이라서 한서에대한 걱정도 적은편이다. - [eternalbleu]
  • EffectiveSTL/ProgrammingWithSTL . . . . 1 match
         = Item43. Prefer algorithm calls to hand-written loops. =
  • EightQueenProblem2 . . . . 1 match
         이러한 변형 N-Queen 문제는 어떻습니까? http://eunjae85.new21.org/problem11/problem11.htm 입력값은 n과 h이고, 한 퀸이 h개까지 다른 퀸을 공격할 수 있게 하는 것입니다. h=0 이면 보통 N-Queen 문제가 되지요. --아무개.
  • EmbeddedC++ . . . . 1 match
          * [http://www.google.co.kr/search?hl=ko&newwindow=1&q=embedded+C%2B%2B&btnG=%EA%B2%80%EC%83%89&lr= 구글에서 Embedded C++의 검색 결과]
  • EnglishSpeaking/2011년스터디 . . . . 1 match
          * There are four members in my family: my father, mother, and a younger brother. Well, actually there are five including our dog. My father was a military officer for twenty years. He recently retired from service and now works in a weaponry company. My mother is a typical housewife. She takes care of me and my brother and keeps our house running well. My brother is attending a university in the U.S.A. He just entered the university as a freshman and is adjusting to the environment. I miss the memory of fighting over things with him. The last member of my family is my dog named Joy. She is a Maltese terrier and my mother named her Joy to bring joy into our family. That's about it for the introduction of my family members.
  • EnglishSpeaking/TheSimpsons/S01E05 . . . . 1 match
         Bart : Battle stations.
  • EnterpriseJavaBeans . . . . 1 match
         MockEJB - http://www.mockejb.org/
  • Erlang/설치 . . . . 1 match
         http://www.erlang.org/download.html
  • EuclidProblem . . . . 1 match
         [http://online-judge.uva.es/p/v101/10104.html 원문보기]
  • EventDrvienRealtimeSearchAgency . . . . 1 match
          * ObserverPattern 과 비슷한 개념이다.
  • EvolutionaryDatabaseDesign . . . . 1 match
         http://martinfowler.com/articles/evodb.html
  • FOURGODS/김태진 . . . . 1 match
          * * [http://www.algospot.com/judge/problem/read/FOURGODS 사신도]
  • FactorialFactors . . . . 1 match
         [http://online-judge.uva.es/p/v8/884.html]
  • FastSearchMacro . . . . 1 match
         http://www.heddley.com/edd/php/search.html
  • Fmt . . . . 1 match
         [http://online-judge.uva.es/p/v8/848.html 원문보기]
  • FortuneMacro . . . . 1 match
          * http://korea.gnu.org/people/chsong/fortune/
  • FromDuskTillDawn . . . . 1 match
         [http://online-judge.uva.es/p/v101/10187.html 원문보기]
  • FunctionalLanguage . . . . 1 match
         [http://c2.com/cgi/wiki?FunctionalProgrammingLanguage FunctionalProgrammingLanguage]
  • GarbageCollection . . . . 1 match
         [http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29]
  • GuiTesting . . . . 1 match
         See Also wiki:Wiki:GuiTesting, wiki:Wiki:GuiUnitTesting, [http://www.xp123.com/xplor/xp0001/ JavaGuiTesting] , ["GuiTestingWithMfc"], ["GuiTestingWithWxPython"]
         ["UnitTest"]
  • HangulProcess . . . . 1 match
         [http://www.kr.freebsd.org/~cjh/freetime/oss-hangul/pse199904/ Hanterm 에서의 한글 입출력 관련 문서]
  • Hartals . . . . 1 match
         [http://online-judge.uva.es/p/v100/10050.html 원문보기]
  • HaskellExercises/Wikibook . . . . 1 match
         http://en.wikibooks.org/wiki/Haskell 을 따라가다 보면 나오는 연습문제
  • HelloWorld . . . . 1 match
          * http://www2.latech.edu/~acm/HelloWorld.shtml 다시 살아 났음
  • HelpOnCvsInstallation . . . . 1 match
          1. http://kldp.net/projects/moniwiki/src 를 가면 설명을 보실 수 있습니다.
  • HelpOnEditing . . . . 1 match
          * HelpOnFormatting - 기본적인 텍스트 포매팅 문법
         위키 포매팅 문법 (위키 마크업)을 테스트하고 싶으시면 WikiSandBox로 가셔서 [[GetText(EditText)]]를 누르시거나 [[Icon(edit)]] 아이콘을 누르시면 WikiSandBox에서 테스트 해보실 수 있습니다. 실제로 저장하지 않더라도 미리보기 버튼을 누르시면 위키 포매팅 결과를 그때 그때 확인하면서 연습하실 수 있습니다.
  • HelpOnLists . . . . 1 match
         See also ListFormatting, HelpOnEditing.
  • HelpOnProcessingInstructions . . . . 1 match
          * {{{#!}}}''프로세서-이름'': {{{#format}}} ''formatter''와 같다. 예) {{{#!vim}}}
          * {{{#action}}} ''action name'': 페이지에 대한 기본 액션을 ''EditText'' 이외의 다른 것으로 바꿔준다.
  • HelpOnTables . . . . 1 match
         TableFormatting을 참고하세요
  • HelpOnUpdating . . . . 1 match
         업데이트중에 발생한 문제점은 http://kldp.net/projects/moniwiki 를 통해 문의해보시기 바랍니다.
  • HerdingFrosh . . . . 1 match
         [http://online-judge.uva.es/p/v101/10135.html 원문보기]
  • Hessian/Counter . . . . 1 match
         >>> counter = Hessian("http://localhost:8080/servlet/RpcCounter")
  • HowManyFibs? . . . . 1 match
         [http://online-judge.uva.es/p/v101/10183.html 원문보기]
  • HowManyFibs?/황재선 . . . . 1 match
         반복적인 계산을 줄이기 위해서, bottom-up 방식으로 수열을 처음부터 계산하였다. 계산된 이전 값을 사용하여 다음 수열을 빠르게 얻을 수 있었다. Dynamic Programming을 처음으로 해보았다 :)
  • HowManyZerosAndDigits . . . . 1 match
         [http://online-judge.uva.es/p/v100/10061.html 원문보기]
  • HowToBlockEmpas . . . . 1 match
          ''검색결과의 삭제에 대한 내용이 다음 사이트에 있군요.'' [http://www.google.com/intl/ko/remove.html]
  • HowToStudyInGroups . . . . 1 match
         Anti-Patterns and Solutions:
  • Hyacinth . . . . 1 match
         http://Hyacinth.xiop.net
  • ISAPI . . . . 1 match
          * IIS(Internet Information Services)란 웹 서버, FTP 서버와 같이 기본적이고 범용적인 인터넷 서비스를 시스템에서 제공할 수 있게 해주는 소프트웨어를 말한다. 기존 윈도우2000 제품군의 경우 기본적으로 IIS 5.0을 제공하였고 윈도우XP의 기존 IIS 5.0의 기능을 개선한 IIS 5.1을 제공하고 있다. 한 마디로 HTTP, FTP, SMTP 서버의 묶음이다.
          * Development requires more time : written in C or C++
  • ISBN_Barcode_Image_Recognition . . . . 1 match
          * EAN-13의 심볼로지에 대해 잘 설명되어 있는 페이지(영문) : http://www.barcodeisland.com/ean13.phtml
  • ITConversationsDotCom . . . . 1 match
         http://www.itconversations.com/
  • ImmediateDecodability . . . . 1 match
         [http://online-judge.uva.es/p/v6/644.html 원문보기] <- [DeadLink]
  • IndexingScheme . . . . 1 match
          * Like''''''Pages (at the bottom of each page)
  • IntelliJUIDesigner . . . . 1 match
         단점이라면, 아직 개발이 계속 진행중이여서 완전하지 않다는 점. Swing Control 중 아직 UI Palette 에 없는 것들도 있고, 레퍼런스 변수와 binding 하는 방법도 약간 복잡한 감이 있다.
  • IntroductionToAlgorithms . . . . 1 match
         http://images.amazon.com/images/P/0262032937.01._PE_SCMZZZZZZZ_.jpg [[BR]] ISBN:0262032937
  • IpscAfterwords . . . . 1 match
         2002 년도 IPSC (http://ipsc.ksp.sk/) 을 경험하고 난 뒤의 ["ThreeFs"]
  • IsBiggerSmarter? . . . . 1 match
         [http://online-judge.uva.es/p/v101/10131.html 원문보기]
  • JCreator . . . . 1 match
         http://jcreator.com/
  • JSP . . . . 1 match
         1. http://tomcat.apache.org 에서 4.1 v 받아서 Install
  • JSP/FileUpload . . . . 1 match
          String contentType = request.getContentType();
          System.out.println("Content type is :: " +contentType);
          if ((contentType != null) && (contentType.indexOf("multipart/form-data") >= 0))
          int lastIndex = contentType.lastIndexOf("=");
          String boundary = contentType.substring(lastIndex + 1,contentType.length());
          out.write("<meta http-equiv="refresh" content="0;url=BugReport.jsp?fileName="+saveFile+"">");
  • Java/ReflectionForInnerClass . . . . 1 match
         [http://groups.google.co.kr/groups?hl=ko&lr=&ie=UTF-8&oe=UTF-8&newwindow=1&threadm=3A1C1C6E.37E63FFD%40cwcom.net&rnum=4&prev=/groups%3Fq%3Djava%2Breflection%2Binnerclass%26hl%3Dko%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26newwindow%3D1%26selm%3D3A1C1C6E.37E63FFD%2540cwcom.net%26rnum%3D4 구글에서 찾은 답변]
  • Java/문서/참조 . . . . 1 match
         해당 설계이념은 Java Design Pattern 에 잘 나와 있다.
  • JavaScript/2011년스터디/김수경 . . . . 1 match
          * [http://ejohn.org/blog/simple-javascript-inheritance/ Simple JavaScript Inheritance]
  • JavaScript/2011년스터디/윤종하 . . . . 1 match
         [http://happyzoo.tistory.com/124 원본출처]
  • 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
          hello1.setName("Button");
  • JavaStudy2004/클래스 . . . . 1 match
         http://www.javastudy.co.kr/docs/yopark/chap03/chap03.html
  • JoelOnSoftware . . . . 1 match
         http://korean.joelonsoftware.com/
  • JollyJumpers . . . . 1 match
         [http://online-judge.uva.es/p/v100/10038.html 원문보기]
  • JollyJumpers/임인택3 . . . . 1 match
         LittleAOI, JollyJumpers
  • JoltAward . . . . 1 match
          * http://www.sdmagazine.com/jolts
  • JuNe . . . . 1 match
         http://no-smok.net/nsmk/_b1_e8_c3_a2_c1_d8
  • JumpJump/김태진 . . . . 1 match
          * [http://www.algospot.com/judge/problem/read/JUMP Jump]
  • KDP_토론 . . . . 1 match
          * 이미지 & 화일 관련 - http://zeropage.org/~reset/zb/zboard.php?id=KDP_board_image 에 업로드 한 뒤 링크 따서 붙이는 식으로 합시다.
  • KIV봉사활동/예산 . . . . 1 match
          * [http://item.gmarket.co.kr/challenge/neo_goods/goods.asp?goodscode=129914186 모기장] : 20500 원
  • KentBeck . . . . 1 match
         ExtremeProgramming의 세 명의 익스트리모 중 하나. CrcCard 창안. 알렉산더의 패턴 개념(see also DesignPatterns)을 컴퓨터 프로그램에 최초 적용한 사람 중 하나로 평가받고 있다.
  • KnowledgeManagement . . . . 1 match
          * http://en.wikipedia.org/wiki/Knowledge_management
  • LC-Display . . . . 1 match
         [http://online-judge.uva.es/p/v7/706.html 원문보기]
  • LightMoreLight . . . . 1 match
         [http://online-judge.uva.es/p/v101/10110.html 원문보기]
  • LinkedList/영동 . . . . 1 match
          Node * firstTempNode;
          firstTempNode=secondTempNode;
          secondTempNode->nextNode=firstTempNode;
          cout<<"An error occurs in getting process."<<endl;
  • Linux/ElectricFence . . . . 1 match
         http://en.wikipedia.org/wiki/Electric_Fence
  • Linux/디렉토리용도 . . . . 1 match
          * /etc/httpd (/etc/apache2) : 아파치 웹 서버의 설정 및 로그파일이 있음.
  • LoadBalancingProblem . . . . 1 match
          - [http://ipsc.ksp.sk/problems/ipsc2002/b.php 원래 문제 링크]
  • Lotto/송지원 . . . . 1 match
          || 링크 ||[http://poj.org/problem?id=2245] ||
  • LoveCalculator/zyint . . . . 1 match
         [LittleAOI] [LoveCalculator]
  • LoveCalculator/조현태 . . . . 1 match
         [LittleAOI] [LoveCalculator]
  • LoveCalculator/허아영 . . . . 1 match
         [LittleAOI] [LoveCalculator]
  • MFC Study 2006 . . . . 1 match
          * 참고 http://winapi.co.kr
  • MFC/MessageMap . . . . 1 match
         자료) [http://wiki.zeropage.org/jsp-new/pds/pds_read.jsp?page=1&no=23 자료실]
         || window message || WM_PAINT, WM_LBUTTONUP과 같은 표준 윈도우 메시지. ||
         #define WM_SETTEXT 0x000C
         #define WM_GETTEXT 0x000D
         #define WM_GETTEXTLENGTH 0x000E
         #define WM_SETTINGCHANGE WM_WININICHANGE
         #define WM_NCHITTEST 0x0084
         #define WM_NCLBUTTONDOWN 0x00A1
         #define WM_NCLBUTTONUP 0x00A2
         #define WM_NCLBUTTONDBLCLK 0x00A3
         #define WM_NCRBUTTONDOWN 0x00A4
         #define WM_NCRBUTTONUP 0x00A5
         #define WM_NCRBUTTONDBLCLK 0x00A6
         #define WM_NCMBUTTONDOWN 0x00A7
         #define WM_NCMBUTTONUP 0x00A8
         #define WM_NCMBUTTONDBLCLK 0x00A9
         #define WM_MENURBUTTONUP 0x0122
         #define WM_LBUTTONDOWN 0x0201
         #define WM_LBUTTONUP 0x0202
         #define WM_LBUTTONDBLCLK 0x0203
  • MFCStudy2006/Server . . . . 1 match
          * [http://165.194.17.5/zero/data/zeropage/pds/MFC기초소켓.pdf MFC기초소켓]
  • MFCStudy_2001/MMTimer . . . . 1 match
          * OnTimer와 SetTimer의 조합으로 구현되는 가장 일반적인 타이머는 정확하지 않습니다.
          Project(P) - Setting(S, ALT+F7)을 눌러 Link탭의 Object/Library modules:란에 winmm.lib를 적어줍니다.
          setTimerEvent때 얻은 타이머의 번호를 집어넣어 타이머를 죽입니다.
          - Applications should not call any system-defined functions from inside a callback function, except for PostMessage, timeGetSystemTime, timeGetTime, timeSetEvent, timeKillEvent, midiOutShortMsg, midiOutLongMsg, and OutputDebugString.[[BR]]
          - 어플리케이션은 콜백 함수 내부로부터 다음 함수를 제외하고는 시스템 정의 함수를 부를 수가 없다. : PostMessage, timeGetSystemTime, timeGetTime, timeSetEvent, timeKillEvent, midiOutShortMsg, midiOutLongMsg, and OutputDebugString.[[BR]]
  • MFCStudy_2002_1 . . . . 1 match
         || 정훈 || [http://zp.cse.cau.ac.kr/~wizardhacker/data/WinOmok.exe WinOmok.exe] ||
  • MIB . . . . 1 match
         http://www.meninblack.com
  • MT날짜정하기 . . . . 1 match
         MT 무산인가요? 그날 http://30th.caucse.net/ 30주년 기념회를 하는데요? --NeoCoin
  • MVCModel . . . . 1 match
         http://zeropage.org/~erunc0/study/java/mvc_model/swing_mvc_model.html
  • MacroMarket . . . . 1 match
         현재 moinmoin에서 만들어진 Macro들에 대해서는 http://purl.net/wiki/moin/MacroMarket 를 참조하세요.
  • Marbles . . . . 1 match
         [http://online-judge.uva.es/p/v100/10090.html 원문보기]
  • MatLab . . . . 1 match
         Wiki:MatLab , http://www.mathworks.com/
  • MentorOfArts . . . . 1 match
         http://purl.oclc.org/NET/moa/moin.cgi/
  • Metaphor . . . . 1 match
         원문 : http://www.extremeprogramming.org/rules/metaphor.html
  • MineSweeper . . . . 1 match
         [http://online-judge.uva.es/p/v101/10189.html 원문보기]
  • MineSweeper/이승한 . . . . 1 match
         [http://zeropage.org/pub/upload/지뢰찾기.fla 소스]
  • MoinMoinDone . . . . 1 match
          * Strip closing punctuation from URLs, so that e.g. (http://www.python.org) is recognized properly. Closing punctuation is characters like ":", ",", ".", ")", "?", "!". These are legal in URLs, but if they occur at the very end, you want to exclude them. The same if true for InterWiki links, like MeatBall:InterWiki.
         <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=euc-jp">
  • MoniWiki/HotKeys . . . . 1 match
          * http://unixpapa.com/js/key.html
  • MoniWiki/Release1.0 . . . . 1 match
         <!> StandaloneWiki를 위한 Http Server를 완성한 후에 1.0을 발표할 것을 계획하고 있습니다. 물론, 개발이 지체되어 그 전에 발표할 수도 있습니다.
  • MoniWikiCssTips . . . . 1 match
         http://www.picment.com/articles/css/funwithforms/
  • MoniWikiOptions . . . . 1 match
         `'''$menu=array('MoniWiki'=>1,'FindPage'=>4,'TitleIndex'=>3,'BlogChanges'=>'','RecentChanges'=>2,'http://kldp.org KLDP'=>9);'''`
  • MoniWikiPlugins . . . . 1 match
          * GetText
          * Attachment
  • MoreEffectiveC++ . . . . 1 match
         http://zeropage.org/~neocoin/data/MoreEffectiveC++.jpg
         - 가상 함수 비용, 다중 계승, 가상 베이스 클래스와 RTTI
          * Item 24: Understand the costs of virtual functions, multiple ingeritance, virtual base classes, and RTTI [[BR]] - 가상 함수, 다중 상속, 가상 기초 클래스, RTTI(실시간 형 검사)에 대한 비용을 이해하라
  • MoreMFC . . . . 1 match
         http://www.zeropage.org/~erunc0/study/mfc/WModel.gif
  • MultiplyingByRotation . . . . 1 match
         [http://online-judge.uva.es/p/v5/550.html 원문보기]
  • MythicalManMonth . . . . 1 match
         http://www.aw.com/coverimage/0201835959.jpg [[BR]] ISBN:0201835959
  • NSISIde . . . . 1 match
         http://zeropage.org/~reset/zb/data/NSISIDE_output.gif
          * AcceptanceTest 를 중간에 짤 시간을 할당하지 못했다. (솔직히 GUI 부분이 들어가는 부분에 대해 감이 오질 않았다. 전에 Web Programming 때에는 직접 HTTP Protocol을 이용, 웹서버로부터 받아온 HTML 문서를 Parsing 한 뒤 그 결과에 대해 Test Code를 작성하는 식이였는데.. (그래도 Manual Test 목록이라도 작성해 두었어야 했는데 이건 계획단계의 실수라 생각)
  • NeoZeropageWeb . . . . 1 match
         '''Trackback Center (main) + Tattertools 1.0 + Zerowiki + Trac'''
  • NeoZeropageWeb/기획안 . . . . 1 match
          [http://www.allblog.net] 참고
  • NetBeans . . . . 1 match
         http://www.netbeans.org
  • NetworkDatabaseManagementSystem . . . . 1 match
         The network model is a database model conceived as flexible way of representing objects and their relationships. Its original inventor was Charles Bachman, and it was developed into a standard specification published in 1969 by the CODASYL Consortium. Where the hierarchical model structures data as a tree of records, with each record having one parent record and many children, the network model allows each record to have multiple parent and child records, forming a lattice structure.
  • NextEvent . . . . 1 match
         http://alvin.jpl.nasa.gov/gat/ftp/study.txt
  • NumberBaseballGame . . . . 1 match
         반대로, 사용자가 숫자를 부르면 컴퓨터가 맞추게 하는 방법도 있습니다. 두 가지를 합하면 컴퓨터와의 대결이 됩니다. ^^ (그런데 거의 이기기가 불가능합니다.) 소스는 [http://my.netian.com/~sshiskom/file/python/baseball.py 여기]에.
  • NumericalAnalysisClass/Exam2004_2 . . . . 1 match
         [http://dduk.idaizy.com/data/exam/%BC%F6%C4%A1%C7%D8%BC%AE2004%B3%E2%B1%E2%B8%BB%B0%ED%BB%E7.hwp 다운로드(한글2002)]
  • OOPSLA . . . . 1 match
         http://www.designfest.org
  • ObjectOrientedDatabaseManagementSystem . . . . 1 match
         [http://www.dacs.dtic.mil/techs/oodbms2/oodbms-toc.shtml]
  • ObjectOrientedProgramming . . . . 1 match
          * 'oriented'라는 단어가 사전에서는 '지향'이라고 설명되어 있지만, 그 고어적인 뜻은 '비롯되다', '해가 뜨는', '출현하는', '발생하기 시작하는' 이라는 뜻을 가지고 있습니다. 따라서 'Object oriented'라는 용어는 '객체에서 비롯된다'라고 해석할 수 있지요. 저는 이것이 좀 더 정확한 해석이라고 생각합니다. - [http://garden.egloos.com/10001141/post/20974 출처]
  • Omok . . . . 1 match
          *[http://zeropage.org/pds/20026270541/tc30.zip TC30] : Turbo C 3.0
  • One . . . . 1 match
          * http://www.winapi.co.kr/
  • OneWikiBackupCondition . . . . 1 match
         http://zeropage.org/backupOneWiki
  • Ones . . . . 1 match
         [http://acm.uva.es/p/v101/10127.html 원문보기]
  • Ones/송지원 . . . . 1 match
          || 링크 ||[http://poj.org/problem?id=2551] ||
  • OpenGL_Beginner . . . . 1 match
          * 2.04 : Chapter 5장 예제 작성 [http://zeropage.org/~neocoin/Robot_2002.02.04.exe Robot]
  • OperatingSystem . . . . 1 match
         사전적인 정의를 살펴보연 다음과 같다. ([[http://wikipedia.org wikipedia]]에서 발췌)
  • OurMajorLangIsCAndCPlusPlus/time.h . . . . 1 match
         [http://www-ccs.ucsd.edu/c/gif/time.gif]
  • PHP Programming . . . . 1 match
         [혜영] Professional PHP Progamming, Jesus Castagnetto 외 4명 공저(김권식 역), 정보문화사 [[BR]]
  • PNGFileFormat/FileStructure . . . . 1 match
          || 3 || 1, 2, 4, 8 || Each pixel is a palette index; a PLTE chunk must appear. ||
  • PNGFileFormat/ImageData . . . . 1 match
          * [http://www.faqs.org/rfcs/rfc1950.html RFC-1950 (zlib spec.)]
  • POLY/김태진 . . . . 1 match
          * [http://www.algospot.com/judge/problem/read/POLY 폴리오미노]
  • PairProgrammingForGroupStudy . . . . 1 match
         이 방식을 소프트웨어 개발 업체에서 적용한 것은 Apprenticeship in a Software Studio라는 문서에 잘 나와 있습니다. http://www.rolemodelsoft.com/papers/ApprenticeshipInASoftwareStudio.htm (꼭 읽어보기를 권합니다. 설사 프로그래밍과는 관련없는 사람일지라도)
  • ParametricPolymorphism . . . . 1 match
         public Car getCar(String clientType)
          if("young man".equals(clientType))
          else if("old man".equals(clientType))
         sportCar.startTurboEngine();
         sportCar.startTurboEngine();
         sportCar.startTurboEngine();
         class Pair<SomeObjectType>
          SomeObjectType x, y;
          Pair(SomeObjectType x, SomeObjectType y)
          SomeObjectType getFirstObject (Pair<SomeObjectType> p)
         [AcceleratedC++/Chapter13], [http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200505230005 임백준의 소프트웨어 산책/임배준 지음], WikiPedia:Christopher_Strachey
  • PlayFramework . . . . 1 match
         [http://www.playframework.org]
  • PlayMacro . . . . 1 match
         {{{[[Play(http://foo.bar/my.mp3)]]}}}
  • Plex . . . . 1 match
         Seminar:Plex - http://www.cosc.canterbury.ac.nz/~greg/
  • PolynomialCoefficients . . . . 1 match
         [http://online-judge.uva.es/p/v101/10105.html 원문보기]
  • PowerOfCryptography/문보창 . . . . 1 match
         [PowerOfCryptography] [LittleAOI]
  • PowerOfCryptography/조현태 . . . . 1 match
         [PowerOfCryptography] [LittleAOI]
  • PowerOfCryptography/허아영 . . . . 1 match
         [LittleAOI] [PowerOfCryptography]
  • PowerReading . . . . 1 match
         http://images.amazon.com/images/P/0960170618.01.MZZZZZZZ.gif [[BR]] ISBN:0960170618
  • PragmaticVersionControlWithCVS . . . . 1 match
         || ch3 || [PragmaticVersionControlWithCVS/Getting Started] ||
  • PragmaticVersionControlWithCVS/Getting Started . . . . 1 match
         = Getting Started =
         파일을 수정, UnitTest를 거치면 수정한 내용을 저장소에 저장해야할 것이다.
  • PragmaticVersionControlWithCVS/HowTo . . . . 1 match
         || [PragmaticVersionControlWithCVS/Getting Started] || [PragmaticVersionControlWithCVS/AccessingTheRepository] ||
         VersionControl 은 개발팀이 해야할 3가지 실천과제중의 한개. ( UnitTest, Automation )
  • PragmaticVersionControlWithCVS/WhatIsVersionControl . . . . 1 match
         || [PragmaticVersionControlWithCVS] || [PragmaticVersionControlWithCVS/Getting Started] ||
  • PreviousFrontPage . . . . 1 match
         You can edit any page by pressing the link at the bottom of the page. Capitalized words joined together form a WikiName, which hyperlinks to another page. The highlighted title searches for all pages that link to the current page. Pages which do not yet exist are linked with a question mark: just follow the link and you can add a definition.
  • PrimaryArithmetic . . . . 1 match
         [http://online-judge.uva.es/p/v100/10035.html 원문보기]
  • PrimaryArithmetic/sun . . . . 1 match
          assertTrue( ng.hasNext() );
         지금 생각해보면 {{{~cpp testNoNumber}}}는 필요없는것 같다. 나중에 글을 쓰다보니, 같이 쓰게 됬는데 원래는 위의 테스트를 먼저 작성하고 테스트 통과후 아래쪽 테스트를 추가했다. 이번 작업과 별도로 '''코딩후에 뭔가하자'''는 결국 놓치는게 많다는걸 다시한번 증명하게 된다. :) ''see [http://jania.pe.kr/wiki/jwiki/moin.cgi/NowOrNever NowOrNever]''
  • 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
  • ProgrammingLanguageClass/2006/Report3 . . . . 1 match
         comment attached in your source.
  • ProgrammingPearls . . . . 1 match
         || ["ProgrammingPearls/Column5"] || A Small Matter Of Programming ||
  • ProgrammingPearls/Column3 . . . . 1 match
         === Form-Letter Programming ===
  • ProgrammingPearls/Column5 . . . . 1 match
         == A Small Matter of Programming ==
  • ProgrammingWithInterface . . . . 1 match
         출처: [Holub on Patterns] by Allen Holub
  • ProjectEazy/테스트문장 . . . . 1 match
         [http://www.woorimal.net/language/moonbub/sentance-2.htm 문장성분]
  • ProjectLegoMindstorm . . . . 1 match
          * [http://mindstorms.lego.com/eng/Hong_Kong_dest/Default.aspx 레고 마인드스톰 홈피]
  • ProjectPrometheus/AcceptanceTest . . . . 1 match
         AcceptanceTest Server - http://zeropage.org/~reset/cgi-bin/AcceptanceTestServer/testserver.cgi
  • ProjectPrometheus/EngineeringTask . . . . 1 match
         || Debian Server Setting; || ○ ||
  • ProjectPrometheus/Iteration1 . . . . 1 match
         || Debian Server Setting; || 0.2 || ○ (20분) ||
  • ProjectPrometheus/UserScenario . . . . 1 match
         http://zeropage.org/pub/ProjectPrometheus/doc_0708/Prometheus_Scenario_0703.GIF
  • ProjectPrometheus/방명록 . . . . 1 match
          * 현재 http://www.lib.cau.ac.kr 에 우리가 이용했던 기본검색 이 통째로 사라졌다는.. 아마 도서관쪽에서 서비스를 막아놓고 계속 수정중인가 본데(설마 그 기능을 빼버리는 일을 하진 않겠지). 좀 시간을 둔뒤 대안을 잡아야 할듯. --["1002"]
  • ProjectSemiPhotoshop/요구사항 . . . . 1 match
          * Prewitt(8방향) (O)
  • ProjectVirush/Prototype . . . . 1 match
         //Project -> Setting -> LINK 메뉴 -> Object/library modules: 의 끝부분에 ws2_32.lib 를 추가한다.
  • ProjectVirush/UserStory . . . . 1 match
         [http://wiki.kldp.org/KoreanDoc/html/GnuPlot-KLDP/ 그래프그리기]
  • ProjectZephyrus/Client . . . . 1 match
         [http://zeropage.org/browsecvs/index.php?&dir=ProjectZephyrusClient%2F Zephyrus Client CVS] 참조.
  • ProjectZephyrus/PacketForm . . . . 1 match
         바뀐 내용은 [http://zeropage.org/browsecvs/index.php?&cvsrep=ZeroPage&dir=ProjectZephyrusServer%2Fdocument%2F&file=PacketForm.txt CVS-PacketForm] 에서 확인가능
  • ProjectZephyrus/ServerJourney . . . . 1 match
          * 상규 파트는 {{{~cpp InfoManager}}}만을 건드리도록 원칙을 정했기에, Cmd 부분이 결정되야 작업이 가능하다. 결정은 다되었고, Cmd들의 Attribute만 넣은 상태로 넘겨주면 진행이 될텐데, 지연되는 것이 안타깝다. 그냥 내가 만들고 넘겨야 할듯..
  • PyDev . . . . 1 match
         [http://pydev.sourceforge.net/ 프로젝트 홈페이지]
  • PythonComTypes . . . . 1 match
         http://sourceforge.net/projects/comtypes/
  • PythonNetworkProgramming . . . . 1 match
          * [http://gnosis.cx/publish/programming/sockets.html]
  • Quake2 . . . . 1 match
         http://www.vertigosoftware.com/Quake2.htm
  • QualityAttributes . . . . 1 match
         See Also Moa:QualityAttribute
  • QuestionsAboutMultiProcessAndThread . . . . 1 match
          * A) 다음 링크를 참조하세요. [http://en.wikipedia.org/wiki/Direct_memory_access DMA] - [변형진]
  • RAD . . . . 1 match
         출처 : [http://100.naver.com/100.php?id=718219]
  • RandomWalk/임인택 . . . . 1 match
          - 별로 OO 적이지 못한것 같다...(Roach 와 Board 객체가 [양방향참조]를 한다). DesignPatterns 를 참고하면서 보았어야 하는데.. 나중에 [Refactoring] 해야 함..
  • RefactoringDiscussion . . . . 1 match
          * 코드의 의도가 틀렸느냐에 대한 검증 - 만일 프로그램 내에서의 의도한바가 맞는지에 대한 검증은 UnitTest Code 쪽으로 넘기는게 나을 것 같다고 생각이 드네요. 글의 내용도 결국은 전체 Context 내에서 파악해야 하니까. 의도가 중시된다면 Test Code 는 필수겠죠. (여기서의 '의도'는 각 모듈별 input 에 대한 output 정도로 바꿔서 생각하셔도 좋을듯)
          * ["Refactoring"]의 Motivation - Pattern 이건 Refactoring 이건 'Motivation' 부분이 있죠. 즉, 무엇을 의도하여 이러이러하게 코드를 작성했는가입니다. Parameterize Method 의 의도는 'couple of methods that do similar things but vary depending on a few values'에 대한 처리이죠. 즉, 비슷한 일을 하는 메소드들이긴 한데 일부 값들에 영향받는 코드들에 대해서는, 그 영향받게 하는 값들을 parameter 로 넣어주게끔 하고, 같은 일을 하는 부분에 대해선 묶음으로서 중복을 줄이고, 추후 중복이 될 부분들이 적어지도록 하자는 것이겠죠. -- 석천
         우리에겐 프로그램의 옳음(correctness)이 일차적입니다. 이것은 ["UnitTest"]나 Eiffel 같은 DBC 언어로 상당한 정도까지 보장 가능 합니다.
  • RegressionTesting . . . . 1 match
         원문 : http://www.wikipedia.org/wiki/Regression_testing
  • ReleaseDebugBuildStartGo의관계 . . . . 1 match
         ExtractedFrom) http://www.kwak101.pe.kr/
  • ReverseAndAdd . . . . 1 match
         [http://online-judge.uva.es/p/v100/10018.html 원문보기]
  • RonJeffries . . . . 1 match
         This will sound trite but I believe it. Work hard, be thoughtful about what happens. Work with as many other people as you can, teaching them and learning from them and with them. Read everything, try new ideas in small experiments. Focus on getting concrete feedback on what you are doing every day -- do not go for weeks or months designing or building without feedback. And above all, focus on delivering real value to the people who pay you: deliver value they can understand, every day. -- Ron Jeffries
  • Ruby/2011년스터디 . . . . 1 match
          * [http://www.yes24.com/24/Goods/2314079?Acode=101 프로그래밍 루비]의 목차를 참고하여 진행
  • Ruby/2011년스터디/김수경 . . . . 1 match
          * [http://nforge.zeropage.org/projects/0chat ZeroChat]
  • RubyLanguage/InputOutput . . . . 1 match
          * [http://lambert.tistory.com/167 참고 사이트]
  • RummikubProject . . . . 1 match
         보드 게임 [http://www.rummikub.com/ Rummikub]를 만드는 것입니다.
  • SBPP . . . . 1 match
         #redirect SmalltalkBestPracticePatterns
  • STL/map . . . . 1 match
          warning 의 이유는 STL에서 나오는 디버그의 정보가 VC++ 디버그 정보를 위해 할당하는 공간(255byte)보다 많기 때문입니다. 보통 디버그 모드로 디버깅을 하지 않으면, Project setting에서 C/C++ 텝에서 Debug info 를 최소한 line number only 로 해놓으면 warning 는 없어 집니다. 그래도 warning 가 난다면 C/C++ 텝에서 Generate browse info 를 비활성(기본값)화 시키세요.
  • SWEBOK . . . . 1 match
         [http://object.cau.ac.kr/selab/lecture/undergrad/20021/참고자료/SWEBOKv095.pdf SWEBOK] - Software Engineering Body of Knowledge
  • SceneDotOrg . . . . 1 match
         http://scene.org/
  • ScheduledWalk/석천 . . . . 1 match
         StructuredProgramming 기법으로 StepwiseRefinement 하였습니다. 문제를 TopDown 스타일로 계속 재정의하여 뼈대를 만든 다음, Depth First (트리에서 깊이 우선) 로 가장 작은 모듈들을 먼저 하나하나 구현해 나갔습니다. 중반부터는 UnitTest 코드를 삽입하기를 시도, 중후반부터는 UnitTest Code를 먼저 만들고 프로그램 코드를 나중에 작성하였습니다.
          1. 순차적으로 - 왼쪽 -> 오른쪽 순서로. 실행 순서에 따라 구현한다. (실행 순서와 상관없이 독립적으로 따로 생각하여 구현할 수 있습니다. 이는 UnitTest 참조)
          2. Depth-Module First. -> 깊이가 가장 깊이에 있는 것들이 쉬운 문제일 것이라 판단, 깊이가 깊은 모듈부터 구현하기로 했습니다. (일장일단인데, 그 대신 잘못 접근하면 Bottom-Up 이 되어버릴 수도 있기 때문에.. 이 경우 해당 함수가 하는 일을 명확하게 해줄 필요가 있다고 생각됩니다. 전체 구조 내에서의 역할을 잊어선 안되겠죠.)
         (관련 페이지 참조, 또는 ["TestFirstProgramming"], ["UnitTest"])
          UnitTestAll();
         void UnitTestAll();
  • ScheduledWalk/창섭&상규 . . . . 1 match
         http://zeropage.org/~lsk8248/wiki/ScheduledWalk.gif
  • SeedBackers . . . . 1 match
          || [http://dduk.idaizy.com/data/paper/논문연구계획서1차.hwp 1차 연구 계획서] || 임인택 ||
  • SeparatingUserInterfaceCode . . . . 1 match
         도메인모델로부터 프레젠테이션 부분이 분리되었을때, 도메인 코드의 어떠한 부분도 presentattion 코드와 관련이 없도록 해야 한다. 그리하여 만일 WIMP GUI 어플리케이션을 작성했을때 당신은 WIMP 인터페이스를 통해 할 수 있는 모든 것들을 command line interface 로 작성할 수 있어야 한다. WIMP 코드로부터 어떠한 코드도 복사하지 않고.
  • SeparationOfConcerns . . . . 1 match
          * http://www.acm.org/classics/may96/ - 해당 논문에서 추후 ResponsibilityDrivenDesign 에 해당되는 내용도 같이 있다. (72년 논문이란다.. 72년.;)
  • ServiceOrientedProgramming . . . . 1 match
          * [http://www.openwings.org/download/specs/ServiceOrientedIntroduction.pdf Introduction to service oriented programming]
  • SharpZeroJavaProject . . . . 1 match
         [http://www.caucse.net/cgi-bin/moin/moin.cgi/_c0_da_b9_d9_c7_c1_b7_ce_c1_a7_c6_ae_2f_230_c6_c0_20_bf_c2_b6_f3_c0_ce_20_b0_d4_c0_d3 자바프로젝트 #0팀 온라인 게임]
  • ShellSort . . . . 1 match
         [http://online-judge.uva.es/p/v101/10152.html 원문보기]
  • SingletonPattern . . . . 1 match
         SingletonPattern 은 남용할 경우 위험하다. 여전히 Global object 이기 때문이다. 즉, Singleton 을 이용하는 모든 모듈은 Singleton Object 와 관계를 맺고 있는 것이 된다.
  • Slurpys . . . . 1 match
         [http://online-judge.uva.es/p/v3/384.html 원문보기]
  • SmallTalk/강좌FromHitel/강의3 . . . . 1 match
         * How many attempts did it take you to download this software?:
  • SmallTalk/강좌FromHitel/강의4 . . . . 1 match
         (label), 입력 상자(edit box), 단추(push button)는 물론 이미 만들어진 창
  • SmallTalk/강좌FromHitel/소개 . . . . 1 match
         procedure TForm1.Button1Click(Sender: TObject);
          ShowMessage( IntToStr(i) );
  • SmallTalk_Introduce . . . . 1 match
         procedure TForm1.Button1Click(Sender: TObject);
          ShowMessage( IntToStr(i) );
  • SmalltalkBestPracticePatterns/Behavior/Conversion . . . . 1 match
         ["SmalltalkBestPracticePatterns/Behavior"]
  • SoJu . . . . 1 match
          [http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr의 C기초강좌] 매우 자세하며 양이 많다.
  • SoftwareCraftsmanship . . . . 1 match
         http://images.amazon.com/images/P/0201733862.01._PE_SCMZZZZZZZ_.jpg [[BR]]
  • SoftwareEngineeringClass . . . . 1 match
          * 교수: 이경환 교수님 ([http://object.cau.ac.kr/selab/lecture/undergrad/undergrad.htm 홈페이지])
  • SourceCode . . . . 1 match
         * 소리바다 클라이언트 http://fallin.lv/distfiles/soribada.py
  • 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
         <embed src="http://zerowiki.dnip.net/~undinekr/lunia_ost1.mp3">
  • Steps . . . . 1 match
         [http://online-judge.uva.es/p/v8/846.html 원문보기]
  • StringCompression . . . . 1 match
         [http://acm.kaist.ac.kr/Problems/2005j.pdf]
  • SuperMarket . . . . 1 match
         diskette
  • SystemEngineeringTeam . . . . 1 match
          * [https://trello.com/board/system-engineering/50574d21fd29fa5616f9cf55 trello here]
  • TCP/IP_IllustratedVol1 . . . . 1 match
          * http://www.rfc-editor.org/rfc.html
  • Technorati . . . . 1 match
         RSS와 블로그의 폭발적인 사용에 힘입어 급속성장하고 있는 기업중에 하나. 기존 포탈의 top-down 방식의 정보 제공이 아니라 개별의 요소들을 종합해서 정보를 만들어내는 bottom-up 방식으로 가공된 정보를 제공하는 사이트.
  • Telephone . . . . 1 match
         http://zeropage.org/pub/WinMergeSetup.exe - winmerge
  • Temp/Commander . . . . 1 match
          print 'push a button on the front panel'
  • TestDrivenDevelopmentBetweenTeams . . . . 1 match
         관련 문서 : http://groups.yahoo.com/group/testdrivendevelopment/files 에 Inter-team TDD.pdf
  • TheBookOpenSources . . . . 1 match
         || http://www.aladdin.co.kr/Cover/897914069X_1.gif [[BR]] ISBN:897914069X ||
  • TheGrandDinner . . . . 1 match
         [http://online-judge.uva.es/p/v102/10249.html 원문보기]
  • TheJavaMan/로보코드 . . . . 1 match
         * 로보코드 홈페이지: http://www-903.ibm.com/developerworks/kr/robocode/robocode.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 원문보기]
  • ThePracticeOfProgramming . . . . 1 match
         [http://images.amazon.com/images/P/020161586X.01._BO2,204,203,200_PIlitb-dp-500-arrow,TopRight,32,-59_AA240_SH20_SCLZZZZZZZ_.jpg]
  • TheSkylineProblem . . . . 1 match
          [http://acm.uva.es/p/v1/105.html 원문] (편의상(?)해석은 하지 않았습니다.)
  • ThinkWeek . . . . 1 match
         [http://www.hani.co.kr/section-007000000/2005/03/007000000200503291804218.html 빌 게이츠 1년에 두번 외딴 별장 은둔 전략·아이디어에 몰두]
  • Thread의우리말 . . . . 1 match
         [Thread]. 내가 처음으로 [ZeroWiki] 접근하게 되었을때 가장 궁금했던 것중 하나이다. 도대체 [Thread]가 무었인가?? 수다가 달리는장소?? 의미가 불분명 했고 사실 가벼운 수다는 DeleteMe라는 방법을 통해서 이루어지고 있었다. 토론이 펼쳐지는 위치?? 어떤페이지의 Thread의 의미를 사전([http://endic.naver.com/endic.php?docid=121566 네이버사전])에서 찾아보라고 하길래 찾아보았더니 실에꿰다, 실을꿰다, 뒤섞어짜다 이런 의미가 있었다. 차라리 이런 말이었으면 내가 혼란스러워해 하지는 않았을 것이다. [부드러운위키만들기]의 한가지 방법으로 좀더 직관적인 우리말 단어를 사용해 보는것은 어떨까?? - [이승한]
  • TkinterProgramming . . . . 1 match
         [http://en.wikipedia.org/wiki/Tk_%28computing%29 Wikipedia.org]
  • TortoiseCVS . . . . 1 match
          * [http://sourceforge.net/projects/tortoisecvs CVS Client. '''클라이언트''']
  • TugOfWar . . . . 1 match
         [http://online-judge.uva.es/p/v100/10032.html 원문보기]
  • UDK/2012년스터디/소스 . . . . 1 match
         [[Media(http://udn.epicgames.com/Three/rsrc/Three/DevelopmentKitGemsConcatenateStringsKismetNode/03_PopulatingConcatenateKismetNode.jpg)]]
  • UglyNumbers . . . . 1 match
         [http://online-judge.uva.es/p/v1/136.html 원문보기]
  • UglyNumbers/1002 . . . . 1 match
         [UglyNumbers/JuNe] 코드 분석. 2시간 동안 보다가 도무지 접근법을 이해 못하다. 한 3시간째쯤 보다가 http://www.acmsolver.org/?itemid=28#ggviewer-offsite-nav-9512048 보고 이해 & 좌절.
  • UnitTestFramework . . . . 1 match
         UnitTest code 작성을 위한 Framework
          * http://xprogramming.com
  • UserPreferences . . . . 1 match
         === [[GetText(logout)]] ===
         '''[[GetText(logout)]]'''을 누르면 쿠키가 지워지고, '''[[Gettext(Login)]]'''을 하시면 쿠키가 사용되며, 다른 곳에서도 같은 설정을 유지하며 사용하실 수 있습니다. 공공의 PC에서 [필명]이 도용되는 것을 막기 위해서 '''[[GetText(Logout)]]'''을 이용해 주시기 바랍니다.
         설정을 변경한 후에 '''[[GetText(Save)]]'''를 누르면 그 설정이 저장됩니다.
  • UserStory . . . . 1 match
          ''After several years of debating this question and seeing both in use, I now think they have nothing in common other than their first three letters.''
  • VisualAssist . . . . 1 match
         [http://www.wholetomato.com]
  • WeightsAndMeasures . . . . 1 match
         [http://online-judge.uva.es/p/v101/10154.html 원문보기]
  • Westside . . . . 1 match
         * Minihome : [http://www.cyworld.com/pyung85]
  • WhatToProgram . . . . 1 match
         see also [http://www.sdmagazine.com/documents/s=7578/sdm0210g/0210g.htm Beyond Tool Use]
  • WhyWikiWorks . . . . 1 match
         See http://www.c2.com/cgi/wiki?WhyWikiWorks for more.
  • WikiFormattingRules . . . . 1 match
         Wiki:TextFormattingRules
  • WikiGardeningKit . . . . 1 match
         http://no-smok.net/nsmk/WikiGardening 이걸 전부 할 수는 없고
  • WinMerge . . . . 1 match
         http://winmerge.sourceforge.net/
  • Winamp . . . . 1 match
         http://winamp.com
  • WinampPluginProgramming/DSP . . . . 1 match
         // module getter.
  • WorldCup/송지원 . . . . 1 match
          || 링크 ||[http://poj.org/problem?id=3117] ||
  • WorldCupNoise/정진경 . . . . 1 match
          * [http://poj.org/problem?id=1953 문제링크]
  • XML/Csharp . . . . 1 match
         [http://www.c-sharpcorner.com/UploadFile/shehperu/SimpleXMLParser11292005004801AM/SimpleXMLParser.aspx Simple XML Parser in C#]
  • XML/PHP . . . . 1 match
         * [http://devzone.zend.com/node/view/id/1713#Heading7 원문] --> php로 xml다루는 방법을 아주 쉽게 설명했네요
  • XMLStudy_2002/XSL . . . . 1 match
         <xsl:stylesheet xmlns:xsl=http://www.w3.org/TR/WD-xsl>
  • XOR삼각형/허아영 . . . . 1 match
         void printtri(int xortri[SIZE][SIZE]);
  • XpWeek/20041223 . . . . 1 match
         [http://zeropage.org/pub/upload/1223_1630.jar 결과물] - 클라이언트에서 접속하면 오류남.ㅡㅡ;
  • XpWeek/준비물 . . . . 1 match
          * http://c2.com/cgi/wiki?ExtremeProgramming
  • XperDotOrg . . . . 1 match
         http://xper.org
  • XsltVersion . . . . 1 match
         <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  • YongAn처음화면 . . . . 1 match
         [http://zeropage.org/trac/namsangboy 프로젝트 소스]
  • Z&D토론/학회명칭토론 . . . . 1 match
         See Also [http://zeropage.org/jsp/board/thin/?table=open&service=view&command=list&page=0&id=5086&search=&keyword=&order=num 2002년1월30일회의록]
  • Z&D토론백업 . . . . 1 match
          * 위키 스타일에 익숙하지 않으시다면, 도움말을 약간만 시간내어서 읽어주세요. 이 페이지의 편집은 이 페이지 가장 최 하단에 있는 'EditText' 를 누르시면 됩니다. (다른 사람들의 글 지우지 쓰지 않으셔도 됩니다. ^^; 그냥 중간부분에 글을 추가해주시면 됩니다. 기존 내용에 대한 요약정리를 중간중간에 해주셔도 좋습니다.) 정 불편하시다면 (위키를 선택한 것 자체가 '툴의 익숙함정도에 대한 접근성의 폭력' 이라고까지 생각되신다면, 위키를 Only DocumentMode 로 두고, 다른 곳에서 ThreadMode 토론을 열 수도 있겠습니다.)
         참고 : [http://zeropage.org/jsp/board/thin/?table=open&service=view&command=list&page=3&id=4926&search=&keyword=&order=num 2002년1월7일회의록]
  • ZIM/EssentialUseCase . . . . 1 match
         RUP는 ADD이고 XP는 FDD에 가깝습니다. 참고로 마이크로소프트에서는 FDD를 선호합니다. 스펙과 요구사항이 미리 확실히 정의되어있고 변화할 일이 거의 없고, 개발시 리스크가 낮다(유사 기술 개발 경험이 있다)면 ADD를, 그렇지 않고, 변화가능하고, 요구사항도 확실치 못하고, 개발시 리스크가 높다면 FDD가 적절하겠죠. XP의 아키텍춰에 대해서는 http://users.vnet.net/wwake/xp/xp0007b.shtml 를 참고하세요. --김창준
  • ZPBoard/HTMLStudy . . . . 1 match
          [http://165.194.17.15/~bestjn83/babo.php "다했다~~~^^ㅋ"]
  • ZPBoard/PHPStudy/MySQL . . . . 1 match
         }}} 위의 소스로 작성한 페이지이다. [http://165.194.17.15/~bestjn83/babo.php "주소록"]
  • ZP도서관/2013 . . . . 1 match
          * 10월 27일자 보유 도서 현황 : http://zeropage.org/OtherData/93117
  • ZeroPage/회비 . . . . 1 match
          [http://zeropage.org/?mid=accounts&category=&search_target=title&search_keyword=2008 회계게시판]
  • ZeroPageServer/BlockingUninvitedGuests . . . . 1 match
          - [임인택]의 [http://purepond.cafe24.com/ 개인위키]도 ZeroPage 에서와 같은 문제점을 (그것도 더 심하게) 겪었는데 아파치의 보안기능 (.htaccess 파일 이용)을 적용해봐도 결과는 마찬가지였다. 누군가의 장난이거나 검색엔진(+사용자)의 무지에서 오는 문제인것이 확실하였는데. 결국 NoSmoke:노스모크모인모인 의 '''등록한 사용자만 글을 쓸수 있게 하는''' 기능을 이용하여 이 문제를 해결하였다. 여담으로.. 쓰레기 페이지를 손수 지우느라 엄청 고생함...-_-;;
  • ZeroPageServer/CVS계정 . . . . 1 match
          * http://zeropage.org/cvs/ - Zp에서 운영하는 cvs
  • ZeroPageServer/InstalledTool . . . . 1 match
          * [http://zeropage.org/log WebAnalizer]
  • ZeroPageServer/Log . . . . 1 match
          ''일단 쉘에서 직접 실행해 보고, {{{~cpp tail -f /etc/httpd/logs/error.log }}}를 해놓고 웹으로 실험해 보길. 그리고 cgi-handler 설정 확인해 볼 것. python이라면 cgitb를 써볼 것. --JuNe''
  • ZeroPageServer/Mirroring . . . . 1 match
         (from http://222.122.13.152/bbs/board.php?bo_table=pl_linux&wr_id=153 )
  • ZeroPageServer/UpdateUpgrade . . . . 1 match
         ZeroPageServer 는 데비안 (SeeAlso [http://debianusers.org/ 한국데비안 사용자 모임] , 위키의 DebianKr:대문 )을 사용하고 있다.
  • ZeroPage성년식/회의 . . . . 1 match
          * ONOFFMIX에 등록. [http://onoffmix.com/event/4096 ZeroPage성년식]
  • ZeroPage정학회만들기 . . . . 1 match
          * [http://caucse.net 동문서버] 설문조사란에 이 이슈에 대해 설문을 올릴 예정입니다. - 임인택
  • ZeroPage처음화면 . . . . 1 match
         [http://zerowiki.com 제로위키 중앙 서버 구경하기]
  • [Lovely]boy^_^/Book . . . . 1 match
          * Pattern Oriented System Architecture 1,2
  • [Lovely]boy^_^/Diary/7/8_14 . . . . 1 match
         === Design Pattern ===
         ["[Lovely]boy^_^/USACO/WhatTimeIsIt?"] [[BR]]
  • [Lovely]boy^_^/USACO/WhatTimeIsIt? . . . . 1 match
         int StringConvertToInt(const string& str);
         void SetTable();
          SetTable();
         int StringConvertToInt(const string& str)
          hour = StringConvertToInt(h);
          min = StringConvertToInt(m);
         void SetTable()
          table[18] = "eighttenn";
  • cheal7272 . . . . 1 match
         == Chatting ==
  • cogitator . . . . 1 match
         zeropage passive attender
  • cyflux . . . . 1 match
         http://www.cyflux.com
  • dduk . . . . 1 match
         [http://zp.cse.cau.ac.kr/~dduk/cgi-bin/moin/moin.cgi]
  • erunc0/COM . . . . 1 match
          * 간단한 C++ 클래스로 시작하여 재사용 가능한 이진 Component로써 클래스를 사용하는 법을 간단한 예제를 통해서 배우게 된다. 처음은 DLL을 통해서 client 에게 제공하는 문제에 대해 말하며. 다음에는 이렇게 제공되어진 컴포넌트에 대한 방화벽(?)등에 대해 논의 하면서 인터페이스를 통하여 컴포넌트 내의 은닉화를 위한 방법들을 설명해준다. 그리고 그다음으로는 abstract class를 사용해 (virtual function을 이용한 방법) 인터페이스의 확장에 관한 부분까지 설명한다. 그리고 끝으로는 RTTI 이용하여 더 나은 인터페이스의 확장 방법과 다중의 client 에게 컴포넌트를 제공할수 있게 만드는 부분까지 설명한다. 한서라서 그런지 애매한 용어들이 많이 있어서 아직도 이해가 가질 않는 부분이 많았다. 한번더 chapter 1응 읽은 후에 정리하고 chapter 2로 넘어가야 하겠다.
          * 개인적으로 COM 구현할때는 (정확히야 뭐 ActiveX Control) 손수 COM 구현하는데 하는 일들이 많아서 -_-.. (Interface 작성하고 IDL 컴파일해주고, COM Component DLL Register 해주고 그다음 COM Component 잘 돌아가는지 테스트 등등) 거의 Visual Studio 의 위자드로 작성한다는. --a 그리고 COM 을 이해할때에는 OOP 에 대한 좀 바른 이해를 중간에 필요로 할것이라 생각. 디자인 패턴에서의 Factory, FacadePattern 에 대해서도 아마 읽어볼 일이 생기기라 생각.
  • erunc0/Java . . . . 1 match
          * ["erunc0/JavaPattern"]
  • erunc0/Mobile . . . . 1 match
          * http://zp.cse.cau.ac.kr/~erunc0/study/pda/FunnyLib.zip - pda 에서 게임 만들 사람.. 내꺼좀 써주~
  • erunc0/OOP_UML . . . . 1 match
         http://www.codeproject.com/cpp/oopuml.asp
  • erunc0/RoboCode . . . . 1 match
          * [http://www-903.ibm.com/developerworks/kr/robocode/ Korean IBM RoboCode site]
  • erunc0/XP . . . . 1 match
         '경험들' 로 친다면 오히려 Installed 가 맞는 선택일 것 같은데. --a 중간중간 실제 했었던 일들 이야기도 있었으니까 (RonJeffries 와 Chet 의 Pair 등) 뭐 암튼 적당하게 속도를 맞춰서 읽되, 한국어판 책의 서문 대로 '각 Practice를 극한까지 실험해보길'. 개인적으로 'Installed 가 추상적이다' 라는 말에는 반론 (Explained 라면 모를까..) 지금 XP 를 실천하는 중인 사람들을 보고 싶다면 뉴스그룹이 가장 생생하지 않을까 생각. (또는 http://xprogramming.com 의 글들) --["1002"][[BR]][[BR]]
  • gusul/김태진 . . . . 1 match
          * [http://211.229.66.5/30stair/gusul/gusul.php?pname=gusul 링크]
  • html5/geolocation . . . . 1 match
          * http://html5demos.com/
  • html5practice/계층형자료구조그리기 . . . . 1 match
         <html xmlns="http://www.w3.org/1999/xhtml">
  • iPhone . . . . 1 match
          * [http://blog.naver.com/musicnet?Redirect=Log&logNo=10032895978 iphone환경구축하기]
  • jQuery . . . . 1 match
         http://jquery.com/
  • java/reflection . . . . 1 match
          * jar파일로 패키징한다. (.java와 .class만 따로 패키징하는 방법은 [http://kldp.org/node/75924 여기])
          System.out.println(Thread.currentThread().getContextClassLoader().getClass().getName());
          Thread.currentThread().setContextClassLoader(urlClassLoader);
          System.out.println(Thread.currentThread().getContextClassLoader().getClass().getName());
  • neocoin/Education . . . . 1 match
          SIGCSE(ACM)을 참고해라. 좋은 자료를 많이 찾을 수 있을 것이다. 그리고 다양한 교수법은 NoSmok:PedagogicalPatterns 를 봐라. --JuNe
  • openAPI . . . . 1 match
         [http://dolbbi.com/218 C#으로 openAPI 이용. 그리고 XML의 파싱]
  • pinple . . . . 1 match
          * [http://agile.egloos.com/5738624 애자일 이야기 : 몇 명 팀이 효과적인가요?] 저는 이 글을 읽고 가장 먼저 생각난 것이 Pinple이었습니다. - [김수경]
  • pragma . . . . 1 match
         NeoCoin 은 Debug 모드에서, 값을 추적할 것을 포기하고, Project Setting -> C/C++ tab -> Debug info -> Line Numbers Only 로 놓고 쓴다.
  • radiohead4us/Book . . . . 1 match
          http://image.wowbook.com/book/large_image/89-8431-072-7.gif
  • to.상협 . . . . 1 match
         urldump = commands.getoutput('lynx -width=132 -nolist -dump http://board5.dcinside.com/zb40/zboard.php?id=dc_sell | grep 995')
  • warbler . . . . 1 match
          * 홈페이지 : http://warbler.com.ne.kr (3년전부터 계속 공사중 --;)
  • woodpage/VisualC++HotKeyTip . . . . 1 match
          * 쓰게하려고 만들어논거 같다. 그중 Debug 카테고리에서 옆에 Buttons가 나오는데 거기서 손바닥 모양이 있다. 손바닥 모양은 익히
  • zennith/SICP . . . . 1 match
         see also ["SICP"], [http://mitpress.mit.edu/sicp/]
  • zozo . . . . 1 match
          홈피: http://zozo.pe.kr
  • ★강원길★ . . . . 1 match
         홈페이지 : [http://www.cyworld.com/soffmagil] 원길이 홈페이지 에요
  • 강규영 . . . . 1 match
          * http://jania.pe.kr
  • 강석우 . . . . 1 match
          * 홈페이지 : http://superksw.ce.ro
  • 강소현 . . . . 1 match
         = [http://byule.com/board/ego Ego-Gram Test] =
  • 강연 . . . . 1 match
          * [http://www.caucse.net/boarding/view.php?table=board_freeboard&page=1&id=10847 유비쿼터스 컴퓨팅]
  • 강희경/도서관 . . . . 1 match
          * 역사 : [로마인이야기](1권은 지루하지만 2권부터 재밌음), [http://zeropage.org/~namsangboy/wiki/wiki.php/%EB%8B%A8%EC%88%A8%EC%97%90%EC%9D%BD%EB%8A%94%EC%A1%B0%EC%84%A0%EC%99%95%EC%A1%B0%EC%98%A4%EB%B0%B1%EB%85%84 단숨에읽는조선왕조오백년], 학생부군과 백수건달
  • 강희경/메모장 . . . . 1 match
         [http://gukgang.hihome.com/]이강일의 언어영역
  • 개초보의 프로그래밍에 관련된 개인적인 자료처음화면 . . . . 1 match
         http://kin.naver.com/open100/db_detail.php?d1id=1&dir_id=10105&eid=R5EfswL9ADckxU2I0vzUwtUrE3Qb5J7l&l_url=
  • 객체지향용어한글화토론 . . . . 1 match
          * 'oriented'라는 단어가 사전에서는 '지향'이라고 설명되어 있지만, 그 고어적인 뜻은 '비롯되다', '해가 뜨는', '출현하는', '발생하기 시작하는' 이라는 뜻을 가지고 있습니다. 따라서 'Object oriented'라는 용어는 '객체에서 비롯된다'라고 해석할 수 있지요. 저는 이것이 좀 더 정확한 해석이라고 생각합니다. - [http://garden.egloos.com/10001141/post/20974] - 출처
  • 건대컴공 . . . . 1 match
         http://andro.konkuk.ac.kr/newhome/ 건국대학교 컴퓨터 공학과의 홈페이지
  • 겨울방학프로젝트/2005 . . . . 1 match
         || [DesignPatternStudy2005] || 디자인패턴 잠시 중단했던것을 이어서 계속.. || 상협 선호 재선 용안 준수 ||
  • 격언 . . . . 1 match
         [http://no-smok.net/nsmk/_b8_ed_be_f0 명언]
  • 고전모으기 . . . . 1 match
          * StructuredProgramming, TheElementsOfProgrammingStyle, SICP, SmalltalkByExample, SmalltalkBestPracticePatterns
  • 고한종/십자가돌리기 . . . . 1 match
         http://pds22.egloos.com/pds/201104/17/51/JT.exe
  • 고한종/업적/WinAPI로만든학과주점포스기 . . . . 1 match
         그러나 이게 쓸일이 없는 이유는... 실제로 축제기간때 학과주점을 열면 주문? 계산서? [http://mirror.enha.kr/wiki/그런%20거%20없다 그런거_없다]
  • 공간박스 . . . . 1 match
         http://shopimage.hanmail.net/m_productimages/A057/54/BM15_500.jpg
  • 구구단 . . . . 1 match
         ''[http://krdic.naver.com/krdic.php?where=krdic&docid=14737 네이버사전]''
  • 구자겸 . . . . 1 match
         [http://jaku.ivyro.net]; - 홈페이지 만드는 중
  • 그래픽스세미나/1주차 . . . . 1 match
         || [상규] || [http://165.194.17.15/~lsk8248/wiki/Seminar/%b1%d7%b7%a1%c7%c8%bd%ba%bc%bc%b9%cc%b3%aa/1%c1%d6%c2%f7/Triangle.zip API Ver.] ||
  • 그래픽스세미나/3주차 . . . . 1 match
          || 강인수 || [http://zeropage.org/wiki/moin.cgi/_5bLovely_5dboy_5e_5f_5e_2f3DLibrary 옛날에 만들어놓은거] ||
  • 그림으로설명하기 . . . . 1 match
         [http://user.chollian.net/~jjang88/jung1math/1setl4.gif]
  • 금고 . . . . 1 match
         [http://acm.kaist.ac.kr/Problems/2004og.pdf 원문보기]
  • 금고/조현태 . . . . 1 match
          <embed src="http://zerowiki.dnip.net/~undinekr/lunia_ost1.mp3">
  • 기본데이터베이스 . . . . 1 match
         [LittleAOI] [문제분류]
  • 기본데이터베이스/조현태 . . . . 1 match
         [LittleAOI] [기본데이터베이스]
  • 김동준/Project/Data_Structure_Overview/Chapter1 . . . . 1 match
         [http://inyourheart.biz/zerowiki/wiki.php/%EA%B9%80%EB%8F%99%EC%A4%80/Project/Data_Structure_Overview Main으로 가기]
  • 김동준/Project/OOP_Preview/Chapter1 . . . . 1 match
          public String getType() { return this.type; }
          public String getTopWood() { return this.topWood; }
         [http://inyourheart.biz/zerowiki/wiki.php/%EA%B9%80%EB%8F%99%EC%A4%80/Project/OOP_Preview Main으로 가기]
  • 김동준/원맨쇼Report/08김홍기 . . . . 1 match
         [http://inyourheart.biz/zerowiki/wiki.php/%EA%B9%80%EB%8F%99%EC%A4%80 Main으로]
  • 김미란 . . . . 1 match
         http://www.cyworld.com/alfks0527
  • 김영록 . . . . 1 match
         [LittleAOI]잘해보라구..ㅎㅎ 뭐.. 게을리 하면 우리 아영대장님이 스윽..
  • 김윤환 . . . . 1 match
         attachment:funney_haha.jpg
  • 김정욱 . . . . 1 match
          * [http://www.miksoft.net]
  • 김준석 . . . . 1 match
         2014.9~2016.8 : 중앙대학교 컴퓨터공학과 대학원 [[https://sites.google.com/site/rtselab/ 실시간 소프트웨어 공학 연구실]] 석사과정
  • 김진아 . . . . 1 match
         [[HTML(<PRE><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 돋움; color:black; LETTER-SPACING: -1px">)]]
         싸이월드 : http://www.cyworld.com/jin__a/
         [[HTML(<PRE><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: 돋움; color:black; LETTER-SPACING: -1px">)]]
  • 김태형 . . . . 1 match
         [http://www.caucse.net/ 동문서버]
  • 꼬마혜성 . . . . 1 match
         http://zeropage.org/~petitmeteor
  • 날다람쥐 6월9일 . . . . 1 match
         [http://wiki.zeropage.org/wiki.php/%EC%9C%A0%EC%A0%95%EC%84%9D]
  • 남도연 . . . . 1 match
         http://165.194.17.120/~saintanger/home.htm
  • 남상재 . . . . 1 match
         [http://cyworld.com/turtle4u 나의싸이월드]
  • 남상혁 . . . . 1 match
          * 블로그 http://lenerd.tistory.com
  • 노상현 . . . . 1 match
         [[HTML(<PRE><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 궁서; color:black; LETTER-SPACING: -1px"></pre>)]]
         싸이 : http://cyworld.com/applyjoy
  • 논문번역/2012년스터디 . . . . 1 match
          * Experiments in Unconstrained Offline Handwritten Text Recognition
  • 논문번역/2012년스터디/김태진 . . . . 1 match
         == Pattern ==
  • 누가내치즈를옮겼을까 . . . . 1 match
         [http://zeropage.org/pub/whomovedmycheese/whomovedmycheese.asf 동영상]도 보면좋을듯... - [임인택]
  • 누가소프트웨어의심장을만들었는가 . . . . 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 기사내용]
  • 대학원준비06 . . . . 1 match
          * http://sslab.cse.cau.ac.kr/
  • 데블스캠프2002 . . . . 1 match
         머리쓰는 문제도 중요하지만... 여러가지 분야를 조금이나마 경험하게 해주는것도 필요하지 않을까여..? 윈도우즈 에플리케이션이 어떻게 돌아가는지 간단히 소개시켜 준다든지... Little Man Computer 같은 것을 통해 컴퓨터 내부의 동작 원리를 설명해 준다든지.. Embedded System을 간단히 소개시켜 줘서.. 휴대전화나 가전제품, 계산기 등도 프로그램이 들어간다는것을 알게 해준다든지 등........ --상규
  • 데블스캠프2002/진행상황 . . . . 1 match
          * 네트워크 세미나 + TCP/IP 동영상 보기. (http://edu.hackerslab.com/home/html/temp/movie.htm)
          * ["RandomWalk2"] 를 ObjectOrientedProgramming 으로 구현하기 - 위의 Python 관련 실습동안 ["1002"] 는 ["RandomWalk2"] 에 대해서 C++ Prototype을 작성. (["RandomWalk2/ClassPrototype"]) 이를 뼈대로 삼아서 ["RandomWalk2"] 를 작성해보도록 실습. 해당 소스에 대한 간략한 설명, 구현의 예를 설명. 중간에 객체들에 대한 독립적인 테스트방법을 설명하면서 assert 문을 이용한 UnitTest 의 예를 보였다.
         다른 하나는, 요구사항이 어떻게 제시되느냐가 산출물로서의 프로그램에 큰 영향을 끼친다는 점이다. 요구사항이 어떤 순서로 제시되느냐, 심지어는 어떤 시제로 제시되느냐가 프로그램에 큰 영향을 끼친다. 심리학에서 흥미로운 결과를 찾아냈다. "내일은 한국과 브라질의 경기날입니다. 결과가 어떻게 될까요?"라는 질문과, "어제는 한국과 브라질의 경기가 있었습니다. 결과가 어땠나요?"라는 질문에 대해 사람들의 대답은 큰 차이가 있었다. 후자 경우가 훨씬 더 풍부하고, 자세하며, 구체적인 정보를 끌어냈다. 이 사실은 요구사항에도 적용이 되어서, 요구사항의 내용을 "미래 완료형"이나 "과거형"으로 표현하는 방법(Wiki:FuturePerfectThinking )도 생겼다. "This system will provide a friendly user interface"보다, "This system will have provided a friendly user interface"가 낫다는 이야기다. 어찌되었건, 우리는 요구사항이 표현된 "글" 자체에 종속되고, 많은 영향을 받는다.
  • 데블스캠프2003/다루어볼문제와관련세미나 . . . . 1 match
          * ToyProblems 와같은 식이면 좋을것 같은데요. 1학년 텀프로젝트가 있는데 그것 하나만 가지고도 SP, OOP 등의 프로그래밍철학과, STL 등을 다루기에 좋을것 같습니다. ([http://zeropage.org/pds/200361434244/2003C++TrmPrjSpec.ppt spec]) SP 와 OOP 는.. 누가할지.. 맡게되면 고생을할수도 있겠군요. 아래 JuNe 선배님의 CSP 나.. Tuple Space (전에 P2P 관련 문서에서 본것같은 기억이..-_-a ) 등과는 약간 맞지 않을수도 있겠지만요. (그것은 다른 도메인의 문제와 다루는게 좋을듯합니다) - [임인택]
  • 데블스캠프2003/다섯째날 . . . . 1 match
         [http://165.194.17.15/~whiteblue/OMOK.exe 오목/상욱]
  • 데블스캠프2003/둘째날 . . . . 1 match
         [http://165.194.17.15/~whiteblue/stackQueue/StackQueue.html 스택과 큐]
  • 데블스캠프2005 . . . . 1 match
         [http://gigamail6.paran.com:8080/gigamail_pop.php?file=/D6/1/20050620/13/09/beonit@paran.com/1119244238_8864_x0.zip&filename=flashmx.zip FlashMX] - [데블스캠프2005/FLASH키워드정리]에서 사용할 플레시 프로그램
  • 데블스캠프2005/Python . . . . 1 match
         [http://zeropage.org/pub/language/python/python-2.4.1.msi Python2.4.1 다운로드]
  • 데블스캠프2005/VPython . . . . 1 match
         http://vpython.org/download/VPython-Win-Py2.4-3.2.2.exe 설치
  • 데블스캠프2006/금요일 . . . . 1 match
         [http://165.194.17.70/ 점수판]
  • 데블스캠프2006/수요일 . . . . 1 match
         알고리즘 : [http://koi.kado.or.kr]
  • 데블스캠프2006/준비/월요일 . . . . 1 match
         [http://wiki.izyou.net/moin.cgi/Zeropage/DevilsCamp2006]
  • 데블스캠프2006/화요일/tar/나휘동 . . . . 1 match
          if (!(file.attrib & _A_SUBDIR )){
  • 데블스캠프2009 . . . . 1 match
          * [http://zeropage.org/?mid=devils&category=10642 데블스캠프 2008] - amp;를 지워야 제대로 뜹니다.
  • 데블스캠프2009/목요일 . . . . 1 match
         [http://inyourheart.biz/Midiout.zip Midi자료받기] - [조현태]
  • 데블스캠프2009/화요일 . . . . 1 match
         || 변형진 || The Abstractionism || 컴퓨터공학의 발전과 함께한 노가다의 지혜 || attachment:/DevilsCamp2009/Abstractionism.ppt ||
  • 데블스캠프2009/화요일후기 . . . . 1 match
          * 박성현 - [http://zeropage.org/30883 ZeroPage - 데블스캠프게시판 - 화요일-후기입니다 ㅎ]
  • 데블스캠프2010/넷째날/DHTML . . . . 1 match
         <input type="button" value="버튼">
  • 데블스캠프2010/일반리스트 . . . . 1 match
          * http://isis.poly.edu/kulesh/stuff/src/klist/
  • 데블스캠프2011 . . . . 1 match
          * [https://docs.google.com/spreadsheet/ccc?key=0AtizJ9JvxbR6dGNzZDhOYTNMcW0tNll5dWlPdFF2Z0E&usp=sharing 타임테이블링크]
  • 데블스캠프2011/넷째날/Git/권순의 . . . . 1 match
          * 조, 좋은 뻘짓이다. 아, 이미지를 텍스트로 바꿔주는 사이트입니다. [http://photo2text.com photo2text] - [지원]
  • 데블스캠프2011/다섯째날/Cryptography . . . . 1 match
          * http://www.bigprimes.net
  • 데블스캠프2011/다섯째날/HowToWriteCodeWell/박정근,김수경 . . . . 1 match
          //Elevator가 생성될때에는 항상 1층으로 setting된다.
  • 데블스캠프2011/둘째날/Cracking . . . . 1 match
          * [http://cfile24.uf.tistory.com/image/1858254A4E09874131788A 스샷 화면]
  • 데블스캠프2011/둘째날/후기 . . . . 1 match
          * [http://sdec.kr SDEC] 가느라 못 들었는데 나중에 다른 학우들이 한 걸 돌려보며 저도 다시 Scratch를 사용해봤습니다. 오랜만에 하니 재밌네요 ㅋㅋ
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission1/서영주 . . . . 1 match
         private void pushButton_Click(object sender, EventArgs e)
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission2/김준석 . . . . 1 match
          private void pushButton_Click(object sender, EventArgs e)
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission2/서민관 . . . . 1 match
         private void pushButton_Click(object sender, EventArgs e)
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission2/서영주 . . . . 1 match
          private void pushButton_Click(object sender, EventArgs e)
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission3/김준석 . . . . 1 match
          private void pushButton_Click(object sender, EventArgs e)
  • 데블스캠프2012/넷째날/묻지마Csharp/김태진 . . . . 1 match
          private void button1_Click(object sender, EventArgs e)
  • 데블스캠프2012/넷째날/묻지마Csharp/서민관 . . . . 1 match
          private void pushButton_Click(object sender, EventArgs e)
  • 데블스캠프2012/둘째날/후기 . . . . 1 match
          * [http://www.hanb.co.kr/events/eventview.html?event_id=freebook pdf 다운로드 사이트]
  • 데블스캠프2012/첫째날/후기 . . . . 1 match
          * 당신을 위한 최고의 솔루션 - [http://random.org/ RANDOM.ORG]
  • 데블스캠프2013/둘째날/API . . . . 1 match
          echo "<tr><td>$id</td><td>$name</td><td>$text</td><td><a href='http://$ip'>$ip</a></td></tr>";
  • 데블스캠프2013/셋째날/머신러닝 . . . . 1 match
          * 데이터 및 강의자료 [http://zeropage.org/index.php?mid=seminar&document_srl=91554 링크]
          String ct = oct.nextToken();
          String st = ost.nextToken();
  • 똥배짱 . . . . 1 match
         http://zb.zeropage.org/trackback.php?article_srl=6272
  • 레밍즈프로젝트/박진하 . . . . 1 match
         // Attributes
  • 레밍즈프로젝트/프로토타입 . . . . 1 match
         참고2 : [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cstring.asp MSDN_CString]
  • 로고캐릭터공모 . . . . 1 match
          * 홈페이지 http://zeropage.org/wiki/로고캐릭터공모
  • 로그인없이ssh접속하기 . . . . 1 match
          * [http://www.linuxproblem.org/art_9.html 참고글]
  • 로마숫자바꾸기 . . . . 1 match
         [LittleAOI] [문제분류]
  • 로마숫자바꾸기/DamienRice . . . . 1 match
         [로마숫자바꾸기], LittleAOI
  • 로마숫자바꾸기/조현태 . . . . 1 match
         [LittleAOI] [로마숫자바꾸기]
  • 로마숫자바꾸기/허아영 . . . . 1 match
         [LittleAOI] [로마숫자바꾸기]
  • 마스코트이름토론 . . . . 1 match
          http://zeropage.org/wikis/nosmok/moinmoin.gif
  • 몸짱프로젝트 . . . . 1 match
         SeeAlso [HowToStudyDataStructureAndAlgorithms] [DataStructure] [http://internet512.chonbuk.ac.kr/datastructure/data/ds1.htm 자료구조 정리]
         || KnightTour || [몸짱프로젝트/KnightTour] ||
  • 문자반대출력 . . . . 1 match
         [문제분류] [LittleAOI]
  • 문자반대출력/김태훈zyint . . . . 1 match
         [LittleAOI] [문자반대출력]
  • 문자반대출력/문보창 . . . . 1 match
         [문자반대출력] [LittleAOI]
  • 문자반대출력/임인택 . . . . 1 match
         [문자반대출력], [LittleAOI]
  • 문자반대출력/조현태 . . . . 1 match
         [LittleAOI] [문자반대출력]
  • 문자반대출력/최경현 . . . . 1 match
         [문자반대출력] [LittleAOI]
  • 문자열검색 . . . . 1 match
         [LittleAOI] [문제분류]
  • 문자열검색/조현태 . . . . 1 match
         getText(Index) when 0 < Index -> Index - 1;
         getText(Index) -> "Not found!".
         findString(String, SubString) -> getText(string:rstr(String, SubString)).
         [LittleAOI] [문자열검색]
  • 문자열검색/허아영 . . . . 1 match
         [LittleAOI] [문자열검색]
  • 문자열연결 . . . . 1 match
         [LittleAOI] [문제분류]
  • 문자열연결/조현태 . . . . 1 match
         [LittleAOI] [문자열연결]
  • 문자열연결/허아영 . . . . 1 match
         [LittleAOI] [문자열연결]
  • 문제풀이/1회 . . . . 1 match
          이런 경우를 개선하기 위해서 map 함수가 있는것입니다. 이를 Haskell에서 차용해와 문법에 내장시키고 있는 것이 List Comprehension 이고 차후 [http://www.python.org/peps/pep-0289.html Genrator Expression]으로 확장될 예정입니다. 그리고 print 와 ,혼용은 그리 추천하지 않습니다. print를 여러번 호출하는것과 동일한 효과라서, 좋은 컴퓨터에서도 눈에 뜨일만큼 처리 속도가 늦습니다. --NeoCoin
  • 박경태 . . . . 1 match
         Cyworld : [http://cyworld.com/saiichi]
  • 박범용 . . . . 1 match
          ||[http://cyworld.nate.com/plmmlq/ 뻠..의 싸이]||
  • 박수진 . . . . 1 match
         싸 이 : http://cyworld.nate.com/ddury05
  • 박원석 . . . . 1 match
         [http://cyworld.nate.com/parkwons]
  • 박지상의Wiki처음화면 . . . . 1 match
         개인 홈페이지는 [http://www.jisangs.com 지상스닷컴] 이지만, 거의 업데이트가 안 이루어지고 있습니다.
  • 박진하 . . . . 1 match
         = http://jinahut.mr4u.com =
  • 반복문자열 . . . . 1 match
         [문제분류] [LittleAOI]
  • 반복문자열/김대순 . . . . 1 match
         [http://blogfiles1.naver.net/data13/2006/3/29/80/warning-1006kds.jpg]
  • 반복문자열/김소현 . . . . 1 match
         [LittleAOI] [반복문자열]
  • 반복문자열/김정현 . . . . 1 match
         [LittleAOI] [반복문자열]
  • 반복문자열/김태훈zyint . . . . 1 match
         [LittleAOI] [반복문자열]
  • 반복문자열/문보창 . . . . 1 match
         [반복문자열] [LittleAOI]
  • 반복문자열/이규완 . . . . 1 match
         [LittleAOI] [반복문자열]
  • 반복문자열/이도현 . . . . 1 match
         [LittleAOI] [반복문자열]
  • 반복문자열/조현태 . . . . 1 match
         [LittleAOI] [반복문자열]
  • 반복문자열/최경현 . . . . 1 match
         [LittleAOI] [반복문자열]
  • 반복문자열/허아영 . . . . 1 match
         [LittleAOI] [반복문자열]
  • 방울뱀스터디 . . . . 1 match
          * http://python.netian.com/index.html - 초 간단 문법 익히기
  • 배진호 . . . . 1 match
          * [http://www.cyworld.com/bloodjino 싸이주소] 진부하다고 하지만 아직 합니다
  • 블로그2007/송지훈 . . . . 1 match
         (http://localhost/rnrneks)
  • 빵페이지/숫자야구 . . . . 1 match
          - 무엇이든 100% 좋고 100% 나쁜것은 없습니다. dijkstra 할아버지가 goto 를 쓰지 말라고 하셨을 때도 달리 생각하는 많은 아저씨들이 수많은 논문을 썼고 이로 인해 많은 논쟁이 있었습니다. 중요한것은 ''좋으냐? 혹은 나쁘냐?'' 가 아니라 그 결론에 이루어지기까지의 과정입니다. SeeAlso NotToolsButConcepts Seminar:컴퓨터고전 [http://www.google.co.kr/search?q=goto+statements+considered+harmful&ie=UTF-8&hl=ko&btnG=%EA%B5%AC%EA%B8%80+%EA%B2%80%EC%83%89&lr= Goto Statements Considered Harmful의 구글 검색결과] Wiki:GotoConsideredHarmful - [임인택]
  • 삶은가장큰웃음이다 . . . . 1 match
         [http://image.libro.co.kr/book_img/3377/0100004809675_00.jpg]
  • 상협/삽질일지/2002 . . . . 1 match
          ''꼭 이중 배열 전체가 return 이 되어야 하나? 넘겨받은 배열에 도로 쓰는 작업이라면, setter 를 만들어주면 될것 같아서. 클래스로 해놓은 이상 배열을 넘기지 말고 아에 클래스 인스턴스를 넘겨버리는 것이 더 나을것이라 생각 --["1002"]''
  • 새로운위키놀이 . . . . 1 match
         10여분 정도 [http://no-smok.net/nsmk 노스모크] 에서 좋은 페이지 찾아보고 이야기 해보기.
  • 새싹-날다람쥐 6월 10일 . . . . 1 match
         [http://wiki.zeropage.org/wiki.php/%EC%9C%A0%EC%A0%95%EC%84%9D]
  • 새싹C스터디2005 . . . . 1 match
         [http://winapi.co.kr/clec/cpp1/cpp1.htm winapi.co.kr의 C기초강좌] 매우 자세하며 양이 많다.
  • 새싹교실/2011 . . . . 1 match
          * 테스트는 [http://winapi.co.kr/clec/reference/assert.gif assert]함수를 통해 간단히 만들 수 있습니다.
  • 새싹교실/2011/Pixar . . . . 1 match
          * 후기 작성 요령 : 후기는 [http://no-smok.net/nsmk/FiveFs FiveFs(노스모크)]에 맞게 작성해주세요.
  • 새싹교실/2011/씨언어발전/3회차 . . . . 1 match
         http://cau.ac.kr/~bongbong/c11/midterm10.pdf
  • 새싹교실/2012/AClass/5회차 . . . . 1 match
          printf("does not matter\n");
  • 새싹교실/2012/개차반 . . . . 1 match
          * 참고 자료: 손봉수 교수님 수업자료: [http://cau.ac.kr/~bongbong/c10/]
  • 새싹교실/2012/새싹교실강사교육/4주차 . . . . 1 match
         http://rogerdudler.github.com/git-guide/index.ko.html
  • 새싹교실/2012/아무거나/1회차 . . . . 1 match
         [http://wiki.zeropage.org/wiki.php/%EC%83%88%EC%8B%B9%EA%B5%90%EC%8B%A4/2012/%EC%95%84%EB%AC%B4%EA%B1%B0%EB%82%98/1%ED%9A%8C%EC%B0%A8?action=edit 1회차 내용 고치기]
  • 새싹교실/2012/아무거나/2회차 . . . . 1 match
         [http://wiki.zeropage.org/wiki.php/%EC%83%88%EC%8B%B9%EA%B5%90%EC%8B%A4/2012/%EC%95%84%EB%AC%B4%EA%B1%B0%EB%82%98/2%ED%9A%8C%EC%B0%A8?action=edit 2회차 내용 고치기]
  • 새싹교실/2012/아무거나/3회차 . . . . 1 match
         [http://wiki.zeropage.org/wiki.php/%EC%83%88%EC%8B%B9%EA%B5%90%EC%8B%A4/2012/%EC%95%84%EB%AC%B4%EA%B1%B0%EB%82%98/3%ED%9A%8C%EC%B0%A8?action=edit 3회차 내용 고치기]
  • 새싹교실/2013/라이히스아우토반 . . . . 1 match
          * 반 이름의 유래 [http://krdic.naver.com/detail.nhn?docid=11489800 네이버국어사전]
  • 새싹교실/2013/케로로반 . . . . 1 match
          * 링크 : http://zeropage.org/index.php?mid=fresh&document_srl=88380
  • 새싹교실/2013/케로로반/실습자료 . . . . 1 match
         Social Executive of Computer Science and Engineering will hold a bar event. There are many pretty girls and handsome guys. It will be great day for you. Just come to the bar event and drink. There are many side dishes and beer. Please enjoy the event. but DO NOT drink too much, or FBI will come to catch you. Thank you.
  • 새싹스터디2006/의견 . . . . 1 match
          물론 그렇게 할 겁니다. .[EightQueenProblem] 뿐만 아니라 여러 문제분류에서 모든 문제들 페이지 처럼 작성하는것이 도움이 된다고 생각하기때문에 생각도 했습니다. [LittleAOI] 문제를 하나씩 풀어보는 방식을 취하는것도 좋다고 생각합니다. 아직 이르지 만요.. (제 반은 일주일 후에나 할 수 있을거 같습니다)
  • 새페이지만들기 . . . . 1 match
         '''방법 2(권장)'''. EditText를 한뒤 편집하는 장소에 {{{[["페이지이름"]]}}} 을 쓴다. 그리고 나서 그 페이지를 보면 해당 페이지이름이 붉은색으로 링크가 걸릴 것이다. 해당 페이지이름을 클릭하면 새 페이지를 편집할 수 있으며, 해당 페이지가 만들어지고 난 뒤부터는 일반링크가 걸린다.
         '''방법2''' 의 방식은 일종의 TopDown 방식이 된다. 해당 주제를 Parent로 하여 계속 주제와 연관된 글들을 뻗어나가는 방식이다. 반면 '''방법 1'''전자의 방법은 BottomUp의 방식으로 사용할 수 있다. 새 주제들을 모아서 나중에 페이지분류 & 조정작업을 통해 Parent를 잡을 수 있을 것이다.
  • 새회원을받으면 . . . . 1 match
          - [http://netory.org 네토리]처럼 정기적(또는 비정기적)인 무언가가 있었으면 좋겠습니다. 굳이 그것이 모임의 형태가 아니더라도 ''새내기들이 자신이 제로페이지에 지원하였다는 사실을 잊어버리지 않게''해 주는게 필요하지 않을까요? 예를 들면, 숙제를 내준다던지, ProgrammingParty 같은 것들이요. - [임인택]
  • 서민관 . . . . 1 match
         ||[http://zeropage.org/seminar/95651 XML-RPC을 이용한 네이버 블로그 글 올리기]||
  • 선현진 . . . . 1 match
         [http://www.cyworld.com/] 해킹하기
  • 셸정렬(ShellSort) . . . . 1 match
          * [http://www.youtube.com/watch?feature=player_embedded&v=CmPA7zE8mx0 셸정렬 예시 동영상]
  • 손동일 . . . . 1 match
         http://gostart.net/
  • 송년회 . . . . 1 match
         이런 연말모임도 해 보면 좋겠습니다.[http://news.naver.com/news/read.php?mode=LSD&office_id=028&article_id=0000089874§ion_id=103&menu_id=103]--[Leonardong]
  • 송지원 . . . . 1 match
          * [https://www.youtube.com/playlist?list=PLK3yfEsDjbuV9j7I-aYqHV2rdOY-xZVGv 역대 공연곡]
  • 송지훈 . . . . 1 match
         페북 : [http://www.facebook.com/teolex.song?ref=tn_tnmn 송지훈]
  • 송치완 . . . . 1 match
          * [https://github.com/bethesirius/ChosunTruck]
  • 순수원서 . . . . 1 match
         = [http://cyworld.nate.com/wonsercj] <- 글남겨잉 =
  • 순차적학습패턴 . . . . 1 match
         연대 순으로 작품의 순서를 매기고 나면, 그룹은 지적인 아젠더([아젠더패턴])와 학습 주기(StudyCyclePattern)를 만들게 된다.
  • 숫자를한글로바꾸기 . . . . 1 match
         [LittleAOI] [문제분류]
  • 숫자를한글로바꾸기/김태훈zyint . . . . 1 match
         [LittleAOI] [숫자를한글로바꾸기]
  • 숫자를한글로바꾸기/정수민 . . . . 1 match
         [LittleAOI] [숫자를한글로바꾸기]
  • 숫자를한글로바꾸기/허아영 . . . . 1 match
         [LittleAOI] [숫자를한글로바꾸기]
  • 쉽게Rpg게임만들기 . . . . 1 match
         http://sticube.clubbox.co.kr/widget.html?wid=0094970097D20077B500A40C00811000512000690300BB55
  • 시간관리인생관리/요약 . . . . 1 match
          ==== 일을 시작하기 전에 '흐트러진 지도(scatter map)'를 사용해 당신의 하루를 '워밍업' 하라. ====
  • 시간관리하기 . . . . 1 match
         ==== Getting Things Done (끝도 없는 일 깔끔하게 해치우기) ====
  • 시간맞추기 . . . . 1 match
         [LittleAOI] [문제분류]
  • 시간맞추기/김태훈zyint . . . . 1 match
         [시간맞추기] [LittleAOI]
  • 시간맞추기/문보창 . . . . 1 match
         [LittleAOI] [시간맞추기]
  • 시간맞추기/조현태 . . . . 1 match
         [시간맞추기] [LittleAOI]
  • 시간맞추기/허아영 . . . . 1 match
         [LittleAOI] [시간맞추기]
  • 실습 . . . . 1 match
         총점 함수 int GetTotal(void);
         2. 컴파일러 세팅 (Compiler Setting)
         int GetTotal(void);
          if(sung[i].GetTotal() > sung[j].GetTotal()) {
         int SungJuk::GetTotal(void)
          cout << "\tTotal = " << m_nTotal;
  • 알고리즘8주숙제 . . . . 1 match
         || [Leonardong] || 2h || [http://wiki.zeropage.org/trac/leonardong/browser/AlgorithmTrainning/OptimalBST.py] ||
  • 알고리즘8주참고자료 . . . . 1 match
         그래프 : [http://en.wikipedia.org/wiki/Graph]
  • 알카노이드 . . . . 1 match
          * ECLIPSE 툴과 j2 sdk 최신 버전은 [http://idaizy.com/download.php] 페이지 가면 빠른속도로 받을수 있습니다
  • 암호화실습 . . . . 1 match
         SeeAlso [http://kin.naver.com/browse/db_detail.php?dir_id=1&docid=265235 아스키코드표]
  • 양쪽의 클래스를 참조 필요시 . . . . 1 match
         1. Set 함수를 만들어서 pWnd Setting
  • 여름방학프로젝트 . . . . 1 match
         || [LittleAOI] || [문보창] || . ||
  • 여섯색깔모자 . . . . 1 match
         [http://docs.google.com/present/view?id=0AdizJ9JvxbR6ZGNrY25oMmpfM2Q5djhkOGNq&hl=ko&authkey=CKTc9ZoI 2010/7월의세미나/여섯색깔모자]
  • 역링크 . . . . 1 match
          * [http://www.caucse.net/phpwiki/index.php?역링크 역링크]
  • 영어단어끝말잇기 . . . . 1 match
         더불어 뜻은 한글로 바로 적지 말고 영영사전(예를 들면 [http://www.oup.com/elt/global/products/oald/lookup/ OALD])을 이용해 적어주는 것도 괜찮을 듯.--[Leonardong]
  • 오픈소스검색엔진Lucene활용 . . . . 1 match
         관련이 있는지는 모르겠지만 http://screencast4.sqlonrails.org/video/screencast2_lq.mov 이거 한번 참고해보길 - 임인택
  • 위키놀이 . . . . 1 match
         10여분 정도 [http://no-smok.net/nsmk 노스모크] 에서 좋은 페이지 찾아보고 이야기 해보기.
  • 위키를 써보고 싶고나처음화면 . . . . 1 match
         [http://www.pmplab.org]
  • 위키메뉴얼 . . . . 1 match
         현재까지 완성된 메뉴얼의 모습: [http://rkd49.zeropage.org/index.php]
  • 위키설명회 . . . . 1 match
          * 페이지 만들기 방법 1 : 최근바뀐글 옆에 페이지 이름을 쓰고 EditText -> 변경 사항 저장
          * 페이지 수정 - EditText(왼쪽 아래 글씨 또는 오른쪽 위 말풍성 -> 변경 사항 저장 )
          * TopDown BottomUp 두가지 방법으로 페이지를 만들어 나가면서 각각의 의의와 프로그래밍, 사고 방식의 상관관계를 이야기 해 본다.
  • 위키에대한생각 . . . . 1 match
          * 소스 단위 기능 재 디자인 - 예) http://openlook.org/ 위키와 블로그를 섞어 놓으셨다.
          * 글쓰기(EditText) 같은 버튼이 눈에 잘 안 들어올지도 모른다. 아이콘에 익숙해져버린 사람들 탓일까. 하지만 오른쪽 위에 아이콘이 있지만, 처음 위키를 쓰는 사람이 아이콘만 보고 무슨 의미인지 파악하기란 힘들 것이다.
  • 유니코드와ANSI문자열간변환 . . . . 1 match
          * [http://www.winapiprogramming.com/MyHome/api.htm 참고자료]
  • 유닛테스트세미나 . . . . 1 match
         [http://ljh131.dothome.co.kr/bbs/view.php?id=works&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=22]
  • 육군일반병 . . . . 1 match
         무엇이 저를 이렇게 만들었을까요? 그것은 개선에의 노력이었습니다. 일신우일신. 하루 하루 새로워 지고, 더 나아지려는 상향의 욕구, 더 잘 살아보려는(To Live Better), 화이트헤드가 말하는 이성의 기능, 바로 그것이었습니다. 하지만 대부분의 사람들은 정확히 반대의 노력을 합니다. 국방부 시계는 거꾸로 매달아 놔도 간다는 말을 합니다. 그들의 포커스는 "시간"입니다. 저의 포커스는 "상태의 변화"였습니다.
  • 윤현수 . . . . 1 match
         [http://www.caucse.net/ 동문서버]
  • 음계연습하기 . . . . 1 match
         에릭슨(Ericsson)의 전문성(expertise)연구가 이쪽 방면에 유명합니다(see also http://www.vocationalpsychology.com/expertise.htm 및 각종 인지심리학 서적). 바이올린 전문가들에 대해 막대한 추적조사를 해보았는데, 그들의 실력은 자신이 바이올린 연습(정확히 말하면 deliberate practice)에 투자한 시간과 거의 비례했습니다. 하지만 에릭슨은 여기에 전제를 답니다. 단순한 반복 연습은 아무 도움이 안된다고 강조합니다. 자기 자신을 관찰하는 것, 그리고 피드백을 통해 재조정하는 것이 중요합니다.
  • 이규완 . . . . 1 match
         [[HTML(<img src=http://home.opentown.net/~mcgyber1/images/face/변신.gif>)]]아무도 없지? 변신! 귀엽지 ㅋㅋ-[허아영]
  • 이승한 . . . . 1 match
          * http://beonit2.tistory.com
  • 이승한/.vimrc . . . . 1 match
         "============== buffer Setting ===========
  • 이승한/PHP . . . . 1 match
         원문 : [http://www.apmsetup.com/php.php 초보PHP강좌]
          * HTTP_USER_AGENT : 접속한 웹브라우저 정보
  • 이승한/임시 . . . . 1 match
          * ON_COMMAND_RANGE(NUMBERBUTTONS_BASEID, NUMBERBUTTONS_BASEID+24, OnCalcButtonPressed)
  • 이승한/자전거여행 . . . . 1 match
          http://cafe.daum.net/mulzip (여행 정보가 많다.)
  • 이영호/미니프로젝트#1 . . . . 1 match
         attack_#.c(# == 임의의 숫자) -> 공격 함수. 요즘 보안홀들을 체크하여 보안홀들을 공격하는 함수들을 집어넣자.
  • 이영호/숫자를한글로바꾸기 . . . . 1 match
         // 이제보니 Little AOI 페이지였네;;;;;;; 그냥 내주신 문제인줄 알았는데 =ㅁ=
  • 이영호/지뢰찾기 . . . . 1 match
         // srand(GetTickCount()); 를 이 함수 밖에서 수행한다.
         재밌네..~ 전에 동우님(http://ssrnet.snu.ac.kr/~leedw)처럼 디스어셈블 시도해서 분석한 것임~? --[1002]
  • 이정화 . . . . 1 match
          정화야 안녕. 오티때 같은방 진하다 ㅋ 아침인데 졸라 졸려 -_-; [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클릭하지마요!]
  • 이차함수그리기 . . . . 1 match
         [LittleAOI] [문제분류]
  • 이차함수그리기/조현태 . . . . 1 match
         [LittleAOI] [이차함수그리기]
  • 이학 . . . . 1 match
         단. 목적과 방향성없는 질문. 그리고 [http://kldp.org/KoreanDoc/html/Beginner_QA-KLDP/ 잘만들어진 메뉴얼을 읽지 않은 상태에서의 질문] 은 조금 생각해봐야 하지 않을까요. 이미 좋은 문서가 있는 가운데에서 선배들이 할 일은 '고기낚는 법' 을 가르쳐주는 것일지도.
  • 일반적인사용패턴 . . . . 1 match
         페이지 편집을 위한 태그들은 다음 링크를 참조하세요. (해당 페이지를 EditText해보시면 다른 사람들이 어떻게 편집했는지 알 수 있으니 보고 배우셔도 됩니다.)
          * ["HelpOnFormatting"]
  • 임인택/내손을거친책들 . . . . 1 match
          * ObjectOrientedReengineeringPatterns
  • 임지혜 . . . . 1 match
         [http://www.cyworld.com/number22]
  • 자료병합하기 . . . . 1 match
         [LittleAOI] [문제분류] [알고리즘/문제목록]
  • 자료병합하기/임인택 . . . . 1 match
         [자료병합하기] [LittleAOI]
  • 자료병합하기/조현태 . . . . 1 match
         [LittleAOI] [자료병합하기]
  • 자바프로젝트/방화벽팀메신저 . . . . 1 match
          * [http://www.caucse.net/cgi-bin/moin/moin.cgi/_c0_da_b9_d9_c7_c1_b7_ce_c1_a7_c6_ae_2f_b9_e6_c8_ad_ba_ae_c6_c0_b8_de_bd_c5_c0_fa 자바프로젝트/방화벽팀메신저 ]
  • 자유게시판 . . . . 1 match
          - 자유게시판에 글 수정, 삭제, 추가 하면 RecentChanges 에 반영되지 않나요? 글고 저는 위키위주로 사용해서... (제로페이지 북마크를 http://zeropage.org/wiki/RecentChanges 로 해두고 사용하고 있습니다) - [임인택]
  • 저글링 4마리 . . . . 1 match
         ||[정현지]||ttalgi35@hotmail.com|| :) || :) || ||
  • 정모/2002.12.30 . . . . 1 match
          * ["Smalltalk"], MFC, DesignPattern, 영어공부등은 ZeroWiki에서 모집, 진행한다.
  • 정모/2002.5.30 . . . . 1 match
          * PairProgramming 에 대한 오해 - 과연 그 영향력이 '대단'하여 PairProgramming을 하느냐 안하느냐가 회의의 관건이 되는건지? 아까 회의중에서도 언급이 되었지만, 오늘 회의 참석자중에서 실제로 PairProgramming 을 얼마만큼 해봤는지, PairProgramming 을 하면서 서로간의 무언의 압력을 느껴봤는지 (그러면서 문제 자체에 대해 서로 집중하는 모습 등), 다른 사람들이 프로그래밍을 진행하면서 어떠한 과정을 거치는지 보신적이 있는지 궁금해지네요. (프로그래밍을 하기 전에 Class Diagram 을 그린다던지, Sequence Diagram 을 그린다던지, 언제 API를 뒤져보는지, 어떤 사이트를 돌아다니며 자료를 수집하는지, 포스트잎으로 모니터 옆에 할일을 적어 붙여놓는다던지, 인덱스카드에 Todo List를 적는지, 에디트 플러스에 할일을 적는지, 소스 자체에 주석으로 할 일을 적는지, 주석으로 프로그램을 Divide & Conquer 하는지, 아니면 메소드 이름 그 자체로 주석을 대신할만큼 명확하게 적는지, cookbook style 의 문서를 찾는지, 집에서 미리 Framework 를 익혀놓고 Reference만 참조하는지, Reference는 어떤 자료를 쓰는지, 에디터는 주로 마우스로 메뉴를 클릭하며 쓰는지, 단축키를 얼마만큼 효율적으로 이용하는지, CVS를 쓸때 Wincvs를 쓰는지, 도스 커맨드에서 CVS를 쓸때 배치화일을 어떤식으로 작성해서 쓰는지, Eclipse 의 CVS 기능을 얼마만큼 제대로 이용하는지, Tool들에 대한 정보는 어디서 얻는지, 언제 해당 툴에 대한 불편함을 '느끼는지', 문제를 풀때 Divide & Conquer 스타일로 접근하는지, Bottom Up 스타일로 접근하는지, StepwiseRefinement 스타일를 이용하는지, 프로그래밍을 할때 Test 를 먼저 작성하는지, 디버깅 모드를 어떻게 이용하는지, Socket Test 를 할때 Mock Client 로서 어떤 것을 이용하는지, 플밍할때 Temp 변수나 Middle Man들을 먼저 만들고 코드를 전개하는지, 자신이 만들려는 코드를 먼저 작성하고 필요한 변수들을 하나하나 정의해나가는지 등등.)
  • 정모/2002.9.26 . . . . 1 match
         시간관리, 우선순위 관리에 대해 고민하는 사람들이 많았다. 마침 재동이 '끝도없는일 깔끔하게 해치우기'(NoSmok:GettingThingsDone) 를 읽던 중이여서 책을 아는 사람들이 그와 관련한 이야기들이 있었다.
  • 정모/2003.5.13 . . . . 1 match
          * 1주: Little Man Computer & 프로그래밍 개론(이상규, 이선호)
  • 정모/2004.10.5 . . . . 1 match
          http://www.macromedia.com/devnet/flex/example_apps.html 여기에 가서 예제들을 참고하시길... 특히 Flex Explorer라는 것을 보면 여러가지 예제와 코드를 함께 볼 수 있음. --상규
  • 정모/2005.3.7 . . . . 1 match
          [http://gvr.sourceforge.net/ Guido van Robot] 이나 컴퓨터 네트워크에 대해 이야기해도 좋을것 같네요. [데블스캠프]때 해도 되구요.
  • 정모/2005.6.27 . . . . 1 match
          [문보창] : 새내기 대상의 쉬운 [AOI]인 [LittleAOI]... 온라인 오프라인 중복해서 진행. 쉽게 쉽게 접근해보자.
  • 정모/2006.1.12 . . . . 1 match
         [DesignPatternStudy2005] [OurMajorLangIsCAndCPlusPlus] [경시대회준비반]
  • 정모/2006.9.13 . . . . 1 match
          - Design Patterns - Gof 의 뭐시기, 알자~~ 영진출판사
  • 정모/2011.11.16 . . . . 1 match
          * [http://onoffmix.com/event/4096 ZP성년식]
  • 정모/2011.11.9 . . . . 1 match
          * [http://onoffmix.com/event/4096 ZP성년식];
  • 정모/2011.7.11 . . . . 1 match
          * 7시부터 강남에서 진행되는 Design Pattern 세미나로 인해 정모는 6시까지 진행.
  • 정모/2011.7.18 . . . . 1 match
          * [DesignPatterns/2011년스터디]
  • 정모/2011.7.25 . . . . 1 match
          * [DesignPatterns/2011년스터디]
  • 정모/2011.8.1 . . . . 1 match
          * 한달만에 가서 밥까지 먹고 왔네요. OMS는 정말 재밌었습니다. 책을 도서관에서 빌리려고 했는데 [http://library.cau.ac.kr/search/DetailView.ax?sid=1&cid=5193829 이게뭐야]... 그냥 사볼까요... 흠 다음번엔 언제 올 수 있을지 모르겠네요. 뒷풀이만 가야할듯 ㅠ.ㅠ - [강성현]
  • 정모/2011.8.29 . . . . 1 match
          * [:DesignPatterns/2011년스터디 디자인패턴 스터디]
  • 정모/2011.9.27 . . . . 1 match
          * [DesignPatterns/2011년스터디]
  • 정모/2012.1.13 . . . . 1 match
          * [http://zeropage.org/regulation 회칙 개정] 개정안 참조.
  • 정모/2012.1.20 . . . . 1 match
          * [http://zeropage.org/58704#5 투표결과]
  • 정모/2012.3.12 . . . . 1 match
          * [변형진]의 [http://zeropage.org/seminar/59923 Type Safety using Java Generics].
  • 정모/2012.3.19 . . . . 1 match
          * This meeting was so interesting. I was so glad to meet Fabien. From now, I think we should make our wiki documents to be written in English. - [장용운]
  • 정모/2012.4.2 . . . . 1 match
          * 위키에서 이런걸 발견했다. [http://wiki.zeropage.org/wiki.php/HowToStudyInGroups HowToStudyInGroups] 링크의 제목이 슬프다 - [서지혜]
  • 정모/2012.5.14 . . . . 1 match
          * 동영상 강의도 있네요, [http://www.snow.or.kr/lecture///10628.html 프로그램의 구조와 해석] - [서지혜]
  • 정모/2012.7.18 . . . . 1 match
          * [http://www.gpvilla.net/ 가평펜션] <- 여기로 예약했습니다.. 슈퍼는 멀 거 같네요 -_-
          * 토요일 : HTTP의 특징들과 그 한계를 극복하기 위한 방안들.
  • 정모/2012.9.10 . . . . 1 match
          [http://wiki.zeropage.org/wiki.php/Uploaded%20Files?action=download&value=OpenCamp.png 타임테이블]
  • 정모/2013.1.15 . . . . 1 match
          * 공약 : http://zeropage.org/notice/64936
  • 정모/2013.3.18 . . . . 1 match
          * 사업비밀이라는 말을 듣고 오늘 아침에 읽은 글이 생각난다. 스타트업 투자와 멘토링을 하고있는 폴 그레이엄 아저씨가 뉴욕에서 한 강연 - [http://mv.mt.co.kr/new/view.html?no=2013031715150681799 여기]
  • 정모/2013.5.6/CodeRace . . . . 1 match
          * 프레젠테이션 : http://intra.zeropage.org:4000/CodeRace?presentation
  • 정모/2013.7.15 . . . . 1 match
          * 오늘(15일) 7시부터 코엑스 그랜드볼룸에서 진행합니다. (https://sites.google.com/site/gdgminicon)
  • 정모/2013.7.8 . . . . 1 match
          * code formatting에 대한 내용을 공부. 프로젝트에 대한 것을 하나 정해서 그걸 리펙토링 하는 방향으로 진행 방향정함.
  • 정모/안건 . . . . 1 match
         'http://myscan.org/ 을 보면서 1년에 한번 발간하는 형식의 공식 문서를 함께 만들어 보는 것도 좋을것 같네요.
  • 정의정 . . . . 1 match
          * ACM ICPC Daejeon regional(11월) : AtttackOnKoala 팀 - Honorable Mention
  • 정지윤 . . . . 1 match
         [http://caucse.net]
  • 정현지 . . . . 1 match
         * M S N : ttalgi35@hotmail.com
  • 제13회 한국게임컨퍼런스 후기 . . . . 1 match
         * [http://www.kgconf.com KGC홈페이지]
  • 제로스 . . . . 1 match
          * 우리 OS 직접 만들어보는 실습은 [http://www.kyobobook.co.kr/product/detailViewKor.laf?ejkGb=KOR&mallGb=KOR&barcode=9788979143256&orderClick=LAA 만들면서 배우는 OS 구조와 원리] 책이 좋지 않을까 싶은데 ㅋ 따라하기도 쉽고, 현태가 더 upgrade해서 만들 수 있는 부분이 있으면 코멘트 해주고 ㅋ- [김건영]
  • 제로위키이용의어려움 . . . . 1 match
         현재는 http://zeropage.org/one 에서 새 위키를 열고 실험하고 있는 중이다.
  • 제로페이지위키베타 . . . . 1 match
          * [http://zeropage.org/zero/ 제로페이지위키베타] 왼쪽을 클릭하세요.
  • 제로페이지자유게시판 . . . . 1 match
          [[RSS(http://zb.zeropage.org/xml.php?sid=19,10)]]
  • 조응택 . . . . 1 match
         업그레이드 C++ [http://www.zeropage.org/wiki/UpgradeC_2b_2b]
  • 조현태/블로그 . . . . 1 match
         http://inyourheart.biz/Lock.gif
  • 좌뇌우뇌문제해결지향 . . . . 1 match
         [http://prome.snu.ac.kr/~instps/board2/crgtest/crgtest.cgi?action=read 이곳]에 가면 자신의 창의성을 테스트 할 수 있다. 결과에 연연하지 말고 재미삼아서 해보는 것이 좋을 듯 하다.
  • 주민등록번호확인하기 . . . . 1 match
         [LittleAOI] [문제분류]
  • 주민등록번호확인하기/김태훈zyint . . . . 1 match
         [LittleAOI] [주민등록번호확인하기]
  • 주민등록번호확인하기/문보창 . . . . 1 match
         [주민등록번호확인하기] [LittleAOI]
  • 주민등록번호확인하기/조현태 . . . . 1 match
         [LittleAOI] [주민등록번호확인하기]
  • 주승범 . . . . 1 match
         [http://www.cyworld.com/jooreung87 나의 싸이]
  • 중앙도서관 . . . . 1 match
         http://www.lib.cau.ac.kr/
  • 중위수구하기 . . . . 1 match
         [LittleAOI] [문제분류]
  • 중위수구하기/김태훈zyint . . . . 1 match
         [LittleAOI] [중위수구하기]
  • 중위수구하기/나휘동 . . . . 1 match
          print "n\ttime\tn*n\tnlogn"
  • 중위수구하기/문보창 . . . . 1 match
         [중위수구하기] [LittleAOI]
  • 중위수구하기/조현태 . . . . 1 match
         [LittleAOI] [중위수구하기]
  • 중위수구하기/허아영 . . . . 1 match
         [LittleAOI] [중위수구하기]
  • 지금그때2004 . . . . 1 match
         Berkeley Visionaries Prognosticate About the Future http://netshow01.eecs.berkeley.edu/CS-day-004/Berkeley_Visionaries.wmv 이걸 보면 대충 감이 올겁니다. 이 동영상의 경우 뛰어난 패널진에 비해 진행자가 그리 좋은 질문을 하지 못해서 아쉽기는 합니다. 좋은 질문을 하려면 서점이나 도서관에서 [질문의 힘]이라는 책을 읽어보세요. 그리고 04학번 눈높이의 질문에 대한 고학번들의 생각을 들어보는 것도 중요하지만 04학번이 전혀 생각 못하는 질문을 대신 물어주는 것도 중요합니다. 고객과 요구사항을 뽑는 것과 비슷할 수 있겠죠. "그들이 원하는 것"은 물론 "그들이 필요로 하는 것"(주로, 나중에 그들이 원할만한 것)을 이야기해야 하니까요 -- 또 종종 그들은 자신이 뭘 원하는지 모르는 경우도 많습니다.
  • 지금그때2004/회고 . . . . 1 match
          * 도우미들이 적극적으로 Recorder 가 되는 건 어떨까. MinMap이나 ScatterMap 기법들을 미리 숙지한뒤, 레코딩 할때 이용하면 정리 부분이 더 원활하게 진행될것 같다.
  • 지금그때2005/회고 . . . . 1 match
         [지금그때]와 같은 행사를 제로페이지 내에서만 단독적으로 할 필요는 없는것 같습니다. JStorm에서도 http://gift2005.ce.ro 와 같은 행사를 하더군요. 겹치는 부분도 많다고 보여집니다. 내년에는 Netory, JStorm과 같이 연계해서 해보는건 어떨까요? -[sun]
  • 지금그때2006 . . . . 1 match
          * [http://165.194.17.5/~leonardong/register.php?id=nowthen2006 지금그때2006참가신청] 받기
  • 지금알고있는걸그때도알았더라면 . . . . 1 match
         류시화가 모은 잠언시집 (http://my.netian.com/~zwolf/poem/p0401.htm )
  • 지식샘패턴 . . . . 1 match
         [attachment:kh_diagram.jpg]
  • 진법바꾸기 . . . . 1 match
         [LittleAOI] [문제분류]
  • 진법바꾸기/김영록 . . . . 1 match
         [LittleAOI] [진법바꾸기]
  • 진법바꾸기/문보창 . . . . 1 match
         [진법바꾸기] [LittleAOI]
  • 창섭/Arcanoid . . . . 1 match
         http://165.194.17.15/~wiz/data/zpwiki/Arcanoidss.JPG
  • 창섭/배치파일 . . . . 1 match
         [http://my.dreamwiz.com/bicter/index.htm 출처]
  • 최대공약수 . . . . 1 match
         [LittleAOI] [문제분류]
  • 최대공약수/김태훈zyint . . . . 1 match
         [최대공약수] [LittleAOI]
  • 최대공약수/문보창 . . . . 1 match
         [LittleAOI] [최대공약수]
  • 최대공약수/조현태 . . . . 1 match
         [LittleAOI] [최대공약수]
  • 최대공약수/허아영 . . . . 1 match
         [최대공약수] [LittleAOI]
  • 최소정수의합 . . . . 1 match
         [문제분류] [LittleAOI]
  • 최소정수의합/김소현 . . . . 1 match
         [LittleAOI] [최소정수의합]
  • 최소정수의합/김정현 . . . . 1 match
         [LittleAOI] [최소정수의합]
  • 최소정수의합/김태훈zyint . . . . 1 match
         [LittleAOI] [최소정수의합]
  • 최소정수의합/남도연 . . . . 1 match
         [LittleAOI] [최소정수의합]
  • 최소정수의합/문보창 . . . . 1 match
         [최소정수의합] [LittleAOI]
  • 최소정수의합/이규완 . . . . 1 match
         [LittleAOI] [최소정수의합]
  • 최소정수의합/이도현 . . . . 1 match
         [LittleAOI] [반복문자열]
  • 최소정수의합/임인택2 . . . . 1 match
         [최소정수의합], [LittleAOI]
  • 최소정수의합/조현태 . . . . 1 match
         [LittleAOI] [최소정수의합]
  • 최소정수의합/최경현 . . . . 1 match
         [LittleAOI] [반복문자열]
  • 최소정수의합/허아영 . . . . 1 match
         [LittleAOI] [반복문자열]
  • 캠이랑놀자 . . . . 1 match
         http://opencv.co.kr
  • 컴퓨터고전스터디 . . . . 1 match
         혹시 관심이 있다면 http://www.acm.org/classics/ 의 글들을 한번 읽어보길 권합니다. 튜링상을 받은 사람들의 "전설적인 논문" 모음입니다. 특히 David Parnas의 글은 감동의 눈물을 흘리면서 본 기억이 납니다.
  • 콤비반장의메모 . . . . 1 match
          암호화와 동시에 접근제어(AccessControl)가 필요한 문제인것 같아요. 접근제어는 다분히 시스템 의존적이라 일반적인 해결이 쉽지 않은 문제죠. http://elicense.com/what/music.asp 이런식의 해법도 이미 나와있더군요. --["데기"]
  • 큰수찾아저장하기 . . . . 1 match
         [LittleAOI] [문제분류]
  • 큰수찾아저장하기/김태훈zyint . . . . 1 match
         [LittleAOI] [큰수찾아저장하기]
  • 큰수찾아저장하기/문보창 . . . . 1 match
         [큰수찾아저장하기] [LittleAOI]
  • 큰수찾아저장하기/허아영 . . . . 1 match
         [LittleAOI] [큰수찾아저장하기]
  • 타도코코아CppStudy . . . . 1 match
          * [http://usaco.org]
  • 타도코코아CppStudy/0724/선희발표_객체지향 . . . . 1 match
          같은 클래스에서 생성된 객체들은 모두 같은 연산(operation) 기능을 갖고 있으며, 자료구조가 같고 동일한 행위를 하게 된다.(자료구조는 객체들이 갖는 데이타와 속성(attribute)들의 집합이다. 그러나 데이터와 속성의 값은 물론 다르다.)
  • 타도코코아CppStudy/객체지향발표 . . . . 1 match
          같은 클래스에서 생성된 객체들은 모두 같은 연산(operation) 기능을 갖고 있으며, 자료구조가 같고 동일한 행위를 하게 된다.(자료구조는 객체들이 갖는 데이타와 속성(attribute)들의 집합이다. 그러나 데이터와 속성의 값은 물론 다르다.)
  • 토비의스프링3 . . . . 1 match
          * [http://www.yes24.com/24/Goods/4020006?Acode=101 토비의 스프링 3]
  • 튜터링/2013/Assembly . . . . 1 match
          * Virtual, 2진수, 메모리 공간, ALU연산, Pipeline, Multitasking, 보호모드, Little-endian, RISC&CISC
  • 파스칼삼각형/김영록 . . . . 1 match
         LITTEL AOI 거꾸로 풀어갈려고 하는데
         [파스칼삼각형] [LittleAOI]
  • 파스칼삼각형/김태훈zyint . . . . 1 match
         [파스칼삼각형] [LittleAOI]
  • 파스칼삼각형/문보창 . . . . 1 match
         [파스칼삼각형] [LittleAOI]
  • 파스칼삼각형/조현태 . . . . 1 match
         [파스칼삼각형] [LittleAOI]
  • 파스칼삼각형/허아영 . . . . 1 match
         [LittleAOI] [파스칼삼각형]
  • 파킨슨의 법칙 . . . . 1 match
         || http://www.aladdin.co.kr/Cover/8950905310_1.gif ||
  • 포항공대전산대학원ReadigList . . . . 1 match
         “Computer Organization, The HW/SW interface”, D. Patterson and J. Hennesey, Morgan Kaufman, 1994.
  • 프로그래머가알아야할97가지 . . . . 1 match
         오라일리 출판사의 97 Things 시리즈 중 첫번째. http://programmer.97things.oreilly.com
  • 프로그래머를위한공부론 . . . . 1 match
         [http://www01.zdnet.co.kr/news/column/hotissue/0,39024748,10049399,00.htm 어떻게 공부할까? 프로그래머를 위한 「공부론」]
  • 프로그래밍/DigitGenerator . . . . 1 match
         [http://acm.kaist.ac.kr/Problems/2005b.pdf 문제 보기]
  • 프로그래밍/Pinary . . . . 1 match
         [http://acm.kaist.ac.kr/Problems/2005d.pdf 문제 보기]
  • 프로그래밍/Score . . . . 1 match
         [http://acm.kaist.ac.kr/Problems/2005a.pdf Score 문제 보기]
  • 프로그래밍/장보기 . . . . 1 match
         [http://acm.kaist.ac.kr/Problems/2005oa.pdf 문제 보기]
  • 프로그래밍잔치/셋째날 . . . . 1 match
          관련 화일 : [http://zeropage.org/pub/WinMergeSetup.exe winmerge(화일비교프로그램)]
  • 프로그래밍잔치/첫째날후기 . . . . 1 match
         ~ 한 답변으로 ~가 있었고, 중간에 http://www.tiobe.com/tpci.htm 를 프로젝터로 보았다.
  • 프로그래밍파티 . . . . 1 match
         see also http://www.designfest.org/Roles/Welcome.htm#Moderator
  • 프로그램내에서의주석 . . . . 1 match
         이번기회에 comment, document, source code 에 대해서 제대로 생각해볼 수 있을듯 (프로그램을 어떻게 분석할 것인가 라던지 Reverse Engineering Tool들을 이용하는 방법을 궁리한다던지 등등) 그리고 후배들과의 코드에 대한 대화는 익숙한 comment 로 대화하는게 낫겠다. DesignPatterns 가 한서도 나온다고 하며 또하나의 기술장벽이 내려간다고 하더라도, 접해보지 않은 사람에겐 또하나의 외국어일것이니. 그리고 영어가 모국어가 아닌 이상. 뭐. (암튼 오늘 내일 되는대로 Documentation 마저 남기겠음. 글쓰는 도중 치열하게 Documentation을 진행하지도 않은 사람이 말만 앞섰다란 생각이 그치질 않는지라. 물론 작업중 Doc 이 아닌 작업 후 Doc 라는 점에서 점수 깎인다는 점은 인지중;) --석천
  • 프로젝트전용위키 . . . . 1 match
         해당 프로젝트의 산출물이 많은 경우 프로젝트 팀만의 [프로젝트전용위키]를 만들어서 프로젝트를 수행하면 공공의 위키보다는 자유로운 분위기에서 집중력있게 프로젝트를 진행할 수 있다. (ex: http://acup.wo.to)
  • 학문의즐거움 . . . . 1 match
         http://www.aladdin.co.kr/Cover/8934908157_1.gif
  • 학회실청소/2013 . . . . 1 match
          * 5월 : http://zeropage.org/board/88150
  • 행사 . . . . 1 match
         [http://altlang.org 대안언어축제]
  • 허아영/MBTI . . . . 1 match
         http://en.wikipedia.org/wiki/ESTJ 음.. ㅡ.ㅡ - [eternalbleu]
  • 호너의법칙 . . . . 1 match
         [문제분류] [LittleAOI]
  • 호너의법칙/김정현 . . . . 1 match
         [LittleAOI] [호너의법칙]
  • 호너의법칙/김태훈zyint . . . . 1 match
         [LittleAOI] [호너의법칙]
  • 호너의법칙/남도연 . . . . 1 match
         [LittleAOI]
  • 호너의법칙/조현태 . . . . 1 match
         그리고 제가 사용한 컴파일러(비주얼 .NET) 은 저에게 말하면 미소녀는 무료, 일반인은 밥 한끼, 미소년은 무한끼에 FTP나 HTTP로 제공해드리고 있습니다.^^
         [LittleAOI] [호너의법칙]
  • 홍길동 . . . . 1 match
         [나휘동], [http://caucse.net]
  • 화이트헤드과정철학의이해 . . . . 1 match
         http://image.yes24.com/files/56479.jpg
  • 황세연 . . . . 1 match
         [http://www.cyworld.com/Myfate '''warn 불시검문''']
  • 후각발달특별세미나 . . . . 1 match
         그런데, 함수 호출에 의한 오버헤드는 컴파일러/VM 기술이 발전하면서 점점 줄어들고 있고, 문제가 복잡할수록 그런 낮은 단계의 옵티마이제이션보다 높은 단계에서의 최적화가 훨씬 더 효과적인데, 리팩토링이 잘 되어 함수가 잘게 쪼개어져 있으면 높은 단계의 최적화를 하기가 쉬워집니다. (그래도 여전히 로우레벨의 옵티마이제이션이 필요하다면 매크로나 코드 제너레이션을 쓸 수 있습니다. DavidParnas의 [http://www.acm.org/classics/may96/ 논문] 참고)
  • 후기 . . . . 1 match
         http://altlang.org/fest/%EB%8C%80%EC%95%88%EC%96%B8%EC%96%B4%EC%B6%95%EC%A0%9C2006
Found 1931 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.7443 sec