Skip to content

Commit fb456a2

Browse files
committed
todo
1 parent 2cba2c9 commit fb456a2

File tree

5 files changed

+78
-62
lines changed

5 files changed

+78
-62
lines changed

todo.txt

Lines changed: 78 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ http://faculty.euc.ac.cy/scharalambous/csc131/books/C%20book%201.pdf
2727
http://www.planetpdf.com/codecuts/pdfs/ooc.pdf
2828
http://www.codeproject.com/Articles/6154/Writing-Efficient-C-and-C-Code-Optimization
2929

30-
31-
====================
30+
---
3231

3332
All libs in:
3433
https://github.com/Alexpux/MINGW-packages
@@ -56,7 +55,7 @@ http://www.swig.org/
5655

5756
QUIC & UDT
5857

59-
====================
58+
----------------------------------------
6059

6160
https://github.com/ellisonleao/magictools
6261

@@ -101,7 +100,7 @@ http://glm.g-truc.net/
101100

102101
http://www.shoup.net/ntl/
103102

104-
====================
103+
----------------------------------------
105104

106105
http://www.efytimes.com/e1/fullnews.asp?edid=117053
107106
http://www.efytimes.com/e1/fullnews.asp?edid=123439
@@ -123,7 +122,7 @@ http://en.wikiversity.org/wiki/Introduction_to_C++
123122

124123
http://blogs.msdn.com/b/nativeconcurrency/
125124

126-
====================
125+
----------------------------------------
127126

128127
http://en.wikipedia.org/wiki/Comparison_of_TLS_implementations
129128

@@ -133,7 +132,7 @@ http://en.wikipedia.org/wiki/PolarSSL
133132
http://en.wikipedia.org/wiki/CyaSSL
134133
http://en.wikipedia.org/wiki/GnuTLS
135134

136-
====================
135+
----------------------------------------
137136

138137
https://github.com/mozilla/mozjpeg
139138
https://github.com/tinfoilboy/Explodable
@@ -149,7 +148,7 @@ https://github.com/m-ou-se/moggle
149148

150149
https://github.com/Hawstein/cracking-the-coding-interview
151150

152-
====================
151+
----------------------------------------
153152

154153
"libc++" C++ Standard Library
155154
http://libcxx.llvm.org/
@@ -179,7 +178,7 @@ https://github.com/bytefish/libfacerec
179178
https://github.com/esnme/ultramemcache
180179
https://github.com/simonask/fatso
181180

182-
====================
181+
----------------------------------------
183182

184183
https://github.com/Kosta-Github/http-cpp
185184
https://github.com/adafruit/Adafruit-GFX-Library
@@ -223,7 +222,7 @@ https://github.com/juj/MathGeoLib
223222
https://github.com/watashi/AlgoSolution
224223
https://github.com/marioyc/Online-Judge-Solutions
225224

226-
====================
225+
----------------------------------------
227226

228227
https://github.com/oclint/oclint
229228

@@ -248,3 +247,73 @@ https://github.com/stealth/sshttp
248247
https://github.com/munificent/game-programming-patterns
249248

250249
https://github.com/json-c/json-c
250+
251+
----------------------------------------
252+
253+
http://libcxx.llvm.org/
254+
http://www.ijg.org/
255+
http://sourceforge.net/projects/libjpeg-turbo/
256+
http://libpng.org/
257+
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html
258+
https://code.google.com/p/sfntly/
259+
http://www.netlib.org/fdlibm/
260+
261+
----------------------------------------
262+
263+
https://github.com/arrayfire/arrayfire
264+
https://github.com/google/flatbuffers
265+
https://github.com/google/protobuf
266+
267+
----------------------------------------
268+
269+
http://en.wikipedia.org/wiki/Category:C%2B%2B_libraries
270+
http://en.wikipedia.org/wiki/List_of_C%2B%2B_template_libraries
271+
272+
----------------------------------------
273+
274+
http://www.csie.ntu.edu.tw/~cjlin/liblinear/
275+
http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/
276+
277+
----------------------------------------
278+
279+
https://cryptocoding.net/index.php/Coding_rules#Clean_memory_of_secret_data
280+
281+
----------------------------------------
282+
283+
https://www.youtube.com/watch?v=mVbDzTM21BQ
284+
285+
http://en.wikibooks.org/wiki/Optimizing_C%2B%2B/Code_optimization
286+
http://en.wikibooks.org/wiki/Optimizing_C++/Code_optimization/Faster_operations
287+
288+
https://mattmccutchen.net/bigint/
289+
https://code.google.com/p/infint/
290+
http://cpp-bigint.sourceforge.net/
291+
https://gmplib.org/
292+
293+
https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus
294+
295+
----------------------------------------
296+
297+
http://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Core-C-
298+
http://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-
299+
https://www.youtube.com/user/handmadeheroarchive/videos
300+
https://www.youtube.com/playlist?list=PL3R9mYgM4NVw4m0PTXBzQZBV2DzCt92Sp
301+
302+
----------------------------------------
303+
304+
https://github.com/isocpp/CppCoreGuidelines
305+
https://github.com/lefticus/cppbestpractices
306+
https://github.com/dbohdan/compilers-targeting-c
307+
https://github.com/Microsoft/GSL
308+
https://github.com/scylladb/seastar
309+
https://github.com/google/brotli
310+
https://github.com/google/zopfli
311+
https://github.com/google/styleguide
312+
https://github.com/WhisperSystems/libaxolotl-c
313+
314+
http://gameprogrammingpatterns.com/
315+
316+
https://github.com/bagder/c-ares
317+
318+
http://www.yeppp.info/
319+

todo2.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

todo3.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

todo4.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

todo5.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)