Skip to content

Commit

Permalink
testlingify config added
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolalysenko committed May 28, 2014
1 parent 77279cc commit 0e031bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
8 changes: 2 additions & 6 deletions README.md
Expand Up @@ -239,16 +239,12 @@ As the above example illustrates, passing a negative or non-numeric value to a c

# More information

For more discussion regarding the technical details see the following blog posts:
For more discussion about ndarrays, here are some talks, tutorials and articles about them:

* [ndarray presentation](http://mikolalysenko.github.io/ndarray-presentation/)
* [Interactive slice demo](http://mikolalysenko.github.io/ndarray-visual-demo/)
* [ndarray tutorial](https://github.com/mikolalysenko/ndarray-tutorial) (Work in progress)
* [Implementing multidimensional arrays in JavaScript](http://0fps.wordpress.com/2013/05/22/implementing-multidimensional-arrays-in-javascript/)
* [Cache oblivious array operations](http://0fps.wordpress.com/2013/05/28/cache-oblivious-array-operations/)
* [ndarray modules](http://0fps.wordpress.com/2013/06/01/ndarray-modules/)
* [ndarray benchmarks](https://github.com/mikolalysenko/ndarray-experiments)

* [Some experiments](https://github.com/mikolalysenko/ndarray-experiments)

Credits
=======
Expand Down
8 changes: 3 additions & 5 deletions package.json
Expand Up @@ -50,11 +50,9 @@
"files": "test/*.js",
"browsers": [
"ie/10..latest",
"firefox/15",
"firefox/latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/15",
"chrome/latest",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
Expand All @@ -64,4 +62,4 @@
"android-browser/4.2..latest"
]
}
}
}

0 comments on commit 0e031bc

Please sign in to comment.