'잡동사니'에 해당되는 글 12932건

  1. 2011.06.09 glGenLists
  2. 2011.06.09 AIX 메뉴얼
  3. 2011.06.09 NTSC이 프레임이 29.97인 이유
  4. 2011.06.09 도메인 메일과 연결하기 2
  5. 2011.06.09 계륵 2
  6. 2011.06.08 GuaPDF - 암호 해제
  7. 2011.06.08 NUT / winNUT
  8. 2011.06.08 UPSMON + PRTK code
  9. 2011.06.07 UPS RS-232 케이블 결선도
  10. 2011.06.07 motd - Message of The Day
Programming/openGL2011. 6. 9. 20:55
openGL에서 List는 일련의 명령어들을 저장해 놓는 기능을 한다(고 한다)

glGenLists() 를 통해 배열을 만들고
glNewList() 와 glEndList() 사이의 gl 명령어들을 저장한다.
그리고 리스트는 glCallList()를 통해 사용한다.
New가 있으면 Delete가 있듯, glDeleteLists()로 생성한 List를 삭제하면 된다.

이러한 list에는 상태관련 명령어는 들어가지 못한다.

Remember that you cannot place any client state commands in the display list, therefore,glEnableClientState()glVertexPointer() and glNormalPointer() should not be included in the display list.

[링크 : http://www.songho.ca/opengl/gl_displaylist.html] 
 

Some OpenGL commands cannot be stored in a display list; for example: 
 
glColorPointer() 
glDeleteLists() 
glDisableClientState() 
glFlush() 
glGenLists() 
glGet*() 
glNormalPointer() 
glPixelStore() 
glReadPixels() 
 
-   Commands that set client state and commands that retrieve state values are executed immediately 
-   Calling glNewList within a glNewList / glEndList pair will generate an error
 
[링크 : http://www.movesinstitute.org/~mcdowell/mv4202/notes/lect9.pdf] 

[링크 : http://ivis.cwnu.ac.kr/wiki/index.php/MultipleViewport]

[링크 : http://www.opengl.org/sdk/docs/man/xhtml/glCallList.xml]
[링크 : http://www.opengl.org/sdk/docs/man/xhtml/glCallLists.xml]
  [링크 : http://www.opengl.org/sdk/docs/man/xhtml/glGenLists.xml] glGenLists
    [링크 : http://www.opengl.org/sdk/docs/man/xhtml/glNewList.xml] glNewList
    [링크 : http://www.opengl.org/sdk/docs/man/xhtml/glEndList.xml] glEndList
[링크 : http://www.opengl.org/sdk/docs/man/xhtml/glDeleteLists.xml]

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

webGL  (0) 2011.09.24
depth buffer  (0) 2011.09.02
glutIdleFunc  (0) 2011.05.13
openGL 좌표계  (0) 2011.05.06
openGL - DoF  (2) 2011.05.03
Posted by 구차니
Linux2011. 6. 9. 16:25
IBM 이 갑이제~


alog를 man 쳐봐도 안나오는 희한한 좌절스런 시스템 ㅠ.ㅠ

[링크 : http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.doc/doc/base/commandsreference.htm]

'Linux' 카테고리의 다른 글

grub 부팅 옵션 vga=771  (0) 2011.09.16
intel pro 1000 계열 리눅스 드라이버  (2) 2011.06.24
TSC - Time Stamp Counter  (0) 2011.06.05
zip 파일은 UTF-8을 지원안하려나?  (2) 2011.04.07
fstab  (4) 2011.03.22
Posted by 구차니
분류가 모호한 글2011. 6. 9. 10:47

결론은 NTSC 흑백 버전과 호환성을 위해 칼라정보를 따로 넣고
간섭을 줄이기 위해 색상과 FM 소리 주파수를 띄우다 보니 30프레임이 못미치는 29.97fps가 나왔다는 것

The "compatible color" standard retained full backward compatibility with existing black-and-white television sets. Color information was added to the black-and-white image by adding a color subcarrier of 4.5 × 455/572 = 315/88 MHz (approximately 3.58 MHz) to the video signal. To reduce the visibility of interference between the chrominance signal and FM sound carrier required a slight reduction of the frame rate from 30 frames per second to 30/1.001 (approximately 29.97) frames per second, and changing the line frequency from 15,750 Hz to 15,750/1.001 Hz (approximately 15,734.26 Hz).

[링크 : http://en.wikipedia.org/wiki/NTSC]
 

개정된 표준안은 이전의 흑백 텔레비전 수상기와 완벽하게 호환되도록 하였으며 추가된 색상 정보는 흑백 영상 신호에 3.58 MHz 의 색상 부반송파를 추가하는 방식으로 포함되었다. 색상 부반송파가 추가됨에 따라 기술 상의 문제로 인해 프레임 속도가 초당 30 프레임에서 29.97 프레임으로 약간 줄어들게 되었다.
 
[링크 : http://ko.wikipedia.org/wiki/NTSC]
 


'분류가 모호한 글' 카테고리의 다른 글

3ThreeGo  (0) 2011.06.29
dyndns.org 프로토콜 링크  (0) 2011.06.24
잉여력 충전 완료  (0) 2011.06.06
검색봇 막기  (0) 2011.06.05
자격증 - 기술사 / 기능장  (6) 2011.06.01
Posted by 구차니
아는 분이 도메인으로 이메일을 쓰시길래
신기해서 물어 봤더니 아래의 링크 투척!


[링크 : http://www.google.com/apps/intl/ko/group/index.html]

근데 이런거 까지 쓰게 되면.. 정말 도메인 계속 구매해야 하는거자나? ㅠ.ㅠ




다음 메일에서도 지원을 한다니까 신청을 하고 싶은 마음이 새록새록 -ㅁ-!


[링크 : http://www.bloter.net/archives/61940]
  [링크 : http://www.google.com/apps/intl/ko/business/index.html]
  [링크 : https://domains.live.com/]
[링크 : http://www.bloter.net/archives/63360

'개소리 왈왈 > 블로그' 카테고리의 다른 글

도메인으로 다음메일 연결하기  (2) 2011.06.12
블로그 minimonk.net 도메인 연결!  (0) 2011.06.12
계륵  (2) 2011.06.09
내 블로그는 영어가 아니라고 -_-  (8) 2010.12.25
크롬이 불여우를 제끼다  (8) 2010.12.21
Posted by 구차니
생각치도 못하고 내용도 제대로 보질 않았는데
당첨이 되었다 -ㅁ-!


공지에서 찾아봤는데 없길래 에잉~ 하고 있었는데
메일이 와서 의아해 하다가 1년 짜리목록에 헉 -ㅁ-!
[링크 : http://notice.tistory.com/1647]

아무튼.. 6월 30일이라고 하니 20일 밖에 안남았고
쓸까 말까 하는데 하면은 웬지 1년 이후에 계속 등록해야 할것 같고.. 아악! 
Posted by 구차니
파일방2011. 6. 8. 15:31

데모 버전의 경우 몇 라인 제한이 있는듯
(실행해보니 이미지가 사라지고, 레이아웃이 깨짐)


[링크 : http://www.guapdf.com/]


특이한 사항은 CUDA를 지원한다는 것 
부르트포스(brute force)로 조낸 돌리는건가?

우측에 NVIDIA CUDA support의 압박! 
 

'파일방' 카테고리의 다른 글

joy2key  (8) 2011.08.17
케이블 결선도  (0) 2011.06.25
rainymood 다운로드  (2) 2011.04.14
mediainfo  (0) 2011.02.03
nTune -> NVIDIA SYSTEM TOOL  (0) 2011.01.21
Posted by 구차니
하드웨어/UPS2011. 6. 8. 15:14
1+1 느낌이긴한데.. 설정을 할줄 몰라서 후우...

참.. 별별넘들을 다 끌어 오는군 -_-
그나저나.. msys는 이제 거의 모든 오픈소스 프로젝트의 기본 포함품이 된듯?

[링크 : http://www.networkupstools.org/]
[링크 : http://csociety.ecn.purdue.edu/~delpha/winnut/

현재 보유한 UPS는 powercom 사의 제품인데,
이 제품에 대한 nut의 설정내용은 다음과 같다.
[링크 : http://manpages.ubuntu.com/manpages/hardy/man8/powercom.8.html

'하드웨어 > UPS' 카테고리의 다른 글

UPSMON + PRTK code  (0) 2011.06.08
UPS RS-232 케이블 결선도  (0) 2011.06.07
ups 관련 데몬  (0) 2011.06.05
Posted by 구차니
하드웨어/UPS2011. 6. 8. 13:59

RE: PRTK code za DCM BNT-600AP UPS
Uz moj C-Lion je do?ao free software sa CD keyom koji je free.
 
Program se zove WinPower, a CD key je na svakoj kutiji UPS-a isti:
http://www.ups-software-download.com/winpower.htm
 
SN: 511C1-01220-0100-478DF2A
 
Dobije? ga u PDF-u također. Vjerovatno su na?i otkupili program, ili je free, kad se dila uz UPS.
 
PS - Probaj za UPSMON moj partcode: GPSER11201RU
 
[링크 : http://www.bug.hr/forum/topic/kucista-napajanja/prtk-code-dcm-bnt-600ap-ups/50312.aspx]
 


PRTK Code
The PRTK is used to determine the type of UPS to be monitored, the code to be entered can be
located on the UPS. 
 
UPS Serial number
The UPS have unique serial numbers, this number used to identify the UPS. Enter the serial
number as printed on the UPS identification label. This field is important for the correct
operation with Teleservice program
 
[링크 : http://www.ups-technet.com/areaftp/manuals/Users%20Manual%204.2A.pdf
 

UPSMON
setup 화면


viewer 화면

 


'하드웨어 > UPS' 카테고리의 다른 글

NUT / winNUT  (0) 2011.06.08
UPS RS-232 케이블 결선도  (0) 2011.06.07
ups 관련 데몬  (0) 2011.06.05
Posted by 구차니
하드웨어/UPS2011. 6. 7. 16:49
결론은 크로스 케이블?



DB-25
DB-9 Name EIA CCITT DTE-DCE Description
Pin # Pin #
1 FG AA 101 --- Frame Ground/Chassis GND
2 3 TD BA 103 ---> Transmitted Data, TxD
3 2 RD BB 104 <--- Received Data, RxD
4 7 RTS CA 105 ---> Request To Send
5 8 CTS CB 106 <--- Clear To Send
6 6 DSR CC 107 <--- Data Set Ready
7 5 SG AB 102 ---- Signal Ground, GND
8 1 DCD CF 109 <--- Data Carrier Detect
9 -- -- - - Positive DC test voltage
10 -- -- - - Negative DC test voltage
11 QM -- - <--- Equalizer mode
12 SDCD SCF 122 <--- Secondary Data Carrier Detect
13 SCTS SCB 121 <--- Secondary Clear To Send
14 STD SBA 118 ---> Secondary Transmitted Data
15 TC DB 114 <--- Transmitter (signal) Clock
16 SRD SBB 119 <--- Secondary Receiver Clock
17 RC DD 115 ---> Receiver (signal) Clock
18 DCR -- - <--- Divided Clock Receiver
19 SRTS SCA 120 ---> Secondary Request To Send
20 4 DTR CD 108.2 ---> Data Terminal Ready
21 SQ CG 110 <--- Signal Quality Detect
22 9 RI CE 125 <--- Ring Indicator
23 -- CH 111 ---> Data rate selector
24 -- CI 112 <--- Data rate selector
25 TC DA 113 <--- Transmitted Clock
Pin Assignment for the Serial Port (RS-232C), 25-pin and 9-pin
 

[링크 : http://www.linuxjunkies.org/html/UPS-HOWTO.html#ss6.3]

apcsmart
An APCSmart UPS and its computer communicate through an RS232C serial connection. They use it as a character channel (2400bps, 8 data bits, 1 stop bit, no parity) and pass commands back and forth in a primitive language resembling modem-control codes. The different APC UPSes all use closely related firmware, so the language doesn't vary much (later versions add more commands). This class of UPS is in decline, rapidly being replaced in APC's product line by USB UPSes.
 

'하드웨어 > UPS' 카테고리의 다른 글

NUT / winNUT  (0) 2011.06.08
UPSMON + PRTK code  (0) 2011.06.08
ups 관련 데몬  (0) 2011.06.05
Posted by 구차니
Linux/Ubuntu2011. 6. 7. 16:18
Message of The Day
오늘의 메시지로 번역하면 되려나?

로그인 시에는
/etc/issue 라는 파일과
추가적으로 /etc/motd /etc/motd.tail 파일이 붙어서 화면에 출력이 된다.

하지만 어떠한 이유(아마도 apt-get으로 강제 업데이트 해서겠지?)로 인해
이러한 내용이 엉겨서 더이상 업데이트 할 내용이 없음에도 불구하고 계속 나온다면
motd 파일을 손을 보는 것이 현명한(?) 방법이다.

로그인 시에 이렇게 나오는데
Linux dev 2.6.32-32-generic #62-Ubuntu SMP Wed Apr 20 21:54:21 UTC 2011 i686 GNU/Linux
Ubuntu 10.04.2 LTS

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

Ubuntu 10.04.2 LTS

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

48 packages can be updated.
28 updates are security updates.

Last login: Tue Jun  7 13:24:08 2011 from 192.168.10.15 

이 파일의 내용은 /etc/motd 와 /etc/motd.tail 에 둘다 포함되어 있다.
motd를 지워도 motd.tail이 계속 붙으므로
motd.tail의 내용을 비워주면 이러한 내용이 붙지 않게 된다. 

[링크 : http://www.ubuntu.or.kr/viewtopic.php?p=1070]
[링크 : http://www.ubuntugeek.com/how-to-change-message-of-the-day-motd-in-ubuntu-server.html]

'Linux > Ubuntu' 카테고리의 다른 글

ubuntu 에서 openGL 프로그래밍하기  (0) 2011.09.07
update-manager  (0) 2011.06.21
apt-get 관련  (0) 2011.06.05
PAE - Physical Address Extension  (0) 2011.05.08
멀티부트 상황에서 시간변동 바로잡기  (0) 2011.04.15
Posted by 구차니