Skip to content

Commit 21179a1

Browse files
authored
Merge pull request #5 from prasunanand/master
Added README. No change in code. Hence, merging without review.
2 parents 522d238 + d24a8a0 commit 21179a1

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,16 @@ Key areas of code contributions include:
3333

3434
You can also contribute to ArrayFire by helping out projects that use ArrayFire! For our part, in addition to the ArrayFire library we are also in the process of adding native bindings for numerous language. We currently support
3535

36+
- [D](https://github.com/arrayfire/arrayfire-d)
37+
- [Fortran](https://github.com/arrayfire/arrayfire-fortran)
38+
- [Go](https://github.com/arrayfire/arrayfire-go)
3639
- [Java](https://github.com/arrayfire/arrayfire_java)
40+
- [Javascript](https://github.com/arrayfire/arrayfire-js)
41+
- [Lisp](https://github.com/arrayfire/arrayfire-lisp)
42+
- [Lua](https://github.com/arrayfire/arrayfire-lua)
43+
- [Python](https://github.com/arrayfire/arrayfire-python)
3744
- [R](https://github.com/arrayfire/arrayfire_r)
38-
- [Fortran](https://github.com/arrayfire/arrayfire_fortran)
45+
- [Ruby](https://github.com/arrayfire/arrayfire-rb)
46+
- [Rust](https://github.com/arrayfire/arrayfire-rust)
3947

4048
If you are experienced in any of these languages, you can help us improve these language bindings. If you prefer a different language that is not in the list, dive in and create a new repo!

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,25 @@ To install:
3838
rake install
3939
```
4040

41+
# Blog Posts
42+
43+
* [Installation](http://www.prasunanand.com/arrayfire/2017/06/23/gsoc17-arrayfire-ruby-bindings-part-1-installation.html)
44+
* [Af_Array](http://www.prasunanand.com/arrayfire/2017/07/04/gsoc17-arrayfire-ruby-bindings-part-2-af_array.html)
45+
* [Test Suite and Algorithm class](http://www.prasunanand.com/arrayfire/2017/07/22/gsoc17-arrayfire-ruby-bindings-part-3-minitest-algorithm.html)
46+
* [BLAS and LAPACK routines](http://www.prasunanand.com/arrayfire/2017/08/16/gsoc17-arrayfire-ruby-bindings-part-4-blas-lapack.html)
47+
* [Statistics and Random enngine routines](http://www.prasunanand.com/arrayfire/2017/08/17/gsoc17-arrayfire-ruby-bindings-part-4-statistics-and-random-engine.html)
48+
* [Device and Util class](http://www.prasunanand.com/arrayfire/2017/08/22/gsoc17-arrayfire-ruby-bindings-part-6-device.html)
49+
* [Multiple Backends: CUDA, OpenCL and CPU](http://www.prasunanand.com/arrayfire/2017/08/24/gsoc17-arrayfire-ruby-bindings-part-7-backend-cuda-and-opencl.html)
50+
* [Interfacing to NMatrix](http://www.prasunanand.com/arrayfire/2017/08/24/gsoc17-arrayfire-ruby-bindings-part-8-nmatrix-interface.html)
51+
52+
# Contributing
53+
54+
For details see [CONTRIBUTING](CONTRIBUTING.md).
55+
56+
# Acknowledgements
57+
58+
* Google and the Ruby Science Foundation for the [Google Summer of Code 2017 grant](https://summerofcode.withgoogle.com/projects/#5070443972132864). Special Thanks to [Pjotr Prins](https://github.com/pjotrp/), [Sameer Deshmukh](https://github.com/v0dro) and [Pradeep Garigipati](https://github.com/9prady9/).
59+
4160
# LICENSE
4261

4362
This software is distributed under the [BSD 3-Clause License](LICENSE).

0 commit comments

Comments
 (0)