Showing 108 open source projects for "properties"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Hoplite

    Hoplite

    Boilerplate-free Kotlin config library for loading configuration files

    Hoplite is a Kotlin library for loading configuration files into typesafe classes in a boilerplate-free way. Define your config using Kotlin data classes, and at startup Hoplite will read from one or more config files, mapping the values in those files into your config classes. Any missing values, or values that cannot be converted into the required type will cause the config to fail with detailed error messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ProbabilisticCircuits.jl

    ProbabilisticCircuits.jl

    Probabilistic Circuits from the Juice library

    ... certain structural properties, PCs enable different range of tractable exact probabilistic queries such as computing marginals, conditionals, maximum a posteriori (MAP), and more advanced probabilistic queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ClearScript

    ClearScript

    A library for adding scripting to .NET applications

    ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and VBScript. Simple usage; create a script engine, add your objects and/or types, run scripts. Support for several script engines: Google's V8, Microsoft's JScript and VBScript. Exposed resources require no modification, decoration, or special coding of any kind. Scripts get simple access to most of the features of exposed objects and types. Full...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    nivo

    nivo

    A rich set of dataviz components

    nivo provides a rich set of dataviz components, built on top of the awesome d3 and Reactjs libraries. Several libraries already exist for React d3 integration, but just a few provide server side rendering ability and fully declarative charts. In order to use nivo, you have to install the @nivo/core package and then choose some of the scoped @nivo packages according to the charts you wish to use. Given an array of data series having an id and a nested array of points (with x, y properties...
    Downloads: 0 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
    Learn More
  • 5
    React Native Vector Icons

    React Native Vector Icons

    Customizable Icons for React Native with full styling

    .... You can either use one of the bundled icons supported or roll your own custom font. Since Icon builds on top of the Text component, most style properties will work as expected, you might find it useful to play around with background color, border width, border color, border radius, padding, margin, color, font size, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Barfi

    Barfi

    A Python visual Flow Based Programming library

    A Python visual Flow-Based Programming library that integrates into your existing workflow. Barfi is a Flow-Based Programming environment that provides a graphical programming interface. It is integratable into your existing Python workflows. A schema is built using barfi.Blocks. Then the schema is executed with barfi.ComputeEngine. Each barfi.Block has some properties that enable the FBP and schema building. Firstly, each Block has Input and Output interfaces that link to other Blocks. Each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NetTopologySuite

    NetTopologySuite

    A .NET GIS solution that is fast and reliable for the .NET platform.

    A .NET GIS solution that is fast and reliable for the .NET platform. NetTopologySuite is a direct port of all the functionalities offered by JTS Topology Suite: NTS exposes JTS in a '.NET way', for example using Properties, Indexers, etc. The JTS Topology Suite is an API for modeling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Piranha

    Piranha

    A tool for refactoring code related to feature flag APIs

    ... experimental flags (e.g., due to nesting under a flag that is always false) Presence of unused code in the source as well as the binary. Stale flags can also cause bugs. Piranha is a tool to automatically refactor code related to stale flags. At a higher level, the input to the tool is the name of the flag and the expected behavior, after specifying a list of APIs related to flags in a properties file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    React Native Voice

    React Native Voice

    React Native Voice Recognition library for iOS and Android

    ... change the props or plugins, you'll need to rebuild (and prebuild) the native app. If no extra properties are added, defaults will be used. While the included VoiceTest app works without explicit permissions checks and requests, it may be necessary to add a permission request for RECORD_AUDIO for some configurations. Since Android M (6.0), user need to grant permission at runtime (and not during app installation).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Make Recruiting and Onboarding Easy Icon
    Make Recruiting and Onboarding Easy

    Simple, easy-to-use applicant tracking and employee Onboarding system for any sized organization.

    Take away the pain and hassle associated with applicant recruitment, hiring, and onboarding with ApplicantStack. Designed for HR professionals and recruiters, ApplicantStack helps streamline the recruiting and onboarding processes to improve productivity and reduce costs. ApplicantStack provides a complete toolkit that includes tools for posting, launching, and advertising jobs, assessing and managing candidates, collaborating with teams, centralizing information for quick hiring and onboarding, and more.
    Learn More
  • 10
    Binarytree

    Binarytree

    Python library for studying Binary Trees

    Binarytree is Python library that lets you generate, visualize, inspect and manipulate binary trees. Skip the tedious work of setting up test data, and dive straight into practicing algorithms. Heaps and BSTs (binary search trees) are also supported. Binarytree supports another representation which is more compact but without the indexing properties. Traverse trees using different algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RE/flex lexical analyzer generator

    RE/flex lexical analyzer generator

    The regex-centric, fast lexical analyzer generator for C++

    RE/flex is the fast lexical analyzer generator (faster than Flex) with full Unicode support, indent/nodent/dedent anchors, lazy quantifiers, and many other modern features. Accepts Flex lexer specification syntax and is compatible with Bison/Yacc parsers. Generates reusable source code that is easy to understand. Supports fast scanning of UTF-8/16/32 files, strings, and streams. The reflex scanner generator tool generates clean lexer class code that is thread-safe. Generates Graphviz files...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    Image Binder

    Image Binder

    Image Binder - Images-To-PDF Conversion

    Introduction Welcome to Image Binder, a versatile application crafted for effortlessly converting and binding multiple images into a single PDF document. Whether you're organizing your image collection or creating professional portfolios, this tool provides a seamless solution with features designed to enhance your experience.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Space3d

    Space3d

    C# graphics library used for 3D modeling, built with OpenGL/OpenTK

    The Graphics Library is built on top of OpenTK, the C# library that wraps OpenGL. The intended clients are technical and engineering graphics applications that require three-dimensional visualization tool. The implementation draws a scene on separate working thread, optionally, the thread-updater may be invoked. The Space3d Library uses Recursive Composition design pattern. The hierarchy by reference, built into the component, plays a dual role in modeling three-dimensional space: first,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    GtkAda contributions

    GtkAda contributions

    Contributions to Ada bindings to GTK+

    ...; resource styles; capturing the resources of a widget; embeddable images; some missing sub-programs and bugfixes; a measurement unit selection widget and dialogs; an improved hue-luminance-saturation color model; simplified image buttons and buttons customizable by style properties; controlled Ada types for GTK+ strong and weak references; and a simplified means to create lists of strings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    huetiful-js

    huetiful-js

    JavaScript library for general purpose color manipulations.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JCLF

    Library of general utility classes for the Java programming language

    A library of general utility classes for the Java(tm) programming language, including: enhanced replacements for common utilities like StringTokenizer or Properties, a printf-style format system, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Laila.Pdf

    A .NET6 WPF Pdfium-based viewer control and printer object.

    ... of the document (File.ReadAllBytes) and bind the Tool, SearchTerm and CurrentMatchIndex properties. 5) See the sample application for a simple example of all functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pulley

    Pulley

    A library to imitate the iOS 10 Maps UI

    A library to imitate the drawer in Maps for iOS 10/11. The master branch follows the latest currently released version of Swift. If you need an older version of Swift, you can specify it's version (e.g. 1.0.x) in your Podfile or use the code on the branch for that version. Older branches are unsupported. Pulley 2.9.0 has new properties to support a new display mode. The base functionality should work without any significant changes. The biggest change is the new display mode of .compact...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Faker

    A PHP library that generates fake data for you

    Faker is a PHP library designed to generate fake data. It can create fake data by accessing properties named after the type of data you want. Faker’s generators have several packaged generator properties, known as formatters. These bundled formatters can be found in the default locale, and include person, address, phone number, company, date-time and more. Faker is also capable of localization, taking a locale as an argument and returning localized data. It can also populate entities using...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    .Net Core for Delphi/Lazarus

    .Net Core for Delphi/Lazarus

    The best library to work with the .Net Core from Delphi and Lazarus.

    The .Net Core for Delphi/Lazarus (dotNetCore4Delphi) is a .Net Core Runtime Library for Delphi which helps Delphi/Pascal developers work with .Net Core. It is designed to provide a way to interact with .Net Core applications from Delphi/Pascal. What dotNetCore4Delphi can do: - Access .Net Core Framework Class Library. - Access Third Party .Net Core Libraries. - Access Your .Net Core Libraries. - etc Competitive Advantages: - Cross-platform framework that runs on Windows, Linux and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Vue Class Component

    Vue Class Component

    ES / TypeScript decorator for class-style Vue components

    Vue Class Component is a library that lets you make your Vue components in class-style syntax. You can define component data and methods in the intuitive and standard class syntax by annotating the class with the @Component decorator. You can simply replace your component definition with a class-style component as it is equivalent with the ordinary options object style of component definition. By defining your component in class-style, you not only change the syntax but also can utilize some...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    .Net Runtime Library for Delphi

    .Net Runtime Library for Delphi

    This is the best library to work with the .Net framework from Delphi.

    The .Net Runtime Library for Delphi (CNClrLibrary) is the best library to work with .Net framework and .Net libraries from Delphi. It is designed to provide a way to interact with applications written in anyone of the .Net languages (such as C#, Visual Basic.Net, Delphi.Net, JScript.Net, etc) from Delphi. CNClrLibrary allows Delphi to use .Net libraries without the need for registry entries, COM registrations, or changes to the .NET libraries. Competitive Advantages: - No extra dll...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    properties

    properties

    another c#-like property accessor for c++11 and above.

    A property is a member that provides a flexible mechanism to read, write, or compute the value of a private field. Properties can be used as if they are public data members, but they are actually special methods called accessors. This enables data to be accessed easily and still helps promote the safety and flexibility of methods. * Github repository : https://github.com/gammasoft71/properties * Homepage : https://gammasoft71.wixsite.com/properties * Reference guide : https://codedocs.xyz...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    dotNet4Java - .Net for Java

    dotNet4Java - .Net for Java

    The best Java library to work with .Net libraries and frameworks.

    The dotNet4Java is a .Net Runtime Library for Java which helps Java developers work with .Net framework and 3rd party libraries in Java with ease. It is designed to provide a way to interact with applications written in anyone of the .Net languages (such as C#, Visual Basic.Net, Delphi.Net, JScript.Net etc) from Java. Competitive Advantages: - dotNet4Java JAR can be easily added to artefacts repository like maven or ivy. - dotNet4Java is single jar file that can be very easily added to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Wheefun Properties Library for Java

    A java library for binding runtime properties

    This library allows for the programmer to bind arbitrary properties to types which can be accessed at runtime via reflection. Properties can be declared via annotation and later manipulated through a simple static interface; no special naming conventions are required and the properties can be bound to any method which has the appropriate signature.
    Downloads: 0 This Week
    Last Update:
    See Project