Changes between Version 240 and Version 241 of members/GRIP-UQAM
- Timestamp:
- Apr 13, 2017, 11:26:06 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v240 v241 23 23 ==== File synchronization and sharing ==== 24 24 ===== WebDAV ===== 25 * https://en.wikipedia.org/wiki/WebDAV 26 * https://en.wikipedia.org/wiki/SabreDAV 25 * [WikiPedia:WebDAV] 26 * [WikiPedia:SabreDAV] 27 * [https://github.com/mar10/wsgidav mar10/wsgidav] WsgiDAV is a generic WebDAV server written in Python and based on WSGI. 27 28 ====== Symbolic links ====== 28 * keyword: symbolic link web dav29 * keyword: [Google:symbolic+link+web+dav] 29 30 ===== File synchronization / Git ===== 30 31 * [DebianPackage:sparkleshare] [https://en.wikipedia.org/wiki/SparkleShare Wikipedia] [https://doc.ubuntu-fr.org/sparkleshare ubuntu-fr] [https://sparkleshare.org/ sparkleshare.org] … … 270 271 * [https://conan.io/ conan.io] C/C++ package manager 271 272 * //[http://linuxfr.org/users/rewind/journaux/adieu-biicode-bonjour-conan Adieu Biicode, bonjour Conan]// 2016. 273 274 * [WikiPedia:POCO_C%2B%2B_Libraries] [[(Image(https://qa.debian.org/cgi-bin/popcon-png?packages=libpoco-dev%20libpococrypto46%20libpocodata46%20libpocomongodb46%20libpocodatamysql46%20libpocodataodbc46%20libpocodatasqlite46%20libpocofoundation46%20libpoconet46%20libpoconetssl46%20libpocoutil46%20libpocoxml46%20libpocozip46&show_installed=on&want_legend=on&want_ticks=on&date_fmt=%25Y-%25m&beenhere=1, 3%, link=https://packages.qa.debian.org/p/poco.html)]] """The POrtable COmponents (POCO) C++ Libraries are computer software, a set of class libraries for developing computer network-centric, portable applications in the programming language C++. The libraries cover functions such as threads, thread synchronizing, file system access, streams, shared libraries and class loading, Internet sockets, and network communications protocols (HTTP, FTP, SMTP, etc.), and include an HTTP server, and an XML parser with SAX2 and DOM interfaces and SQL database access. The modular and efficient design and implementation makes the libraries well suited for embedded system development.""" 272 275 == D (dlang) Programming == 273 276 === Event Dispatcher (Mediator Pattern) ===