Showing 559 open source projects for "servers web https"

View related business solutions
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    QAL

    QAL

    Query Abstraction Layer

    Project has moved to: https://github.com/OptimalBPM/qal QAL is a collection of libraries for mining, transforming and writing data from and to a number of places. Sources and destinations include different SQL and NoSQL backends, file formats like .csv, XML and excel. Even untidy HTML web pages. It has a database abstraction layer that supports connectivity to Postgres, MySQL, DB2, Oracle, MS SQL server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    yourCMDB

    yourCMDB

    A free, easy to use, generic CMDB written in PHP

    We moved to GitHub. Please see https://github.com/michael-batz/yourCMDB yourCMDB is a web based CMDB which easily allows you to define your own object types in a XML configuration file. Functions: - Add/Edit/Delete objects - Show objects - Define links between objects - Import and export objects (at the moment from CSV file) - Search over all fields Environment: - PHP - MySQL For Changelog, RoadMap and other documentation have a look at http://yourcmdb.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Semantic MediaWiki

    Semantic MediaWiki

    Lets you store and query data within the wiki's pages.

    Semantic MediaWiki is an extension to the MediaWiki software (powering Wikipedia), which extends the Wiki with ideas from the Semantic Web. We focus on usability and tight integration. See the web site for further details and GitHub at https://github.com/SemanticMediaWiki/SemanticMediaWiki/releases for the file releases! (since version 2.4.0).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    Xeletor

    In memory database for XML files

    Xeletor is a simple and easy to use server for searching XML files. It runs on all major platforms. It reads XML files into memory and allows to search them via a subset of XPath queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 5
    Baikal for Synology

    Baikal for Synology

    Synology DSM installable package for Baïkal CalDAV & CardDAV server

    Store your contacts and calendars on your own Synology NAS, away from the inquisitive eyes of Google, NSA and others. Baïkal itself is an already existing, lightweight CardDAV (contacts) and CalDAV (calendar) server. The source code is public, and available to everyone on GitHub. Baïkal is copyright (c) 2013 by Jérôme Schneider, the homepage is http://baikal-server.com. This SPK package for Synology integrates the Baïkal "flat package", making it easy to install Baïkal on your...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Easy HTTP: Easy Web Service Support

    Easy HTTP: Easy Web Service Support

    Classic Web Service Support

    With all of the hoopla over Web Services, you would think that servicing user requests over HTTP was something new. While we all may have lots of experience with REST, JSON, XML, SOAP, WSDLs, HTTPS, and even EDI ... but at the end of the day, it all comes down to legacies, security, and performance? So while big companies might have billions of dollars to spend re-writing their back end web legacies, those of us who want to seamlessly automate a simple set of CRUD operations to our existing web sited do not. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    bratsproc - a php dynamic html environment that manages SQL database recordsin a web browser. Form data is contained in supplied tables, and allows the user to create menus, forms (even header/body), searches, lookups, reports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Free SQL Performance Monitor

    Free SQL scripts to monitor your SQL server and alert you of problems.

    ...Click the Files link to download the scripts. Open a case at https://sqlxl.zendesk.com if you need any assistance with your tuning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ABmysql - AutoBackup Mysql
    ABMYSQL - Auto Backup MySQL, is a powerful Web Service that makes it easy to schedule the backing up and restoring of your remote MySQL databases. It's easy to backup your MySQL databases, and restore them to the server. You can to customize the scheduler so that the web service would automatically make the backup from the MySQL databases daily, weekly, monthly, any special date or time interval. All MySQL character sets are supported : UTF8, UCS2 and more. All store engines and table...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    ARSperl is an integration kit for Perl5 and Remedy ARSystem API. It provides a large subset of the functionality found in the ARS C API https://github.com/jeffmurphy/ARSperl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    phpMyAdmin

    phpMyAdmin

    A software tool to bring MySQL to the Web

    phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add columns, execute any SQL statement, manage indexes on columns.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    phpMyBackupPro

    phpMyBackupPro is the MySQL backup tool - especially without ssh!

    phpMyBackupPro is a web-based MySQL backup application in PHP. You can schedule backups, download, email or upload them with FTP and backup whole file directories. Zip and gzip compression, easy interface and installation. Many languages and online help!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Nodejs MySQL Query Builder

    A small lib that builds query using mysql and nodejs

    This is a small mysql query builder using the nodejs mysql driver by felixge. Sample Usage: ```js var query_builder = require('query_builder'); var dbconn_default = { host : 'host', user : 'user', pass : 'password', dbase : 'database_schema' }; var qb = new query_builder( dbconn_default ); var select_details = { table : 'table_name', fields : [ 'field1', 'field2', ... ], conditions : { field1 : 'value1', field2 : 'value2' } }; qb.select(...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CodePax

    CodePax

    OPTIMIZING THE WAY YOU DEVELOP

    The project has moved to Github: https://github.com/ZitecCOM/CodePax
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ThinkJava

    ThinkJava

    a Java ORM framework focusing on simple and rapid development

    Now the project is renamed to 'Koru' and the files has been moved to koru project. To get the latest files please visit: https://sourceforge.net/projects/koru/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AMPPS

    AMPPS

    AMPPS is a LAMP/MAMP/WAMP stack

    ...With AMPPS you can create a website by installing any of the 330+ Apps, customizing it, and then simply publishing it on the internet via a wide choice of hosting service providers. A complete package on your desktop, same like the server that provides many open source web applications. Application Management, Domain management, Database management, etc are provided in a secure environment to ease your development. Softaculous is ready for your desktops with AMPPS to boost your development. Like servers, now auto-installation is possible on your desktop too. It provides your favorite script installations by the click of a button.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    MyDriverDB
    Sistema de base de datos, para el manejo de informacion pequeña.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mirrored at https://github.com/LeeThompson/personalreplayguide Provides web-based TV listings with optional ReplayTV integration for both scheduling and seeing what shows are scheduled. Requires Perl, a web server and SQL. NOTE: I no longer own a ReplayTV so development has ceased for quite some time now, however, if someone wants to take over I will happily transfer this over to them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    C++ Semantic Web Objects library: Turtle parser. SPARQL compiler. Rule-based query transformer. SQL serializer. Query federater Tutorials 2010: http://www.w3.org/2010/Talks/1208-egp-swobjects/ 2011: https://sites.google.com/site/swobjectstutorial/documentation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PHP Mailman allows the integration of Mailman into a dynamic website without using Python or requiring permission to Mailman binaries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Jokte Wayúu

    Jokte Wayúu

    Versión de Jokte! Portable 100% libre para Windows

    Paquete que incluye un servidor web standalone con Jokte! preinstalado.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Our aim is to enable Web applications to consume linked data from the Web. With SQUIN (Semantic Web Query Interface) we will provide a Web data query service as an addition to the LAMP technology stack. This service executes queries over the whole We
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Joseki: The Jena RDF Server. Joseki is a server for publishing RDF models on the web. Models have URLs and they can be access by HTTP GET. Joseki is part of the Jena RDF framework. Jena has moved to Apache: http://jena.apache.org/ Joseki is replaced by Apache Jena Fuseki.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    kai

    Kai is a distributed key-value datastore

    Kai is a distributed key-value datastore mainly inspired by Amazon's Dynamo. It brings high scalability and availability to your Web sites. You can manage variety of contents with Kai, as if Dynamo stores shopping carts, catalogs, and so forth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JED

    JED

    Java Editor For DataTables

    ...Supports MySQL and Oracle RDBMS on the back end. Our website has many examples on how to setup and use JED with DataTables. Be sure to visit and learn how to apply them on your next web application project. PREREQUISITE: You will need minimally the javascript files: jquery.dataTables.js dataTables.editor.js You can get these from: http://datatables.net/ and https://editor.datatables.net/
    Downloads: 0 This Week
    Last Update:
    See Project