Skip to content

Commit 7237ceb

Browse files
committed
minor
1 parent 75a3f05 commit 7237ceb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
4242
- [Buildsystem](#buildsystem)
4343
- [Static Code Analysis](#static-code-analysis)
4444
- [Resources](#resources)
45-
- [API-Design](#apidesign)
45+
- [API Design](#api-design)
4646
- [Articles](#articles)
4747
- [Books](#books)
4848
- [Coding Style](#coding-style)
@@ -266,10 +266,10 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
266266

267267
## Logging
268268

269+
* [Boost.Log](http://www.boost.org/doc/libs/1_56_0/libs/log/doc/html/index.html) - Designed to be very modular and extensible. [Boost]
270+
* [easyloggingpp](https://github.com/easylogging/easyloggingpp) - Single header only C++ logging library. [MIT] [website](http://easylogging.org/)
269271
* [Log4cpp](http://log4cpp.sourceforge.net/) - A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. [LGPL]
270272
* [templog](http://www.templog.org/) - A very small and lightweight C++ library which you can use to add logging to your C++ applications. [Boost]
271-
* [easyloggingpp](https://github.com/easylogging/easyloggingpp) - Single header only C++ logging library. [MIT] [website](http://easylogging.org/)
272-
* [boost.Log](http://www.boost.org/doc/libs/1_56_0/libs/log/doc/html/index.html) - Boost.Log was designed to be very modular and extensible [Boost]
273273

274274
## Machine Learning
275275

@@ -289,7 +289,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
289289
* [CGal](http://www.cgal.org/) - Collection of efficient and reliable geometric algorithms. [LGPL&GPL]
290290
* [cml](http://cmldev.net/) - free C++ math library for games and graphics. [Boost]
291291
* [Eigen](http://eigen.tuxfamily.org/) - A high-level C++ library of template headers for linear algebra, matrix and vector operations, numerical solvers and related algorithms. [MPL2]
292-
* [GMP](https://gmplib.org/) - A C/C++ library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPLv3 and GPLv2]
292+
* [GMP](https://gmplib.org/) - A C/C++ library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPLv3 and GPLv2]
293293

294294
## Multimedia
295295

@@ -512,18 +512,18 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
512512

513513
## Talks
514514

515-
* [Quick game development with C++11/C++14](https://github.com/SuperV1234/cppcon2014) - CppCon 2014 talk by vittorio romeo.
515+
* [Quick game development with C++11/C++14](https://github.com/SuperV1234/cppcon2014) - CppCon 2014 talk by Vittorio Romeo.
516516

517517
## Videos
518518
*Fantastic C/C++ related videos.*
519519

520520
* [Awesome C Programming Tutorials in Hi Def [HD]](https://www.youtube.com/playlist?list=PLCB9F975ECF01953C) - A collection of detailed C Programming Language Tutorials for Beginners and New Programmers.
521521
* [C++](https://www.youtube.com/playlist?list=PL2F919ADECA5E39A6) - by VoidRealms.
522522
* [C++ Qt Programming](https://www.youtube.com/playlist?list=PL2D1942A4688E9D63) - by VoidRealms.
523-
* [C++ Programming Tutorials Playlist](https://www.youtube.com/playlist?list=PLAE85DE8440AA6B83) - thenewboston Official Buckys C++ Programming Tutorials Playlist.
523+
* [C++ Programming Tutorials Playlist](https://www.youtube.com/playlist?list=PLAE85DE8440AA6B83) - TheNewBoston Official Buckys C++ Programming Tutorials Playlist.
524524
* [C++ Programming Tutorials from thenewboston](https://www.youtube.com/playlist?list=PLF541C2C1F671AEF6) - These are all of thenewboston's C++ programming tutorials.
525525
* [C++ GUI with Qt Playlist](https://www.youtube.com/playlist?list=PLD0D54219E5F2544D) - Official Playlist for thenewboston C++ GUI with Qt tutorials.
526-
* [C Programming Tutorials](https://www.youtube.com/playlist?list=PL78280D6BE6F05D34) - All of thenewboston's C programming tutorials are right here.
526+
* [C Programming Tutorials](https://www.youtube.com/playlist?list=PL78280D6BE6F05D34) - All of TheNewBoston's C programming tutorials are right here.
527527

528528
## Websites
529529
*Useful C/C++ related websites.*
@@ -549,14 +549,14 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
549549
# Other Awesome Lists
550550
*Other amazingly awesome lists*
551551

552-
* [lists](https://github.com/jnv/lists) - List of (awesome) lists curated on GitHub
552+
* [lists](https://github.com/jnv/lists) - List of (awesome) lists curated on GitHub.
553553
* [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) - A curated list of awesome awesomeness.
554554
* [awesome](https://github.com/sindresorhus/awesome) - A curated list of awesome lists.
555-
* [free-programming-books](https://github.com/vhf/free-programming-books) - List of Freely Available Programming Books
555+
* [free-programming-books](https://github.com/vhf/free-programming-books) - List of Freely Available Programming Books.
556556
* [papers-we-love](https://github.com/papers-we-love/papers-we-love) - Papers from the computer science community to read and discuss.
557557
* [awesome-php](https://github.com/ziadoz/awesome-php) - Awesome PHP libraries, resources and shiny things.
558558
* [awesome-python](https://github.com/vinta/awesome-python) - Awesome Python frameworks, libraries and software.
559-
* [awesome-sysadmin](https://github.com/kahun/awesome-sysadmin) - Awesome open source sysadmin resources
559+
* [awesome-sysadmin](https://github.com/kahun/awesome-sysadmin) - Awesome open source sysadmin resources.
560560
* [awesome-talks](https://github.com/JanVanRyswyck/awesome-talks) - A lot of screencasts, recordings of user group gatherings and conference talks.
561561
* [github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet) - A list of cool features of Git and GitHub.
562562
* [ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) - Tools of The Trade, from Hacker News.

0 commit comments

Comments
 (0)