Project

General

Profile

Links » History » Version 44

Greg Burri, 11/15/2010 11:48 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 42 Greg Burri
* "Mersenne Twister Random Number Generator":http://www-personal.umich.edu/~wagnerr/MersenneTwister.html
17 29 Greg Burri
18 41 Greg Burri
h2. Sockets and networks
19
20
* "Beej's Guide to Network Programming":http://beej.us/guide/bgnet/
21
22 35 Greg Burri
h2. Design
23
24 38 Greg Burri
* "Service locator pattern":http://gameprogrammingpatterns.com/service-locator.html
25
* "Introduction to Design Patterns in C++ with Qt4":http://cartan.cas.suffolk.edu/oopdocbook/html/
26 35 Greg Burri
27 29 Greg Burri
h2. Qt
28
29
* "Qt 4.5":http://doc.trolltech.com/4.5/index.html
30 6 Greg Burri
31 22 Greg Burri
h2. Memory management
32
33
* http://lwn.net/Articles/250967/
34 27 Greg Burri
* "Anatomy of a program in memory":http://duartes.org/gustavo/blog/post/anatomy-of-a-program-in-memory
35 22 Greg Burri
36 2 Greg Burri
h2. Git - Revision control
37 1 Greg Burri
38 3 Greg Burri
* "Book 'Pro Git'":http://progit.org/book/
39 28 Greg Burri
* "Git manual":http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
40 13 Greg Burri
41 18 Greg Burri
h2. Text indexing 
42
43 19 Greg Burri
* "Search engine":http://en.wikipedia.org/wiki/Index_%28search_engine%29
44
45 34 Greg Burri
h2. Icon resource 
46
47
* "Fatcow":http://www.fatcow.com/free-icons/index.bml
48
49 44 Greg Burri
h2. Inno Setup
50
51
* "Doc":http://www.jrsoftware.org/ishelp/
52
* "Preprocessor doc":http://www.jrsoftware.org/ispphelp/index.php
53
54 16 Greg Burri
h2. Similar softwares
55 11 Greg Burri
56 40 Greg Burri
* "OneSwarm":http://oneswarm.cs.washington.edu/ (Java)
57
* "Lanshark":http://lanshark.29a.ch/en/Development.html (Python)
58
* "Alliance P2P":http://www.alliancep2p.com/ (Java)
59
* "RetroShare":http://retroshare.sourceforge.net/ (C++ / Qt)
60
* "DC++":http://dcplusplus.sourceforge.net/ (C++)
61 43 Greg Burri
* "ApexDC":http://www.apexdc.net/
62 16 Greg Burri
* "RevConnect":http://www.revconnect.com/ (DC++ based)
63 40 Greg Burri
* "p300":http://p300.eu/ (Java)