http://www.kipo.go.kr/kpo/user.tdf?a=user.html.HtmlApp&c=3062&catmenu=m02_03_05#1



  • 지식재산권의 손쉬운 이용 표지지식재산권의 손쉬운 이용

    산업재산권의 손쉬운 이용 PDF 다운로드





출원 실전 가이드북

출원 실전 가이드북 PDF 다운로드



출원서식 표준사례집 표지출원서식 표준사례집 

2014 출원서식 표준사례집 PDF 다운로드




거절이유별 
대응사례 분석집

거절이유별 대응사례 분석집 PDF 다운로드





PCT 국제출원 가이드 표지PCT 국제출원 가이드

PCT 국제출원 가이드 PDF 다운로드



'공부 > Law' 카테고리의 다른 글

직무 발명 보상이 최대인 곳은 국가출연연구소?  (0) 2015.03.21
Yale Death 강의 보기  (2) 2012.11.09
itunesu Justice 보기  (0) 2012.11.09
상표법 처음  (2) 2009.06.08
소멸시효로 채무를 면할 수 있을까  (0) 2009.05.31
이상윤 선생님 민법으로 변경  (0) 2009.05.16
책 빌린 날 민법 노트정리  (0) 2009.05.11
함성배 민법 첫 강의  (0) 2009.05.06
ebs leet 강좌  (0) 2009.03.17
특허법 - 임병웅 변리사 강의  (0) 2008.12.01
by 언제나19 2016. 7. 19. 22:07
by 언제나19 2015. 12. 28. 12:11



coursera에

https://www.coursera.org/course/pythonlearn

University of Michigan
Programming for Everybody (Python)
This course aims to teach everyone to learn the basics of programming computers using Python. The course has no pre-requisites and avoids all but the simplest mathematics. Anyone with moderate computer experience should be able to master the materials in this course.


Watch Intro Video


그 외에도 4개 있는데, 지금은 안 열렸네.


University of Toronto
Learn to Program: The Fundamentals
with Jennifer Campbell & Paul Gries
There are no open sessions.

Rice University
An Introduction to Interactive Programming in Python
with Joe Warren, Scott Rixner, John Greiner &
There are no open sessions.

Stanford University & Universitat Pompeu Fabra of Barcelona
Audio Signal Processing for Music Applications
with Prof Xavier Serra & Prof Julius O Smith, III
There are no open sessions.

University of Washington
High Performance Scientific Computing
with Dr. Randall J. LeVeque
There are no open sessions.


itunes에는


Hands-On Python Tutorial - Chapter 1 Loyola University Chicago Hands-On Python Tutorial - Chapter http://deimos3.apple.com/WebObjects/Core.woa/Feed/luc.edu-dz.8736070708.08736070710

쉬운 내용을 가르쳐준다.
기본 문법부터.


https://www.edx.org/course?search_query=python



Introduction to Computer Science and Programming Using Python
VERIFIED
MITx
6.00.1x
Introduction to Computer Science and Programming Using Python

Current
Starts: January 7, 2015
Introduction to Big Data with Apache Spark
VERIFIED
UC BerkeleyX
CS100.1x
Introduction to Big Data with Apache Spark

Starting Soon
Starts: February 23, 2015
Data analysis to the MAX()
DelftX
EX101x
Data analysis to the MAX()

Upcoming
Starts: April 6, 2015
Introduction to Functional Programming
VERIFIED
DelftX
FP101x
Introduction to Functional Programming

Archived
Starts: October 15, 2014
Introduction to Computational Thinking and Data Science
VERIFIED
MITx
6.00.2x
Introduction to Computational Thinking and Data Science

Starting Soon
Starts: March 4, 2015
Autonomous Navigation for Flying Robots
TUMx
AUTONAVx
Autonomous Navigation for Flying Robots

Archived
Starts: May 6, 2014
Quantitative Biology Workshop
VERIFIED


7개나 있다.


그 외에도 udacity 등에서 찾아보기.


google 것

https://developers.google.com/edu/python/




by 언제나19 2015. 1. 15. 00:23



https://developer.apple.com/library/prerelease/ios/documentation/DeveloperTools/Conceptual/testing_with_xcode/Introduction/Introduction.html


Testing in Xcode 6
Tools
iOS, OS X
Testing in Xcode 6
Session 414
Play
 
Unit testing is an essential tool to consistently verify your code works correctly. Learn how Xcode 6 takes this to the next level with support for performance testing, baselining, and integration with Xcode bots to continually monitor your performance over time and devices.
Download: HD | SD | PDF


  1. command u로 실행하거나
  2. side bar에서 하나씩 버튼 눌러서 실행하거나
  3. command로 실행


demo를 objective c로 보여주네. swift를 기대했는데..


OCUnit은 Xcode 5.1부터 deprecated됐다.


Asynchronous testing


test case 1개씩 profiling하는 것도 쓸만 하겠다.


measureBlock은 여러 번 실행하고 실행시간 평균과 standard deviation 등을 계산해 주나 보다.



Testing in Xcode 5ToolsiOS, OS X
Testing in Xcode 5Session 409Play Unit testing is an essential tool to consistently verify that your code works correctly. Learn how Xcode 5 makes it dramatically easier to create, edit, execute, and understand your tests. Download: HD | SD     | PDF


unit testing 얘기부터 시작


XCTest가 Xcode5부터 나왔나보네.

Test Navigator 등은 이 때 더 잘 설명해줬었다.


xcode server에서 test실행하는 것을 local xcode에서 할 수 있는 건가





by 언제나19 2014. 6. 25. 14:48


android에서

google plus 로그인 하기.

단말기 account와 연결돼 있어서 좋네.


Getting started 설명서부터 보면서 동영상이랑 같이 보면서 쉽게 만들어 볼 수 있다.

https://developers.google.com/+/mobile/android/sign-in

Android





https://developers.google.com/events/io/sessions/332060543

android, ios, web 다 같이 로그인하려면, cross platform auth 과정을 아는 게 좋겠다.

위 영상 다음에 보기.

auth는 두 가지.

authentication, authorization

auth token은 1시간 유효. 유출되면 안된다.

refresh token은 오래 간다. offline에서도 쓸 수 있다. 유출돼도 다른 데서 쓸 수가 없다.


다음 영상

https://developers.google.com/events/io/sessions/332401735

이것도 매우 도움 되겠다.

자체 로그인, facebook 등 다른 서비스 로그인과 google plus sign-in을 섞어 쓰기

영국 발음.

꼭 필요한 내용인데 머리에 쏙쏙 들어오지는 않는다.

여러 서비스 merge해서 로그인하기


play services를 이용하는 거니까 playservice library에 대한 video를 보기.



이건 기획자 발표네.

좋다고 말은 하는데, 큰 감흥은 없다. 10분 보다가 말았다.



by 언제나19 2014. 2. 10. 00:40
| 1 2 |