'Programming'에 해당되는 글 1795건

  1. 2015.09.24 openCV <-> openGL
  2. 2015.09.24 css margin / padding
  3. 2015.09.23 div span 블럭구조 및 원형테두리
  4. 2015.09.22 css body background
  5. 2015.09.18 CSS / JS 파일 용량 줄이기
  6. 2015.09.17 홈페이지 검증
  7. 2015.09.16 ul / li로 메뉴 꾸미기
  8. 2015.09.14 css selector
  9. 2015.09.14 <link> 관련 약어 정리
  10. 2015.09.11 웹 서버별 특징
Programming/openGL2015. 9. 24. 10:06

어느게 나을진 모르겠지만.. openGL에서 openCV로 그린걸 받아와서 띄우는게 더 간단할 기분이다.


[링크 : http://babytiger.tistory.com/entry/OpenCV...] openGL에서 openCV 이미지 그리기

[링크 : http://babytiger.tistory.com/entry/OpenGL...] openCV에서 openGL 이미지 그리기


[링크 : http://r3dux.org/2010/12/how-to-manipulate-webcam-streams-with-opencv-and-opengl/]

'Programming > openGL' 카테고리의 다른 글

opengl camera의 이해  (0) 2016.02.02
myAHRS cube 예제  (0) 2016.02.02
openGL triangle winding  (0) 2015.07.22
openGL super bible 3rd ed - 깊이, 은면처리  (0) 2015.07.21
openGL super bible 3rd ed - 점선면 관련  (0) 2015.07.21
Posted by 구차니
Programming/css2015. 9. 24. 09:31

마진은 밖으로

패딩은 안으로


[링크 : http://blognike.tistory.com/8]

'Programming > css' 카테고리의 다른 글

css 문법 - id / class  (0) 2016.01.11
html css 적용 방법  (0) 2016.01.11
css body background  (0) 2015.09.22
CSS / JS 파일 용량 줄이기  (0) 2015.09.18
css selector  (0) 2015.09.14
Posted by 구차니

와. 알수록 신기하네.. ㄷㄷ


[링크 : http://www.w3schools.com/css/css3_borders.asp]

[링크 : http://www.w3schools.com/html/html_blocks.asp]

'Programming > javascript & HTML' 카테고리의 다른 글

setTimeout()와 setInterval()  (0) 2016.01.07
html5 live video streaming...  (0) 2015.11.23
ul / li로 메뉴 꾸미기  (0) 2015.09.16
<link> 관련 약어 정리  (0) 2015.09.14
node.js / angular.js ...  (0) 2015.09.11
Posted by 구차니
Programming/css2015. 9. 22. 10:58

헐.. 어쩐지.. 암만 찾아도 게임 홈페이지 배경에 이쁜게

html 소스에 안보이더라니 ㄷㄷ


[링크 : http://www.w3schools.com/cssref/css3_pr_background.asp]

'Programming > css' 카테고리의 다른 글

html css 적용 방법  (0) 2016.01.11
css margin / padding  (0) 2015.09.24
CSS / JS 파일 용량 줄이기  (0) 2015.09.18
css selector  (0) 2015.09.14
css 관련  (4) 2015.09.08
Posted by 구차니
Programming/css2015. 9. 18. 10:01


[링크 : http://refresh-sf.com/] 줄바꿈 없애서 용량 줄이기

    [링크 : http://demun.tistory.com/2148]

[링크 : http://blog.munilive.com/php-css-js-file-compression-send-htaccess-use/] 헤더 사용 압축


minify / beautify

[링크 : http://dev.nkia.net:8089/?p=730]

'Programming > css' 카테고리의 다른 글

css margin / padding  (0) 2015.09.24
css body background  (0) 2015.09.22
css selector  (0) 2015.09.14
css 관련  (4) 2015.09.08
css box model  (0) 2014.05.15
Posted by 구차니
Programming/web 관련2015. 9. 17. 13:39


[링크 : http://browsershots.org/] 브라우저 버전별

[링크 : http://troy.labs.daum.net/] 해상도별

    [링크 : http://nassjz.tistory.com/47]

'Programming > web 관련' 카테고리의 다른 글

HTML5 video player 720p/1080p 재생여부  (0) 2016.01.13
ssi(Server Side Includes)  (0) 2015.12.09
웹 서버별 특징  (0) 2015.09.11
DASH - Dynamic Adaptive Streaming over HTTP  (0) 2015.09.11
웹소켓(websocket)  (0) 2015.01.07
Posted by 구차니

으흐흐 이걸로 티스토리 스킨을 꾸며봐야지 ㅋㅋㅋ

(이제와서 이런거 공부하면서 뿌듯해 하는 노인 1인 ㅋㅋㅋ)


[링크 : http://www.w3schools.com/html/tryit.asp?filename=tryhtml_lists_menu]

[링크 : http://www.w3schools.com/html/html_lists.asp]

'Programming > javascript & HTML' 카테고리의 다른 글

html5 live video streaming...  (0) 2015.11.23
div span 블럭구조 및 원형테두리  (0) 2015.09.23
<link> 관련 약어 정리  (0) 2015.09.14
node.js / angular.js ...  (0) 2015.09.11
html5  (0) 2015.09.10
Posted by 구차니
Programming/css2015. 9. 14. 11:32

엇.. css에서 >는 연산자가 맞긴한데.. 비교가 아니었구나

div > p는 div 하위의 p 에 대해서 css를 적용한다 라는 의미

즉, div 안에서 쓰는 p와 그냥 p를 서로 다르게 줄 수 있다는 것


element,element div, p Selects all <div> elements and all <p> elements 1

element element div p Selects all <p> elements inside <div> elements 1

element>element div > p Selects all <p> elements where the parent is a <div> element 2

element+element div + p Selects all <p> elements that are placed immediately after <div> elements 2

element1~element2 p ~ ul Selects every <ul> element that are preceded by a <p> element


[링크 : http://www.w3schools.com/cssref/css_selectors.asp]


tag

{

property: value value2 value3;

}

[링크 : http://www.w3schools.com/cssref/default.asp]

'Programming > css' 카테고리의 다른 글

css body background  (0) 2015.09.22
CSS / JS 파일 용량 줄이기  (0) 2015.09.18
css 관련  (4) 2015.09.08
css box model  (0) 2014.05.15
크롬과 IE에서 CSS 차이점 - body / background-color  (2) 2011.03.09
Posted by 구차니

href = Hypertext REFerence

rel = RELation

type


<head>

    <link rel="stylesheet" type="text/css" href="./style.css" />

</head>


[링크 : http://www.w3schools.com/tags/tag_link.asp]

'Programming > javascript & HTML' 카테고리의 다른 글

div span 블럭구조 및 원형테두리  (0) 2015.09.23
ul / li로 메뉴 꾸미기  (0) 2015.09.16
node.js / angular.js ...  (0) 2015.09.11
html5  (0) 2015.09.10
html event  (0) 2015.09.10
Posted by 구차니
Programming/web 관련2015. 9. 11. 14:44

nginx의 경우 FPU가 있으면 crypto 에 강하지만 없으면 으앙 쥬금이라고 하는데..

다른 서버들은.. crypto를 그럼.. FPU를 안쓰는 건 아닐테고.. 벤치마크가 필요할 듯.

[링크 : http://unix.stackexchange.com/questions/39578/webserver-for-embedded-linux]


nginx

lighttpd

monkey

cherokee

hiawatha

+ goahead

[링크 : https://www.linux.com/../807641-which-light-weight-open-source-web-server-is-right-for-you]


ARM926 에도.. option 항목으로 FPU가 있으나

지금까지 본 녀석들 중에는.. VFP나 FPU 내장된 ARM9 계열은 없었던거 같으니..

크게 기대는 말자..

[링크 : https://www.arm.com/products/processors/classic/arm9/arm926.php]


apache / lighttpd / nginx 벤치마크

[링크 : http://wiki.dreamhost.com/Web_Server_Performance_Comparison]

'Programming > web 관련' 카테고리의 다른 글

ssi(Server Side Includes)  (0) 2015.12.09
홈페이지 검증  (0) 2015.09.17
DASH - Dynamic Adaptive Streaming over HTTP  (0) 2015.09.11
웹소켓(websocket)  (0) 2015.01.07
html / input type radio에서의 reset 처리  (0) 2015.01.06
Posted by 구차니