Showing 678 open source projects for "property"

View related business solutions
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • 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.
  • 1
    ILSpy

    ILSpy

    .NET Decompiler with support for PDB generation, ReadyToRun, Metadata

    ILSpy is the open-source .NET assembly browser and decompiler. Visual Studio 2022 ships with decompilation support for F12 enabled by default (using our engine v7.1). In Visual Studio 2019, you have to manually enable F12 support. Go to Tools / Options / Text Editor / C# / Advanced and check Enable navigation to decompiled source. C# for Visual Studio Code ships with decompilation support as well. To enable, activate the setting "Enable Decompilation Support. ILSpy is distributed under the...
    Downloads: 1,103 This Week
    Last Update:
    See Project
  • 2
    SQLite JDBC Driver

    SQLite JDBC Driver

    SQLite JDBC Driver

    ... management, which does not create any database files. To use a memory database in your Java code, get the database connection. sqlite-jdbc extracts a native library for your OS to the directory specified by java.io.tmpdir JVM property. To use another directory, set org.sqlite.tmpdir JVM property to your favorite path.
    Downloads: 275 This Week
    Last Update:
    See Project
  • 3
    jQuery

    jQuery

    jQuery JavaScript library

    jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript. jQuery also supports Node, browser extensions, and other non-browser environments. To build jQuery, you need to have the latest...
    Downloads: 115 This Week
    Last Update:
    See Project
  • 4
    Zstandard

    Zstandard

    Zstandard - Fast real-time compression algorithm

    ... faster compression and decompression speed in exchange for some loss in compression ratio compared to level 1, as seen in the table above. Zstd can trade compression speed for stronger compression ratios. It is configurable by small increment. Decompression speed is preserved and remain roughly the same at all settings, a property shared by most LZ compression algorithms, such as zlib or lzma.
    Downloads: 71 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 5
    HtmlSanitizer

    HtmlSanitizer

    Cleans HTML to avoid XSS attacks

    ... levels. Configure allowed HTML tags through the property AllowedTags. All other tags will be stripped. Configure allowed HTML attributes through the property AllowedAttributes. All other attributes will be stripped. Configure allowed CSS property names through the property AllowedCssProperties. All other styles will be stripped. Configure allowed CSS at-rules through the property AllowedAtRules. All other at-rules will be stripped.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Unreal Engine 4/5 Scripting System

    Unreal Engine 4/5 Scripting System

    Injectable LUA scripting system, SDK generator, live property editor

    Lua scripting system platform, C++ Modding API, SDK generator, blueprint mod loader, live property editor and other dumping utilities for UE4/5 games. The goal of UE4SS is not to be a plug-n-play solution that always works with every game. The goal is to have an underlying system that works for most games.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 7
    pdfmake

    pdfmake

    Client/server side PDF printing in pure JavaScript

    ... (client-side) and in Node.js (server-side). PDF name can be defined only by using metadata title property. Add-ons used in browsers can affect the functionality of pdfmake (especially for open() and print()). If pdfmake is not working try disable add-ons in browser. The supported browsers are Internet Explorer 10+, Edge 12+, Firefox, Chrome, Opera and Safari.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 8
    Vaultwarden

    Vaultwarden

    Bitwarden compatible server written in Rust

    ... in insecure contexts. In this case, you might get an error like Cannot read property 'importKey'. To solve this problem, you need to access the web vault from HTTPS. This can be configured in vaultwarden directly or using a third-party reverse proxy (some examples). If you have an available domain name, you can get HTTPS certificates with Let's Encrypt, or you can generate self-signed certificates with utilities like mkcert. Some proxies automatically do this step, like Caddy.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 9
    Obfuscar

    Obfuscar

    Open source obfuscation tool for .NET assemblies

    Obfuscar is an open-source .NET obfuscator released under MIT license. It provides basic obfuscation features that help secure secrets in a .NET assembly. An obfuscation tool designed for most .NET developers. Hide everything private, while keep everything public. You can achieve such simply via default settings. Hide class/method/property/event names that you don't want to expose. This is irreversible. String contents can be compressed so that end users won't easily learn them. However...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 10
    SPAlert

    SPAlert

    Native alert from Apple Music & Feedback

    Popup from Apple Music & Feedback in AppStore. Contains Done, Heart, Error and other. Supports Dark Mode and SwiftUI. I tried to recreate Apple's alerts as much as possible. You can find these alerts in the AppStore after feedback and after you add a song to your library in Apple Music. The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It’s integrated with the Swift build system to automate the process of downloading,...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 11
    body-parser

    body-parser

    Node.js body parsing middleware

    Node.js body parsing middleware. Parse incoming request bodies in a middleware before your handlers, available under the req.body property. As req.body's shape is based on user-controlled input, all properties and values in this object are untrusted and should be validated before trusting. For example, req.body.foo.toString() may fail in multiple ways, for example the foo property may not be there or may not be a string, and toString may not be a function and instead a string or other user...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    SpotBugs

    SpotBugs

    A tool for static analysis to look for bugs in Java code

    ... to 1.9. To build the SpotBugs plugin for Eclipse, you'll need to create the file eclipsePlugin/local.properties, containing a property eclipseRoot.dir that points to an Eclipse installation's root directory (see .travis.yml for an example), then run the build.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    SonarJS

    SonarJS

    SonarSource Static Analyzer for JavaScript and TypeScript

    ... and is deprecated. If node is not available in the PATH, you can use property sonar.nodejs.executable to set an absolute path to Node.js executable. If you have a community plugin for CSS analysis installed on your SonarQube instance it will conflict with the analysis of CSS, so it should be removed.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    Matomo

    Matomo

    Alternative to Google Analytics that gives you full control over data

    ... ownership you get the power to protect your user’s privacy. You know where your data is stored and what’s happening to it, without external influence. We’re serious about privacy here at Matomo and keeping your business GDPR and CCPA compliant. The Google Analytics Importer plugin imports Google Analytics reports into a Matomo instance. When you run an import, your Google Analytics (GA) Property will be automatically created as a Website into Matomo.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    EF Core

    EF Core

    Object-database mapper for .NET

    EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with many databases, including SQL Database (on-premises and Azure), SQLite, MySQL, PostgreSQL, and Azure Cosmos DB. To install EF Core, you install the package for the EF Core database provider(s) you want to...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    RepoDB

    RepoDB

    A hybrid ORM library for .NET.

    RepoDB is an open-source .NET ORM library that bridges the gaps of micro-ORMs and full-ORMs. It helps you simplify the switch-over of when to use the BASIC and ADVANCE operations during the development. Like with any other ORMs, RepoDB does provide the preliminary methods needed for your basic operations. The good thing is, it also does provide the operations that are needed to cater your edge-cases like 2nd-Layer Cache, Tracing, Repositories, Property Handlers, and Batch/Bulk Operations...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    HIBERNATE

    HIBERNATE

    Hibernate's core object/relational mapping functionality

    ... "profiles" in databases.gradle. These profiles can be activated by name using the db build property which can be passed either as a JVM system prop (-D) or as a Gradle project property (-P). You don't have to install all databases locally to be able to test against them in case you have docker available. The script docker_db.sh allows you to start a pre-configured database which can be used for testing.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Ring

    Ring

    Unofficial packages for Ring Doorbells, Cameras, Alarm System

    ... so you can view, listen, and speak to anyone on your property from anywhere. Ring's customizable motion sensors allow you to focus on the most important areas of your home. You will receive instant warnings as soon as your Ring device detects movement, so you are always the first to know if someone has gotten too close to your property. Ring allows you to monitor every corner of your property.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Ember CP Validations

    Ember CP Validations

    Ember computed property based validations

    Ember computed property-based validations. An EmberJS validation framework that is completely and utterly computed property based. No observers were used nor harmed while developing and testing this addon. Lazily computed validations. Ruby on rails inspired validators. Support for Ember Data Models, Objects, Components, Services, etc. Support for nested models and objects. Synchronous and asynchronous support. Easily integrated with Ember Data's DS.Errors. No observers. Seriously...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    libplist

    libplist

    A library to handle Apple Property List format in binary or XML

    A small portable C library to handle Apple Property List files in binary, XML, JSON, or OpenStep format.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Chemprop

    Chemprop

    Message Passing Neural Networks for Molecule Property Prediction

    Chemprop is a repository containing message-passing neural networks for molecular property prediction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Miller

    Miller

    Miller is like awk, sed, cut, join, and sort for name-indexed data

    Miller is like awk, sed, cut, join, and sort for data formats such as CSV, TSV, JSON, JSON Lines, and positionally-indexed. With Miller, you get to use named fields without needing to count positional indices, using familiar formats such as CSV, TSV, JSON, JSON Lines, and positionally-indexed. Then, on the fly, you can add new fields which are functions of existing fields, drop fields, sort, aggregate statistically, pretty-print, and more. Miller operates on key-value-pair data while the...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    go-chart

    go-chart

    go chart is a basic charting library in go

    .... Whenever a developer sets a property on the chart object, it is to be assumed that value will be used instead of the default. The best way to see the api in action is to look at the examples in the ./_examples/ directory. I wanted to make a charting library that used only native golang, that could be stood up on a server (i.e. it had built-in fonts). The goal with the API itself is to have the "zero value be useful", and to require the user to not code more than they absolutely needed.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    jasypt-spring-boot

    jasypt-spring-boot

    Jasypt integration for Spring boot

    Jasypt Spring Boot provides Encryption support for property sources in Spring Boot Applications. There are 3 ways to integrate just-spring-boot in your project. And encryptable properties will be enabled across the entire Spring Environment (This means any system property, environment property, command line argument, application.properties, yaml properties, and any other custom property sources can contain encrypted properties) Jasypt uses an StringEncryptor to decrypt properties. For all 3...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PurgeCSS

    PurgeCSS

    Remove unused CSS

    ... a list of options that allow you to customize its behavior. Customization can improve the performance and efficiency of PurgeCSS. The configuration file is a simple JavaScript file. By default, the JavaScript API will look for purgecss.config.js. You can then use PurgeCSS with the config file. PurgeCSS also works with raw content. To do this, you need to pass an object with the raw property instead of a filename.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next