Skip to content

Commit 7b6dd8b

Browse files
committed
typos
1 parent 43b83ca commit 7b6dd8b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
4040
- [Online Compiler](#online-compiler)
4141
- [Debugger](#debugger)
4242
- [Integrated Development Environment](#integrated-development-environment)
43-
- [Buildsystem](#buildsystem)
43+
- [Build Systems](#build-systems)
4444
- [Static Code Analysis](#static-code-analysis)
4545
- [Resources](#resources)
4646
- [API Design](#api-design)
@@ -116,9 +116,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
116116
## Biology
117117
*Bioinformatics, Genomics, Biotech*
118118

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]
122122
* [Wham](https://github.com/jewmanchue/wham) - Structural variants (SVs) in Genomes by directly applying association tests to BAM files.
123123

124124
## Compression
@@ -241,7 +241,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
241241
* [MagickWnd](http://www.imagemagick.org/script/api.php) - ImageMagick program interfaces for C. [Apache 2.0]
242242
* [OpenCV](http://opencv.org/) :star: - Open source computer vision. [BSD]
243243
* [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]
245245
* [VTK](http://www.vtk.org/) - Open-source, freely available software system for 3D computer graphics, image processing and visualization. [BSD]
246246

247247
## Internationalization
@@ -338,7 +338,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
338338

339339
* [MOOS-IvP](http://moos-ivp.org) - A set of open source C++ modules for providing autonomy on robotic platforms, in particular autonomous marine vehicles.
340340
* [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/)
342342
* [Robotics Library (RL)](http://www.roboticslibrary.org/) - A self-contained C++ library for robot kinematics, motion planning and control. [BSD]
343343
* [RobWork](http://www.robwork.dk/jrobwork/) - A collection of C++ libraries for simulation and control of robot systems. [Apache2]
344344
* [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
352352
* [ChaiScript](https://github.com/ChaiScript/ChaiScript/) - An easy to use embedded scripting language for C++. [BSD] [website](http://chaiscript.com/)
353353
* [Lua](http://www.lua.org/) - A minimal and fast scripting engine for configuration files and basic application scripting. [MIT]
354354
* [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]
356356
* [V7](https://github.com/cesanta/v7) - An embedded JavaScript engine. [GPLv2]
357357
* [V8](http://code.google.com/p/v8/) - A fast JavaScript engine by Google that can be embedded into any C++ application. [BSD]
358358

@@ -378,7 +378,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
378378
## Virtual Machines
379379

380380
* [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]
382382
* [TinyVM](https://github.com/jakogut/tinyvm) - A small, fast, lightweight virtual machine written in pure ANSI C. [MIT]
383383

384384
## Web Application Framework
@@ -481,11 +481,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
481481
* [Xcode](https://developer.apple.com/xcode/) - Developed by Apple.
482482
* [YouCompleteMe](https://valloric.github.io/YouCompleteMe/) - YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim.
483483

484-
## Buildsystem
484+
## Build Systems
485485

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.
489489

490490
## Static Code Analysis
491491
*List of tools for improving quality and reducing defects by code analysis*

0 commit comments

Comments
 (0)