파일방2012/04/23 23:06
라이센스는 잘모르겠음 -_-
아무튼 gho 확장자를 열어서 볼수있게 해주는 역활을 함.

[링크 :  http://blog.naver.com/ydcpeter/120133097245]

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

ghost explorer(고스트 익스플로러)  (0) 2012/04/23
keytweak  (0) 2011/12/23
VPN 관련 오픈소스  (0) 2011/12/07
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/23 15:20
scroll lock을 mute로 하려니 리부팅 하라고 하는군 -_-



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

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

ghost explorer(고스트 익스플로러)  (0) 2012/04/23
keytweak  (0) 2011/12/23
VPN 관련 오픈소스  (0) 2011/12/07
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 구차니
TAG keytweak

댓글을 달아 주세요

파일방2011/12/07 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
VPN 관련 오픈소스  (0) 2011/12/07
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/05 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
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
MeshLab  (0) 2011/10/18
Posted by 구차니

댓글을 달아 주세요

  1. 온김에 인사라도 남기고 싶은데 ...
    무슨말인지 모르겠으니까 ...
    그냥 그렇구나 ... 하고 가요 ㅋㅋㅋㅋㅋㅋ ^^

    2011/12/06 02:03 [ ADDR : EDIT/ DEL : REPLY ]
    • 그냥 그렇구나~ 그런거구나~ 하고 넘어 가시면되요 ㅋㅋㅋ

      2011/12/06 09:07 [ ADDR : EDIT/ DEL ]
  2. 구차니님 ! 추운데 감기 조심하세요 ~

    2011/12/06 02:03 [ ADDR : EDIT/ DEL : REPLY ]
    • 개띠라서 안티감기 버프인데
      목감기는 걸리네요 ㅋㅋ

      2011/12/06 09:07 [ ADDR : EDIT/ DEL ]

파일방2011/11/09 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
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
input director  (0) 2011/10/05
Posted by 구차니
TAG gsoap, WSDL

댓글을 달아 주세요

파일방2011/11/09 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
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
빵집 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/]

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

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
input director  (0) 2011/10/05
빵집 64bit 탐색기 메뉴(context-menu) 오류 문제점  (0) 2011/09/13
EDID Viewer / Reporter  (0) 2011/09/12
Posted by 구차니
TAG MeshLab

댓글을 달아 주세요

파일방2011/10/05 22:44
synergy와 비슷한 류의 프로그램인데 윈도우 전용이고,
개인용으로는 무료, 상업적으로는 개발자와 연락해서 거래를 해야 하는듯


[링크 : http://www.inputdirector.com/]
Posted by 구차니

댓글을 달아 주세요

파일방2011/09/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
빵집 64bit 탐색기 메뉴(context-menu) 오류 문제점  (0) 2011/09/13
EDID Viewer / Reporter  (0) 2011/09/12
cd/dvd 여러개 동시에 굽기  (0) 2011/09/08
joy2key  (4) 2011/08/17
Posted by 구차니

댓글을 달아 주세요

파일방2011/09/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
EDID Viewer / Reporter  (0) 2011/09/12
cd/dvd 여러개 동시에 굽기  (0) 2011/09/08
joy2key  (4) 2011/08/17
케이블 결선도  (0) 2011/06/25
Posted by 구차니

댓글을 달아 주세요