Showing 355 open source projects for "open any file"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 1
    GraphQL HTTP Server Middleware

    GraphQL HTTP Server Middleware

    Create a GraphQL HTTP server with Express

    Create a GraphQL HTTP server with any HTTP web framework that supports connect styled middleware, including Connect itself, Express and Restify. This module includes a TypeScript declaration file to enable auto complete in compatible editors and type information for TypeScript projects. Use .get or .post (or both) rather than .use to configure your route handler. If you want to show GraphiQL in the browser, set graphiql, true on your .get handler. An optional function for adding additional...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GCDWebServer

    GCDWebServer

    The #1 HTTP server for iOS, macOS & tvOS

    ... using "application/x-www-form-urlencoded" or "multipart/form-data" encodings (including file uploads). Allow implementation of fully asynchronous handlers of incoming HTTP requests. Minimize memory usage with disk streaming of large HTTP request or response bodies. Automatically handle transitions between foreground, background and suspended modes in iOS apps. Full support for both IPv4 and IPv6.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Just-API

    Just-API

    Test REST, GraphQL APIs

    Just-API is a declarative, specification-based test framework for REST, GraphQL APIs. Users can test APIs without writing code, but they can also tap into code when they want to. It reads API test specifications from YAML files and runs them in serial/parallel mode. Test reports can be generated in several formats including HTML and JSON. In simple terms, users build a test suite by providing a set of request and response validation specification in a YAML file. Each suite can have one or more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    H2O

    H2O

    The optimized HTTP1, HTTP2, and HTTP3 server

    H2O is a new generation HTTP server that provides quicker response to users with less CPU utilization when compared to older generation of web servers. Designed from ground-up, the server takes full advantage of HTTP/2 features including prioritized content serving and server push, promising outstanding experience to the visitors of your web site. Full support for dependency and weight-based prioritization with server-side tweaks. Static file serving, FastCGI, reverse proxy, scriptable using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 5
    Kafka-Pixy

    Kafka-Pixy

    gRPC/REST proxy for Kafka

    Kafka-Pixy is a dual API (gRPC and REST) proxy for Kafka with automatic consumer group control. It is designed to hide the complexity of the Kafka client protocol and provide a stupid simple API that is trivial to implement in any language. Kafka-Pixy is tested against Kafka versions 1.1.1 and 2.3.0, but is likely to work with any version starting from 0.8.2.2. It uses the Kafka Offset Commit/Fetch API to keep track of consumer offsets. However Group Membership API is not yet implemented...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    idcheck

    apache cookie SSO mechanism.

    Cookie based web authentication and single sign on system for largish intranets under a single domain where many, untrusted, people run their own web services. The server uses a private cookie scoped only for the client browser and the idcheck webserver which is always protected with SSL. In addition to the common practise of using SSL for everything (which idcheck supports). The idcheck system can also be used to provide authentication to websites where you merely want to hide content from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Cicada

    Cicada

    Fast lightweight HTTP service framework

    Fast, lightweight Web framework based on Netty; without too much dependency, and the core jar package is only 30KB. Configuration files can also be read in multiple environments, just add VM parameters, also ensure that the parameter name and file name are consistent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Just

    Just

    Swift HTTP for Humans

    Just is a client-side HTTP library inspired by python-requests, HTTP for Humans. URL queries, custom headers, form, JSON HTTP body. Redirect control. Multipart file upload along with form values. Basic/digest authentication, cookies, timeouts. Synchronous/asynchronous requests. Upload/download progress tracking for asynchronous requests. Link headers and friendly accessible results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Gzip Handler

    Gzip Handler

    Go middleware to gzip HTTP responses

    This is a tiny Go package that wraps HTTP handlers to transparently gzip the response body, for clients which support it. Although it's usually simpler to leave that to a reverse proxy (like nginx or Varnish), this package is useful when that's undesirable. Call GzipHandler with any handler (an object which implements the http.Handler interface), and it'll return a new handler which gzips the response.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 10
    A free and portable Common Lisp Webserver. Portable AllegroServe is a variant of AllegroServe(tm) with an explicit emphasis on portability between Lispsystems and Operating Systems. You can find the original AllegroServe at https://github.com/franzinc/aserve The best way to install Portable AllegroServe is through Quicklisp (http://quicklisp.org/). (The best way to install any Lisp library is through Quicklisp.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    goflyway

    goflyway

    An encrypted HTTP server

    master is the active development branch and contains v2 code, for the stable v1 release (though it was once called v2.0), please refer to v1.0 branch. goflyway v2 is a special tool to forward local ports to a remote server securely, just like ssh -L. goflyway uses pure HTTP POST requests to relay TCP connections. There is no CONNECT involved nor needed because goflyway is designed mainly for those people who are behind a CONNECT-less HTTP proxy or want to accelerate connections through...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Open Faculty Evaluation System

    Open Faculty Evaluation System

    PHP/MySQL Based Faculty Evaluation System

    This is PHP/MySQL based faculty evaluation system which gives web-based graphical report & excel file report. Admin can manage college, branch,batch,semester,division,faculty and their subjects. Students can give feedback in 0-9 rating. Note:- Commercial Patch is available for “Student Login” with student id generator. For more detail contact on shrenik181986@gmail.com Supported following PHP version: 1) <= 5.6 2) >=7.0
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    VertrigoServ WAMP

    VertrigoServ WAMP

    Complete WAMP Server - PHP Apache MySQL for Windows.

    VertrigoServ is a complete free WAMP server allowing PHP development for Windows. It installs Apache 2.4, PHP, MySQL and PhpMyAdmin, both installing and setting up the environment. An uninstaller allows you to remove Vertrigo from hard disc. Vertrigo is a freeware compilation of free software (under GPL, Apache License). Main aplication has closed source code. For license details please take a look at every single component terms and conditions.
    Leader badge
    Downloads: 122 This Week
    Last Update:
    See Project
  • 14
    Embedded HTTP Server (EHS) is a C++ class library which can be inherited from to add HTTP(S) server functionality to any class or application. It is easily extendable (samples included) and supports SSL, form data via POST or GET, uploads via multi-part form attachments and WebSockets. Operation modes include single- and multi-threaded operation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Velosurf is a database access layer for the Apache Velocity template engine. It provides an automatic database mapping of tables and relationships without any code generation, and provides authentication, localization and form validation tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Ulterius

    Ulterius

    Complete control of your desktop from your browser

    Ulterius is a tool that allows easy and complete remote management of your Windows system from your browser. With Ulterius you can start and kill processes, monitor system performance, manage your files and much more, all from your web browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    HTTPLabs

    HTTPLabs

    The interactive web server

    The interactive web server. HTTPLabs let you inspect HTTP requests and forge responses. Each release provides pre-built binaries for different architectures. HTTPLab uses files to store pre-built responses, it will look for a file called .httplab on the current directory if not found it will fall back to $HOME.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    casync

    casync

    Content-addressable data synchronization tool

    A combination of the rsync algorithm and content-addressable storage. An efficient way to store and retrieve multiple related versions of large file systems or directory trees. An efficient way to deliver and update OS, VM, IoT and container images over the Internet in an HTTP and CDN friendly way. Let's take a large linear data stream, split it into variable-sized chunks (the size of each being a function of the chunk's contents), and store these chunks in individual, compressed files in some...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    mod_auth_trustheader

    mod_auth_trustheader

    apache-2.x module to get userid from header|environment|SSL variable

    ... the authentication has to be validated by mod_authn_anon. For authorisation any of the authz standard modules could be used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Web.SimpleWebServer for .NET

    Web.SimpleWebServer for .NET

    Simple WebServer for .NET and Mono

    Simple WebServer for .NET and Mono can serve static web sites with images of corse. Beta version can catch 404 and 418 ;-) errors with custom files for now , run with configurable json file look at "config.json". In true is planned use it as cordova local webserver but for Windows Devices Any Support will be welcome look at https://ydk2.tk/ Och you can use dll only to use try SimpleHTTPServer myServer = new SimpleHTTPServer (root + www, host, port);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    Naam Tamilar RTMP Server This project updated as open source for future use of Naam Tamilar Political Party. To contribute to the party and in some case if there is any possibilities if i cannot support them for long term. I thought of sharing this source code so in future it may be helpful for the community and party in which other software developers can help them to upgrade. This source is forked from - https://github.com/arut/nginx-rtmp-module and modified with multiple broadcast option...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    File Manager

    File Manager

    Site Manage: Free PHP based File Manager to manage files of website

    Site Manage is a cross browser compatible web based File Manager written in PHP by Thomas Cheriyan of Kerala, India to manage files on your web server, without physically accessing the server. There are easy to use windows explorer type interfaces to view, upload, download, move, copy, create, delete, chmod and archive files. You can even edit and save files in plain text type using the inbuilt editor. The rights for any of the above functions and access to certain types of files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Web Status Swing

    Web Status Swing

    An easy to use collection of useful DNS and internet tools.

    WebStatus Swing is a free-of-charge, easy to use, lightweight collection of useful internet and DNS tools. The Swing version (Not to be confused with Java Swing) is built upon the original WebStatus, but contains more useful features. NOTE: .NET Framework 4 needed to run. (Included in most modern Windows versions.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Advanced Onion Router
    Advanced Onion Router is a portable client for the OR network and is intended to be an improved alternative for Tor+Vidalia+Privoxy bundle for Windows users. Some of the improvements include UNICODE paths, support for HTTP and HTTPS proxy protocols on the same Socks4/Socks5 port with HTTP header filtering that generates fake identity-dependent headers every time the identity is changed (proxy chains are also supported), support for NTLM proxies, a User Interface that makes Tor's options and...
    Leader badge
    Downloads: 221 This Week
    Last Update:
    See Project
  • 25
    EasyPHP Devserver & Webserver

    EasyPHP Devserver & Webserver

    A complete WAMP environment for PHP development & personal web hosting

    EasyPHP Devserver & Webserver Develop with Devserver & Host with Webserver PHP, Apache, MySQL, Nginx, PhpMyAdmin, Xdebug, PostgreSQL, MongoDB, Python, Ruby... for Windows. Devserver installs a complete and ready-to-use development environment. Devserver is portable, modular, fully configurable and easy to update and extend. Webserver turns your computer into a ready-to-use personal web hosting server. You can host whatever you want directly on your computer and share it on internet like any...
    Downloads: 73 This Week
    Last Update:
    See Project