Showing 3526 open source projects for "type"

View related business solutions
  • Save 80% of payment processing time with our powerful and easy to use AP automation software. Icon
    Save 80% of payment processing time with our powerful and easy to use AP automation software.

    For companies wanting a platform that helps save payment processing time

    Our platform was designed to address the specific challenges associated with international contractor, freelancer and vendor payments. Setup and user onboarding can be completed in less than an hour (compared to weeks or months). Quantifiable ROI is achieved immediately from reduced transition costs and automation time saving (compared to months or years). Automation significantly reduces the risk of errors and fraud. The software can automatically validate invoices and compare them to contracts and work hours reports, ensuring that the amount charged is accurate. Additionally, the software can enforce approval workflows and segregate duties, reducing the risk of fraudulent activities.
  • Elite EXTRA Last Mile Software Icon
    Elite EXTRA Last Mile Software

    Simplify and streamline your logistics with Elite EXTRA’s last mile software solutions

    Elite EXTRA is a cutting-edge software company dedicated to transforming logistics operations through its comprehensive last mile software suite. Our mission is to improve your logistics processes, enhance your bottom line, and deliver exceptional customer experiences. Since our inception in 2008, we have been at the forefront of logistics innovation, providing solutions that simplify and streamline operations for over 325,000 users worldwide.
  • 1
    Ravi Programming Language

    Ravi Programming Language

    Ravi is a dialect of Lua, featuring limited optional static typing

    ... are also valid Ravi programs. There are other attempts to add static typing to Lua (e.g. Typed Lua but these efforts are mostly about adding static type checks in the language while leaving the VM unmodified. So the static typing is to aid programming in the large - the code is eventually translated to standard Lua and executed in the unmodified Lua VM.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Functional programming library golang

    Functional programming library golang

    functional programming library for golang

    This library aims to provide a set of data types and functions that make it easy and fun to write maintainable and testable code in Golang. Write many small, testable, and pure functions, i.e. functions that produce output only depending on their input and that do not execute side effects. Offer helpers to isolate side effects into lazily executed functions (IO). Expose a consistent set of compositions to create new functions from existing ones. For each data type, there exists a small set...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    NullAway

    NullAway

    A tool to help eliminate NullPointerExceptions (NPEs) in your code

    NullAway is a tool to help eliminate NullPointerExceptions (NPEs) in your Java code. To use NullAway, first add @Nullable annotations in your code wherever a field, method parameter, or return value may be null. Given these annotations, NullAway performs a series of type-based, local checks to ensure that any pointer that gets dereferenced in your code cannot be null. NullAway is similar to the type-based nullability checking in the Kotlin and Swift languages, and the Checker Framework...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Lefthook

    Lefthook

    Fast and powerful Git hooks manager for any type of projects

    Meet Lefthook, the fastest polyglot Git hooks manager out there, and make sure not a single line of unruly code makes it into production. See how easy it is to install Lefthook (recently adopted by Discourse, Logux, and Openstax) for most common frontend and backend environments and ensure all your team’s developers can rely on a single flexible tool. Also, it has emojis. Fast and powerful Git hooks manager for Node.js, Ruby or any other type of projects. Fast. It is written in Go. Can run...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Construction Management Software for subcontractors Icon
    Construction Management Software for subcontractors

    PLEXXIS is a subcontractor solution uniting project management, accounting, estimating, takeoff and mobile apps on a single tech stack.

    Plexxis serves subcontractors who seek elite team cohesion and performance. Coupling cloud construction management software, on-premise and hosted solutions, we unite operations, estimating, accounting and field apps on a single technology stack that enables live feedback between bidding, field and finance while in-house services drive continuous adoption.
  • 5
    Fable

    Fable

    F# to JavaScript compiler

    Type inference provides robustness and correctness, but without the cost of additional code. Let the compiler catch bugs for you. Fable produces readable JavaScript code compatible with ES2015 standards and popular tooling like Webpack. Call JavaScript from Fable or Fable from JS. Use NPM packages. The entire JavaScript ecosystem is at your fingertips. Choose your favorite tool, from Visual Studio Code to JetBrains Rider. Fable supports the F# core library and some common .NET libraries...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    TinyGo

    TinyGo

    Go compiler for small place

    TinyGo brings the Go programming language to embedded systems and to the modern web by creating a new compiler based on LLVM. You can compile and run TinyGo programs on over 60 different microcontroller boards such as the BBC micro:bit and the Arduino Uno. TinyGo can also produce WebAssembly (WASM) code which is very compact in size. You can compile programs for web browsers, as well as for server and edge computing environments that support the WebAssembly System Interface (WASI) family of...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    sqlc SQL Compiler

    sqlc SQL Compiler

    Generate type-safe code from SQL

    sqlc generates type-safe code from SQL. You write queries in SQL. You run sqlc to generate code with type-safe interfaces to those queries. You write application code that calls the generated code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CellTypist

    CellTypist

    A tool for semi-automatic cell type classification, harmonization

    CellTypist is an automated tool for cell type classification, harmonization, and integration. Classification, transfer cell type labels from the reference to query dataset. Harmonization, match and harmonize cell types defined by independent datasets. integration, integrate cell and cell types with supervision from harmonization. CellTypist recapitulates cell type structure and biology of independent datasets. Regularised linear models with Stochastic Gradient Descent provide a fast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Pothos GraphQL

    Pothos GraphQL

    Pothos GraphQL is library for creating GraphQL schemas in typescript

    Pothos is a plugin based GraphQL schema builder for typescript. It makes building graphql schemas in typescript easy, fast and enjoyable. The core of Pothos adds 0 overhead at runtime, and has graphql as its only dependency. Pothos is the most type-safe way to build GraphQL schemas in typescript, and by leveraging type inference and typescript's powerful type system Pothos requires very few manual type definitions and no code generation. Pothos has a unique and powerful plugin system that makes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Trusted software for Data Center Infrastructure Management (DCIM) Icon
    Trusted software for Data Center Infrastructure Management (DCIM)

    Modius provides the solutions for managing the availability, capacity, and efficiency of critical facilities.

    Our flagship product, OpenData, provides all the tools including DCIM needed to manage the performance of mission-critical infrastructure, which includes seamless integration of disparate devices.
  • 10
    Telego

    Telego

    Telegram Bot API library for Go

    ... out medium-level docs. The goal of this library was to create an API with the same types and methods as the actual Telegram Bot API. Every type and method has been represented in types.go and methods.go files with mostly all documentation from Telegram.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    stduuid

    stduuid

    A C++17 cross-platform implementation for UUIDs

    A C++17 cross-platform single-header library implementation for universally unique identifiers, simply know as either UUID or GUID (mostly on Windows). A UUID is a 128-bit number used to uniquely identify information in computer systems, such as database table keys, COM interfaces, classes and type libraries, and many others.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    CCXT

    CCXT

    JavaScript/TypeScript/Python/C#/PHP cryptocurrency trading API

    The ccxt library is a collection of available crypto exchanges or exchange classes. Each class implements the public and private API for a particular crypto exchange. All exchanges are derived from the base Exchange class and share a set of common methods. To access a particular exchange from ccxt library you need to create an instance of corresponding exchange class. Supported exchanges are updated frequently and new exchanges are added regularly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    LaTeX Gboard Dictionary

    LaTeX Gboard Dictionary

    Importable dictionary for typing math symbols more easily

    Importable dictionary for typing math symbols more easily on your Android phone by using keyboard shortcuts inspired by LaTeX. Gboard Dictionary for easily typing unicode symbols with shortcuts based on LaTeX. Shortcuts for Gboard are supported on all Android devices. As of now, these shortcuts cannot be imported to iOS devices.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    kpack

    kpack

    Kubernetes Native Container Build Service

    ... updates. kpack also provides a build type to execute a single Cloud Native Buildpack OCI image build.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Cluster Template

    Cluster Template

    A template for deploying a Kubernetes cluster with k3s or Talos

    Welcome to my opinionated and extensible template for deploying a single Kubernetes cluster. The goal of this project is to make it easier for people interested in using Kubernetes to deploy a cluster at home on bare-metal or VMs. At a high level, this project makes use of makejinja to read in a configuration file which will render out pre-made templates that you can then use to customize your Kubernetes experience further. The features included will depend on the type of configuration you want...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    arkade

    arkade

    Open Source Marketplace For Developer Tools

    arkade is how developers install the latest versions of their favorite CLI tools and Kubernetes apps. With arkade get, you'll have kubectl, kind, terraform, and jq on your machine faster than you can type apt-get install or brew update. With over 120 CLIs and 55 Kubernetes apps (charts, manifests, installers) available for Kubernetes, gone are the days of contending with dozens of README files just to set up a development stack with the usual suspects like ingress-nginx, Postgres, and cert...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Indicators.jl

    Indicators.jl

    Financial market technical analysis & indicators in Julia

    Indicators is a Julia package offering efficient implementations of many technical analysis indicators and algorithms. This work is inspired by the TTR package in R and the Python implementation of TA-Lib, and the ultimate goal is to implement all of the functionality of these offerings (and more) in Julia. This package has been written to be able to interface with both native Julia Array types, as well as the TS time series type from the Temporal package. Contributions are of course always...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Quivr

    Quivr

    Your Second Brain supercharged by Generative AI

    Quivr, your second brain, utilizes the power of GenerativeAI to store and retrieve unstructured information. Think of it as Obsidian, but turbocharged with AI capabilities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    OSHI

    OSHI

    Native Operating System and Hardware Information

    OSHI is a free JNA-based (native) Operating System and Hardware Information library for Java. It does not require the installation of any additional native libraries and aims to provide a cross-platform implementation to retrieve system information, such as OS version, processes, memory and CPU usage, disks and partitions, devices, sensors, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Backpack\PermissionManager

    Backpack\PermissionManager

    Admin interface for managing users, roles, and permissions

    It's never been easier to build and customize admin panels using Laravel. Similar to how you'd build it without Backpack. To create a management page (aka CRUD), you create a CrudController. In there, configure or overwrite whatever you want. Load our views, or create your own. Laravel, Bootstrap & jQuery. Those are all the technologies you need to know, to customize anything in Backpack. You can totally use Vue, React, WebPack, Mix, Less, Sass, NPM, etc. If you want to. But you don't have...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Simple Icons

    Simple Icons

    SVG icons for popular brands

    Over 2400 Free SVG icons for popular brands. Icons can be downloaded as SVGs directly from our website - simply click the download button of the icon you want, and the download will start automatically. Icons can be served from a CDN such as JSDelivr or Unpkg. Simply use the simple-icons npm package and specify a version in the URL. All icons are imported from a single file, where [ICON SLUG] is replaced by a capitalized slug. We highly recommend using a bundler that can tree shake such as...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    progressbar

    progressbar

    A really basic thread-safe progress bar for Golang applications

    ... will automatically convert it to a spinner with a customizable spinner type. For example, the above code can be run and set the resp.ContentLength to -1. There is a lot of customization that you can do - change the writer, the color, the width, the description, the theme, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    subconverter

    subconverter

    Utility to convert between various subscription format

    Utility to convert between various subscription format. Shadowrocket users should use ss, ssr or v2ray as target. You can add &remark= to Telegram-liked HTTP/Socks 5 links to set a remark for this node. Add a Personal Access Token into gistconf.ini in the root directory, then add &upload=true to the local subscription link, then when you access this link, the program will automatically update the content to Gist repository.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Material for MkDocs

    Material for MkDocs

    Documentation that simply works

    Focus on the content of your documentation and create a professional static site in minutes. No need to know HTML, CSS or JavaScript, let Material for MkDocs do the heavy lifting for you. Serve your documentation with confidence, Material for MkDocs automatically adapts to perfectly fit the available screen estate, no matter the type or size of the viewing device. Desktop. Tablet. Mobile. All great. Make it yours, change the colors, fonts, language, icons, logo, and more with a few lines...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    The Ballerina programming language

    The Ballerina programming language

    The Ballerina Programming Language

    Ballerina is an open-source programming language for the cloud that makes it easier to use, combine, and create network services. Network primitives in the language make it simpler to write services and run them in the cloud. Structural types with support for openness are used both for static typing within a program and for describing service interfaces. Type-safe, declarative processing of JSON, XML, and tabular data with language-integrated queries. Explicit error handling, static types...
    Downloads: 1 This Week
    Last Update:
    See Project