Showing 15 open source projects for "property table"

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

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • 1
    Zstandard

    Zstandard

    Zstandard - Fast real-time compression algorithm

    ...The negative compression levels, specified with --fast=#, offer 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
  • 2
    HotelDruid

    HotelDruid

    Hotel property management system

    HotelDruid is a property management system (PMS) designed to make hotel and hostel rooms, bed and breakfast apartments, or any other kind of daily rental easy to manage from a web browser.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 3
    VCF-Virtual-Contact-File-Manager-in-JS
    ...VCF files also support custom fields, images, and other types of media. Live demo at: https://virtual-contact-file-manager.sourceforge.io/ Features: -Includes 13 of the most common property types, more can be included if needed. -Supports version 2.1, 3.0, 4.0 of VCF -Automatic VCF version detection when loading a VCF file -Unlimited number of vCards (VCF) (As much table data as your browser supports... ... For a complete list of features please visit: https://github.com/lexterror/VCF-Virtual-Contact-File-Manager-in-JS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Duktape

    Duktape

    Embeddable Javascript engine with a focus on portability

    Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h, and duk_config.h to your build, and use the Duktape API to call ECMAScript functions from C code and vice versa. Partial support for ECMAScript 2015 (E6) and ECMAScript 2016 (E7), Post-ES5 feature status, kangax/compat-table. Combined reference counting and mark-and-sweep garbage collection with finalization. Property virtualization using a subset of ECMAScript ES2015 Proxy object. Bytecode dump/load for caching compiled functions. Distributable includes an optional logging framework, CommonJS-based module loading implementations, CBOR bindings, etc. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    Spectron

    Spectron

    Test Electron apps using ChromeDriver

    Easily test your Electron apps using ChromeDriver and WebdriverIO. For given versions of Electron you must depend on a very specific version range of Spectron. We provide a version mapping table between Spectron version and Electron version. Spectron works with any testing framework but the example provided uses mocha. By default, mocha searches for a folder with the name test ( which we created before ). For more information on how to configure mocha, please visit mocha. Spectron exports an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Laravel-Translatable

    Laravel-Translatable

    A Laravel package for multilingual models

    ...For tables already created in production, update your migrations to change the engine of the table before adding the foreign key constraint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LGButton

    LGButton

    A fully customisable subclass of the native UIControl

    A fully customizable subclass of the native UIControl which allows you to create beautiful buttons without writing any line of code. A fully customizable subclass of the native UIControl which allows you to create beautiful buttons without writing any line of code. You can add images/icons to your button, icons are taken from different ready-to-use font icons collections, images can be imported directly from your project assets folder. Icons are managed by SwiftIconFont integration, so you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TableExport

    TableExport

    The simple, easy-to-implement library to export HTML tables to xlsx

    The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files. To use this library, include the FileSaver.js library, and TableExport library before the closing body tag of your HTML document. In order to provide Office Open XML SpreadsheetML Format ( .xlsx ) support, you must include the following third-party library in your project before both FileSaver.js and TableExport. To support legacy browsers ( Chrome < 20, Firefox 13, Opera 12.10, IE, 10, Safari 6 )...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    gnome-menu-cat

    gnome-menu-cat

    gnome-menu-cat - this script-base classificator GNOME menu.

    ...gnome-menu-cat - the scripts mechanism of global governance menu GNOME (affects all users). The purpose of this mechanism is to streamline the GNOME menu by using the property "Categories" mechanism xdg-menu. View all the possible values of "Categories" and their combination with the command: $ grep "Categories=" /usr/share/applications/*.desktop gnome-menu-cat spoofing and create my own XML-substitution table gnome-applications.menu mechanism xdg-menu. This script-base classificator GNOME menu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 10

    LazySloth

    A tool to quickly generate SQL create table query and Java Bean

    This class contains the whole treatment. The main class parses partially command line arguments and call appropriate methods to parse the command line arguments and the generation methods. Usage : java -jar LazySolth.jar [-java|-sql|-both] Table_Name Column1 Column2... The accepted options : -java : to generate only java -sql : to generate only sql -both : to generate both java and sql. The column starts with a letter to specify the data type and the rest is the column name. Accepted...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    RoboStopwatch

    Automation scheduler and monitor with stopwatch GUI widget.

    This program schedules, launches and monitors any Java Runnable object. Anything you can do from Java, you can schedule and monitor using this program. It includes a nifty stopwatch widget as a metaphor for measuring performance. The monitoring is done via event messages which are displayed in real time in a GUI dialog and stored in a JavaDB database. Any number of tasks (Runnables) can be launched and monitored simultaneously. The user / programmer of the API Jar designs their own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    etXML

    Emacs Table to XML: an easy way to convert any table to XML

    One tip for KITTI users: You can customize your XML format by modifying and evaluating the following code in emacs: (setq etxml-KITTI-dataset-schema "(\"object\" (\"name\" @0@) (\"truncated\" (round-with-threshold (string-to-number @1@ ) 0.07) ) (\"occluded\" @2@) (\"alpha\" @3@) (\"bndbox\" (\"xmin\" @4@) (\"ymin\" @5@) (\"xmax\" @6@) (\"ymax\" @7@)) (\"dimensions\" (\"height\" @8@) (\"width\" @9@) (\"length\" @10@)) (\"location\" (\"x\" @11@) (\"y\" @12@) (\"z\" @13@))...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Software, components, utilities and XML schema model for automating the exchange of engineering data for the capital facility industry over the total facility life cycle, including design, procurement, construction, operations and maintenance. Detailed cfiXML guidelines and example data dictionaries for control valves, electric motors and pumps, including information on the HI 50.7-2010 Electronic Data Exchange for Pumping Equipment Standard, are available from the website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ReportingCloud provides an open source quality implementation as an extension of the RDL specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    NewfieQ manages mutable SQL queries stored in an XML source file. Base queries are modified with named boolean conditions and variables. Schemas are assigned to table names via a property file for switching between test and production on a single system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB