Search Results for "directory listing script"

Showing 35 open source projects for "directory listing script"

View related business solutions
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    serve

    serve

    Static file serving and directory listing

    Assuming you would like to serve a static site, single page application or just a static file (no matter if on your device or on the local network), this package is just the right choice for you. Once it's time to push your site to production, we recommend using Vercel. In general, serve also provides a neat interface for listing the directory's contents. The quickest way to get started is to just run npx serve in your project's directory. If you prefer, you can also install the package globally using Yarn (you'll need at least Node.js LTS). The core of serve is serve-handler, which can be used as middleware in existing HTTP servers. In order to customize the default behaviour, you can also pass custom routing rules, provide your own methods for interacting with the file system and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    free crypto exchange script

    free crypto exchange script

    download crypto exchange with source code free

    Best White Label Crypto Exchange Script | Launch Your Own Exchange Platform Start your own cryptocurrency exchange with our secure and scalable script. Download full crypto exchange source code and learn more about our solution. It is offered with full source code. Our centralized exchange solution enables trustful trading, liquidity pools, and seamless token listing.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    HUSTOJ

    HUSTOJ

    Popular Open Source Online Judge based on PHP/C++/MySQL/Linux

    ...In addition, please do not use the SHM file system in Docker, it will be unable to mount due to insufficient memory space The sandbox environment causes inexplicable runtime errors. The default location of script installation is /home/judge, where src is all source code, data is test data, etc directory is the configuration file of the judgment side, and the install directory is various tool scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    lint-staged

    lint-staged

    Run linters on git staged files

    Run linters against staged git files and don't let anything slip into your code base! Linting makes more sense when run before committing your code. By doing so you can ensure no errors go into the repository and enforce code style. But running a lint process on a whole project is slow, and linting results can be irrelevant. Ultimately you only want to lint files that will be committed. This project contains a script that will run arbitrary shell tasks with a list of staged files as an...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 5
    uix-kit

    uix-kit

    A free web kits for fast web design and development

    ...It is a web dev build tool/scaffold that does not depend on any framework. You can import any external libraries/frameworks or native ES Modules for production. The generated core file in the dist directory can be used separately in any website. Support JS, HTML, and SASS component library automatically packaged. It is used to develop the full-static website (HTML templates or for dynamic language integration). The demo depends on jQuery (you can completely rewrite the script if needed). And dist DOES NOT bundle any third-party script and style library, all libraries are loaded externally in the HTML file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Music Library & Player

    Music Library & Player

    Easily access your music collection from any device, anywhere.

    Music Library & Player utilizes PHP and vanilla javascript to deliver your web-accessible music library via HTML5 audio in a fully responsive and modern interface. The library does not require a database back-end. It parses the directory structure, best suited for a [ROOT]/[ARTIST]/[ALBUM]/[TRACKS] type of layout. This isn't required, but makes for the best user experience. Random playlists can also be generated. The code contained in this script has not been minified. It is written in long form and is well-documented for ease of use and customization. Individual tracks are optionally presented with download links. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    SVGR

    SVGR

    Transform SVGs into React components

    ...Wrapped in a React component, your SVG is inlined in the page and you can style it using CSS. SVGR differs from other library by its solid architecture. It uses svg-parser + Babel to transform SVG code into JavaScript code. A whole directory can be processed, all SVG files (matching .svg or .SVG) are transformed into React components. It is possible to target React Native using react-native-svg. SVGR exposes a Node API, you can create a custom script or build another tool based on SVGR. SVGR can be used as a webpack loader, this way you can import your SVG directly as a React Component. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    node-emoji

    node-emoji

    Simple emoji support for node.js projects

    ...Then run npm run-script emojiparse in the project directory or node emojiparse in the lib directory. This should generate the new emoji.json file and output Done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    react-app-rewired

    react-app-rewired

    Override create-react-app webpack configs without ejecting

    Tweak the create-react-app webpack config(s) without using 'eject' and without creating a fork of the react-scripts. All the benefits of create-react-app without the limitations of "no config". You can add plugins, loaders whatever you need. As of Create React App 2.0 this repo is "lightly" maintained mostly by the community at this point. Use next.js or Razzle which both support custom Webpack out of the box. You can try customize-cra for a set of CRA 2.0 compatible rewirers, or any of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    eslint-plugin-flowtype

    eslint-plugin-flowtype

    Flow type linting rules for ESLint

    Flow type linting rules for ESLint. This plugin exports a recommended configuration that enforces Flow type good practices. To enable this configuration use the extends property in your .eslintrc config file. ESLint is designed to be flexible and configurable for your use case. You can turn off every rule and run only with basic syntax validation or mix and match the bundled rules and your custom rules to fit the needs of your project. There are two primary ways to configure ESLint. Use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    forever

    forever

    CLI tool for ensuring that a given script runs continuously

    A simple CLI tool for ensuring that a given script runs continuously (i.e. forever). Note that this project currently fully depends on the community for implementing fixes and new features. For new installations we encourage you to use pm2 or nodemon. If you are using forever programmatically you should install forever-monitor. There are two ways to use forever: through the command line or by using forever in your code. Note: If you are using forever programatically you should install...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    gas-github

    gas-github

    sync gas code to github

    ...The extension does not use the Google Drive API, so you don't need any google authentication. Moreover, this extension supports Bound scripts. Support two-factor authentication (GitHub, GitHub Enterprise only). Work with directory(with slash in filename). Support GitHub Organizations, Bitbucket Teams and GitLab Groups. Google Apps Script native UI. Option to change filetype from .gs to .js when uploading to SCM. Option to add ignore file pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Simple HttpErrorPages

    Simple HttpErrorPages

    Simple HTTP Error Page Generator

    ...Apache Httpd 2.x supports custom error pages using multiple ErrorDocument directives. To customize the pages, you can edit any of the template files and finally run the generator-script. All generated HTML files are located in the dist/ directory by default. To modify the page styles, just edit the SCSS based layout assets/layout.scss and finally run gulp to generate the css code. The new layout file is stored in assets/layout.css.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Disk Indexer
    This is a simple utility application for listing out files stored in a given directory or on whole of your computer. List is sorted based on the size of the files. This application is useful when you are running out of disk space on your system. Usually it happens that the disk is full and you are not sure what is taking up the space and what can you delete to be able to reclaim some space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MV Video Sharing Software

    MV Video Sharing Software

    MV Video Sharing Software is a free video sharing script like Youtube

    MV Video Sharing Software is a free video sharing software that allows the capability of creating a video sharing website like Youtube. Setting up is easy. All you have to do is download, upload the contents to the directory of your choice, and use your favorite web browser to visit the directory in order to start the installation process. Once you have completed the installation process, you will be ready to start your video sharing website! If anything, you can also have Melero Video set...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    cg-invoice

    cg-invoice

    Invoice and office utilities program for customer managment

    ...Contacts, Vendors and Clients directory included. Clients can be used to keep a record of your projects or alternatively used for Inventory control. You must have access to your database engine to install. Logo can be uploaded to folder and some icons can be replaced as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    emojipacks

    emojipacks

    CLI to bulk upload emojis to your Slack

    CLI to bulk upload emojis to your Slack! Note you must have node and npm installed. If you don't, go to nodejs.org and follow the install instructions there. A file named batchUploadExample.sh is provided for your reference. Edit this file change the subdomain, email, and password parameters to your own and save it as batchUpload.sh or something similar. It optionally takes an argument for the directory path that contains your yaml files. If this is not provided './packs' will be used by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    wordpress installer

    wordpress installer

    Automatically downloads & install WordPress, plugins & themes quickly.

    ...WordPress installation could be long: downloading, decompressing, uploading, plugins and themes installation... Wordpress Installer will take care all of this things. Simply upload this tiny script where you want to install WordPress. A lightweight script which automatically downloads and install WordPress, plugins and themes you want in few seconds. Simply download the .zip archive, upload the "wordpress-installer" folder to the directory you want to install wordpress. It may be in your domain's root dir or a subdir. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Documentor

    Windows Script Application with UI for Simple Documentation Generation

    Using a version of Windows 2000 or later and requiring no add-ons or additional software components, you can document your Active Directory domain as quickly as the information can be gathered.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    bWAPP

    an extremely buggy web app !

    bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. bWAPP helps security enthusiasts, developers and students to discover and to prevent web vulnerabilities. bWAPP prepares one to conduct successful penetration testing and ethical hacking projects. What makes bWAPP so unique? Well, it has over 100 web bugs! It covers all major known web vulnerabilities, including all risks from the OWASP Top 10 project. The focus is not just on one specific...
    Leader badge
    Downloads: 1,248 This Week
    Last Update:
    See Project
  • 21
    ConvNetJS

    ConvNetJS

    Deep learning in Javascript to train convolutional neural networks

    ...The library allows you to formulate and solve Neural Networks in Javascript. If you would like to add features to the library, you will have to change the code in src/ and then compile the library into the build/ directory. The compilation script simply concatenates files in src/ and then minifies the result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Zoozle Search & Download Suchmaschine

    Zoozle Search & Download Suchmaschine

    Zoozle 2008 - 2010 Webpage, Tools and SQL Files

    Download search engine and directory with Rapidshare and Torrent - zoozle Download Suchmaschine All The files that run the World Leading German Download Search Engine in 2010 with 500 000 unique visitors a day - all the tools you need to set up a clone. Code Contains: - PHP Files for zoozle - Perl Crawler for gathering new content to database and all other cool tools i have...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    dirscan.js

    Web directory scan, for pentesting

    Tool for scanning web directories, in order to identify interesting things. Is based on a wordlist and a extension list. The software is developed on node.js - recursive web scanning - multiples extensions - directory listing support - colored output
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    LDAP-Password-Change-Tool

    LDAP password change Tool

    This script will help you change the password of 389 directory server,Centos-DS through a web page. There is no need to bind the script with your LDAP server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EGallery

    EGallery

    A simple PHP image gallery with cache and no database.

    EGallery is a PHP script that generates an image gallery from a directory of files without having to set up a database. What this means to you is that you can have an image gallery set up in mere seconds by just uploading the EGallery files to your web server. Features include: - Cached thumbnails to reduce page load times - Upload script to add image files from your web browser - Download all images as a .zip file - Clicking on an image thumbnail prompts users to save the original image file to their computer Credits: - Utilizes the jQuery Masonry plugin to align images: http://masonry.desandro.com/ - Upload script from Uploadify: http://www.uploadify.com/ - Thumbnail creation: http://code.google.com/p/timthumb/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB