104 projects for "https" with 2 filters applied:

  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • 1
    CodePax

    CodePax

    OPTIMIZING THE WAY YOU DEVELOP

    The project has moved to Github: https://github.com/ZitecCOM/CodePax
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    wreport has moved to: https://github.com/ARPA-SIMC/wreport dballe has moved to: https://github.com/ARPA-SIMC/dballe bufr2netcdf has moved to: https://github.com/ARPA-SIMC/bufr2netcdf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JSqsh is a Java implementation of sqsh, a console based database query tool featuring much of the functionality provided by a good shell, such as variables, redirection, pipes, history, command line editing, and dynamic configuration JSqsh has been moved to: https://github.com/scgray/jsqsh
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 5

    XDO Client

    A standalone Java program to run Oracle XML/BI Publisher templates.

    Mar 2025 - Project moved to Github: https://github.com/symbolthree/xdoclient XDO Client is designed to help developers to create, test, and demo Oracle XML/BI Publisher reports without logging to the EBS suite or BI Publisher server. This program is capable to: (1) Taking Data Template file to generate XML data (2) Taking XML data file to generate reports (3) Running (1) and (2) sequentially This program can connect to Oracle database using direct JDBC connection or EBS datasource. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    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
  • 7

    Q3C

    Spherical search plugin for PostgreSQL

    Q3C is the plugin for PostgreSQL, designed for the work with large astronomical catalogs or any catalogs of objects on the sphere.Q3C allows you to perform fast searches within a circles, ellipses or polygons on the sky and fast cross-matches. The main development happens on https://github.com/segasai/q3c/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    Conserve
    Conserve is no longer hosted at SourceForge, we have moved to GitHub: https://github.com/ConserveORM/main
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 10
    olap4j

    olap4j

    Open Java API for OLAP

    olap4j is an open Java API for connecting to OLAP servers and writing analytic applications. Code is at https://github.com/olap4j/olap4j.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    HBase - Hannibal

    HBase - Hannibal

    Monitor and maintain HBase configured for manual splitting

    ...This tool tries to fill that gap by answering the following questions: How well are regions balanced over the cluster? How well are the regions split for each table? How do regions evolve over time? See https://github.com/sentric/hannibal
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Clover

    Clover

    a simple lab information management system (LIMS)

    ...It provides an easy way to manage and handle the information of lab material, catalogs (inventories), and orders. USE PHP 5.*! Clover will not work on PHP 7.*! The wiki page contains detailed help documents: https://sourceforge.net/p/cloversystem/wiki/Home/ For lab instrument scheduling, please use Cloveriver: https://sourceforge.net/projects/cloveriver/ Please do NOT store passwords using your browser. This does not work for Cloveriver, because it encodes your passwords before send to the server for verification. Please rate, like, share, and tweet, if you like this program!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    sqlite3fish

    Another encryption solution (with Blowfish algorithm) for SQLite3

    The sqlite3fish is another encryption solution for sqlite3. It is based on some source code of botansqlite3(https://github.com/OlivierJG/botansqlite3) . But it does not need Botan library, it uses Blowfish algorithm to encrypt/decrypt the database file. This library only depends on the source code(no-modify) of SQLite3, it is clean and easy to compile. But currently it only supports the version 3.7.0 of SQLite3 (http://www.sqlite.org/sqlite-amalgamation-3_7_0.zip) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    NOTE: Zorba is now hosted on Launchpad. Please visit our project homepage (http://zorba.28.io) or our Launchpad page (https://github.com/28msec/zorba) for the latest news and information! Zorba is a general purpose XQuery processor implementing in C++ the W3C family of specifications. It is not an XML database. The query processor has been designed to be embeddable in a variety of environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Note: This project is no longer maintained on Sourceforge. Information here has mostly been left for historical purposes. PLEASE REFER TO THE OFFICIAL PROJECT PAGE AT https://github.com/phppgadmin. Thank You! phpPgAdmin is a fully functional web-based administration utility for a PostgreSQL database server. It handles all the basic functionality as well as some advanced features such as triggers, views, and functions (stored procs)
    Downloads: 21 This Week
    Last Update:
    See Project
  • 16
    VJDBC (Virtual JDBC) is a JDBC type 3 driver which provides efficient tunneling of JDBC commands/results over different communication protocols (RMI, HTTP, HTTPS ...).
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    MOVED MOVED MOVED https://github.com/hgourvest/uib https://github.com/hgourvest/uib https://github.com/hgourvest/uib https://github.com/hgourvest/uib https://github.com/hgourvest/uib
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Kongreg8 is a church database system allowing you to free yourself from the chains of the office. Written in PHP and MySQL, it has been in production since 2008 and is now released under GNU GPL v3. The new version (2.0.x onwards) is hosted on Github https://github.com/tsky/kongreg8_os2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Our Project offers a German translation for all Trinity DBs! We provide you lots of update files. For Mangos DBs please see https://sourceforge.net/projects/gm-db/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Moved to https://github.com/DANS-KNAW/dans-dbf-lib.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 21
    Hibernate Pojo Generator generates all the Java code necessary to access a database via Hibernate Annotations (+ Spring) including JUnit tests (1 per table) that are able to run immediately without further customizations. Mostly tested with MySQL. Moved to GitHub: https://github.com/wwadge/hbnpojogen
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    Restad

    Relational storage for tagged documents

    Restad is an indexing-querying tool for tagged documents. It uses a relational database for storage and querying. See the last news on the blog : https://sourceforge.net/p/restad/blog/ The Ruby first prototype can be found there : https://github.com/ymoreau/Restad
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Wizard based utility to import a sheet from a .xls File into an Oracle Database. It is possible to rename the columns and set a default value before importing. Source is now located at Github https://github.com/mgeiss/xls2ora.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Visit https://github.com/bergsysteme/ if you are looking for the appropriate sources.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    German Mangos DataBase (GMDB)
    Our Project offers a German translation for all MaNGOS DBs! We provide you lots of update files (also for SD2). You can patch, for example, UDB! For Trinity DBs please see https://sourceforge.net/projects/gt-db/
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB