Showing 21 open source projects for "project-nightwing"

View related business solutions
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
  • Innovate faster with enterprise-ready generative AI—enhanced by Gemini Icon
    Innovate faster with enterprise-ready generative AI—enhanced by Gemini

    Build, deploy, and scale machine learning (ML) models faster, with fully managed ML tools for any use case.

    Vertex AI offers everything you need to build and use generative AI—from AI solutions, to Search and Conversation, to 130+ foundation models, to a unified AI platform.
  • 1
    CliMA Land

    CliMA Land

    Everything within the Land model

    CliMA Land is a next generation Land Surface Model (LSM) designed to use the broadly available remote sensing data as well as ground-based flux measurements. CliMA Land is a highly modular platform to promote research at different scales from tissue to organ, whole plant, and ecosystem. Therefore, we deliver CliMA Land via a patch of packages (also referred to as sub-modules) to reduce the time used to initialize a research project. As a result, the repository is more a collection of tutorials...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    CondaPkg.jl

    CondaPkg.jl

    Add Conda dependencies to your Julia project

    Add Conda dependencies to your Julia project. This package is a lot like Pkg from the Julia standard library, except that it is for managing Conda packages. Conda dependencies are defined in CondaPkg.toml, which is analogous to Project.toml. CondaPkg will install these dependencies into a Conda environment specific to the current Julia project. Hence dependencies are isolated from other projects or environments. Functions like add, rm, status exist to edit the dependencies programmatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    SCIP.jl

    SCIP.jl

    Julia interface to SCIP solver

    SCIP.jl is a Julia interface to the SCIP solver. This wrapper is maintained by the SCIP project with the help of the JuMP community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Safety Management Platform | SafetyIQ Icon
    Safety Management Platform | SafetyIQ

    Keep your workers safe, no matter where they are

    SafetyIQ is revolutionizing the way businesses approach safety. As a leading provider of comprehensive workplace safety software, we cater to four key areas: Mobile Worker Safety, EHS (Environment, Health, and Safety), Fatigue Management, and Training. Our platform is designed to safeguard your workers, no matter their location or task, ensuring all-around safety compliance. Unlike most safety software providers that only react to incidents or implement proactive measures, SafetyIQ introduces a third pillar to safety management - predictive analytics. We transform the untapped wealth of safety data within your organization into actionable insights to inform safety strategies, mitigating risks even before they aris
  • 5
    HiGHS.jl

    HiGHS.jl

    Julia wrapper for the HiGHS solver

    HiGHS.jl is a wrapper for the HiGHS solver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Comonicon

    Comonicon

    Your best CLI generator in JuliaLang

    Roger's magic book for command line interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ArviZ.jl

    ArviZ.jl

    Exploratory analysis of Bayesian models with Julia

    ArviZ.jl (pronounced "AR-vees") is a Julia package for exploratory analysis of Bayesian models. It includes functions for posterior analysis, model checking, comparison and diagnostics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CompatHelper.jl

    CompatHelper.jl

    Automatically update the [compat] entries for your Julia dependencies

    CompatHelper.jl is a Julia package which keeps your Project.toml [compat] entries up to date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FFTW.jl

    FFTW.jl

    Julia bindings to the FFTW library for fast Fourier transforms

    This package provides Julia bindings to the FFTW library for fast Fourier transforms (FFTs), as well as functionality useful for signal processing. These functions were formerly a part of Base Julia. Users with a build of Julia based on Intel's Math Kernel Library (MKL) can use MKL for FFTs by setting a preference in their top-level project by either using the FFTW.set_provider!() method, or by directly setting the preference using Preferences.jl. Note that this choice will be recorded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Real Time Accounts Payable Automation. Icon
    Real Time Accounts Payable Automation.

    Invoice capture and automation seamlessly integrated with your accounting software

    Yooz provides the smartest, most powerful, and easiest-to-use cloud-based E-invoicing and Purchase-to-Pay automation solution. It delivers unmatched savings, speed, and security with affordable zero-risk subscriptions to more than 5,000 customers and 300,000 users worldwide.
  • 10
    Braket.jl

    Braket.jl

    Experimental Julia implementation of the Amazon Braket SDK

    Braket.jl is not an officially supported AWS product. This package is a Julia implementation of the Amazon Braket SDK allowing customers to access Quantum Hardware and Simulators. This is experimental software, and support may be discontinued in the future. For a fully supported SDK, please use the Python SDK. We may change, remove, or deprecate parts of the API when making new releases. Please review the CHANGELOG for information about changes in each release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AbstractAlgebra.jl

    AbstractAlgebra.jl

    Generic abstract algebra functionality in pure Julia

    AbstractAlgebra is a pure Julia package for computational abstract algebra. It grew out of the Nemo project and provides all of the abstract types and generic implementations that Nemo relies on. It was originally developed by William Hart, Tommy Hofmann, Fredrik Johansson and Claus Fieker with contributions from others. Current maintainers are Claus Fieker, Tommy Hofmann and Max Horn.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MethodOfLines.jl

    MethodOfLines.jl

    Automatic Finite Difference PDE solving with Julia SciML

    MethodOfLines.jl is a Julia package for automated finite difference discretization of symbolically defined PDEs in N dimensions. It uses symbolic expressions for systems of partial differential equations as defined with ModelingToolkit.jl, and Interval from DomainSets.jl to define the space(time) over which the simulation runs. This project is under active development, therefore the interface is subject to change. The docs will be updated to reflect any changes, please check back for current...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FastAI.jl

    FastAI.jl

    Repository of best practices for deep learning in Julia

    FastAI.jl is a Julia library for training state-of-the-art deep learning models. From loading datasets and creating data preprocessing pipelines to training, FastAI.jl takes the boilerplate out of deep learning projects. It equips you with reusable components for every part of your project while remaining customizable at every layer. FastAI.jl comes with support for common computer vision and tabular data learning tasks, with more to come.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DynamicalSystems.jl

    DynamicalSystems.jl

    Award winning software library for nonlinear dynamics timeseries

    DynamicalSystems.jl is an award-winning Julia software library for nonlinear dynamics and nonlinear time series analysis. To install DynamicalSystems.jl, run import Pkg; Pkg.add("DynamicalSystems"). To learn how to use it and see its contents visit the documentation, which you can either find online or build locally by running the docs/make.jl file. DynamicalSystems.jl is part of JuliaDynamics, an organization dedicated to creating high-quality scientific software. All implemented algorithms...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Bukdu.jl

    Bukdu.jl

    Bukdu is a web development framework for Julia

    Bukdu.jl is a web development framework for Julia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ReinforcementLearningAnIntroduction.jl

    ReinforcementLearningAnIntroduction.jl

    Julia code for the book Reinforcement Learning An Introduction

    This project provides the Julia code to generate figures in the book Reinforcement Learning: An Introduction(2nd). One of our main goals is to help users understand the basic concepts of reinforcement learning from an engineer's perspective. Once you have grasped how different components are organized, you're ready to explore a wide variety of modern deep reinforcement learning algorithms in ReinforcementLearningZoo.jl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LightGraphs

    LightGraphs

    An optimized graphs package for the Julia programming language

    LightGraphs offers both (a) a set of simple, concrete graph implementations -- Graph (for undirected graphs) and DiGraph (for directed graphs), and (b) an API for the development of more sophisticated graph implementations under the AbstractGraph type. The project goal is to mirror the functionality of robust network and graph analysis libraries such as NetworkX while being simpler to use and more efficient than existing Julian graph libraries such as Graphs.jl. It is an explicit design...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ApplicationBuilder.jl

    ApplicationBuilder.jl

    Compile, bundle, and release julia software

    Turn your Julia program into a standalone, distributable, statically-compiled "App". ApplicationBuilder compiles a Julia program and bundles it up into a distributable application, on macOS, Windows and Linux! After building, your users can download your application and run it without having Julia installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Query.jl

    Query.jl

    Query almost anything in julia

    Query is a package for querying julia data sources. It can filter, project, join and group data from any iterable data source, including all the sources supported in IterableTables.jl. One can for example query any of the following data sources: any array, DataFrames, DataStreams (including CSV, Feather, SQLite, ODBC), DataTables, IndexedTables, TimeSeries, Temporal, TypedTables and DifferentialEquations (any DESolution). The package currently provides working implementations for in-memory data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Julia plugin for the IntelliJ Platform

    Julia plugin for the IntelliJ Platform

    Julia Plugin for IntelliJ IDEA

    This is a work in progress, some features are implemented partially, there may be performance and stability problems. Install IntelliJ IDEA (or other JetBrains IDEs), open Settings | Plugins | Browse repositories, install Julia plugin, and create a Julia project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ParallelAccelerator.jl

    ParallelAccelerator.jl

    ParallelAccelerator package, part of the High Performance Scripting

    ... to do so. It also parallelizes and vectorizes many data-parallel operations. ParallelAccelerator is part of the High Performance Scripting (HPS) project at Intel Labs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next