파일방2011. 12. 23. 15:20
scroll lock을 mute로 하려니 리부팅 하라고 하는군 -_-



[링크 : http://qaos.com/article.php?sid=2579]
    [링크 : http://webpages.charter.net/krumsick/]

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

wing commander privateer  (0) 2012.09.26
ghost explorer(고스트 익스플로러)  (0) 2012.04.23
VPN 관련 오픈소스  (0) 2011.12.07
EDID Manager  (4) 2011.12.05
gSOAP  (0) 2011.11.09
Posted by 구차니
파일방2011. 12. 7. 00:18
openVPN (openVPN)
poptop (PPTP) 
openl2tp (L2TP) 

openVPN은 PPTP나 L2TP를 지원하지 않고 user level에서 지원하는 VPN이며
PPTP나 L2TP는 커널레벨에서 지원이 되어야 하는 녀석들이다.

[링크 : http://openvpn.net/ ]
[링크 : http://poptop.sourceforge.net/
[링크 : http://www.openl2tp.org/

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

ghost explorer(고스트 익스플로러)  (0) 2012.04.23
keytweak  (0) 2011.12.23
EDID Manager  (4) 2011.12.05
gSOAP  (0) 2011.11.09
Intel VTune Amplifier XE / AMD CodeAnalyst Performance Analyzer / Nvidia Parallel Nsight  (0) 2011.11.09
Posted by 구차니
파일방2011. 12. 5. 15:47
EDID 값을 보는건데 예전에 써본 EDID Viewer 보다는 백배 정도 좋은듯




[링크 : http://www.extron.com/download/software.aspx?material=2&id=E]
    [링크 : http://www.extron.com/download/dltrack.aspx?file=EDID_ManagerV1x0.exe&id=38772] << 다운로드
2011/09/12 - [파일방] - EDID Viewer / Reporter

 

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

keytweak  (0) 2011.12.23
VPN 관련 오픈소스  (0) 2011.12.07
gSOAP  (0) 2011.11.09
Intel VTune Amplifier XE / AMD CodeAnalyst Performance Analyzer / Nvidia Parallel Nsight  (0) 2011.11.09
MeshLab  (0) 2011.10.18
Posted by 구차니
파일방2011. 11. 9. 15:45
XML 파일은 soap을 분석하여 파싱을 하고
처리용으로 구분하여 c/c++ 파일을 생성해주는 프로그램이다.

$ wsdl
Web Services Description Language Utility
Mono Framework v2.0.50727.1433
wsdl [options] {path | URL} {path | URL} ...

   -d, -domain:domain           Domain of username for server authentication.
   -l, -language:language       Language of generated code. Allowed CS (default)
                                and VB. You can also specify the fully qualified
                                name of a class that implements the
                                System.CodeDom.Compiler.CodeDomProvider Class.
   -n, -namespace:ns            The namespace of the generated code, default
                                namespace if none.
   -nologo                      Surpress the startup logo.
   -o, -out:filename            The target file for generated code.
   -p, -password:pwd            Password used to contact the server.
   -protocol:protocol           Protocol to implement. Allowed: Soap (default),
                                HttpGet or HttpPost.
   -fields                      Generate fields instead of properties in data
                                classes.
   -server                      Generate server instead of client proxy code.
   -u, -username:username       Username used to contact the server.
   -proxy:url                   Address of the proxy.
   -pu, -proxyusername:username Username used to contact the proxy.
   -pp, -proxypassword:pwd      Password used to contact the proxy.
   -pd, -proxydomain:domain     Domain of username for proxy authentication.
   -urlkey, -appsettingurlkey:key Configuration key that contains the default
                                url for the generated WS proxy.
   -baseurl, -appsettingbaseurl:url Base url to use when constructing the
                                service url.
   -sample:[binding/]operation  Display a sample SOAP request and response.
   -?                           Display this message

Options can be of the forms  -option, --option or /option 

$ wsdl2h

**  The gSOAP WSDL parser for C and C++ 1.2.9l
**  Copyright (C) 2000-2007 Robert van Engelen, Genivia Inc.
**  All Rights Reserved. This product is provided "as is", without any warranty.
**  The gSOAP WSDL parser is released under one of the following two licenses:
**  GPL or the commercial license by Genivia Inc. Use option -l for more info.

Cannot open file 'typemap.dat'
Problem reading type map file typemap.dat.
Using internal type definitions for C++ instead. 


우분투에서는 굳이 소스로 설치할 필요 없이 gsoap 패키지를 설치하면 되며 실행명은 wsdl 이다.

[링크 : http://www.cs.fsu.edu/~engelen/soap.html]
    [링크 : http://www.cs.fsu.edu/~engelen/soapmain.html#howto]
[링크 : http://packages.ubuntu.com/lucid/gsoap]

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

VPN 관련 오픈소스  (0) 2011.12.07
EDID Manager  (4) 2011.12.05
Intel VTune Amplifier XE / AMD CodeAnalyst Performance Analyzer / Nvidia Parallel Nsight  (0) 2011.11.09
MeshLab  (0) 2011.10.18
input director  (0) 2011.10.05
Posted by 구차니
파일방2011. 11. 9. 12:09
Intel꺼는 유료인듯 하고
AMD꺼는 링크 깨졌고 -_-
Nvidia꺼는 Visual Studio Plug-in 이었던걸로 기억을 하는데

하드웨어 프로파일링용 툴들이 점점 비쥬얼 하기 나와서 좋은듯

Intel VTune


AMD CodeAnalyst


Nvidia Nsight


[링크 : http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/]
[링크 : http://www.amddevcentral.com/tools/CodeAnalyst/Pages/default.aspx]
[링크 : http://developer.nvidia.com/nvidia-parallel-nsight]
[링크 : http://zupet.tistory.com/270]

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

EDID Manager  (4) 2011.12.05
gSOAP  (0) 2011.11.09
MeshLab  (0) 2011.10.18
input director  (0) 2011.10.05
빵집 64bit 탐색기 메뉴(context-menu) 오류 문제점  (0) 2011.09.13
Posted by 구차니
파일방2011. 10. 18. 23:42
vertex normal을 뒤지다가 나온 3d를 mesh로 저장하는 라이브러리 / 프로그램이다.
여러가지 확장자를 지원해서 좋아 보이긴 한데 어떨런지..

Input/output in many formats:
  • import:PLY, STL, OFF, OBJ, 3DS, COLLADA, PTX, V3D, PTS, APTS, XYZ, GTS, TRI, ASC, X3D, X3DV, VRML, ALN
  • export:PLY, STL, OFF, OBJ, 3DS, COLLADA, VRML, DXF, GTS, U3D, IDTF, X3D
[링크 : http://meshlab.sourceforge.net/]
Posted by 구차니
파일방2011. 10. 5. 22:44
synergy와 비슷한 류의 프로그램인데 윈도우 전용이고,
개인용으로는 무료, 상업적으로는 개발자와 연락해서 거래를 해야 하는듯


[링크 : http://www.inputdirector.com/]
Posted by 구차니
파일방2011. 9. 13. 09:40
흐음.. 몰랐는데..
32bit와 64bit 사이에 레지스트리 차이가 꽤나 큰듯

Build2270은 버전 4.0 두 번째 릴리즈입니다.

첫 릴리즈(Build2262)에서는 탐색기메뉴에서 RAR파일을 인식하지 못하는 버그가 있었는데 그 문제를 Build2270에서 수정했습니다.

다음은 현재 개선 중인 문제들입니다.

1. 일본어 등 외국어로 된 Zip 파일등 언어 문제
2.
64비트 Windows에서 탐색기메뉴 문제
3. WinZip 등에서 만들어진 Zip 파일 호환성 문제

빵집을 비롯하여 몇몇 압축유틸리티에 보안취약성이 발견되는 바람에 위 문제들을 마무리하지 못한 채로 버전4를 공개하게 되었습니다.
서두르기 보다는 확실하고 안전하게 작업할 생각입니다.
 

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


예전에 엑셀2007 창 두개 띄우기 이런것에서도 꽤나 구조가 달라서 고생했는데 -ㅁ- 

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

MeshLab  (0) 2011.10.18
input director  (0) 2011.10.05
EDID Viewer / Reporter  (0) 2011.09.12
cd/dvd 여러개 동시에 굽기  (0) 2011.09.08
joy2key  (8) 2011.08.17
Posted by 구차니
파일방2011. 9. 12. 23:14
거창한 것에 비하면 별 설정이나 내용도 없는 녀석 -_-
레지스트리에 저장된 EDID를 읽어오는 녀석이라, 내 것의 경우에는
레지스트리에 저장이 된게 없어서 전부 쓰레기값만 들어있다.



[링크 : http://forum.iz3d.com/viewtopic.php?t=2609&sid=d38e8fb2459223e31cb0a29beb8d0735]
    [링크 : http://www.eldim.fr/products/display-controller/fpdlite/edidviewer.zip]

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

input director  (0) 2011.10.05
빵집 64bit 탐색기 메뉴(context-menu) 오류 문제점  (0) 2011.09.13
cd/dvd 여러개 동시에 굽기  (0) 2011.09.08
joy2key  (8) 2011.08.17
케이블 결선도  (0) 2011.06.25
Posted by 구차니
파일방2011. 9. 8. 14:21
infrarecoder에는 하나의 레코더만 구울수 있어서 대략 좌절하다가
문서를 검색해보니 역시.. nero가 진리인것 같기도 하고..

Burn With Alcohol 120%
Burn With ImgBurn
Burn With Nero

[링크 : http://www.ehow.com/how_6951529_burn-iso-image-multiple-cds.html]


ImgBurn은 freeware라는데 라이센스를 조금 더 찾아봐야할듯.. 
---
2011.09.09 추가
머 Freeware 라니까 마음대로 써도 될 듯!

 
---
2011.10.27 추가

리눅스용으로 turbojet GUI 라는 녀석이 있다는데..
여러개의 cd-writer를 구울수는 있지만, 동시에 구워지는건 맞나???



[링크 : http://www.techrepublic.com/blog/doityourself-it-guy/diy-burn-multiple-cds-at-a-time-on-the-cheap/112]
[링크 : http://turbojet.sourceforge.net/]

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

빵집 64bit 탐색기 메뉴(context-menu) 오류 문제점  (0) 2011.09.13
EDID Viewer / Reporter  (0) 2011.09.12
joy2key  (8) 2011.08.17
케이블 결선도  (0) 2011.06.25
GuaPDF - 암호 해제  (0) 2011.06.08
Posted by 구차니