Showing 2304 open source projects for "using"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1

    dictextension

    A Mozilla extension that looks up words using the DICT protocol

    Dict is a Mozilla extension that lets you easily look up the definition of words on a Web page using an online dictionary. Simply select a word, right-click, and you'll see a menu option to define the selected word. The definitions are returned in a new window. The extension implements a DICT protocol client, defined in RFC 2229. By default, the extension queries the DICT server on dict.org for definitions, but it can be configured to use other servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Cloud Filer

    Cloud Filer

    S3 file management tool with encryption

    ...Cloud Filer includes pre-internet encryption and file name obfuscation making access to your cloud data useless without the right password. Download and install using pip install cloudfiler - see also https://pypi.org/project/cloudfiler/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Owl PHPMailer

    Owl PHPMailer

    A Powerful PHP bulk email sending script with smtp support.

    Owl PHPMailer is a PHP mass mailer script with a great capabilities, Supports multiple SMTP Servers, attachments and message type and many more! All you need to get started is to upload the script to your Webhost and start using it, Yes it's that simple!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    jQuery Confirm

    jQuery Confirm

    A multipurpose plugin for alert, confirm & dialog

    ...Get more control over the modal, mainly important for binding events for the modal elements. Dialog types helps give the user a hint as to what the dialog is about. Give meaning to your dialog with custom icons. Many have a different taste, who won't be using bootstrap in their projects. You can simply provide the width of the modal, in px or any metric you want. You can setup global settings for your confirm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    UpUp

    UpUp

    Easily create sites that work offline as well as online

    ...This is why modern browsers support service workers, a new technology which lets you serve your content to your users, even when they are offline. UpUp is a free, open-source project which makes using this modern magic as simple as calling one command. While easy to pick up, UpUp is powerful enough to support anything from showing simple messages, to making fully functional single-page applications available offline, with data customized for each of your users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    cloudfront-auth

    cloudfront-auth

    An AWS CloudFront Lambda@Edge function to authenticate requests

    Upon successful authentication, a cookie (named TOKEN) with the value of a signed JWT is set and the user redirected back to the originally requested path. Upon each request, Lambda@Edge checks the JWT for validity (signature, expiration date, audience and matching hosted domain) and will redirect the user to configured provider's login when their session has timed out. If your CloudFront distribution is pointed at a S3 bucket, configure origin access identity so S3 objects can be stored...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Remme PKI (d) Protocol

    Remme PKI (d) Protocol

    Blockchain-based distributed PKI protocol

    Remme Protocol is a blockchain-based protocol focused on digital key and identity lifecycle management to resolve issues related to cybersecurity, IoT connectivity, data integrity, digital copyright protection, transparency etc. Some of the groundbreaking features include: - Free Rate Limited Transactions - Low Latency Block confirmation (0.5 seconds) - Attribute-based identity and access control - Designed for Sparse Header Light Client Validation - Time Delay Security -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Jupyter Server Proxy

    Jupyter Server Proxy

    Jupyter notebook server extension to proxy web services.

    Jupyter Server Proxy lets you run arbitrary external processes (such as RStudio, Shiny Server, Syncthing, PostgreSQL, Code Server, etc) alongside your notebook server and provide authenticated web access to them using a path like /rstudio next to others like /lab. Alongside the Python package that provides the main functionality, the JupyterLab extension (@jupyterhub/jupyter-server-proxy) provides buttons in the JupyterLab launcher window to get to RStudio for example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Zombie.js

    Zombie.js

    Fast, full-stack, headless browser testing using node.js

    Insanely fast, headless full-stack testing using Node.js. Zombie 6.x is tested to work with Node 8 or later. If you need to use Node 6, consider using Zombie 5.x. If you’re going to write an insanely fast, headless browser, how can you not call it Zombie? Zombie it is. Zombie.js is a lightweight framework for testing client-side JavaScript code in a simulated environment. No browser required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Robopages

    Robopages

    Lightning fast no database CMS without layout limitations.

    ...Layouts are defined in XML files that map plugin content generators to individual block elements. Experienced developers can mock up a complex website faster--with Robopages--than any other system. The default layout is phones compatible using internal CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    System-GoodStat
    The GoodStat system is a web application, operating in the hosting environment, counting the statistics of entries, page views and much more. After downloading you will be able to install it yourself on your hosting. The data can be read as soon as the installation is completed and pasted into a monitored page on each subpage, a special JavaScript code. I would like to share with you the script I created called the GoodStat System. You will probably think that the name is a little bit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    react-native-fcm

    react-native-fcm

    react native module for firebase cloud messaging

    ...To allow android to respond to click_action, you need to define Activities and filter on specific intent. Since all javascript is running in MainActivity, you can have MainActivity to handle actions. If you are using RN < 0.30.0 and react-native-fcm < 1.0.16, pass intent into package, edit MainActivity.java. Import libraries, add Capabilities (background running and push notification), upload APNS and etc. Put frameworks under ios/Frameworks folder, and drag those files into your xcode solution. Make sure the file is not just moved into the folder. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DNWebSocket

    DNWebSocket

    WebSocket(RFC-6455) library written using Swift

    Object-Oriented, Swift-style WebSocket Library (RFC 6455) for Swift-compatible Platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    auto rotator for woocommerce reviews

    auto rotator for woocommerce reviews

    It is a simple widget to show Woocommerce reviews in a rotatery style

    The Auto Rotator For Woocommerce Reviews is a simple widget to show Woocommerce reviews in a rotational style. You can set the options of this plugin to fetch the reviews of the products based on their categories, their tags or their authors. Also, it has different options to set the ordering type, length of the reviews, number of the reviews, etc. This plugin shows woocommerce reviews in the ratational style with fade and slide transitions. It is very flexible with customizable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    tinyfilemanager

    Web based File Manager in PHP, Single File and light weight

    Tiny PHP File Manager It is a simple, fast and small file manager with single php file. It is also a web code editor. It'll run either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5.5+ available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    React Performance Devtool

    React Performance Devtool

    A browser developer tool extension to inspect performance

    ...Registering an observer hooks an object containing information about the events and performance measures of React components to the window object, which can then be accessed inside the inspected window using eval().
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    simple display for woocommerce reviews

    simple display for woocommerce reviews

    It is a simple widget to show Woocommerce reviews with AJAX method

    ...You can set the options of this plugin to fetch the reviews of the products based on their categories, their tags or their authors. Also, it has different options to set the ordering type, length of the reviews, number of the reviews, etc. Using AJAX method for loading more reviews has improved the performance of this plugin. It is very flexible with customizable settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A simple GUI Java program that is capable of WOL and Ping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Woda, the Web Oriented Database

    Woda, the Web Oriented Database

    Mature SGBD in Perl with a web interface

    WODA is a semi-relational database for beginners to work on data and to learn database basis. With web-based GUI and CLI. Currently in rewrite using Bootstrap for web UI. Built with beginners in mind, it is far easier than any other tool I know, while remaining powerful for advanced users (Perl langage is directly available). Databases can be defined, maintained, added-to, modified, and queried entirely through the web interface without programming. It comes from the 90's and thus is very low in computer resources. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A Showcase For Woocommerce Products

    A Showcase For Woocommerce Products

    It is a simple widget to show Woocommerce products with AJAX method

    Filterable Showcase for Woocommerce Products is a simple widget that displays woocommerce products based on different filters. It is a very useful and applicable plugin for your store or shopping websites that work with woocommerce. The Filterable Showcase for Woocommerce Products enables you to show your products based on different filters and items. You can set the options of this widget to filter products based on their tags, their categories or their authors. It gains AJAX method for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Transcrypt

    Transcrypt

    Python in the Browser

    Lean and mean Python 3.6 to JavaScript compiler. Supports multiple inheritance, operator overloading and Python source level debugging, even of minified Javascript files. Transcrypt code is as fast and compact as its Javascript counterpart, and it is precompiled for page load speed. You can now develop your web applications completely in Python, with full access to any Javascript library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Awesome Portfolio

    Awesome Portfolio

    It displays Joomla articles with different filters

    The Awesome Portfolio is a simple module that displays articles as portfolios based on different filters.It is a very useful and applicable extension for news website, company websites, shopping websites and otherwebsites that work with portfolios or filterable items. The Awesome Portfolio enables you to show your articles based on different filters and items. You can set the options of this module to filter articles based on their tags, their categories or their authors. It gains AJAX...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Modern-Portfolio

    Modern-Portfolio

    Display Wordpess posts in a filterable style.

    The Modern Portfolio is a simple widget that displays posts as portfolios based on different filters. It is a very useful and applicable plugin for news website, company websites, shopping websites and other websites that work with portfolios or filterable items. The Modern Portfolio enables you to show your posts based on different filters and items. You can set the options of this widget to filter posts based on their tags, their categories or their authors. It gains AJAX method for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jDHTUQ
    ATTENTION: For more info and latest version, refer to https://github.com/estigma88/jdhtuq. jDHTUQ is a peer-to-peer DHT system based in Chord algorithm, but built like API to generalize the implementation of peer-to-peer DHT systems. jDHTUQ have two fundamental services , put and get of resource.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Mist Browser

    Mist Browser

    Mist. Browse and use Ðapps on the Ethereum network.

    ...For updating, simply download the new version and copy it over the old one (keep a backup of the old one if you want to be sure). In order to install from .zip files, please install libgconf2-4 first. Once a Mist version is released the Meteor frontend part is bundled using the meteor-build-client npm package to create pure static files. For development we start the interface with a Meteor server for auto-reload etc. Client binaries (e.g. geth) specified in clientBinaries.json will be checked during every startup and downloaded if out-of-date, binaries are stored in the config folder. You can pass command-line options directly to Geth by prefixing them with --node- in the command-line invocation.
    Downloads: 3 This Week
    Last Update:
    See Project