Skip to content

Commit

Permalink
JuliaComputing : FixedSizeStrings.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Oct 10, 2016
1 parent 0fde1e7 commit 529b266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions IO.md
Expand Up @@ -105,6 +105,7 @@
+ [DictViews.jl](https://github.com/daviddelaat/DictViews.jl) :: KeysView and ValuesView types for dynamic low-overhead views into the entries of dictionaries.
+ [DotPlusInheritance.jl](https://github.com/DANA-Laboratory/DotPlusInheritance.jl) :: Expression parser that simulates type inheritance.
+ [FixedPointNumbers.jl](https://github.com/JeffBezanson/FixedPointNumbers.jl) :: This library exports fixed-point number types. A fixed-point number represents a fractional, or non-integral, number. In contrast with the more widely known floating-point numbers, fixed-point numbers have a fixed number of digits (bits) after the decimal (radix) point. They are effectively integers scaled by a constant factor.
+ [FixedSizeStrings.jl]/https://github.com/JuliaComputing/FixedSizeStrings.jl) :: A type for efficiently storing short strings of known size.
+ [Formatting.jl](https://github.com/lindahua/Formatting.jl) :: A Julia package to provide Python-like formatting support.
+ [FreeTypeAbstraction.jl](https://github.com/SimonDanisch/FreeTypeAbstraction.jl) :: A Julian abstraction layer over FreeType.jl.
+ [frange](https://github.com/StefanKarpinski/frange)
Expand Down
2 changes: 1 addition & 1 deletion QA.md
@@ -1,4 +1,4 @@
*Anything _Software Quality_ related goes here: Quality-Analysis(QA), Test-Driven-Development (TDD), Behaviour-Driven-Development (BDD), Documentation Driven Development (DDD), Unit testing, ...*
**Anything _Software Quality_ related goes here: Quality-Analysis(QA), Test-Driven-Development (TDD), Behaviour-Driven-Development (BDD), Documentation Driven Development (DDD), Unit testing, et al.**

+ [Black Box Testing](#black-box-testing)
+ [Debugging](#debugging)
Expand Down

0 comments on commit 529b266

Please sign in to comment.