Showing 13 open source projects for "hide"

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
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 1
    Pretty Jupyter

    Pretty Jupyter

    Creates dynamic html report from jupyter notebook.

    Pretty Jupyter is an easy-to-use package that allows to create beautiful & dynamic HTML reports. Most of the features require little to no work to get working and greatly improve the quality of the output report, or even the developer’s comfort when creating the report. For example, tabs make some visualizations much more comfortable. The features are integrated directly into the output page, therefore there is no need to have an interpreter running in the backend. This makes the HTML easily...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    GopenPGP V3

    GopenPGP V3

    A high-level OpenPGP library

    ...This library lets developers perform key generation, message encryption and decryption, digital signing, and signature verification with straightforward functions that hide much of the boilerplate and nuance typically required when working directly with OpenPGP implementations. Built on top of a forked version of the Go crypto library, gopenpgp supports current OpenPGP RFC standards and includes examples for working with password-based encryption and PGP keys, as well as detached and inline signatures. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    QtRPT

    QtRPT

    Easy-to-use print report library and designer

    QtRPT is the easy-to-use report engine written in C++ QtToolkit. It allows combining several reports in one XML file. For separately taken field, you can specify some condition depending on which this field will display in different font and background color, etc. The project consists of two parts: report library QtRPT and report designer application QtRptDesigner. Report file is a file in XML format. The report designer makes easy to create report XML file.
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • 4
    PVLE

    PVLE

    C++ lightweight cross-platform game engine

    PVLE is a C++ lightweight cross-platform game engine (real-time visualisation/simulation engine), using OSG (OpenSceneGraph) and ODE (OpenDynamicsEngine) among other libs. It differs from other engines in the way it does not hide underlaying libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
    Try for free
  • 5
    Filebuster

    Filebuster

    An extremely fast and flexible web fuzzer

    Filebuster is an extremely fast and flexible web fuzzer designed for content discovery. Written in Perl, it utilizes efficient HTTP handling to quickly identify hidden files and directories on web servers, aiding in security assessments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Keyviz

    Keyviz

    Keyviz is a free and open-source tool to visualize your keystrokes

    Keyviz is an open-source tool written in Dart/C++ that visualizes your keystrokes and mouse actions in real-time, overlaying them on screen. It’s ideal for screencasts, presentations, livestreams, or instructional videos, showing users exactly what keys or buttons you press, and visually highlights them with customizable styles and filters.
    Downloads: 64 This Week
    Last Update:
    See Project
  • 7
    UltraPlugin.js

    UltraPlugin.js

    A smart framework to developing sites and web applications

    [This project has been discontinued but you can use ALL versions created] UltraPlugin.js is the ultra smart powerful union of a data library containing a large proportion of functions that allows the user to develop web sites and applications in a pleasant and fast way with a framework that creates several possibilities by joining Html, Css and Visual Basic Script with the JS itself and allowing several new types of elements. This project is totally open-source and has a natural development...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    toastr

    toastr

    Simple javascript toast notifications

    ...Toastr will supply default animations, so you do not have to provide any of these settings. However you have the option to override the animations if you like. Optionally override the animation easing to show or hide the toasts. Default is swing. swing and linear are built into jQuery. Use the jQuery show/hide method of your choice. These default to fadeIn/fadeOut. The methods fadeIn/fadeOut, slideDown/slideUp, and show/hide are built into jQuery. Rather than having identical toasts stack, set the preventDuplicates property to true. Duplicates are matched to the previous toast based on their message content. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Rpg.NET

    Performance enhancement API for RPG Maker XP, VX, VXA.

    Rpg.NET is an API built using the .NET Framework for both improving performance and enhancing the RPG Maker series (XP, VX, and VXA). Contained within are various functions and classes that extend the ability of RPG Maker in areas such as graphics, audio, and Windows API interop. Included is a Ruby script that is the wrapper around the library, so it can be used as any other script within your game.
    Downloads: 2 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 10
    Hide & Reveal
    Composed of a Java steganographic library and GUI to use steganography. Primarily intended for research communities on security and steganography to implement new dissimulation and steganalysis algorithms. More information at www.hidereveal.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    GLSlayer

    An object oriented 3D graphics API on top of OpenGL

    This project has moved to GitHub: https://github.com/ubershader/GLSlayer OpenGL Sanity Layer is an object-oriented 3D graphics API on top of OpenGL written in C++. It is designed not just to provide an encapsulation of OpenGL objects, but to provide a cleaner and more streamlined interface similar to Direct3D and hide some of OpenGL's weak spots such as bind-to-edit semantics, multiple stage object creation, unavailability of platform independent initialization and loading of extensions to expose features. With GLSlayer it is easy to create a rendering context just by filling a structure and calling a function. All extensions needed to expose features for requested OpenGL version are loaded automatically. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Highchart for Nagios
    * Import pnp4nagios rrd data to Highcharts. * Highcharts is a charting library written in pure JavaScript, offering intuitive, interactive charts to your web site or web application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    PassJS

    Giving a Cross-Browser JavaScript

    This library tries to hide differences between JavaScript implementations across browsers. This library is Licenced under the GNU GPLv3 Licence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next