You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
40
40
- [Online Compiler](#online-compiler)
41
41
- [Debugger](#debugger)
42
42
- [Integrated Development Environment](#integrated-development-environment)
43
-
- [Buildsystem](#buildsystem)
43
+
- [Build Systems](#build-systems)
44
44
- [Static Code Analysis](#static-code-analysis)
45
45
-[Resources](#resources)
46
46
- [API Design](#api-design)
@@ -116,9 +116,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
116
116
## Biology
117
117
*Bioinformatics, Genomics, Biotech*
118
118
119
-
*[libsequence](http://molpopgen.github.io/libsequence/) - a C++ library for representing and analyzing population genetics data. [GPL]
120
-
*[SeqAn](http://www.seqan.de/) - algorithms and data structures for the analysis of sequences with the focus on biological data. [BSD/3-clause]
121
-
*[Vcflib](https://github.com/ekg/vcflib) - a C++ library for parsing and manipulating VCF files. [MIT]
119
+
*[libsequence](http://molpopgen.github.io/libsequence/) - A C++ library for representing and analyzing population genetics data. [GPL]
120
+
*[SeqAn](http://www.seqan.de/) - Algorithms and data structures for the analysis of sequences with the focus on biological data. [BSD/3-clause]
121
+
*[Vcflib](https://github.com/ekg/vcflib) - A C++ library for parsing and manipulating VCF files. [MIT]
122
122
*[Wham](https://github.com/jewmanchue/wham) - Structural variants (SVs) in Genomes by directly applying association tests to BAM files.
123
123
124
124
## Compression
@@ -241,7 +241,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
241
241
*[MagickWnd](http://www.imagemagick.org/script/api.php) - ImageMagick program interfaces for C. [Apache 2.0]
242
242
*[OpenCV](http://opencv.org/):star: - Open source computer vision. [BSD]
243
243
*[tesseract-ocr](https://code.google.com/p/tesseract-ocr/) - An OCR engine. [Apache 2.0]
244
-
*[VIGRA](https://github.com/ukoethe/vigra) - a generic C++ computer vision library for image analysis. [MIT X11]
244
+
*[VIGRA](https://github.com/ukoethe/vigra) - A generic C++ computer vision library for image analysis. [MIT X11]
245
245
*[VTK](http://www.vtk.org/) - Open-source, freely available software system for 3D computer graphics, image processing and visualization. [BSD]
246
246
247
247
## Internationalization
@@ -338,7 +338,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
338
338
339
339
*[MOOS-IvP](http://moos-ivp.org) - A set of open source C++ modules for providing autonomy on robotic platforms, in particular autonomous marine vehicles.
340
340
*[MRPT](http://www.mrpt.org/) - Mobile Robot Programming Toolkit. [BSD]
341
-
*[PCL](https://github.com/PointCloudLibrary/pcl) - Point Cloud Library is a standalone, large scale, open project for 2D/3D image and point cloud processing [BSD](website)[http://www.pointclouds.org/]
341
+
*[PCL](https://github.com/PointCloudLibrary/pcl) - Point Cloud Library is a standalone, large scale, open project for 2D/3D image and point cloud processing [BSD][website](http://www.pointclouds.org/)
342
342
*[Robotics Library (RL)](http://www.roboticslibrary.org/) - A self-contained C++ library for robot kinematics, motion planning and control. [BSD]
343
343
*[RobWork](http://www.robwork.dk/jrobwork/) - A collection of C++ libraries for simulation and control of robot systems. [Apache2]
344
344
*[ROS](http://wiki.ros.org/) - Robot Operating System provides libraries and tools to help software developers create robot applications. [BSD]
@@ -352,7 +352,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
352
352
*[ChaiScript](https://github.com/ChaiScript/ChaiScript/) - An easy to use embedded scripting language for C++. [BSD][website](http://chaiscript.com/)
353
353
*[Lua](http://www.lua.org/) - A minimal and fast scripting engine for configuration files and basic application scripting. [MIT]
354
354
*[luacxx](https://github.com/dafrito/luacxx) - C++11 API for creating Lua bindings. [MIT]
355
-
*[SWIG](http://www.swig.org/) - a wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby. [GPL/Output not licensed]
355
+
*[SWIG](http://www.swig.org/) - A wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby. [GPL/Output not licensed]
356
356
*[V7](https://github.com/cesanta/v7) - An embedded JavaScript engine. [GPLv2]
357
357
*[V8](http://code.google.com/p/v8/) - A fast JavaScript engine by Google that can be embedded into any C++ application. [BSD]
358
358
@@ -378,7 +378,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
378
378
## Virtual Machines
379
379
380
380
*[CarpVM](https://github.com/tekknolagi/carp) - "interesting" VM in C. Let's see how this goes. [GPLv3]
381
-
*[MicroPython](https://github.com/micropython/micropython) - aims to put an implementation of Python 3.x on a microcontroller. [MIT]
381
+
*[MicroPython](https://github.com/micropython/micropython) - Aims to put an implementation of Python 3.x on a microcontroller. [MIT]
382
382
*[TinyVM](https://github.com/jakogut/tinyvm) - A small, fast, lightweight virtual machine written in pure ANSI C. [MIT]
383
383
384
384
## Web Application Framework
@@ -481,11 +481,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
481
481
*[Xcode](https://developer.apple.com/xcode/) - Developed by Apple.
482
482
*[YouCompleteMe](https://valloric.github.io/YouCompleteMe/) - YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim.
483
483
484
-
## Buildsystem
484
+
## Build Systems
485
485
486
-
*[FASTBuild](http://www.fastbuild.org/docs/home.html) - high performance, open-source build system supporting highly scalable compilation, caching and network distribution.
487
-
*[tundra](https://github.com/deplinenoise/tundra) - high-performance code build system designed to give the best possible incremental build times even for very large software projects.
488
-
*[tup](http://gittup.org/tup/) - file-based build system that monitors in the background for changed files.
486
+
*[FASTBuild](http://www.fastbuild.org/docs/home.html) - High performance, open-source build system supporting highly scalable compilation, caching and network distribution.
487
+
*[tundra](https://github.com/deplinenoise/tundra) - High-performance code build system designed to give the best possible incremental build times even for very large software projects.
488
+
*[tup](http://gittup.org/tup/) - File-based build system that monitors in the background for changed files.
489
489
490
490
## Static Code Analysis
491
491
*List of tools for improving quality and reducing defects by code analysis*
0 commit comments