Showing 3526 open source projects for "type"

View related business solutions
  • Optimize every aspect of hiring with Greenhouse Recruiting Icon
    What’s next for many of us is changing. Your company’s ability to hire great talent is as important as ever – so you’ll be ready for whatever’s ahead. Whether you need to scale your team quickly or improve your hiring process, Greenhouse gives you the right technology, know-how and support to take on what’s next.
  • Powerful, all-in-one identity verification, fraud prevention and compliance platform. Icon
    Powerful, all-in-one identity verification, fraud prevention and compliance platform.

    For businesses needing an automated identity verification to defeat fraud while processing customers' data quickly and securely

    iDenfy protects startups, financial institutions, gambling, streaming, ridesharing, and other digital services from identity fraud using a three-layer identity verification process. The process protects businesses from the most threatening forms of identity fraud.
  • 1
    swift-html

    swift-html

    Swift DSL for type-safe, extensible, and transformable HTML documents

    A Swift DSL for type-safe, extensible, and transformable HTML documents. The popular choice for rendering HTML in Swift these days is to use templating languages, but they expose your application to runtime errors and invalid HTML. Our library prevents these runtime issues at compile-time by embedding HTML directly into Swift’s powerful type system. Underneath the hood these tag functions html, body, h1, etc., are just creating and nesting instances of a Node type, which is a simple Swift enum...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    spp

    spp

    A simple and powerful proxy

    Supported protocol: TCP, UDP, RUDP (Reliable UDP), RICMP (Reliable ICMP), RHTTP (Reliable HTTP), KCP, Quic. Support type: forward proxy, reverse agent, SOCKS5 forward agent, SOCKS5 reverse agent. Agreement and type can be freely combined. External agent agreement and internal forwarding protocols can freely combine. Support Shadowsocks plug-in, spp-shadowsocks-plugin, spp-shadowsocks-plugin-android.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    sqlc

    sqlc

    Generate type-safe code from SQL

    sqlc generates type-safe code from SQL. Here's how it works. 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. Seriously, it's that easy. You don't have to write any boilerplate SQL querying code ever again. See the current list of supported programming languages and databases. sqlc needs to know your database schema and queries in order to generate code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Goyave

    Goyave

    Elegant Golang REST API Framework (v5 WIP)

    Goyave is a Golang REST API framework aiming at cleanliness, fast development and power. Goyave is a progressive and accessible web application framework focused on REST APIs, aimed at making backend development easy and enjoyable. It has a philosophy of cleanliness and conciseness to make programs more elegant, easier to maintain and more focused. Get started quickly and master all its powerful functionalities thanks to its extensive documentation. Goyave has an expressive, elegant syntax,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • TicketSearch is a complete event ticketing, box office management, CRM, and fundraising solution Icon
    TicketSearch is a complete event ticketing, box office management, CRM, and fundraising solution

    For companies looking for a powerful ticketing and event management platform

    Whether you're big or small, run workshops, music gigs, theatre productions, sports events, trade shows and conferences, or even general activities, we've got your ticketing needs covered.
  • 5
    Entity Framework 6

    Entity Framework 6

    This is the codebase for Entity Framework 6

    ... would normally write. Mapping POCO entity classes that do not depend on any EF type. Models can be generated from existing databases and then manually edited, or they can be created from scratch and then used to generate new databases. Integration with .NET Framework application models, including ASP.NET, and through data binding, with WPF and WinForms. Database connectivity based on ADO.NET and various providers available to connect to SQL Server, Oracle, MySQL, SQLite, PostgreSQL, DB2, etc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    GraphQL for .NET

    GraphQL for .NET

    This is an implementation of Facebook's GraphQL in .NET

    GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data. A GraphQL service is created by defining types and fields on those types, then providing functions for each field on each type. All packages generated from this repository come with embedded pdb and support Source Link. If you are having...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    vue-virtual-scroller

    vue-virtual-scroller

    Blazing fast scrolling for any amount of data

    There are several components provided by vue-virtual-scroller. RecycleScroller is a component that only renders the visible items in your list. It also re-uses components and dom elements to be as efficient and performant as possible. DynamicScroller is a component that wraps the RecycleScroller component and extends its features to include dynamic size management. The main use case for this is when you do not know the size of the items in advance. The Dynamic Scroller automatically...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    Iced

    A cross-platform GUI library for Rust, inspired by Elm

    Iced is a cross-platform, end-user-oriented GUI library for Rust, inspired by The Elm Architecture. It expects you to split user interfaces into four different concepts, which are: the state of your app; messages, which are user interactions or other meaningful events; view logic, which displays your state as widgets that can result in messages; and update logic, which offers a way to update your state and react to messages. Iced is very simple and easy to use, and is type-safe. It offers many...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    encoding

    encoding

    Go package containing implementations of efficient encoding

    Go package containing implementations of encoders and decoders for various data formats. At Segment, we do a lot of marshaling and unmarshaling of data when sending, queuing, or storing messages. The resources we need to provision on the infrastructure are directly related to the type and amount of data that we are processing. At the scale we operate at, the tools we choose to build programs can have a large impact on the efficiency of our systems. It is important to explore alternative...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Fixed Asset Pro | Asset Management Icon
    Fixed Asset Pro | Asset Management

    Fixed Asset Pro Is A Powerful, Effective Depreciation And Fixed Asset Management Software System

    Fixed Asset Pro Is The Affordable Fixed Asset Management And Depreciation Software System For Small And Mid-sized Businesses And Organizations.
  • 10
    lua-language-server

    lua-language-server

    A language server that offers Lua language support - programmed in Lua

    The Lua language server provides various language features for Lua to make development easier and faster. With around half a million installs on Visual Studio Code, it is the most popular extension for Lua language support. The language server can be installed for use in Visual Studio Code, NeoVim, and any other clients that support the Language Server Protocol. The language server can be configured using a configuration file. The language server and Visual Studio Code client can be...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    fzf

    fzf

    A command-line fuzzy finder

    ... in fullscreen mode, but you can make it start below the cursor with the height option. Unless otherwise specified, fzf starts in "extended-search mode" where you can type in multiple search terms delimited by spaces. Fuzzy completion for files and directories can be triggered if the word before the cursor ends with the trigger sequence, which is by default **. Fuzzy completion for PIDs is provided for the kill command. In this case, there is no trigger sequence.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    date-fns

    date-fns

    Modern JavaScript date utility library

    date-fns is a modern JavaScript date utility library that offers the most comprehensive toolset for manipulating JavaScript dates in a browser and Node.js. It’s complete and yet simple, because the API is unambiguous, with just one approach to a problem. It’s highly reliable and consistent, always respecting timezones and DST. And it’s also modular, so you don’t have to bloat your project with unnecessary functionality. date-fns supports TypeScript and Flow, and is supported by an amazing...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    next international

    next international

    Type-safe internationalization (i18n) for Next.js

    Type-safe internationalization (i18n) for Next.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Doctrine JSON ODM

    Doctrine JSON ODM

    An object document mapper for Doctrine ORM using JSON

    ... can even define indexes for those documents. Doctrine JSON ODM allows to store PHP objects as JSON documents in modern, dynamic columns of an RDBMS. It works with JSON and JSONB columns of PostgreSQL (>= 9.4) and the JSON column type of MySQL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Phan

    Phan

    Phan is a static analyzer for PHP

    Phan is a static analyzer for PHP. Phan prefers to avoid false positives and attempts to prove incorrectness rather than correctness. Phan looks for common issues and will verify type compatibility on various operations when type information is available or can be deduced. Phan has a good (but not comprehensive) understanding of flow control and can track values in a few use cases (e.g. arrays, integers, and strings). With Phan installed, you'll want to create a .phan/config.php file in your...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    pydantic

    pydantic

    Data parsing and validation using Python type hints

    Data validation and settings management using Python type hinting. Fast and extensible, pydantic plays nicely with your linters/IDE/brain. Define how data should be in pure, canonical Python 3.6+; validate it with pydantic. id is of type int; the annotation-only declaration tells pydantic that this field is required. Strings, bytes or floats will be coerced to ints if possible; otherwise an exception will be raised. name is inferred as a string from the provided default; because it has...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    golang-set

    golang-set

    A simple generic set type for the Go language

    A simple generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp. The missing generic set collection for the Go language. Until Go has sets built-in...use this. One common interface to both implementations, a nonthreadsafe implementation favoring performance, a threadsafe implementation favoring concurrent use. Feature complete set implementation modeled after Python's set implementation. Exhaustive unit-test and benchmark suite. This package is trusted...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Enums.NET

    Enums.NET

    Enums.NET is a high-performance type-safe .NET enum utility library

    Enums.NET is a high-performance type-safe .NET enum utility library that provides many operations as convenient extension methods. It is compatible with .NET Framework 4.5+ and .NET Standard 1.0+. To help you migrate your code to using the new methods I have created the C# roslyn analyzer Enums.NET.Analyzer which provides a code fix to migrate your usage of the non-generic and unsafe methods to the new methods.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Codiga VS Code

    Codiga VS Code

    VS Code plugin that suggests code blocks as you type and check

    VS Code plugin that suggests code blocks as you type and check for errors. Works for JavaScript, TypeScript, Python, Java, Scala, Ruby, PHP, Apex, Docker.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Compose Navigation Reimagined

    Compose Navigation Reimagined

    Type-safe navigation library for Jetpack Compose

    A small and simple, yet fully fledged and customizable navigation library for Jetpack Compose.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    RedisJSON

    RedisJSON

    RedisJSON - a JSON data type for Redis

    RedisJSON is a Redis module that implements ECMA-404 The JSON Data Interchange Standard as a native data type. It allows storing, updating and fetching JSON values from Redis keys (documents).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    VueUse

    VueUse

    Collection of essential Vue Composition Utilities for Vue 2 and 3

    VueUse is a collection of utility functions based on Composition API. Seamless migration, works for both Vue 3 and 2. Fully tree shakable, only take what you want. Type Strong, written in TypeScript, with TS Docs. Configurable event filters and targets. No bundler required, usable via CDN. 90+ functions for you to choose from. Works perfectly with Server-side rendering/generation. Documentation of functions also come with interactive demos! Support various add-ons like Router, Firebase, RxJS...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Jingo

    Jingo

    This package provides the ability to encode golang structs

    This package provides the ability to encode Golang structs to a buffer as JSON. Buffer is a simple custom buffer type that complies with io.Writer. Its main benefit is that it has a pooling built-in. This goes a long way to helping make jingo fast by reducing its allocations and ensuring good write speeds. When you create an instance of an encoder it recursively generates an instruction set that defines how to iteratively encode your structs. This gives it the ability to provide a clear API...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    APIAuto

    APIAuto

    The most advanced tool for HTTP API

    ... and commercial API documentation/testing tools, and can import use cases and documents with one click. Support GET, POST, PUT, PATCH, DELETE, HEAD and other HTTP Method and Content-Type, URL /{Path}/{Variable}. Tencent's internal users include IEG Interactive Entertainment Business Group, TEG Technology Engineering Business Group, CSIG Cloud and Smart Business Group, etc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Elm Plugin for Visual Studio Code

    Elm Plugin for Visual Studio Code

    Improving your Elm experience since 2019

    Errors and pieces of information when changing code and when saving (Control + S) Format on save (Control + S) (Make sure you also enable the "Editor: Format on Save" setting for this to work). Suggests completions and snippets (Control + Space) Test explorer integration. Lists all references to a type alias, module, custom type or function (Alt + Shift + F12) Jump to the definition of a type alias, module, custom type or function. Shows type annotations and documentation on hover for type...
    Downloads: 0 This Week
    Last Update:
    See Project