From 15ba73b08d7ac2f410360838351ea4bd9e19d755 Mon Sep 17 00:00:00 2001 From: SVAKSHA Date: Sun, 19 Oct 2014 00:02:37 +0530 Subject: [PATCH] @skariel : VoronoiDelaunay.jl --- AI.md | 2 +- Chemistry.md | 8 ++++---- Mathematics.md | 7 +++---- Programming-Paradigms.md | 2 ++ X-Platform-SW.md | 2 +- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/AI.md b/AI.md index d9594e31c1..9f1111a4d4 100644 --- a/AI.md +++ b/AI.md @@ -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. diff --git a/Chemistry.md b/Chemistry.md index fe321faa37..a35e5333b3 100644 --- a/Chemistry.md +++ b/Chemistry.md @@ -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) ---- @@ -24,5 +24,5 @@ # YAJO -* [JuliaQuantum](http://juliaquantum.github.io/), is the umbrella Org for Quantum chemistry, Lindblad dynamics, Quantum tensor network, information and computation, etc... +- [JuliaQuantum](http://juliaquantum.github.io/), is the umbrella Org for Quantum chemistry, Lindblad dynamics, Quantum tensor network, information and computation, etc... diff --git a/Mathematics.md b/Mathematics.md index beb1c59cf8..5ea9f7c4bb 100644 --- a/Mathematics.md +++ b/Mathematics.md @@ -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://news.quelsolaar.com/#comments101. - +---- # MATH - DOCS : [Mathematical Operations](http://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. @@ -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. @@ -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** diff --git a/Programming-Paradigms.md b/Programming-Paradigms.md index 670cc7b8c6..5bf5314d85 100644 --- a/Programming-Paradigms.md +++ b/Programming-Paradigms.md @@ -33,6 +33,7 @@ - [control-flow](http://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://homerreid.dyndns.org/teaching/18.330/#ProblemSets) course. +---- # Data Formats **Libraries for Data/File formats.** @@ -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 diff --git a/X-Platform-SW.md b/X-Platform-SW.md index 826ffd5ca7..2a841c9c50 100644 --- a/X-Platform-SW.md +++ b/X-Platform-SW.md @@ -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)