RGTest.cpp . JPEG 를 메모리에서 처리할때 문제.

python socket server test

simple example from socket import * tcpSock = socket(AF_INET, SOCK_STREAM) tcpSock.bind(('',7000)) tcpSock.listen(5) while True: con, addr = tcpSock.accept() print "connected..." , addr data = con.recv(1024) print ' '.join("{02x}".format(ord(c)) for c in data) data[0] = '\x06' con.send(data) con.close() tcpSock.close() more complex

python serial 통신

* http://stackoverflow.com/questions/4040151/python-serial-port * http://pinkwink.kr/566 pyserial 설치 easy_install pyserial 혹은 pip install pyserial serial 통신 import serial ser = serial.Serial('com13', 9600, timeout = 5) # ser = = serial.Serial(13,9600) ser.read(100) d2 = ('\x02' , '\x30', '\x31', '\x35', '\x31', '\x36', '\x36' , '\x32', '\x36' , '\x03', '\x00') ser.write(''.join(d2)) ser.close()

C# PrintWindow 테스트

가려지거나 숨겨진 창을 스크린 캡쳐하는 PrintWindow 테스트 PrintWindow 의 마지막 인자 "0" 을 "1" 로 바꾸면 창의 경계(border)없이 client area 만 캡쳐된다.

python socket client rev test

python. watchdog 을 이용한 로그생성. ftp 전송

이미지를 두개의 컴퓨터에 동일하게 유지하여야하는 문제. 포트도 마음대로 쓸 수 없고, 클라이언트단의 방화벽이 어떻게 될 지 몰라 python으로 어영부영 만듬.
이미지
위 파트도 자신있지만,  아래 파트가 더 자신있다. . .하시는분은 아래 하세요. --상촌성당 합창 지휘자

떠나는 H

5년간 잘버텄다.  그동안 고생했다.  잘 대해주지 못해 미안해다. 네가오고 수술하고. 네가가니 완치구나. 보스에게 받은 상처를 네게 쏟아부었던게 후회된다. 다른데가서 몸건강히 잘먹고 잘 살아라.

잘 안써진다

renpy class 상속