E D R , A S I H C RSS

Full text search for "[Lovely]bo"

[Lovely]bo


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Kongulo . . . . 40 matches
         import robotparser
          - Obeys robots.txt
         # whoever doesn't like Kongulo can exclude us using robots.txt
         class LenientRobotParser(robotparser.RobotFileParser):
          '''Adds ability to parse robot files where same user agent is specified
          '''Setup internal state like RobotFileParser does.'''
          robotparser.RobotFileParser.__init__(self)
          robotparser.RobotFileParser.parse(self, modified_lines)
          URL. This is based on the type of the URL (only crawl http URLs) and robot
          rules. Maintains a cache of robot rules already fetched.'''
          self.robots = {} # Dict of robot URLs to robot parsers
          """Returns the robot rules parser for 'url'"""
          robots_dir = urlparse.urljoin(url, "robots.txt") # First try dir-level
          if robots_dir in self.robots:
          return self.robots[robots_dir]
          robots_site = urlparse.urljoin(url, "/robots.txt") # Then the site-level
          if robots_site in self.robots:
          return self.robots[robots_site]
          # Inv: Our cache contains neither a dir-level nor site-level robots.txt file
          rules = LenientRobotParser(robots_dir) # First try dir-level
  • DNS와BIND . . . . 20 matches
         192.249.249.2 robocop.movie.edu robocop
         robocop terminator diehard
         movie.edu. IN SOA terminator.movie.edu. al.robocop.movie.edu. (
          al.robocop.movie.edu => 책임자의 연락처(al@robocop.movie.edu)
         movie.edu. IN SOA terminator.movie.edu. al.robocop.movie.edu. (
         robocop.movie.edu. IN A 192.249.249.2
         249.249.192.in-addr.arpa. IN SOA terminator.movie.edu. al.robocop.movie.edu. (
         2.249.249.192.in-addr.arpa. IN PTR robocop.movie.edu.
         253.253.192.in-addr.arpa. IN SOA terminator.movie.edu. al.robocop.movie.edu. (
          robocop IN A 192.249.249.2
          =>robocop.movie.edu. IN A 192.249.249.2
          2 IN PTR robocop.movie.edu.
          =>2.249.249.192.in-addr.arpa. IN PTR robocop.movie.edu.
         @ IN SOA terminator.movie.edu. al.robocop.movie.edu. (
         robocop IN A 192.249.249.2
         @ IN SOA terminator.movie.edu. al.robocop.movie.edu. (
         2 IN PTR robocop.movie.edu.
         @ IN SOA terminator.movie.edu. al.robocop.movie.edu. (
  • RoboCode . . . . 20 matches
          * 로보코드(Robocode)란 스크린 상에서 전투하는 자바 객체인 자바 로봇을 만들어 개발자들이 자바를 배울 수 있도록 하는 프로그래밍 게임입니다.
         * [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)]
          * Upload:Robot한글API.htm - Robot.class API 한글
          * [http://www-128.ibm.com/developerworks/kr/library/j-robocode/ 로보코드 시작하기(한글)]
          * Upload:robocode-setup-1.0.7.jar
         ||[RoboCode/random], [RoboCode/sevenp], [로보코드/베이비] , [RoboCode/msm], [RoboCode/siegetank],[RoboCode/ing] || 2005년 데블스캠프 ||
          [erunc0/RoboCode] 페이지도...
  • TFP예제/Omok . . . . 18 matches
         === TestCaseBoard.py ===
          self.dolboard = Board ()
          self.dolboard.Empty ()
          self.dolboard = None
          self.dolboard.Empty ()
          self.assertEquals (self.dolboard.GetDol(i,j) , DolEmpty)
          self.dolboard.SetDol (1,1,DolWhite)
          self.assertEquals (self.dolboard.IsExistDolInPosition(1,1),1)
          self.assertEquals (self.dolboard.IsExistDolInPosition(3,6),0)
          self.dolboard.SetDol (1,1,DolWhite)
          self.assertEquals (self.dolboard.GetDol(1,1), DolWhite)
          self.dolboard.SetDol (2,2,DolBlack)
          self.assertEquals (self.dolboard.GetDol(2,2), DolBlack)
          self.assertEquals (self.dolboard.GetDol(18,18), DolEmpty)
          self.assertEquals (self.dolboard.GetDol(6,6), DolEmpty)
          self.dolboard.SetDol (18,18,DolBlack)
          self.assertEquals (self.dolboard.GetDol(18,18), DolBlack)
          def testPrintEmptyBoard (self):
          self.dolboard.Empty ()
          self.assertEquals (self.dolboard.Print(), '''+++++++++++++++++++
  • [Lovely]boy^_^/EnglishGrammer/Passive . . . . 16 matches
          ex) Somebody(subject) built this house in 1930. (active)
          active) Somebody cleans this room every day.
          active) Somebody cleaned this room yesterday.
          active) Somebody will clean the room later.
          active) Somebody should have cleaned the room.
          active) The room looks nice. Somebody has cleaned it.
          active) The room looked nice. Somebody had cleaned it.
          active) Somebody is cleaning the room right now.
          active) Somebody was cleaning the room when I arrived.
          ex) There was a fight at the party, bue nobody got hurt.(= nobody was hurt)
          You can use get to say that something happens to somebody or something, especially if this is unplanned or unexpected.
          A. ex) Henry is very old. Nobody knows exactly how old he is, but :
          A. The roof of Lisa's house was damaged in a storm, so she arranged for somebody to repair it. Yesterday a worker came and did the job.
          This means : Lisa arranged for somebody else to repair the roof. She didn't repair it herself.
          With this meaning, we use have something done to say that something happens to somebody or their belongings. Usually what happens is not nice.
  • 정모/2013.3.18 . . . . 9 matches
          * facebook이네, facebook이네, facebook이네, facebook이네, facebook이네, facebook이네, facebook이네, facebook이네, facebook이네, -[고한종]
  • ACM_ICPC . . . . 8 matches
          * [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)
          * [http://static.icpckorea.net/2021/scoreboard_regional/ 2021년 스탠딩]
          * [http://static.icpckorea.net/20221119/scoreboard/ 2022년 스탠딩] - HeukseokZZANG Rank 63(CAU - Rank 29)
  • [Lovely]boy^_^/EnglishGrammer/ReportedSpeech . . . . 7 matches
          A. You want to tell somebody else what Tom said. There are two ways of doing this :
          Use tell when you say who you are talking to ( Tell Somebody(O) )
          Otherwise use say ( Say somebody(X) )
          But you can say something to somebody.
          C. Tell/ask somebody to do something.
          ex2) direct : "Please don't tell anybody what happened," Ann said to me.
          reported : Ann asked me not to tell anybody what happened.
  • HowToBlockEmpas . . . . 5 matches
          * 검색 엔진에 대한 robot.txt 작성
          ''대부분의 검색엔진은 robot.txt를 생무시함''
         검색서비스를 제공하고 있는 곳에서는 로봇 에이전트를 사용하여 검색한다는거 아실겁니다. 이러한 로봇은 강제성은 없지만 로봇 배제 표준을 따르도록 프로그래밍 하는 것이 관례 입니다. 웹서버 루트에 robots.txt 파일을 다음과 비슷하게 작성하시면 되겠습니다.[[BR]]
         # robots.txt for www.xxx.com - i hate robots [[BR]]
         모든 페이지의 HTML 헤더에 meta NAME="ROBOTS" 을 설정해서 다는 걸로 해결이 되지 않을까 생각됩니다.
  • Linux/필수명령어/용법 . . . . 4 matches
         reboot
         - reboot [ -q ]
         이것은 모든 사용자 프로세서를 종료시키고 디스크로부터 리눅스를 다시 부팅한다. 시스템을 리부팅하기 위해 shutdown 명령의 -r 옵션을 사용할 수도 있지만 그보다 reboot 명령을 사용하는 것이 더 편리해 보인다.
         - $ reboot
  • NSIS/Reference . . . . 4 matches
         Label은 Goto 명령어나 기타 조건제어문들 (IfErrors, MessageBox, IfFileExists, StrCmp 등)을 위해 이용한다.
         || Rename || [/REBOOTOK] source_file dest_file || 화일이름을 변경한다. (또는 Move 한다.) ||
         || Delete || [/REBOOTOK] file || 화일을 삭제한다. 와일드카드 사용가능.||
         || MessageBox || . || . ||
         === Reboot ===
         || Reboot || . || . ||
         || IfRebootFlag || . || . ||
         || SetRebootFlag || . || . ||
  • VMWare/OSImplementationTest . . . . 4 matches
          Makeboot.exe
         - 부트섹터와 커널이미지를 merge하는 간단한 makeboot.c 컴파일해서 자신만의
         다음은 부트로더와 커널 이미지를 합쳐서 하나의 부팅이미지로 만들어주는 makeboot.c
         입니다. 따로 프로젝트를 만들어서 간단히 컴파일해서 makeboot.exe를 만들도록
  • ZP&COW세미나 . . . . 4 matches
          * 로보코드 홈페이지: http://www-903.ibm.com/developerworks/kr/robocode/robocode.html
         http://165.194.17.15/pub/upload_one/robocode_result1.GIF
         http://165.194.17.15/pub/upload_one/robocode_result2.GIF
  • 데블스캠프2009/화요일 . . . . 4 matches
         || 장혁수 || robocode || || ||
         ||pm 01:00~02:00 || robocode || 장혁수 ||
         ||pm 02:00~03:00 || robocode || 장혁수 ||
         ||pm 03:00~04:00 || robocode || 장혁수 ||
  • 스터디/Nand 2 Tetris . . . . 4 matches
          Keyboard: standard
          Keyboard(memory map)
          Keyboard를 위한 RAM 어딘가를 할당해놓음. 이 공간은 Keyboard를 위한 공간. CPU는 그 공간을 읽어서 어떤 key가 들어왔는지 확인.
  • AcceleratedC++ . . . . 3 matches
         [http://www.zeropage.org/pub/ebook/addison_wesley_accelerated_cpp_ebook_source.tgz ebook english]
  • MoreEffectiveC++/Appendix . . . . 3 matches
         Stroustrup has been intimately involved in the language's design, implementation, application, and standardization since its inception, and he probably knows more about it than anybody else does. His descriptions of language features make for dense reading, but that's primarily because they contain so much information. The chapters on the standard C++ library provide a good introduction to this crucial aspect of modern C++. ¤ MEC++ Rec Reading, P12
         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
  • ZeroPageServer/Mirroring . . . . 3 matches
          은 nobody로 설정되어 있으므로 이 값을 그대로 사용한다.
          uid = nobody
          gid = nobody
  • erunc0/RoboCode . . . . 3 matches
         == What is RoboCode? ==
          * [http://www-903.ibm.com/developerworks/kr/robocode/ Korean IBM RoboCode site]
  • 조영준 . . . . 3 matches
          * [http://facebook.com/skywavetm 페이스북]합니다. : 사는 이야기 + 잉여
          * Facebook Hacker Cup
          * [AngelsCamp/2015] - 제로병, 피보나치킨 - https://github.com/SkywaveTM/zerobot
          * [AngelsCamp/2014/OneBot]
  • AOI/2004 . . . . 2 matches
         uva robot의 경우 보통 300 번 이상의 test case 를 쓰는 것 같습니다. 동적 메모리가 아닌 정적으로 할당할 경우 이 점을 유의(?)하지 않으면 RE error(포인터 에러)가 납니다. 보창은 이것때문에 하루종일 프로그램을 뜯어고쳤으나, 결국 우연한 기회에 알게 되었습니다. LCD-Display의 경우 robot은 1000줄 이상을 test하는 걸로 보여집니다. -- 보창
  • English Speaking/The Simpsons/S01E04 . . . . 2 matches
         Police 1 : What's gotten into Bobo?
         You got crummy little kids that nobody can control.
  • EnglishSpeaking/TheSimpsons/S01E04 . . . . 2 matches
         Police 1 : What's gotten into Bobo?
         You got crummy little kids that nobody can control.
  • FortuneCookies . . . . 2 matches
          * Everybody ought to have a friend.
          * Nobody expects the Spanish Inquisition!
  • JavaScript/2011년스터디/URLHunter . . . . 2 matches
          function keyboard(){
          <body onload="firprint();" onkeydown="keyboard();">
  • MoniWikiPo . . . . 2 matches
         msgid "Please check your mailbox"
         msgid "Nobody subscribed to this page."
  • OpenGL_Beginner . . . . 2 matches
          * 2.04 : Chapter 5장 예제 작성 [http://zeropage.org/~neocoin/Robot_2002.02.04.exe Robot]
  • ProjectEazy . . . . 2 matches
         이렇게 어려운 프로젝트에 뛰어들다니 용기가 가상하구나. http://www.alicebot.org/ 를 참고해 봐라. 예전에 윤송이박사 프로젝트에서 잠시 들여다 본 적이 있다. 이쪽에서는 거의 독보적인 듯 하다. --JuNe
          와우. alicebot... 말 잘하는데요. --재동
  • ProjectPrometheus/DataBaseSchema . . . . 2 matches
         || uid || bookid || relbookid || relpoint ||
         relbookid varchar(12) NOT NULL DEFAULT '',
  • RSSAndAtomCompared . . . . 2 matches
          <title>Atom-Powered Robots Run Amok</title>
          <title>Atom-Powered Robots Run Amok</title>
  • Ruby/2011년스터디/세미나 . . . . 2 matches
          * [http://rubyforge.org/frs/?group_id=1109 RRobots]를 이용한 RubyLanguage Robocode
  • TheJavaMan/로보코드 . . . . 2 matches
         * 로보코드 홈페이지: http://www-903.ibm.com/developerworks/kr/robocode/robocode.html
  • WikiSlide . . . . 2 matches
          * '''Open''' - everybody may read ''and'' edit everything
         Basic principle: ''Anybody logged in can edit anything.''
  • ZeroPageServer/AboutCracking . . . . 2 matches
          * 대응 : 서버를 rebooting 후에는 문제가 특별히 발생되지 않음
          * ["1002"]가 squid 관련 문제로 문서 발견. 그 동안 Server의 비교적 잦은 rebooting 때문에 문제가 드러나지 않았음.
  • ZeroPageServer/old . . . . 2 matches
          * [http://www.robotstxt.org/wc/exclusion.html robot]규약 으로 엠파스의 침입을 막아야 한다. HowToBlockEmpas
  • ZeroPage_200_OK/소스 . . . . 2 matches
          <img src = "http://jsfiddle.net/img/social-icons/facebook_16.png" alt="Facebook" />
  • [Lovely]boy^_^/EnglishGrammer/PresentAndPast . . . . 2 matches
          We use am/is/are being to say how somebody is behaving. It is not usually possible in other sentences.
          B. We use the past continuous to say that somebody was in the middle of doing something at a certain time.
  • [Lovely]boy^_^/EnglishGrammer/QuestionsAndAuxiliaryVerbs . . . . 2 matches
          Emma phoned somebody. -> Who did Emma phone?
          Somebody phoned Emma. -> Who phoned Emma?
  • 고한종 . . . . 2 matches
         ||{{{facebook}}} ||https://www.facebook.com/hanjong.ko.9 ||
  • 데블스캠프2005/주제 . . . . 2 matches
         [http://gvr.sourceforge.net/ Guido van Robot], PairProgramming 시연(?),
         - Guido van Robot 보니까 옛날 LOGO 프로그램 생각나네.. 비슷한거 같은데 아닌가? - fnwinter
  • 데블스캠프2011/셋째날/RUR-PLE . . . . 2 matches
         robot = (1, 1, 'E', 0)
         robot = (1, 1, 'E', 0)
  • 로보코드/베이비 . . . . 2 matches
         Upload:baby.Robo88_1.0.jar
         [RoboCode]
  • 새싹교실/2012/새싹교실강사교육/1주차 . . . . 2 matches
         3.1 https://www.virtualbox.org 에서 자신의 운영 체제에 맞는 VitualBox를 설치하세요. (예: VirtualBox 4.1.10 for Windows hosts x86/amd64)
         3.3 Vitualbox실행 -> 새로 만들기 -> 다음 -> 운영체제 : Linux 버전: Ubuntu(64bit) ->다음 -> 메모리(1024MB) -> 다음 -> 다음 -> 무한 다음 -> 만들기 버튼 클릭 -> 완성
  • 새싹교실/2012/세싹 . . . . 2 matches
          1) https://www.virtualbox.org 에서 자신의 운영 체제에 맞는 VirtualBux를 설치
          3) Virtualbox실행 -> 새로 만들기 -> 운영체제 : Linux 버전 : Ubuntu -> 메모리1024MB로 설정하고 나머지 디폴트 설치
  • 새싹교실/2012/앞부분만본반 . . . . 2 matches
          printf("Hello Everybody \n");
          printf("Today\nmorning\neverybody\n");
  • 제12회 한국자바개발자 컨퍼런스 후기 . . . . 2 matches
          마지막으로 Track 4에서 한 반복적인 작업이 싫은 안드로이드 개발자에게라는 것을 들었는데, 안드로이드 프로그래밍이라는 책의 저자인 사람이 안드로이드 개발에 관한 팁이라고 생각하면 될 만한 이야기를 빠르게 진행하였다. UI 매핑이라던지 파라미터 처리라던지 이러한 부분을 RoboGuice나 AndroidAnnotations를 이용해 해결할 수 있는 것을 설명과 동영상으로 잘 설명했다. 준비를 엄청나게 한 모습이 보였다. 이 부분에 대해서는 이 분 블로그인 [http://blog.softwaregeeks.org/ 클릭!] <-여기서 확인해 보시길...
          * 마지막에 들은 <반복적인 작업이 싫은 안드로이드 개발자에게> 트랙이 가장 실용적이었다. 안드로이드 앱 만들면서 View 불러오는 것과 Listener 만드는 부분 코드가 너무 더러워서 짜증났는데 Annotation으로 대체할 수 있다는 것을 알았다. Annotation을 직접 만들어도 되고, '''RoboGuice'''나 '''AndroidAnnotation''' 같은 오픈 소스를 이용할 수도 있고.
  • 2010JavaScript/역전재판 . . . . 1 match
          * [http://www.openjs.com/scripts/events/keyboard_shortcuts/shortcut.js]
  • BookShelf . . . . 1 match
          [http://ebook.alib.cau.ac.kr 중앙대 전자책 도서관]
  • DPSCChapter2 . . . . 1 match
         Our story begins with a tired-looking Don approaching Jane's cubicle, where Jane sits quietly typing at her keyboard.
  • Eclipse . . . . 1 match
          * [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]
  • FooBarBaz . . . . 1 match
          * ''Baz! The return key on my keyboard is stuck!''
  • HelpOnInstallation/SetGid . . . . 1 match
         보안상의 이유로 웹서버는 php 스크립트를 `nobody, www, apache` 혹은 `httpd`같은 특별히 제한된 계정으로 실행하게 됩니다. 이러한 이유로 [모니위키] 스크립트가 생성하게 되는 여러 파일 혹은 디렉토리는 이러한 특별한 계정의 소유가 되며 진짜 사용자가 소유하지 못하게 되는 일이 발생하고 어떤 경우는 이렇게 만들어진 파일을 읽을수도 지울 수도 없게 됩니다.
  • JUnit/Ecliipse . . . . 1 match
         package org.eclipsebook.ch03;
  • Linux . . . . 1 match
         Hello everybody out there using minix -
  • Linux/RegularExpression . . . . 1 match
          * -i(option) : 대소문자 구분을 안한다. 예)egrep -i '^(From|Subject|Date): ' mailbox
  • Linux/디렉토리용도 . . . . 1 match
          * reboot, modprobe, insmod 등등의 root 가 시스템을 관리하는데 필요한 명령어들이 존재한다.
  • Linux/필수명령어 . . . . 1 match
         || reboot || 설명이 필요없는 명령어. -_-; 원격으로도 재부팅을 제공한다. ||
  • MoreEffectiveC++/Miscellany . . . . 1 match
         "변화한다.", 험난한 소프트웨어의 발전에 잘 견디는 클래스를 작성하라. (원문:Given that things will change, writeclasses that can withstand the rough-and-tumble world of software evolution.) "demand-paged"의 가상 함수를 피하라. 다른 이가 만들어 놓지 않으면, 너도 만들 방법이 없는 그런 경우를 피하라.(모호, 원문:Avoid "demand-paged" virtual functions, whereby you make no functions virtual unless somebody comes along and demands that you do it) 대신에 함수의 ''meaning''을 결정하고, 유도된 클래스에서 새롭게 정의할 것인지 판단하라. 그렇게 되면, 가상(virtual)으로 선언해라, 어떤 이라도 재정의 못할지라도 말이다. 그렇지 않다면, 비가상(nonvirtual)으로 선언해라, 그리고 차후에 그것을 바꾸어라 왜냐하면 그것은 다른사람을 편하게 하기 때문이다.;전체 클래스의 목적에서 변화를 유지하는지 확신을 해라.
         이런 문제를 해결하기 위하여, C++ 컴파일러에게 해당 함수에 name mangle을 수행하지 않도록 알려야 할 방법이 필요하다. C든, assempler, FORTRAN, Lisp, Forth나 니가 가진 무슨 언어간에, 다른 언어에서 작성되어진 name mangle 처리된 함수를 원할수 없다.(예, 이 언어들에 COBOL도 들어가겠지만 당신이 쓰는가?) 결곡, 만약 C함수인 drawLine을 호출하면 그것은 진짜로 drawLine을 호출하고, 당신의 오브젝트 코드역시 그 이름 그대로 변화없이 사용한다.
  • NUnit/C#예제 . . . . 1 match
          1. Keyboard를 누른다.
  • NeoZeropageWeb . . . . 1 match
         게시판은 phpbb, zeroboard, grboard 등 다양한 것들 중에서 선택가능함.
  • OpenGL스터디 . . . . 1 match
         || GLubyte, GLboolean || 부호없는 8비트 정수 || unsigned char || ub ||
  • OpenGL스터디_실습 코드 . . . . 1 match
         GLboolean bEdgeFlag = true;
  • PrivateHomepageMaking . . . . 1 match
         || Zeroboard || http://www.nzeo.com || PHP 기반이며 DB는 MySQL 을 이용한다 ||
  • ProjectSemiPhotoshop/Journey . . . . 1 match
          * 한일: GDI 로 그림 그려보기, BMP 출력해 보기, Keyboard 입력 받아서 이용해 보기
  • PythonForStatement . . . . 1 match
         Java 1.5 에 advanced for statement 라는 이름으로 비슷한 것이 추가되었고, C#에는 언어가 탄생 될때 부터 있었습니다. Java 1.5에서는 수년간 논의 끝에 도입을 했는데, 언어에 녹이기 위해서는 Autoboxing/Unboxing과 편리성을 위해 Template과 같은 여러 필수불가결하고 복잡다난(?)한 개념이 함께 추가되었습니다.
  • RSS . . . . 1 match
         The technology behind RSS allows you to subscribe to websites that have provided RSS feeds, these are typically sites that change or add content regularly. To use this technology you need to set up some type of aggregation service. Think of this aggregation service as your personal mailbox. You then have to subscribe to the sites that you want to get updates on. Unlike typical subscriptions to pulp-based newspapers and magazines, your RSS subscriptions are free, but they typically only give you a line or two of each article or post along with a link to the full article or post.
  • RegularExpression/2011년스터디 . . . . 1 match
          var str='<body onload="firprint(;" onkeydown="keyboard);"> <input value="pause" onclick="pause();"/>';
  • RoboCode/msm . . . . 1 match
         RoboCode
  • RoboCode/siegetank . . . . 1 match
         [RoboCode] [데블스캠프2005]
  • RubyLanguage/Expression . . . . 1 match
          when 1940..1950 then "Bebop"
  • SgmlEntities . . . . 1 match
         To support international characters even on generic (US) keyboards, SgmlEntities know from HTML are a good way. These can also be used to escape the WikiMarkup characters.
  • WikiTextFormattingTestPage . . . . 1 match
         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).
  • ZeroPageHistory . . . . 1 match
          * 데블스캠프 : Java, HTML, CSS, Scratch, SVN, Robocode, WinAPI, Abtraction, RootKit, OOP, MFC, MIDI, JavaScript, Short Coding
  • ZeroPageServer/set2002_815 . . . . 1 match
          * redhat 계열에서는 apache 기본 유저가 nobody인데, www-data 로 바꾸었다.
  • ZeroPage성년식/거의모든ZP의역사 . . . . 1 match
          * 데블스캠프 : Java, HTML, CSS, Scratch, SVN, Robocode, WinAPI, Abtraction, RootKit, OOP, MFC, MIDI, JavaScript, Short Coding
  • ZeroWiki/제안 . . . . 1 match
          * 외부에서 읽어가는 정적 파일들(favicon.ico, robots.txt, crossdomain.xml 등)을 모두 미리 처리해두지 않으면 위키 페이지로 오인될 염려가 있음 - [변형진]
  • zennith/w2kDefaultProcess . . . . 1 match
         (HKEY_USERS\.DEFAULT\Keyboard Layout\Preload키에서 뽑아낸다)을 구동한다.
  • zyint . . . . 1 match
         검색로봇 차단방법 : [Robots Exclusioin]
  • 가독성 . . . . 1 match
         This is a short document describing the preferred coding style for the linux kernel. Coding style is very personal, and I won't force my views on anybody, but this is what goes for anything that I have to be able to maintain, and I'd prefer it for most other things too. Please at least consider the points made here.
  • 강연 . . . . 1 match
          * [http://www.caucse.net/boarding/view.php?table=board_freeboard&page=1&id=10847 유비쿼터스 컴퓨팅]
  • 강희경 . . . . 1 match
          주소:인천, [http://cyworld.com/gentleboy], [http://rkd49.zeropage.org]
  • 권영기 . . . . 1 match
          * [정모/2014.1.13] - OMS : Robot Path Planning
  • 논문번역/2012년스터디/서민관 . . . . 1 match
         HMMs의 일반적인 구성을 위해 우리는 512개의 Gaussian mixtures with diagonal covariance matrices를 담고 있는 공유 codebook과 반-연속적인 시스템들을 이용하였다.
  • 데블스캠프2002/날적이 . . . . 1 match
         2. Scenario Driven - 앞의 CRC 세션때에는 일반적으로 Class 를 추출 -> Requirement 를 읽어나가면서 각 Class 별로 Responsibility 를 주욱 나열 -> 프로그램 작동시 Scenario 를 정리, Responsibility 를 추가. 의 과정을 거쳤다. 이번에는 아에 처음부터 Scenario 를 생각하며 각 Class 별 Responsibility 를 적어나갔다. Colloboration 이 필요한 곳에는 구체적 정보를 적어나가면서 각 Class 별 필요정보를 적었다. 그리하여 모든 Scenario 가 끝나면 디자인 세션을 끝내었다.
  • 데블스캠프2005/RUR-PLE . . . . 1 match
          * 창에서 Robot: Code and Learn 탭을 선택한다.
  • 데블스캠프2005/RUR-PLE/Sorting . . . . 1 match
         #robot looks top
  • 데블스캠프2005/월요일 . . . . 1 match
          RoboCode 80m
  • 데블스캠프2009/화요일후기 . . . . 1 match
         == Robocode - 장혁수 ==
  • 데블스캠프2012/둘째날/후기 . . . . 1 match
          * [http://www.hanb.co.kr/events/eventview.html?event_id=freebook pdf 다운로드 사이트]
  • 땅콩이보육프로젝트2005 . . . . 1 match
          * [http://www.alicebot.org/ ALICE] 뢰브너 라는 인공지능 대화 로봇 대회에서 우승한 ALICE 라는 프로그램, 사이트 가면 실제로 대화해 볼수 있음
  • 로보코드 . . . . 1 match
         #redirect RoboCode
  • 로보코드/babse . . . . 1 match
         RoboCode
  • 벡터/김태훈 . . . . 1 match
          st[4].name = "ilbo";
  • 새싹교실/2011/Pixar/실습 . . . . 1 match
         Write a program that gets a starting principal(A, 원금), annual interest rate(r, 연이율) from a keyboard (standard input) and print the total amount on deposit (예치기간이 지난 뒤 총금액, 원리합계) for the year(n) from 0 to 10. total deposit = A*(1+r)^n
  • 새싹교실/2012/새싹교실강사교육/3주차 . . . . 1 match
         http://www.hanb.co.kr/events/eventview.html?event_id=freebook
  • 서지혜/단어장 . . . . 1 match
          (Nobody can beat it의 수동태, beaten은 beat으로도 사용된다.)
  • 세벌식 . . . . 1 match
          * 윈도우즈, 리눅스, MacOS 등에서 모두 세벌식을 쉽게 쓸 수 있다. [http://paero3.myzip.co.kr/use_sebeol_keyboard/index.html 이곳]에 각 OS에서 세벌식 배열을 사용할 수 있는 방법이 설명되어있다.
  • 송지원 . . . . 1 match
          * Facebook : enochbible@hotmail.com (Jiwon Song)
  • 송지훈 . . . . 1 match
         페북 : [http://www.facebook.com/teolex.song?ref=tn_tnmn 송지훈]
  • 악성아이피 . . . . 1 match
         로봇이라면 예전에도 이런 일이 있었어요. 그때는 robot.txt 르 만들고 뭐 어떻게 했던거 같은데 찾아봐야겠네요. 요새 글이 올라오는게 심상치않은게, 더 피해를 입기 전에 차단을 해야 할 거 같네요. -- 휘동
  • 영어단어끝말잇기 . . . . 1 match
          *somebody do something with itself. cf) iteration
  • 영호의해킹공부페이지 . . . . 1 match
         some on this PC, and I *really* don't feel like going online to rip somebody
  • 위시리스트 . . . . 1 match
          http://www.kyobobook.co.kr/product/detailViewEng.laf?ejkGb=BNT&mallGb=ENG&barcode=9781849695046&orderClick=LAG&Kc=
  • 이름짓기토론 . . . . 1 match
          zeroboard, zero G, 의 연장선상으로... zerowiki 는 어때요? ^^; --데기
  • 임베디드방향과가능성/정보 . . . . 1 match
         한가지 예를 든다면 님 말씀대로라면 가정에서는 주로 게임기로 쓰이는 pc가 게임시장에서는 임베디드 기기(플스,x-box)에 ko패를 당했습니다. 결국 앞으로 pc가 같는 기능은 대부분 임베디드 기기로 옮겨 갈 것입니다.(pda,smart phone..등등) 더욱이 지금까지 PC가 쓰인 분야(별로 없죠)말고 다른 분야에 이미 많은 임베디드 기기가 쓰이고 있고, 앞으로 더 많이 쓰일 겁니다.(각종 robotics분야, 무인분야, 다시말해 digital이 쓰이는 거의 모든 분야.. digital world=embedded)
  • 정규표현식/스터디/반복찾기/예제 . . . . 1 match
         bonobo-activation dhcp3 group- ld.so.cache mtools.conf python2.6 sound xul-ext
  • 정모/2005.3.7 . . . . 1 match
          [http://gvr.sourceforge.net/ Guido van Robot] 이나 컴퓨터 네트워크에 대해 이야기해도 좋을것 같네요. [데블스캠프]때 해도 되구요.
  • 정모/2006.5.1 . . . . 1 match
         Upload:robocode3.avi
  • 정모/2012.3.19 . . . . 1 match
          * Hmm.. I think it isn't good idea. If we only use English in Wiki, nobody will use Wiki...--; -[김태진]
  • 정모/2013.9.25 . . . . 1 match
          * 앞으로 Facebook에 매주 정모공지를 진행합니다. 제로페이지 그룹에 가입되어 있으면 소식 전달받기가 쉽습니다.
  • 제로스 . . . . 1 match
          * 우리 OS 직접 만들어보는 실습은 [http://www.kyobobook.co.kr/product/detailViewKor.laf?ejkGb=KOR&mallGb=KOR&barcode=9788979143256&orderClick=LAA 만들면서 배우는 OS 구조와 원리] 책이 좋지 않을까 싶은데 ㅋ 따라하기도 쉽고, 현태가 더 upgrade해서 만들 수 있는 부분이 있으면 코멘트 해주고 ㅋ- [김건영]
  • 코드레이스/2007/RUR_PLE . . . . 1 match
          * 창에서 Robot: Code and Learn 탭을 선택한다.
Found 112 matching pages out of 7544 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.9380 sec