Skip to content

Commit

Permalink
@skariel : VoronoiDelaunay.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Oct 18, 2014
1 parent dfe0214 commit 15ba73b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AI :: Algorithms, Data Mining, Clustering, Data Structures, Machine Learning, Ne
- [ArrayViews.jl](https://github.com/lindahua/ArrayViews.jl) :: A Julia package to explore a new system of array views.
- [bloom.jl](https://github.com/boydgreenfield/bloom.jl) :: Bloom filter implementation in Julia.
- [BloomFilters.jl](https://github.com/johnmyleswhite/BloomFilters.jl) :: are a probabilistic data structure that can be used to test the inclusion and exclusion of items in a list.
- [brim.jl](https://github.com/tpoisot/brim.jl) :: BRIM modularity - Various ways to optimize the modularity of bipartite networks using BRIM in Julia.
- [Brim.jl](https://github.com/tpoisot/Brim.jl) :: BRIM modularity - Various ways to optimize the modularity of bipartite networks using BRIM in Julia.
- [FArrayMod.jl](https://github.com/alsam/FArrayMod.jl) :: provides the ability to use arbitrary starting indices for arrays in Julia programming language.
- [FingerTree.jl](https://github.com/mschauer/FingerTree.jl) :: A Finger Tree is a functional data structure that can give an amortized constant time access to the "fingers" (leaves) of the tree where the data is stored, while the internal nodes are labeled in some way as to provide the functionality of the particular data structure being implemented.
- [FunctionalCollections.jl](https://github.com/zachallaun/FunctionalCollections.jl) :: Functional and and persistent data structures for Julia.
Expand Down
8 changes: 4 additions & 4 deletions Chemistry.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
**Analytical chemistry, cheminformatics, crystallography, nanochemistry, nuclear chemistry ...**

* [Chemistry](#chemistry)
* [Quantum Chemistry](#quantum-chemistry]
* [YAJO](#yajo)
- [Chemistry](#chemistry)
- [Quantum Chemistry](#quantum-chemistry]
- [YAJO](#yajo)

----

Expand All @@ -24,5 +24,5 @@


# YAJO
* [JuliaQuantum](http:https://juliaquantum.github.io/), is the umbrella Org for Quantum chemistry, Lindblad dynamics, Quantum tensor network, information and computation, etc...
- [JuliaQuantum](http:https://juliaquantum.github.io/), is the umbrella Org for Quantum chemistry, Lindblad dynamics, Quantum tensor network, information and computation, etc...

7 changes: 3 additions & 4 deletions Mathematics.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- [Sha256.jl](https://github.com/mad4alcohol/Sha256.jl) :: [Sha256 hash algorithm for Julia.
- [Stupid.jl](https://github.com/andrewcooke/Stupid.jl) :: Analysis of an 8 bit version of the cipher at http:https://news.quelsolaar.com/#comments101.


----

# MATH
- DOCS : [Mathematical Operations](http:https://docs.julialang.org/en/release-0.2/manual/mathematical-operations/) and a [list of all overloadable operators](https://github.com/JuliaLang/julia/blob/master/src/julia-parser.scm#L1-L19) in Julia.
Expand Down Expand Up @@ -101,8 +101,7 @@
- [FEM.jl](https://github.com/pjabardo/FEM.jl) :: Simple finite elements in Julia.
- [ols.jl](https://github.com/forio/ols.jl) :: Julia type for multiple (multivariate) regression using OLS - Performs least squared regression on linear equations of multiple independent variables.
- [SurfaceMesh.jl](https://github.com/michelk/SurfaceMesh.jl) :: Finite element surface mesh manipulation library.


- [VoronoiDelaunay.jl](https://github.com/skariel/VoronoiDelaunay.jl) :: Fast robust Voronoi and Delaunay triangulations, using GeometricalPredicates.jl package.

### Calculus
- [AutoDiff.jl](https://github.com/scidom/AutoDiff.jl) :: Juila package for performing automatic differentiation.
Expand Down Expand Up @@ -185,7 +184,7 @@ __Julia implementations of solvers for Numerical Linear Algebra (NLA) == Numeric
- [MUMPS](https://github.com/lruthotto/MUMPS) :: A wrapper for a MUltifrontal Massively Parallel sparse direct Solver of large linear systems in Julia.
- [MUMPS1.jl](https://github.com/dmbates/MUMPS1.jl) :: An alternative implementation of a Julia interface to the sparse direct solver MUMPS. A MUMPS package for Julia is already registered but that package does not conform to the packaging standards for Julia.


----

# PUZZLES
**Puzzles, problem solving games**
Expand Down
2 changes: 2 additions & 0 deletions Programming-Paradigms.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- [control-flow](http:https://docs.julialang.org/en/latest/manual/control-flow/) :: Conditional loops and Control flow constructs.
- Homer Reid's ["Introduction to Numerical Analysis - Basic Numerical Programming in Julia"](http:https://homerreid.dyndns.org/teaching/18.330/#ProblemSets) course.

----

# Data Formats
**Libraries for Data/File formats.**
Expand Down Expand Up @@ -97,6 +98,7 @@
- [YAML.jl](https://github.com/dcjones/YAML.jl) :: A flexible data serialization format that is designed to be easily read and written by human beings.


----


# Programming Paradigms
Expand Down
2 changes: 1 addition & 1 deletion X-Platform-SW.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Hardware arch (ARM, CUDA, GPU, MIPS), API for Compilers, other software libraries,..**

* [COMPILERS](#compilers)
- [COMPILERS](#compilers)
- [HARDWARE](#hardware)
- [JuliaGPU](#juliagpu)
- [Robots](#robots)
Expand Down

0 comments on commit 15ba73b

Please sign in to comment.