Skip to content

Commit

Permalink
@maemre : Jld2Mat.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Jun 14, 2016
1 parent 2ee68b0 commit 233478d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 18 deletions.
3 changes: 0 additions & 3 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
+ [Erlang](#erlang)
+ [Fortran](#fortran)
+ [Go](#go)
+ [HTML-XML](#html-xml)
+ [Java](#java)
+ [JavaScript](#javascript)
+ [MATLAB](#matlab)
Expand Down Expand Up @@ -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:https://aviks.github.io/JavaCall.jl) :: is a package that lets you call Java programs from Julia.
Expand Down
27 changes: 20 additions & 7 deletions IO.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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:https://en.wikipedia.org/wiki/Data_type)
Expand Down
17 changes: 9 additions & 8 deletions db.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://julia.readthedocs.org/en/latest/manual/calling-c-and-fortran-code/,
API,Resources,otes on [Calling Fortran from Python, Julia and Matlab,http:https://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:https://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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -773,15 +766,23 @@ 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.
IO,XML,XMLconvert.jl,https://github.com/bcbi/XMLconvert.jl, Functions for converting XML documents to other formats.
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:https://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:https://en.wikipedia.org/wiki/Data_type),AutoFormat.jl,https://github.com/yulijia/AutoFormat.jl,
IO,[DataTypes](http:https://en.wikipedia.org/wiki/Data_type),BigRationals.jl,https://github.com/andrioni/BigRationals.jl,A BigRational package for Julia using GMP.
Expand Down

0 comments on commit 233478d

Please sign in to comment.