public-domain
Here are 268 public repositories matching this topic...
-
Updated
May 31, 2020 - C++
-
Updated
Feb 27, 2020 - HolyC
gingerBill / gb
Reading gb_math.h source sometimes is really confusing.
Usual math notation for matrix is Aij where i is row and j is column:
A00 A01 A02 A03
A10 A11 A12 A13
A20 A21 A22 A23
A30 A31 A32 A33
Note that this notation is memory-layout free, this is just how matrices are written down on paper in generic science/engineering notation.
Considering this:
typedef union gbMat4 {
st
For example, it seems like .travis.yml
uses cmake (for the tests), so this is a cmake project that pops out a library that I should link against (it seems not - cmake is just for tests?)? If I look at a module like cpu
that has cpu.h
and cpu.c
do I just drop those into my project (probably not that simple since they may depend on other modules)?
Maybe something like a default-use case s
-
Updated
May 23, 2020 - C++
-
Updated
Jun 17, 2018 - C++
-
Updated
Feb 20, 2020
-
Updated
May 24, 2019 - C
-
Updated
Feb 16, 2020 - Python
-
Updated
May 22, 2020 - Python
-
Updated
May 25, 2020 - C++
-
Updated
Mar 28, 2020 - Python
-
Updated
Mar 28, 2020 - Rust
-
Updated
Feb 10, 2020 - Python
-
Updated
Oct 4, 2017 - C
-
Updated
May 28, 2020 - JavaScript
-
Updated
Jul 5, 2016 - C
-
Updated
Oct 31, 2019 - C++
-
Updated
Mar 26, 2019 - Python
-
Updated
May 24, 2020 - C++
-
Updated
Apr 12, 2020 - C
-
Updated
May 11, 2020 - C
-
Updated
Mar 10, 2020 - C
-
Updated
Jul 11, 2018 - Python
-
Updated
May 25, 2018 - C
Improve this page
Add a description, image, and links to the public-domain topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the public-domain topic, visit your repo's landing page and select "manage topics."
The crate documentation is confusing: I'm not exactly sure what this is generating in batch mode?
The documentation says that it generates all "permutations" of a given sequence: the documentation for
utils::gen_sequences()
shows an example with two identical notes (C:4, C:4). On the other hand,gen_sequences()
appears to generate a Cartesian Product of note sequences of the given length vi