2018. 6. 28.

WinGUp

자동업데이트툴

What is WinGup?
WinGup is a Generic Updater running under Windows environment. The aim of WinGup is to provide a ready to use and configurable updater which downloads a update package then installs it. By using cURL library and TinyXml module, WinGup is capable to deal with http protocol and process XML data.

http://wingup.org
https://github.com/gup4win/wingup

Client 예제
<?xml version="1.0" ?>
<GUPInput>
<Version>4.6</Version>
<InfoUrl>https://notepad-plus-plus.org/update/getDownloadUrl.php</InfoUrl>
<SoftwareName>Notepad++</SoftwareName>
<ClassName2Close>Notepad++</ClassName2Close>
<MessageBoxTitle isModal="no">Notepad++ update</MessageBoxTitle>
<SilentMode>yes</SilentMode>
</GUPInput>


Server 예제 ( http://notepad-plus-plus.org/update/getDownloadUrl.php )
<GUP>
<NeedToBeUpdated>yes</NeedToBeUpdated>
<Version>7.5.6</Version>
<Location>
http://notepad-plus-plus.org/repository/7.x/7.5.6/npp.7.5.6.Installer.exe
</Location>
</GUP>

2018. 5. 19.

VirtuaWin

http://virtuawin.sourceforge.net/


2018. 5. 17.

2018. 3. 10.

kdenlive

Kdenlive  동영상 편집 프로그램

https://kdenlive.org

2017. 10. 14.

XenServer

서버 가상화 플랫폼
https://xenserver.org/

2017. 9. 21.

A Byte of Python 무료책

https://github.com/Byte-of-Python-Korean-Translation/byte_of_python

A Byte of Python 한국어 번역(Korean Translation of A Byte of Python)

이 책의 원 저자는 Swaroop C H 입니다. 책의 영어 원문은 http://www.swaroopch.com/notes/python/ 에서 확인하실 수 있습니다.