Project

General

Profile

Links » History » Version 40

Greg Burri, 04/13/2010 11:41 AM

1 1 Greg Burri
h1. Links
2
3 20 Greg Burri
h2. Doxygen
4
5
* "Doxygen documentation":http://www.stack.nl/~dimitri/doxygen/docblocks.html
6
7 16 Greg Burri
h2. C++
8 6 Greg Burri
9 39 Greg Burri
* "C++ Reference 1":http://www.cppreference.com/wiki/
10
* "C++ Reference 2":http://www.cplusplus.com/reference/
11 25 Greg Burri
* "C++ Exceptions: Prons and cons":http://www.codeproject.com/KB/cpp/cppexceptionsproetcontra.aspx
12 26 Greg Burri
* "Some problems in C++":http://www.gotw.ca/gotw/
13 30 Greg Burri
* "C++ Style and Technique FAQ":http://www.research.att.com/~bs/bs_faq2.html
14 33 Greg Burri
* "C++ FAQ Lite":http://www.parashift.com/c++-faq-lite/index.html
15 1 Greg Burri
* "Protobuf":http://code.google.com/apis/protocolbuffers/docs/overview.html
16 29 Greg Burri
17 35 Greg Burri
h2. Design
18
19 38 Greg Burri
* "Service locator pattern":http://gameprogrammingpatterns.com/service-locator.html
20
* "Introduction to Design Patterns in C++ with Qt4":http://cartan.cas.suffolk.edu/oopdocbook/html/
21 35 Greg Burri
22 29 Greg Burri
h2. Qt
23
24
* "Qt 4.5":http://doc.trolltech.com/4.5/index.html
25 6 Greg Burri
26 22 Greg Burri
h2. Memory management
27
28
* http://lwn.net/Articles/250967/
29 27 Greg Burri
* "Anatomy of a program in memory":http://duartes.org/gustavo/blog/post/anatomy-of-a-program-in-memory
30 22 Greg Burri
31 2 Greg Burri
h2. Git - Revision control
32 1 Greg Burri
33 3 Greg Burri
* "Book 'Pro Git'":http://progit.org/book/
34 28 Greg Burri
* "Git manual":http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
35 13 Greg Burri
36 18 Greg Burri
h2. Text indexing 
37
38 19 Greg Burri
* "Search engine":http://en.wikipedia.org/wiki/Index_%28search_engine%29
39
40 34 Greg Burri
h2. Icon resource 
41
42
* "Fatcow":http://www.fatcow.com/free-icons/index.bml
43
44 16 Greg Burri
h2. Similar softwares
45 11 Greg Burri
46 40 Greg Burri
* "OneSwarm":http://oneswarm.cs.washington.edu/ (Java)
47
* "Lanshark":http://lanshark.29a.ch/en/Development.html (Python)
48
* "Alliance P2P":http://www.alliancep2p.com/ (Java)
49
* "RetroShare":http://retroshare.sourceforge.net/ (C++ / Qt)
50
* "DC++":http://dcplusplus.sourceforge.net/ (C++)
51 16 Greg Burri
* "RevConnect":http://www.revconnect.com/ (DC++ based)
52 40 Greg Burri
* "p300":http://p300.eu/ (Java)