cpp/todo.txt

298 lines
9.4 KiB
Plaintext
Raw Normal View History

2014-07-19 14:43:37 +00:00
* []() - .
2014-07-23 16:53:42 +00:00
* [OpenGL](http://www.opengl.org/) - (Open Graphics Library) is a cross-language, multi-platform application programming interface (API) for rendering 2D and 3D vector graphics.
2014-07-23 17:01:58 +00:00
* [DirectX](http://msdn.microsoft.com/en-us/library/bb384840.aspx) - Microsoft DirectX.
2014-07-19 14:43:37 +00:00
2014-07-23 16:53:42 +00:00
* [Blink](http://www.chromium.org/blink) - A web browser engine developed as part of the Chromium project.
* [WebKit](http://www.webkit.org/) - A layout engine software component for rendering web pages in web browsers.
2014-07-19 14:43:37 +00:00
2014-07-30 09:34:29 +00:00
* [Fruit](https://github.com/google/fruit) - A dependency injection framework for C++.
2017-01-07 02:27:32 +00:00
http://www.cs.colorado.edu/~main/cs1300/doc/bgi/
2014-12-18 04:22:43 +00:00
https://www.enlightenment.org/p.php?p=about/efl
https://github.com/stefanct/sglib
2015-01-10 18:49:32 +00:00
http://itpp.sourceforge.net/
2014-12-18 04:22:43 +00:00
http://www.catb.org/esr/structure-packing/
http://books.cat-v.org/computer-science/c-programming-language/The.C.Programming.Language.2nd.Edition.pdf
https://graphics.stanford.edu/~seander/bithacks.html
http://faculty.euc.ac.cy/scharalambous/csc131/books/C%20book%201.pdf
http://www.planetpdf.com/codecuts/pdfs/ooc.pdf
http://www.codeproject.com/Articles/6154/Writing-Efficient-C-and-C-Code-Optimization
2016-09-03 17:19:40 +00:00
---
2014-07-19 14:43:37 +00:00
2014-08-14 17:17:54 +00:00
All libs in:
2014-07-29 20:36:19 +00:00
https://github.com/Alexpux/MINGW-packages
http://en.cppreference.com/w/cpp/links/libs
2014-07-19 14:43:37 +00:00
2014-07-27 13:59:14 +00:00
https://github.com/clibs
https://github.com/clibs/clib/wiki/Packages
2014-07-28 19:59:49 +00:00
https://github.com/rampantpixels
https://github.com/rampantpixels/foundation_lib
https://github.com/rampantpixels/network_lib
2014-07-27 13:59:14 +00:00
https://github.com/stephenmathieson/http-get.c
https://github.com/Constellation/console-colors.c
https://github.com/jwerle/strsplit.c
2014-07-30 17:43:16 +00:00
https://github.com/psi-im
https://github.com/psi-im/iris
https://github.com/psi-im/jdns
https://github.com/psi-im/libpsi
2014-10-25 04:12:13 +00:00
2014-10-18 05:44:50 +00:00
QUIC & UDT
2016-09-03 17:19:40 +00:00
----------------------------------------
2014-10-11 05:20:32 +00:00
https://github.com/ellisonleao/magictools
2014-10-10 19:27:35 +00:00
https://github.com/robbinfan/claire-protorpc
https://github.com/chen3feng/typhoon-blade - Buildsystem
http://glm.g-truc.net/0.9.5/index.html - Math
https://code.google.com/p/distcc/
http://omniorb.sourceforge.net/
http://www.h323plus.org/
http://ufmod.sourceforge.net/
https://github.com/almalk454/wGUI
http://www.cs.fsu.edu/~engelen/soap.html
https://github.com/broadinstitute/gamgee
2014-10-10 19:52:55 +00:00
http://www.reddit.com/r/programming/
https://www.reddit.com/r/cprog/
https://game-development.zeef.com/ellison.leao
http://www.digilife.be/quickreferences/qrc/c%20reference%20card%20(ansi)%202.2.pdf
2014-10-12 04:04:05 +00:00
http://www.dreamincode.net/downloads/ref_sheets/cpp_reference_sheet.pdf
2014-10-10 19:52:55 +00:00
http://cpprocks.com/regex-cheatsheet/
http://isocpp.org/blog/2012/12/c11-a-cheat-sheet-alex-sinyakov
2014-10-11 01:13:53 +00:00
https://github.com/Tuplanolla/cheat
https://github.com/vgvassilev/cling
2014-10-11 05:03:48 +00:00
https://github.com/Yelp/MOE
https://github.com/ideawu/ssdb
https://github.com/cms-sw/cmssw
2014-10-13 23:48:25 +00:00
http://sourceforge.net/projects/libcrn/
2014-10-20 14:09:13 +00:00
http://www.shoup.net/ntl/
2016-09-03 17:19:40 +00:00
----------------------------------------
2014-10-10 19:27:35 +00:00
2014-09-29 03:11:15 +00:00
http://www.efytimes.com/e1/fullnews.asp?edid=117053
2014-10-25 21:31:47 +00:00
http://www.efytimes.com/e1/fullnews.asp?edid=123439
2014-09-29 03:11:15 +00:00
2014-07-19 14:43:37 +00:00
http://scripts.mit.edu/~6.270/contestants/workshops/awesomec.pdf
2014-07-25 23:18:37 +00:00
2014-08-06 05:53:17 +00:00
Oracle Template Library
http://otl.sourceforge.net/
2014-08-06 06:44:51 +00:00
Intel Parallel Building Blocks
Intel Array Building Blocks
Intel Cilk Plus
http://www.alhem.net/Sockets/
http://www.tntnet.org/
http://en.wikiversity.org/wiki/Introduction_to_C++
http://blogs.msdn.com/b/nativeconcurrency/
2016-09-03 17:19:40 +00:00
----------------------------------------
2014-07-25 23:18:37 +00:00
2014-10-18 01:53:08 +00:00
http://en.wikipedia.org/wiki/Comparison_of_TLS_implementations
http://en.wikipedia.org/wiki/Cryptlib
http://en.wikipedia.org/wiki/MatrixSSL
http://en.wikipedia.org/wiki/CyaSSL
2016-09-03 17:19:40 +00:00
----------------------------------------
2014-10-18 01:53:08 +00:00
2014-08-14 17:17:54 +00:00
https://github.com/mozilla/mozjpeg
2014-07-28 20:04:45 +00:00
https://github.com/tinfoilboy/Explodable
2014-07-25 23:18:37 +00:00
https://github.com/shaih/HElib
https://github.com/jlnr/gosu
2014-08-05 15:30:49 +00:00
https://github.com/m-ou-se/moggle
2014-07-25 23:18:37 +00:00
https://github.com/Hawstein/cracking-the-coding-interview
2016-09-03 17:19:40 +00:00
----------------------------------------
2014-07-25 23:18:37 +00:00
2014-07-30 09:34:29 +00:00
"libc++" C++ Standard Library
http://libcxx.llvm.org/
2014-07-25 23:18:37 +00:00
https://github.com/TrinityCore/TrinityCore
https://github.com/sass/libsass
https://github.com/blackberry/GamePlay
https://github.com/apache/thrift
https://github.com/biometrics/openbr
https://github.com/MailCore/mailcore2
https://github.com/beark/ftl
https://github.com/opencog/opencog
https://github.com/GraphChi/graphchi-cpp
https://github.com/webcoyote/coho
https://github.com/facebook/fbthrift
https://github.com/alecthomas/entityx
https://github.com/chenshuo/recipes
https://github.com/HeliumProject/Helium
https://github.com/imvu-open/istatd
https://github.com/bytefish/libfacerec
https://github.com/esnme/ultramemcache
2014-10-11 00:30:20 +00:00
https://github.com/simonask/fatso
2014-07-25 23:18:37 +00:00
2016-09-03 17:19:40 +00:00
----------------------------------------
2014-07-25 23:18:37 +00:00
2014-08-03 10:11:25 +00:00
https://github.com/Kosta-Github/http-cpp
2014-07-25 23:18:37 +00:00
https://github.com/adafruit/Adafruit-GFX-Library
https://github.com/lsegal/my_toy_compiler
https://github.com/openexr/openexr
https://github.com/spesmilo/libbitcoin
https://github.com/gwaldron/osgearth
https://github.com/xiw/stack
https://github.com/mozy/mordor
https://github.com/jeremyong/Selene
https://github.com/cppformat/cppformat
https://github.com/otland/forgottenserver/tree/master/src
https://github.com/matt-42/iod
https://github.com/geometer/FBReader
https://github.com/lastfm/libmoost
https://github.com/jscheiny/Streams
https://github.com/lemire/FastPFor
https://github.com/pennyliang/MachineLearning-C---code
https://github.com/zeromq/cppzmq
https://github.com/bytefish/opencv
https://github.com/jverkoey/liteqr
https://github.com/mli/parameter_server
https://github.com/progschj/ThreadPool
https://github.com/antinucleon/cxxnet
https://github.com/kylemcdonald/FaceTracker
https://github.com/miguelmartin75/anax
https://github.com/arq5x/bedtools2
https://github.com/vinova/Artemis-Cpp
https://github.com/pfi/pficommon
https://github.com/juj/MathGeoLib
https://github.com/watashi/AlgoSolution
https://github.com/marioyc/Online-Judge-Solutions
2016-09-03 17:19:40 +00:00
----------------------------------------
2014-07-25 23:18:37 +00:00
https://github.com/TTimo/doom3.gpl
https://github.com/phusion/passenger
https://github.com/id-Software/DOOM-3-BFG
https://github.com/ideawu/ssdb
https://github.com/OpenNI/OpenNI
https://github.com/ceph/ceph
https://github.com/rescrv/HyperDex
https://github.com/libRocket/libRocket
https://github.com/bro/bro
https://github.com/Razor-qt/razor-qt
https://github.com/ideawu/icomet
https://github.com/gigablast/open-source-search-engine
https://github.com/clMathLibraries/clFFT
https://github.com/simsong/tcpflow
https://github.com/stealth/sshttp
https://github.com/munificent/game-programming-patterns
2016-08-05 16:33:21 +00:00
2016-09-03 17:19:40 +00:00
----------------------------------------
http://libcxx.llvm.org/
http://www.ijg.org/
http://libpng.org/
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html
https://code.google.com/p/sfntly/
http://www.netlib.org/fdlibm/
----------------------------------------
http://en.wikipedia.org/wiki/Category:C%2B%2B_libraries
http://en.wikipedia.org/wiki/List_of_C%2B%2B_template_libraries
----------------------------------------
http://www.csie.ntu.edu.tw/~cjlin/liblinear/
----------------------------------------
https://cryptocoding.net/index.php/Coding_rules#Clean_memory_of_secret_data
----------------------------------------
https://www.youtube.com/watch?v=mVbDzTM21BQ
http://en.wikibooks.org/wiki/Optimizing_C%2B%2B/Code_optimization
http://en.wikibooks.org/wiki/Optimizing_C++/Code_optimization/Faster_operations
https://mattmccutchen.net/bigint/
https://code.google.com/p/infint/
http://cpp-bigint.sourceforge.net/
https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus
----------------------------------------
http://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Core-C-
http://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-
https://www.youtube.com/user/handmadeheroarchive/videos
https://www.youtube.com/playlist?list=PL3R9mYgM4NVw4m0PTXBzQZBV2DzCt92Sp
----------------------------------------
https://github.com/dbohdan/compilers-targeting-c
https://github.com/Microsoft/GSL
https://github.com/scylladb/seastar
https://github.com/google/zopfli
https://github.com/WhisperSystems/libaxolotl-c
http://gameprogrammingpatterns.com/
http://www.yeppp.info/
2016-11-16 22:21:40 +00:00
https://github.com/AnthonyCalandra/modern-cpp-features
2016-12-19 18:47:35 +00:00
https://github.com/vurtun/mmx
https://github.com/johnezang/pithy
2016-11-16 22:21:40 +00:00
2016-12-07 17:54:53 +00:00
A simple Minecraft clone written in C using modern OpenGL (shaders).
2017-10-25 05:32:42 +00:00
https://github.com/fogleman/Craft
2016-12-07 17:54:53 +00:00
2016-12-11 22:10:51 +00:00
https://github.com/agauniyal/rang
2016-12-28 19:06:50 +00:00
https://github.com/tomtom-international/cpp-dependencies
2017-01-06 22:34:50 +00:00
https://github.com/inkooboo/thread-pool-cpp
2017-01-07 02:29:26 +00:00
http://www-304.ibm.com/webapp/set2/sas/f/lopdiags/sdklop.html
2017-01-07 02:33:05 +00:00
https://en.wikipedia.org/wiki/Integrated_Performance_Primitives
https://en.wikipedia.org/wiki/Intel_Parallel_Building_Blocks
https://en.wikipedia.org/wiki/Intel_Array_Building_Blocks
https://en.wikipedia.org/wiki/Cilk
https://en.wikipedia.org/wiki/Concurrent_Collections
https://en.wikipedia.org/wiki/Intel_Parallel_Studio
https://en.wikipedia.org/wiki/Parallel_Patterns_Library
https://en.wikipedia.org/wiki/Parallel_Extensions#Task_Parallel_Library
https://en.wikipedia.org/wiki/OpenMP
https://en.wikipedia.org/wiki/Math_Kernel_Library
https://en.wikipedia.org/wiki/VTune
https://en.wikipedia.org/wiki/List_of_performance_analysis_tools
2017-05-12 23:03:41 +00:00
------------------------------------------------------------------------
Torrent:
https://github.com/libragnar/ragnar
https://github.com/Rudde/mktorrent
https://github.com/hrkfdn/hrktorrent
https://github.com/rakshasa/rtorrent
https://github.com/svn2github/libtorrent-rasterbar
https://github.com/svn2github/libtorrent-rasterbar-trunk
https://github.com/qbittorrent/qBittorrent
https://github.com/svn2github/libtorrent-trunk
2017-05-12 23:09:39 +00:00
http://sourceforge.net/projects/libtorrent/files/libtorrent/