Showing 34 open source projects for "gate pass management"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    folium

    folium

    Python data, Leaflet.js maps

    ...-in tilesets from OpenStreetMap, Mapbox, and Stamen, and supports custom tilesets with Mapbox or Cloudmade API keys. folium supports both Image, Video, GeoJSON and TopoJSON overlays. To create a base map, simply pass your starting coordinates to Folium. To display it in a Jupyter notebook, simply ask for the object representation. The default tiles are set to OpenStreetMap, but Stamen Terrain, Stamen Toner, Mapbox Bright, and Mapbox Control Room, and many others tiles are built in.
    Downloads: 61 This Week
    Last Update:
    See Project
  • 2
    vue-chartjs

    vue-chartjs

    Vue.js wrapper for Chart.js

    ... automatically create chartData as a prop or data. And add a watcher. If data has changed, the chart will update. However, keep in mind the limitations of vue and javascript for mutations on arrays and objects. It is important that you pass your options in a local variable named options! You can create your components in Vues single file components.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    OnlineStats.jl

    OnlineStats.jl

    Single-pass algorithms for statistics

    OnlineStats does statistics and data visualization for big/streaming data via online algorithms. High-performance single-pass algorithms for statistics and data viz. Updated one observation at a time. Algorithms use O(1) memory. Algorithms use O(1) memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    KernelDensity.jl

    KernelDensity.jl

    Kernel density estimators for Julia

    Kernel density estimators for Julia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 5
    pydna

    pydna

    Clone with Python! Data structures for double stranded DNA

    Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning. Planning genetic constructs with many parts and assembly steps, such as recombinant metabolic pathways, are often difficult to properly document as is evident from the poor state of documentation in the scientific literature. The pydna python package provide a human-readable formal description of cloning and genetic assembly strategies in Python which...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MathLink.jl

    MathLink.jl

    Julia language interface for Mathematica/Wolfram Engine

    This package provides access to Mathematica/Wolfram Engine via the MathLink library, now renamed to Wolfram Symbolic Transfer Protocol (WSTP).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NonlinearSolve.jl

    NonlinearSolve.jl

    High-performance and differentiation-enabled nonlinear solvers

    ... linear solvers, along with the ability to use sparse automatic differentiation for Jacobian construction and Jacobian-vector products. NonlinearSolve.jl interfaces with other packages of the Julia ecosystem to make it easy to test alternative solver packages and pass small types to control algorithm swapping. It also interfaces with the ModelingToolkit.jl world of symbolic modeling to allow for automatically generating high-performance code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LostGrid

    LostGrid

    LostGrid is a powerful grid system built in PostCSS

    Lost Grid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS. LostGrid makes use of calc() to create stunning grids based on fractions you define without having to pass a lot of options. LostGrid relies on calc() to create the grid. Thus, LostGrid is limited to browsers that support calc(). The great thing is that calc() is widely supported in all current browsers and the LostGrid usage of calc() is supported as far back as IE9+. If using LostGrid...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JuliaConnectoR

    JuliaConnectoR

    A functionally oriented interface for calling Julia from R

    This R-package provides a functionally oriented interface between R and Julia. The goal is to call functions from Julia packages directly as R functions. Julia functions imported via the JuliaConnectoR can accept and return R variables. It is also possible to pass R functions as arguments in place of Julia functions, which allows callbacks from Julia to R. From a technical perspective, R data structures are serialized with an optimized custom streaming format, sent to a (local) Julia TCP server...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 10
    TensorBoardLogger.jl

    TensorBoardLogger.jl

    Easy peasy logging to TensorBoard with Julia

    TensorBoardLogger.jl is a native library for logging arbitrary data to Tensorboard, extending Julia's standard Logging framework. It can also be used to deserialize TensoBoard's .proto files. The fundamental type defined in this package is a TBLogger, which behaves like other standard loggers in Julia such as ConsoleLogger or TextLogger. You can create one by passing it the path to the folder where you want to store the data. You can also pass an optional second argument to specify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LoggingExtras.jl

    LoggingExtras.jl

    Composable Loggers for the Julia Logging StdLib

    LoggingExtras allows routing logged information to different places when constructing complicated "log plumbing" systems. Built upon the concept of simple parts composed together, subtyping AbstractLogger provides a powerful and flexible definition for your logging system without a need to define any custom loggers. When we talk about composability, the composition of any set of Loggers is itself a Logger, and LoggingExtras is a composable logging system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LinearSolve.jl

    LinearSolve.jl

    High-Performance Unified Interface for Linear Solvers in Julia

    LinearSolve.jl is a unified interface for the linear solving packages of Julia. It interfaces with other packages of the Julia ecosystem to make it easy to test alternative solver packages and pass small types to control algorithm swapping. It also interfaces with the ModelingToolkit.jl world of symbolic modeling to allow for automatically generating high-performance code. Performance is key: the current methods are made to be highly performant on scalar and statically sized small problems...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Roots.jl

    Roots.jl

    Root finding functions for Julia

    This package contains simple routines for finding roots, or zeros, of scalar functions of a single real variable using floating-point math. The find_zero function provides the primary interface. The basic call is find_zero(f, x0, [M], [p]; kws...) where, typically, f is a function, x0 a starting point or bracketing interval, M is used to adjust the default algorithms used, and p can be used to pass in parameters. Bisection-like algorithms. For functions where a bracketing interval is known (one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SageMaker Training Toolkit

    SageMaker Training Toolkit

    Train machine learning models within Docker containers

    Train machine learning models within a Docker container using Amazon SageMaker. Amazon SageMaker is a fully managed service for data science and machine learning (ML) workflows. You can use Amazon SageMaker to simplify the process of building, training, and deploying ML models. To train a model, you can include your training script and dependencies in a Docker container that runs your training code. A container provides an effectively isolated environment, ensuring a consistent runtime and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Augmentor.jl

    Augmentor.jl

    A fast image augmentation library in Julia for machine learning

    A fast library for increasing the number of training images by applying various transformations. Augmentor is a real-time image augmentation library designed to render the process of artificial dataset enlargement more convenient, less error prone, and easier to reproduce. It offers the user the ability to build a stochastic image-processing pipeline (or simply augmentation pipeline) using image operations as building blocks. In other words, an augmentation pipeline is little more but a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HP93kShmooExcel

    HP93kShmooExcel

    Excel macro to display HP 93000 Shmoo

    HP93000 Shmoo Excel Tools read the shmoo files in hp93000 shmoo text-file format, and show them or overlay them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    cxmooc-tools

    cxmooc-tools

    Fully automatic tasks, video double-speed seconds

    A Superstar (Learning Pass) / Wisdom Tree (Knowing) / Chinese University mooc learning tools, Firefox, Google, Oil Monkey support. Fully automatic tasks, video double-speed seconds, homework exam question bank, automatic verification code coding. After the 2.1 version, it began to support the wisdom tree, and after the 2.2 version, it began to support the mooc name of Chinese universities. This project is completely open source, free, and only for technical learning and communication...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Helpdezk

    Helpdezk

    HelpDEZk is a powerfull software that manages requests/incidents.

    HelpDEZk is a powerfull software that manages requests/incidents. It has all the needed requirements to an efficient workflow management of all processes involved in service execution. This control is done for internal demands and also for outsourced services. HelpDEZk can be used at any company’s area, serving as an support to the shared service center concept, beyond the ability to log all the processes and maintain the request’s history, it can pass it through many approval levels...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    immutability-helper

    immutability-helper

    Mutate a copy of data without changing the original source

    React lets you use whatever style of data management you want, including mutation. However, if you can use immutable data in performance-critical parts of your application it's easy to implement a fast shouldComponentUpdate() method to significantly speed up your app. Dealing with immutable data in JavaScript is more difficult than in languages designed for it, like Clojure. However, we've provided a simple immutability helper, update(), that makes dealing with this type of data much easier...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Vehicle Weighbridge Software

    Vehicle Weighbridge Software

    Vehicle Weighing Software

    Vehicle Weighing Software - Veighsoft, weighbridge application software for the vehicle weight management in the field of Mining, Logistics, Industrial Plants, Ports and Roadways Industries as private and roadways usage. This software can be used for all type of full weighbridges, axle weighbridges and wheel weighing pads. It can transfer data to Cloud, Shared or Main server database in online and offline mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    React-Vis

    React-Vis

    Data visualization components

    ... to support the many internal tools at Uber. You can use react-vis directly on codepen (or equivalent). React-Vis charts are made of Series components, LineSeries, BarSeries and so on and so forth. Each of these Series components requires a data property, through which we pass an array of objects. These properties correspond to various visual characteristics of the corresponding marks. For example, x and y, which are required for most series types, affect the position of each mark.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Penthode

    Penthode

    Penthode simulates, draw and plot electrical power distributions

    Given a simple net-list describing the high level power architecture of your system Penthode: - simulates the voltage and current from device turn on to the steady state. - highlights components working out of specification - draws a nice power tree diagram showing the currents/powers balance - plots node transient voltage and gate current waveforms It is possible to change component parameters interactively to improve the design
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JPIV

    JPIV

    Particle Image Velocimetry

    JPIV is a platform independent, graphical stand-alone application for Particle Image Velocimetry (PIV) written in Java. PIV is an optical technique for measuring fluid flow velocities. JPIV moved to GitHub. Please visit us at: https://eguvep.github.io/jpiv/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Car Sales Management System Codeigniter

    Car Sales Management System Codeigniter

    Car Sales Management System, Vehicle Sales Management in Codeigniter

    Vehicle Sales Management System Built on Codeigniter 2.x Framework Features : Front End with Vehicles Added from Back-end with details Back-end login system for admins, employees Different Controlling for Admin and Employee New Employee Adding for doing Sales , Adding new vehicles Admin Features : # Add, Edit , Delete almost anything(Including new users), Sell vehicles, See customer Details Employee Features : # Add vehicles only and Sell them to new clients with their details...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    ANKIT CRM V1.2

    ANKIT CRM V1.2

    Custumer Relationship Management

    CRM is most Important factor to increase the sales. with the help of CRM You can increase your client very easily.. demo buylead,in/nicecrm user 13087 pass 13087@07
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next