Project

General

Profile

Links » History » Version 47

Greg Burri, 04/21/2011 07:41 AM

1 1 Greg Burri
h1. Links
2
3 45 Greg Burri
4 20 Greg Burri
h2. Doxygen
5
6
* "Doxygen documentation":http://www.stack.nl/~dimitri/doxygen/docblocks.html
7
8 16 Greg Burri
h2. C++
9 6 Greg Burri
10 39 Greg Burri
* "C++ Reference 1":http://www.cppreference.com/wiki/
11
* "C++ Reference 2":http://www.cplusplus.com/reference/
12 25 Greg Burri
* "C++ Exceptions: Prons and cons":http://www.codeproject.com/KB/cpp/cppexceptionsproetcontra.aspx
13 26 Greg Burri
* "Some problems in C++":http://www.gotw.ca/gotw/
14 30 Greg Burri
* "C++ Style and Technique FAQ":http://www.research.att.com/~bs/bs_faq2.html
15 33 Greg Burri
* "C++ FAQ Lite":http://www.parashift.com/c++-faq-lite/index.html
16 1 Greg Burri
* "Protobuf":http://code.google.com/apis/protocolbuffers/docs/overview.html
17 42 Greg Burri
* "Mersenne Twister Random Number Generator":http://www-personal.umich.edu/~wagnerr/MersenneTwister.html
18 29 Greg Burri
19 41 Greg Burri
h2. Sockets and networks
20
21
* "Beej's Guide to Network Programming":http://beej.us/guide/bgnet/
22 47 Greg Burri
* "Boost socket performance on Linux":http://www.ibm.com/developerworks/linux/library/l-hisock.html
23 41 Greg Burri
24 35 Greg Burri
h2. Design
25
26 38 Greg Burri
* "Service locator pattern":http://gameprogrammingpatterns.com/service-locator.html
27
* "Introduction to Design Patterns in C++ with Qt4":http://cartan.cas.suffolk.edu/oopdocbook/html/
28 35 Greg Burri
29 29 Greg Burri
h2. Qt
30
31 46 Greg Burri
* "Qt 4.7":http://doc.trolltech.com/4.7/index.html
32 6 Greg Burri
33 22 Greg Burri
h2. Memory management
34
35
* http://lwn.net/Articles/250967/
36 27 Greg Burri
* "Anatomy of a program in memory":http://duartes.org/gustavo/blog/post/anatomy-of-a-program-in-memory
37 22 Greg Burri
38 2 Greg Burri
h2. Git - Revision control
39 1 Greg Burri
40 3 Greg Burri
* "Book 'Pro Git'":http://progit.org/book/
41 28 Greg Burri
* "Git manual":http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
42 13 Greg Burri
43 18 Greg Burri
h2. Text indexing 
44
45 19 Greg Burri
* "Search engine":http://en.wikipedia.org/wiki/Index_%28search_engine%29
46
47 34 Greg Burri
h2. Icon resource 
48
49
* "Fatcow":http://www.fatcow.com/free-icons/index.bml
50
51 44 Greg Burri
h2. Inno Setup
52
53
* "Doc":http://www.jrsoftware.org/ishelp/
54
* "Preprocessor doc":http://www.jrsoftware.org/ispphelp/index.php
55
56 16 Greg Burri
h2. Similar softwares
57 11 Greg Burri
58 40 Greg Burri
* "OneSwarm":http://oneswarm.cs.washington.edu/ (Java)
59
* "Lanshark":http://lanshark.29a.ch/en/Development.html (Python)
60
* "Alliance P2P":http://www.alliancep2p.com/ (Java)
61
* "RetroShare":http://retroshare.sourceforge.net/ (C++ / Qt)
62
* "DC++":http://dcplusplus.sourceforge.net/ (C++)
63 43 Greg Burri
* "ApexDC":http://www.apexdc.net/
64 16 Greg Burri
* "RevConnect":http://www.revconnect.com/ (DC++ based)
65 40 Greg Burri
* "p300":http://p300.eu/ (Java)