From 233478da26c6215cb5f4c0745ae764a669ed9283 Mon Sep 17 00:00:00 2001 From: SVAKSHA Date: Tue, 14 Jun 2016 15:15:25 +0200 Subject: [PATCH] @maemre : Jld2Mat.jl --- API.md | 3 --- IO.md | 27 ++++++++++++++++++++------- db.csv | 17 +++++++++-------- 3 files changed, 29 insertions(+), 18 deletions(-) diff --git a/API.md b/API.md index e667e56cb4..6ca0255aa5 100644 --- a/API.md +++ b/API.md @@ -9,7 +9,6 @@ + [Erlang](#erlang) + [Fortran](#fortran) + [Go](#go) - + [HTML-XML](#html-xml) + [Java](#java) + [JavaScript](#javascript) + [MATLAB](#matlab) @@ -76,8 +75,6 @@ Wrappers's and programming API's for other languages and general backend server ## Go + [GoTMSupport.jl](https://github.com/ordovician/GoTMSupport.jl) :: Support for writing bundle commands for the Go programming language in Julia. -## HTML-XML -+ [Patchwork.jl](https://github.com/shashi/Patchwork.jl) :: A library for representing the DOM in Julia. It supports element creation, diff computation and browser-side patching for efficient re-rendering. ## Java + [JavaCall.jl](http://aviks.github.io/JavaCall.jl) :: is a package that lets you call Java programs from Julia. diff --git a/IO.md b/IO.md index 9968be3c50..c378d6975e 100644 --- a/IO.md +++ b/IO.md @@ -1,6 +1,9 @@ + [Binary IO](#binary-io) + [General IO](#general-io) + [Data Formats](#data-formats) + + [CSV](#csv) + + [HDF5](#hdf5) + + [JLD](#jld) + [XML](#xml) + [Data Types](#data-types) + [Image Formats](#image-formats) @@ -29,8 +32,6 @@ + [BGZF.jl](https://github.com/kmsquire/BGZF.jl) :: A Julia package to read/write BGZF compressed files. + [Brukerfile.jl](https://github.com/tknopp/Brukerfile.jl) :: Read Bruker data files. + [COFF.jl](https://github.com/Keno/COFF.jl) :: A julia implementation of the PE/COFF file format. -+ [CSV.jl](https://github.com/tanmaykm/CSV.jl) :: reads CSV files. -+ [CSVReaders.jl](https://github.com/johnmyleswhite/CSVReaders.jl) :: A (beta) package designed to provide a standardized API for reading CSV files into arbitrary Julia data structures. + [DataFramesIO.jl](https://github.com/johnmyleswhite/DataFramesIO.jl) :: Advanced import/export tools for DataFrames: Stata, SPSS, Excel, JSON. + [DataRead.jl](https://github.com/WizardMac/DataRead.jl) :: can read files from Stata, SAS, and SPSS. + [DWARF.jl](https://github.com/Keno/DWARF.jl) :: Julia Package for parsing the DWARF file format. @@ -39,12 +40,8 @@ + [FastaIO.jl](https://github.com/carlobaldassi/FastaIO.jl) :: Utilities to read/write FASTA format files in Julia. + [FlatBuffers.jl](https://github.com/dmbates/FlatBuffers.jl) :: A package to support Julia code generated by Google's flatbuffers compiler `flatc`. + [Grisu.jl](https://github.com/quinnj/Grisu.jl) :: Port of Double-Conversion library to native Julia. -+ [HDF5.jl](https://github.com/JuliaLang/HDF5.jl) :: Lib to read HDF5 format files (HDF5 is a widely-used file format for general data) -+ [JLD.jl](https://github.com/JuliaLang/JLD.jl) :: High-level interface to HDF5 for saving and loading julia variables & types - + [JLD2](https://github.com/simonster/JLD2) :: next-generation successor to JLD + [IniFile.jl](https://github.com/JuliaLang/IniFile.jl) :: Reading and writing Windows-style INI files. + [Json2.jl](https://github.com/ddolgi/Json2.jl) :: JSON encoder/decoder on Julia. -+ [LibExpat.jl](https://github.com/amitmurthy/LibExpat.jl) :: A Julia wrapper for libexpat. + [MachO.jl](https://github.com/Keno/MachO.jl) :: An implementation of the MachO file format. + [MNIST.jl](https://github.com/johnmyleswhite/MNIST.jl) :: Tools for working with the MNIST data set. This package provides access to the classic MNIST data set of handwritten digits that has been used as a testbed for new machine learning methods. The MNIST data set is included with the package, downloaded into their original IDX format and are stored in the data/ directory. + [NeuralynxNCS.jl](https://github.com/simonster/NeuralynxNCS.jl) :: A Julia module for reading Neuralynx NCS files. @@ -62,10 +59,23 @@ + [Silo.jl](https://github.com/jgoldfar/Silo.jl) :: Wrapper for the Silo file format. + [uJSON.jl](https://github.com/samuelcolvin/uJSON.jl) :: JSON library for Julia using ultraJSON. + [XPT.jl](https://github.com/lendle/XPT.jl) :: The XPT package reads SASĀ® software transport files and converts SAS software datasets to DataFrames. + +## CSV ++ [CSV.jl](https://github.com/tanmaykm/CSV.jl) :: reads CSV files. ++ [CSVReaders.jl](https://github.com/johnmyleswhite/CSVReaders.jl) :: A (beta) package designed to provide a standardized API for reading CSV files into arbitrary Julia data structures. + [XSV.jl](https://github.com/benhamner/XSV.jl) :: CSV, TSV, etc. streaming and batch parser. -### XML +## HDF5 ++ [HDF5.jl](https://github.com/JuliaLang/HDF5.jl) :: Lib to read HDF5 format files, a widely-used file format for general data. + +## JLD ++ [JLD.jl](https://github.com/JuliaLang/JLD.jl) :: High-level interface to HDF5 for saving and loading julia variables & types ++ [JLD2](https://github.com/simonster/JLD2) :: next-generation successor to JLD. ++ [Jld2Mat.jl](https://github.com/maemre/Jld2Mat.jl) :: A utility and Julia package to create MAT files form JLD files + +## XML + [EodDataTestXml.jl](https://github.com/adriantorrie/EodDataTestXml.jl) :: Test files for [EodData.jl](https://github.com/adriantorrie/EodData.jl). ++ [LibExpat.jl](https://github.com/amitmurthy/LibExpat.jl) :: A Julia wrapper for libexpat. + [LightXML.jl](https://github.com/JuliaIO/LightXML.jl) :: A light-weight Julia package for XML based on libxml2. + [SpimRegXML.jl](https://github.com/bhoeckendorf/SpimRegXML.jl). + [XML.jl](https://github.com/amitmurthy/XML.jl) :: A `libXML2` wrapper for Julia language. @@ -74,6 +84,9 @@ + [XMLRPC.jl](https://github.com/sjkelly/XMLRPC.jl) :: Send and recieve XML-RPCs with Julia. + [XmlToDict.jl](https://github.com/elcritch/XmlToDict.jl) :: Julia module that makes working with XML feel like you are working with JSON (inspired by xmltodict). +#### HTML-XML ++ [Patchwork.jl](https://github.com/shashi/Patchwork.jl) :: A library for representing the DOM in Julia. It supports element creation, diff computation and browser-side patching for efficient re-rendering. + ---- # [Data Types](http://en.wikipedia.org/wiki/Data_type) diff --git a/db.csv b/db.csv index 7cfde91659..de1d3d84b7 100644 --- a/db.csv +++ b/db.csv @@ -264,7 +264,6 @@ API,Fortran,FortranIO.jl,https://github.com/rephorm/FortranIO.jl,Input/Output of API,Resources,fficial documentation for [calling Fortran code,http://julia.readthedocs.org/en/latest/manual/calling-c-and-fortran-code/, API,Resources,otes on [Calling Fortran from Python, Julia and Matlab,http://maurow.bitbucket.org/notes/calling_fortran_from_misc.html), API,Go,GoTMSupport.jl,https://github.com/ordovician/GoTMSupport.jl,Support for writing bundle commands for the Go programming language in Julia. -API,HTML-XML,Patchwork.jl,https://github.com/shashi/Patchwork.jl,A library for representing the DOM in Julia. It supports element creation, diff computation and browser-side patching for efficient re-rendering. API,Java,JavaCall.jl,http://aviks.github.io/JavaCall.jl,is a package that lets you call Java programs from Julia. API,Java,JDBC.jl,https://github.com/aviks/JDBC.jl,Julia interface to Java database drivers. API,JavaScript,DThree.jl,https://github.com/jverzani/DThree.jl,Simple interface to d3.js from Julia. @@ -740,8 +739,6 @@ IO,DataFormats,BDF.jl fork,https://github.com/codles/BDF.jl) by @codle,A fork of IO,DataFormats,BGZF.jl,https://github.com/kmsquire/BGZF.jl,A Julia package to read/write BGZF compressed files. IO,DataFormats,Brukerfile.jl,https://github.com/tknopp/Brukerfile.jl,Read Bruker data files. IO,DataFormats,COFF.jl,https://github.com/Keno/COFF.jl,A julia implementation of the PE/COFF file format. -IO,DataFormats,CSV.jl,https://github.com/tanmaykm/CSV.jl,reads CSV files. -IO,DataFormats,CSVReaders.jl,https://github.com/johnmyleswhite/CSVReaders.jl,A (beta) package designed to provide a standardized API for reading CSV files into arbitrary Julia data structures. IO,DataFormats,DataFramesIO.jl,https://github.com/johnmyleswhite/DataFramesIO.jl,Advanced import/export tools for DataFrames: Stata, SPSS, Excel, JSON. IO,DataFormats,DataRead.jl,https://github.com/WizardMac/DataRead.jl,can read files from Stata, SAS, and SPSS. IO,DataFormats,DWARF.jl,https://github.com/Keno/DWARF.jl,Julia Package for parsing the DWARF file format. @@ -750,12 +747,8 @@ IO,DataFormats,Feather.jl,https://github.com/JuliaStats/Feather.jl,A format for IO,DataFormats,FastaIO.jl,https://github.com/carlobaldassi/FastaIO.jl,Utilities to read/write FASTA format files in Julia. IO,DataFormats,FlatBuffers.jl,https://github.com/dmbates/FlatBuffers.jl,A package to support Julia code generated by Google's flatbuffers compiler `flatc`. IO,DataFormats,Grisu.jl,https://github.com/quinnj/Grisu.jl,Port of Double-Conversion library to native Julia. -IO,DataFormats,HDF5.jl,https://github.com/JuliaLang/HDF5.jl,Lib to read HDF5 format files (HDF5 is a widely-used file format for general data) -IO,DataFormats,JLD.jl,https://github.com/JuliaLang/JLD.jl,High-level interface to HDF5 for saving and loading julia variables & types -IO,DataFormats,JLD2,https://github.com/simonster/JLD2,next-generation successor to JLD IO,DataFormats,IniFile.jl,https://github.com/JuliaLang/IniFile.jl,Reading and writing Windows-style INI files. IO,DataFormats,Json2.jl,https://github.com/ddolgi/Json2.jl,JSON encoder/decoder on Julia. -IO,DataFormats,LibExpat.jl,https://github.com/amitmurthy/LibExpat.jl,A Julia wrapper for libexpat. IO,DataFormats,MachO.jl,https://github.com/Keno/MachO.jl,An implementation of the MachO file format. IO,DataFormats,MNIST.jl,https://github.com/johnmyleswhite/MNIST.jl,Tools for working with the MNIST data set. This package provides access to the classic MNIST data set of handwritten digits that has been used as a testbed for new machine learning methods. The MNIST data set is included with the package, downloaded into their original IDX format and are stored in the data/ directory. IO,DataFormats,NeuralynxNCS.jl,https://github.com/simonster/NeuralynxNCS.jl,A Julia module for reading Neuralynx NCS files. @@ -773,8 +766,15 @@ IO,DataFormats,Shapefile.jl,https://github.com/Keno/Shapefile.jl,Parsing .shp fi IO,DataFormats,Silo.jl,https://github.com/jgoldfar/Silo.jl,Wrapper for the Silo file format. IO,DataFormats,uJSON.jl,https://github.com/samuelcolvin/uJSON.jl,JSON library for Julia using ultraJSON. IO,DataFormats,XPT.jl,https://github.com/lendle/XPT.jl,The XPT package reads SASĀ® software transport files and converts SAS software datasets to DataFrames. -IO,DataFormats,XSV.jl,https://github.com/benhamner/XSV.jl,CSV, TSV, etc. streaming and batch parser. +IO,CSV,CSV.jl,https://github.com/tanmaykm/CSV.jl,reads CSV files. +IO,CSV,CSVReaders.jl,https://github.com/johnmyleswhite/CSVReaders.jl,A (beta) package designed to provide a standardized API for reading CSV files into arbitrary Julia data structures. +IO,CSV,XSV.jl,https://github.com/benhamner/XSV.jl,CSV, TSV, etc. streaming and batch parser. +IO,HDF5,HDF5.jl,https://github.com/JuliaLang/HDF5.jl,Lib to read HDF5 format files, a widely-used file format for general data. +IO,JLD,JLD.jl,https://github.com/JuliaLang/JLD.jl,High-level interface to HDF5 for saving and loading julia variables & types +IO,JLD,JLD2,https://github.com/simonster/JLD2,next-generation successor to JLD. +IO,JLD,Jld2Mat.jl,https://github.com/maemre/Jld2Mat.jl,A utility and Julia package to create MAT files form JLD files IO,XML,EodDataTestXml.jl,https://github.com/adriantorrie/EodDataTestXml.jl,Test files for [EodData.jl](https://github.com/adriantorrie/EodData.jl). +IO,XML,LibExpat.jl,https://github.com/amitmurthy/LibExpat.jl,A Julia wrapper for libexpat. IO,XML,LightXML.jl,https://github.com/JuliaIO/LightXML.jl,A light-weight Julia package for XML based on libxml2. IO,XML,SpimRegXML.jl,https://github.com/bhoeckendorf/SpimRegXML.jl), IO,XML,XML.jl,https://github.com/amitmurthy/XML.jl,A `libXML2` wrapper for Julia language. @@ -782,6 +782,7 @@ IO,XML,XMLconvert.jl,https://github.com/bcbi/XMLconvert.jl, Functions for conver IO,XML,XMLDict.jl,https://github.com/samoconnor/XMLDict.jl,This package implements a simple Associative interface for XML documents. IO,XML,XMLRPC.jl,https://github.com/sjkelly/XMLRPC.jl,Send and recieve XML-RPCs with Julia. IO,XML,XmlToDict.jl,https://github.com/elcritch/XmlToDict.jl, Julia module that makes working with XML feel like you are working with JSON (inspired by xmltodict). +IO,HTML-XML,Patchwork.jl,https://github.com/shashi/Patchwork.jl,A library for representing the DOM in Julia. It supports element creation, diff computation and browser-side patching for efficient re-rendering. IO,[DataTypes](http://en.wikipedia.org/wiki/Data_type),ASCIIByte.jl,https://github.com/Elin-/ASCIIByte.jl,Julia package to deal with Characters of 8 bits. IO,[DataTypes](http://en.wikipedia.org/wiki/Data_type),AutoFormat.jl,https://github.com/yulijia/AutoFormat.jl, IO,[DataTypes](http://en.wikipedia.org/wiki/Data_type),BigRationals.jl,https://github.com/andrioni/BigRationals.jl,A BigRational package for Julia using GMP.