0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!DOCTYPE xbel>
|
|
3 |
<xbel version="1.0">
|
|
4 |
<folder folded="yes">
|
|
5 |
<title>Literate Programming</title>
|
|
6 |
<bookmark href="http://www.vivtek.com/litprog.html">
|
|
7 |
<title>Synopsis of Literate Programming</title>
|
|
8 |
</bookmark>
|
|
9 |
<bookmark href="http://vasc.ri.cmu.edu/old_help/Programming/Literate/literate.html">
|
|
10 |
<title>Literate Programming: Propaganda and Tools</title>
|
|
11 |
</bookmark>
|
|
12 |
<bookmark href="http://www.isy.liu.se/%7Eturbell/litprog/">
|
|
13 |
<title>Literate Programming by Henrik Turbell</title>
|
|
14 |
</bookmark>
|
|
15 |
<bookmark href="http://www.desy.de/user/projects/LitProg.html">
|
|
16 |
<title>Literate Programming Library</title>
|
|
17 |
</bookmark>
|
|
18 |
<bookmark href="http://www.loria.fr/services/tex/english/litte.html">
|
|
19 |
<title>Literate Programming Basics</title>
|
|
20 |
</bookmark>
|
|
21 |
<bookmark href="http://ei.cs.vt.edu/%7Ecs5014/courseNotes/4.LiterateProgramming/literate_prog.html">
|
|
22 |
<title>Literate Programming Overview</title>
|
|
23 |
</bookmark>
|
|
24 |
<bookmark href="http://www.perl.com/pub/a/tchrist/litprog.html">
|
|
25 |
<title>POD is not Literate Programming</title>
|
|
26 |
</bookmark>
|
|
27 |
<bookmark href="http://www.cornellcollege.edu/%7Eltabak/publications/articles/swsafety.html">
|
|
28 |
<title>Computers That We Can Count On</title>
|
|
29 |
</bookmark>
|
|
30 |
<bookmark href="http://www.cs.auc.dk/%7Enormark/litpro/issues-and-problems.html">
|
|
31 |
<title>Literate Programming - Issues and Problems</title>
|
|
32 |
</bookmark>
|
|
33 |
<bookmark href="http://c2.com/cgi/wiki?LiterateProgramming">
|
|
34 |
<title>Literate Programming - Wiki Pages</title>
|
|
35 |
</bookmark>
|
|
36 |
<bookmark href="http://developers.slashdot.org/developers/02/05/19/2216233.shtml">
|
|
37 |
<title>What is well-commented code?</title>
|
|
38 |
</bookmark>
|
|
39 |
<bookmark href="http://liinwww.ira.uka.de/bibliography/SE/litprog.html">
|
|
40 |
<title>Bibliography on literate programming - A searchable bibliography</title>
|
|
41 |
</bookmark>
|
|
42 |
<bookmark href="http://www2.umassd.edu/SWPI/ProcessBibliography/bib-codereading.html">
|
|
43 |
<title>Program comprehension and code reading bibliography</title>
|
|
44 |
</bookmark>
|
|
45 |
<bookmark href="http://www.cs.auc.dk/%7Enormark/elucidative-programming/">
|
|
46 |
<title>Elucidative Programming</title>
|
|
47 |
</bookmark>
|
|
48 |
<bookmark href="http://www.msu.edu/%7Epfaffben/avl/index.html">
|
|
49 |
<title>AVL Trees (TexiWeb)</title>
|
|
50 |
</bookmark>
|
|
51 |
<bookmark href="http://literate-programming.wikiverse.org/">
|
|
52 |
<title>Literate Programming on Wikiverse</title>
|
|
53 |
</bookmark>
|
|
54 |
<bookmark href="http://www.pbrt.org/">
|
|
55 |
<title>Physically Based Rendering: From Theory to Implementation</title>
|
|
56 |
</bookmark>
|
|
57 |
</folder>
|
|
58 |
<folder folded="no">
|
|
59 |
<title>Useful C++ Links</title>
|
|
60 |
<folder folded="no">
|
|
61 |
<title>STL</title>
|
|
62 |
<bookmark href="http://www.sgi.com/tech/stl/table_of_contents.html">
|
|
63 |
<title>STL Reference Documentation</title>
|
|
64 |
</bookmark>
|
|
65 |
<bookmark href="http://www.yrl.co.uk/~phil/stl/stl.htmlx">
|
|
66 |
<title>STL Tutorial</title>
|
|
67 |
</bookmark>
|
|
68 |
<bookmark href="http://www.cppreference.com/cpp_stl.html">
|
|
69 |
<title>STL Reference</title>
|
|
70 |
</bookmark>
|
|
71 |
</folder>
|
|
72 |
<folder folded="no">
|
|
73 |
<title>Qt</title>
|
|
74 |
<bookmark href="http://qt.nokia.com/doc/2.3/">
|
|
75 |
<title>Qt 2.3 Reference</title>
|
|
76 |
</bookmark>
|
|
77 |
<bookmark href="http://qt.nokia.com/doc/3.3/">
|
|
78 |
<title>Qt 3.3 Reference</title>
|
|
79 |
</bookmark>
|
|
80 |
<bookmark href="http://qt.nokia.com/doc/4.0/">
|
|
81 |
<title>Qt 4.0 Reference</title>
|
|
82 |
</bookmark>
|
|
83 |
<bookmark href="http://qt.nokia.com/">
|
|
84 |
<title>Qt Home Page</title>
|
|
85 |
</bookmark>
|
|
86 |
</folder>
|
|
87 |
<folder folded="yes">
|
|
88 |
<title>IOStreams</title>
|
|
89 |
<bookmark href="http://www.cplusplus.com/ref/iostream/index.html">
|
|
90 |
<title>IO Stream Library</title>
|
|
91 |
</bookmark>
|
|
92 |
<bookmark href="http://courses.cs.vt.edu/~cs2604/fall01/binio.html">
|
|
93 |
<title>Binary I/O</title>
|
|
94 |
</bookmark>
|
|
95 |
<bookmark href="http://www.parashift.com/c++-faq-lite/input-output.html">
|
|
96 |
<title>I/O Stream FAQ</title>
|
|
97 |
</bookmark>
|
|
98 |
</folder>
|
|
99 |
<folder folded="yes">
|
|
100 |
<title>gdb</title>
|
|
101 |
<bookmark href="http://www.cs.princeton.edu/~benjasik/gdb/gdbtut.html">
|
|
102 |
<title>GDB Tutorial</title>
|
|
103 |
</bookmark>
|
|
104 |
<bookmark href="http://www.gnu.org/manual/gdb-4.17/html_mono/gdb.html">
|
|
105 |
<title>Debugging with GDB</title>
|
|
106 |
</bookmark>
|
|
107 |
<bookmark href="http://www.cs.washington.edu/orgs/acm/tutorials/dev-in-unix/gdb-refcard.pdf">
|
|
108 |
<title>GDB Quick Reference Page (PDF) (Handy)</title>
|
|
109 |
</bookmark>
|
|
110 |
</folder>
|
|
111 |
<folder folded="yes">
|
|
112 |
<title>Classes and Constructors</title>
|
|
113 |
<bookmark href="http://www.parashift.com/c++-faq-lite/ctors.html">
|
|
114 |
<title>Constructor FAQ</title>
|
|
115 |
</bookmark>
|
|
116 |
<bookmark href="http://www.juicystudio.com/tutorial/cpp/index.html">
|
|
117 |
<title>Organizing Classes</title>
|
|
118 |
</bookmark>
|
|
119 |
</folder>
|
|
120 |
</folder>
|
|
121 |
<folder folded="yes">
|
|
122 |
<title>Software Documentation or System Documentation</title>
|
|
123 |
<bookmark href="http://www.martinfowler.com/distributedComputing/thud.html">
|
|
124 |
<title>The Almighty Thud</title>
|
|
125 |
</bookmark>
|
|
126 |
<bookmark href="http://msdn.microsoft.com/library/techart/cfr.htm">
|
|
127 |
<title>Microsoft Coding Techniques and Programming Practices</title>
|
|
128 |
</bookmark>
|
|
129 |
<bookmark href="http://www.bearcave.com/software/prog_docs.html">
|
|
130 |
<title>Software and Documentation</title>
|
|
131 |
</bookmark>
|
|
132 |
<bookmark href="http://c2.com/cgi/wiki?TheSourceCodeIsTheDesign">
|
|
133 |
<title>The Source Code is the Design</title>
|
|
134 |
</bookmark>
|
|
135 |
<bookmark href="http://www.bleading-edge.com/Publications/C++Journal/Cpjour2.htm">
|
|
136 |
<title>What is Software Design?</title>
|
|
137 |
</bookmark>
|
|
138 |
<bookmark href="http://www.mindprod.com/unmain.html">
|
|
139 |
<title>How To Write Unmaintainable Code</title>
|
|
140 |
</bookmark>
|
|
141 |
<bookmark href="http://www.idinews.com/selfDoc.html">
|
|
142 |
<title>Self Documenting Program Code Remains a Distant Goal</title>
|
|
143 |
</bookmark>
|
|
144 |
<bookmark href="http://www.sdmagazine.com/documents/s=730/sdm0106m/0106m.htm">
|
|
145 |
<title>Place Tab A in Slot B</title>
|
|
146 |
</bookmark>
|
|
147 |
<bookmark href="http://www.holub.com/class/uml/uml.html">
|
|
148 |
<title>UML Reference Card</title>
|
|
149 |
</bookmark>
|
|
150 |
</folder>
|
|
151 |
<folder folded="yes">
|
|
152 |
<title>TeX Resources</title>
|
|
153 |
<bookmark href="http://www.tug.org/">
|
|
154 |
<title>The TeX User's Group</title>
|
|
155 |
</bookmark>
|
|
156 |
<bookmark href="http://www.miktex.org/">
|
|
157 |
<title>MikTeX website</title>
|
|
158 |
</bookmark>
|
|
159 |
<bookmark href="http://cm.bell-labs.com/who/hobby/MetaPost.html">
|
|
160 |
<title>MetaPost website</title>
|
|
161 |
</bookmark>
|
|
162 |
<bookmark href="http://pauillac.inria.fr/%7Emaranget/hevea/">
|
|
163 |
<title>HEVEA is a quite complete and fast LATEX to HTML translator</title>
|
|
164 |
</bookmark>
|
|
165 |
</folder>
|
|
166 |
<folder folded="no">
|
|
167 |
<title>Portable Document Format (PDF)</title>
|
|
168 |
<bookmark href="http://www.adobe.com/">
|
|
169 |
<title>Adobe - The postscript and PDF standards</title>
|
|
170 |
</bookmark>
|
|
171 |
<bookmark href="http://partners.adobe.com/asn/developer/technotes/acrobatpdf.html">
|
|
172 |
<title>Reference Manual Portable Document Format</title>
|
|
173 |
</bookmark>
|
|
174 |
<bookmark href="http://partners.adobe.com/asn/developer/acrosdk/main.html">
|
|
175 |
<title>Adobe Acrobat Software Development Kit</title>
|
|
176 |
</bookmark>
|
|
177 |
</folder>
|
|
178 |
<folder folded="yes">
|
|
179 |
<title>Literature Sites</title>
|
|
180 |
<bookmark href="http://www.cc.columbia.edu/cu/libraries/subjects/speccol.html">
|
|
181 |
<title>Guide to Special Collections (Columbia University)</title>
|
|
182 |
</bookmark>
|
|
183 |
<bookmark href="http://www.ipl.org/ref/litcrit/">
|
|
184 |
<title>Literary Criticism on the Web from the Internet Public Library</title>
|
|
185 |
</bookmark>
|
|
186 |
<bookmark href="http://www.victorianweb.org/">
|
|
187 |
<title>Victorian Web.</title>
|
|
188 |
</bookmark>
|
|
189 |
<bookmark href="http://vos.ucsb.edu/">
|
|
190 |
<title>Voice of the Shuttle.</title>
|
|
191 |
</bookmark>
|
|
192 |
<bookmark href="http://www.modjourn.brown.edu/">
|
|
193 |
<title>Modernist Journals Project</title>
|
|
194 |
</bookmark>
|
|
195 |
<bookmark href="http://www.poetspath.com">
|
|
196 |
<title>Museum of American Poetics</title>
|
|
197 |
</bookmark>
|
|
198 |
<bookmark href="http://www.english.uiuc.edu/maps/">
|
|
199 |
<title>Modern American Poetry</title>
|
|
200 |
</bookmark>
|
|
201 |
<bookmark href="http://www.findarticles.com/">
|
|
202 |
<title>FindArticles.com</title>
|
|
203 |
</bookmark>
|
|
204 |
<bookmark href="http://www.literaryhistory.com">
|
|
205 |
<title>Literary History</title>
|
|
206 |
</bookmark>
|
|
207 |
<bookmark href="http://www.litencyc.com/LitEncycFrame.htm">
|
|
208 |
<title>Literary Encyclopedia</title>
|
|
209 |
</bookmark>
|
|
210 |
<separator/>
|
|
211 |
<bookmark href="http://texts.cdlib.org/ucpress/">
|
|
212 |
<title>The University of California Press</title>
|
|
213 |
</bookmark>
|
|
214 |
<bookmark href="http://www.letrs.indiana.edu/web/w/wright2/">
|
|
215 |
<title>Wright American Fiction, 1851-1875</title>
|
|
216 |
</bookmark>
|
|
217 |
<bookmark href="http://docsouth.unc.edu/">
|
|
218 |
<title>Documenting the American South: Beginnings to 1920</title>
|
|
219 |
</bookmark>
|
|
220 |
<bookmark href="http://etext.lib.virginia.edu/eng-on.html">
|
|
221 |
<title>Electronic Text Center at the University of Virginia</title>
|
|
222 |
</bookmark>
|
|
223 |
<bookmark href="http://digital.nypl.org/schomburg/writers_aa19/">
|
|
224 |
<title>The Schomburg Center for Research in Black Culture</title>
|
|
225 |
</bookmark>
|
|
226 |
<bookmark href="http://www.infomotions.com/alex2/">
|
|
227 |
<title>Alex Catalogue of Electronic Texts.</title>
|
|
228 |
</bookmark>
|
|
229 |
</folder>
|
|
230 |
</xbel>
|