Showing 43 open source projects for "for file"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 1
    QML

    QML

    Build Qt6 QML interfaces for Julia programs

    This package provides an interface to Qt6 QML (and to Qt5 for older versions). It uses the CxxWrap package to expose C++ classes. Current functionality allows interaction between QML and Julia using Observables, JuliaItemModels and function calling. There is also a generic Julia display, as well as specialized integration for image drawing, GR plots and Makie.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    LiveServer.jl

    LiveServer.jl

    Simple development server with live-reload capability for Julia

    This is a simple and lightweight development web-server written in Julia, based on HTTP.jl. It has live-reload capability, i.e. when modifying a file, every browser (tab) currently displaying the corresponding page is automatically refreshed.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Literate

    Literate

    Simple package for literate programming in Julia

    Literate is a package for Literate Programming. The main purpose is to facilitate writing Julia examples/tutorials that can be included in your package documentation. Literate can generate markdown pages (for e.g. Documenter.jl), and Jupyter notebooks, from the same source file. There is also an option to "clean" the source from all metadata, and produce a pure Julia script. Using a single source file for multiple purposes reduces maintenance, and makes sure your different output formats...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Luxor

    Luxor

    Simple drawings using vector graphics; Cairo "for tourists!"

    ... choice. Luxor is thoroughly procedural and static: your code issues a sequence of simple graphics ‘commands’ until you’ve completed a drawing, and then the results are saved into a PDF, PNG, SVG, or EPS file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • File Synchronization, File Replication and File Archiving software solutions. Icon
    SureSync is a file replication and synchronization application that provides one-way and multi-way processing in both scheduled and real-time modes.
  • 5
    Julia VS Code

    Julia VS Code

    Julia extension for Visual Studio Code

    ... analysis features of an IDE. VS Code is a powerful editor and customizable to your heart’s content (though the defaults are pretty good too). It has power features like multiple cursors, fuzzy file finding and Vim keybindings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    FileTrees.jl

    FileTrees.jl

    Parallel file processing made easy

    Easy everyday parallelism with a file tree abstraction. Read a directory structure as a Julia data structure, (lazy-)load the files, apply map and reduce operations on the data while not exceeding available memory if possible. Make up a file tree in memory, create some data to go with each file (in parallel), write the tree to disk (in parallel). FileTrees is a set of tools to lazy-load, process and save file trees. Built-in parallelism allows you to max out all threads and processes that Julia...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JLD2

    JLD2

    HDF5-compatible file format in pure Julia

    JLD2 saves and loads Julia data structures in a format comprising a subset of HDF5, without any dependency on the HDF5 C library. JLD2 is able to read most HDF5 files created by other HDF5 implementations supporting HDF5 File Format Specification Version 3.0 (i.e. libhdf5 1.10 or later) and similarly, those should be able to read the files that JLD2 produces. JLD2 provides read-only support for files created with the JLD package. The save and load functions, provided by FileIO, provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Parquet.jl

    Parquet.jl

    Julia implementation of Parquet columnar file format reader

    A parquet file or dataset can be loaded using the read_parquet function. A parquet dataset is a directory with multiple parquet files, each of which is a partition belonging to the dataset.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    XLSX.jl

    XLSX.jl

    Excel file reader and writer for the Julia language

    XLSX.jl is a Julia package to read and write Excel spreadsheet files. Internally, an Excel XLSX file is just a Zip file with a set of XML files inside. The formats for these XML files are described in the Standard ECMA-376. This package follows the EMCA-376 to parse and generate XLSX files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Macaw Insurance Agency Software Icon
    Macaw Insurance Agency Software

    Macaw AMS is for selling Insurance. Brokers, MGAs, MGUs, Program Managers and Lloyds Coverholders can use Macaw AMS to automate their operating model.

    Nest Innovative Solutions has a great mix of insurance industry knowledge, technology, project management and ability to implement change quickly that made vendor selection a very simple process for our MGA. They are not only a technology vendor, but a business partner.
  • 10
    UnROOT.jl

    UnROOT.jl

    Native Julia I/O package to work with CERN ROOT files objects

    UnROOT.jl is a reader for the CERN ROOT file format written entirely in Julia, without any dependence on ROOT or Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MAT.jl

    MAT.jl

    Julia module for reading MATLAB files

    Julia module for reading MATLAB files. Read and write MATLAB files in Julia. This library can read MATLAB .mat files, both in the older v4/v5/v6/v7 format, as well as the newer v7.3 format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CSV

    CSV

    Utility library for working with CSV and other delimited files

    Welcome to CSV.jl! A pure-Julia package for handling delimited text data, be it comma-delimited (csv), tab-delimited (tsv), or otherwise. A fast, flexible delimited file reader/writer for Julia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JDF.jl

    JDF.jl

    Julia DataFrames serialization format

    JDF is a DataFrames serialization format with the following goals, fast save and load times, compressed storage on disk, enabled disk-based data manipulation (not yet achieved), and support for machine learning workloads, e.g. mini-batch, sampling (not yet achieved). JDF stores a DataFrame in a folder with each column stored as a separate file. There is also a metadata.jls file that stores metadata about the original DataFrame. Collectively, the column files, the metadata file, and the folder...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HDF5.jl

    HDF5.jl

    Save and load data in the HDF5 file format from Julia

    HDF5 stands for Hierarchical Data Format v5 and is closely modeled on file systems. In HDF5, a "group" is analogous to a directory, a "dataset" is like a file. HDF5 also uses "attributes" to associate metadata with a particular group or dataset. HDF5 uses ASCII names for these different objects, and objects can be accessed by Unix-like pathnames, e.g., "/sample1/tempsensor/firsttrial" for a top-level group "sample1", a subgroup "tempsensor", and a dataset "firsttrial". For simple types (scalars...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PlutoSliderServer.jl

    PlutoSliderServer.jl

    Web server to run just the `@bind` parts of a Pluto.jl notebook

    Web server to run just the @bind parts of a Pluto.jl notebook. PlutoSliderServer can run a notebook and generate the export HTML file. This will give you the same file as the export button inside Pluto (top right), but automatically, without opening a browser. One use case is to automatically create a GitHub Pages site from a repository with notebooks. For this, take a look at our template repository that used GitHub Actions and PlutoSliderServer to generate a website on every commit. Many...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    NCDatasets.jl

    NCDatasets.jl

    Load and create NetCDF files in Julia

    NCDatasets allows one to read and create netCDF files. NetCDF data set and attribute list behave like Julia dictionaries and variables like Julia arrays. This package implements the CommonDataModel.jl interface, which means that the datasets can be accessed in the same way as GRIB files opened with GRIBDatasets.jl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JuliaFormatter.jl

    JuliaFormatter.jl

    An opinionated code formatter for Julia

    Width-sensitive formatter for Julia code. Inspired by gofmt, refmt, black, and prettier. Built with CSTParser. Sane defaults out of the box with options to customize. Supports YAS, Blue and SciML style guides. JuliaFormatter.toml configuration file to store options. JuliaFormatter exports format, format_file, format_text, and format_md. format_md has the same API as format_text but differ in that format_md expects the text content to be a Markdown document. See format_text docstring...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CommonMark.jl

    CommonMark.jl

    A CommonMark-compliant parser for Julia

    A CommonMark-compliant parser for Julia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    LIBSVM.jl

    LIBSVM.jl

    LIBSVM bindings for Julia

    LIBSVM bindings for Julia. This is a Julia interface for LIBSVM and for the linear SVM model provided by LIBLINEAR. Supports all LIBSVM models: classification C-SVC, nu-SVC, regression: epsilon-SVR, nu-SVR and distribution estimation: one-class SVM. Model objects are represented by Julia-type SVM which gives you easy access to model features and can be saved e.g. as JLD file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Arrow Julia

    Arrow Julia

    Official Julia implementation of Apache Arrow

    This is a pure Julia implementation of the Apache Arrow data standard. This package provides Julia AbstractVector objects for referencing data that conforms to the Arrow standard. This allows users to seamlessly interface Arrow formatted data with a great deal of existing Julia code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NBInclude.jl

    NBInclude.jl

    import code from IJulia Jupyter notebooks into Julia programs

    NBInclude is a package for the Julia language that allows you to include and execute IJulia (Julia-language Jupyter) notebook files just as you would include an ordinary Julia file. The goal of this package is to make notebook files just as easy to incorporate into Julia programs as ordinary Julia (.jl) files, giving you the advantages of a notebook (integrated code, formatted text, equations, graphics, and other results) while retaining the modularity and re-usability of .jl files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JLD.jl

    JLD.jl

    Saving and loading julia variables while preserving native types

    ... appears to be Julia's serializer, which can be accessed via the serialize and deserialize commands. However, because the serializer is also used for inter-process communication, long-term backward compatibility is currently uncertain. (The JLDArchives repository exists to test the compatibility of older JLD file formats.) If you choose to save data using the serializer, please use the file extension .jls to distinguish the files from .jld files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Pkg Julia

    Pkg Julia

    Package manager for the Julia programming language

    Unlike traditional package managers, which install and manage a single global set of packages, Pkg is designed around “environments”: independent sets of packages that can be local to an individual project or shared and selected by name. The exact set of packages and versions in an environment is captured in a manifest file which can be checked into a project repository and tracked in version control, significantly improving reproducibility of projects. If you’ve ever tried to run code you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PackageCompiler

    PackageCompiler

    Compile your Julia Package

    ... and compiled functions into a file (called a sysimage) that you pass to Julia upon startup. Typically the goal is to reduce latency on your machine; for example, you could load the packages and compile the functions used in common plotting workflows using that saved image by default. In general, sysimages are not relocatable to other machines; they'll only work on the machine they were created on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    InteractiveErrors.jl

    InteractiveErrors.jl

    Interactive error messages for the Julia REPL

    ... finished. If you are on a line that references a particular file then that will present additional options in the next menu. q can be pressed to exit back to the REPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next