Showing 1541 open source projects for "https"

View related business solutions
  • 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
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1

    TML - Text Mining Library for LSA & CMM

    TML is a Java Library for LSA and extracting Concept Maps from text

    TML has moved to http://www.villalon.cl/tml.html and the code to https://github.com/villalon/tml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PairedComparison

    PairedComparison

    The Software Estimation Tool

    The blog contains the milestones the project has reached, new features incorporated and step-by-step user guides. The Github Repository is here - https://github.com/sidharthamani/PairedComparison
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    openDLX

    openDLX

    A DLX/MIPS processor simulator

    openDLX is a DLX/MIPS ISA compatible pipeline simulator. (Visit https://github.com/smetzlaff/openDLX for the latest development version or if You want to contribute.)
    Downloads: 13 This Week
    Last Update:
    See Project
  • 4
    The QTaste is an open-source functional and non-functional test environment offering services to developers and testers. It has been implemented following a data driven testing philosophy. (WE MOVED TO GITHUB https://github.com/qspin/qtaste) Continuous Integration available at https://qtaste.ci.cloudbees.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    lavender-firewall

    lavender-firewall

    Personal firewall for linux desktop and android phone

    This is extremely handy for Android Phones, as now most third-party Apps from mobile market is now close-sourced and it's hard to promise its security, but some of this functions may be tempting, so we have to install it and give it permissions what it want at installation stage, and then it may do something we don't like in the background, now with Lavender we can at least prevent from accessing network if we don't trust it. Both linux desktop and Android Phones are now supported(Front-end library and UI support) LIMITATIONS: Check README for details. SOURCE: git clone https://github.com/crs-chin/lavender.git
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Anteater

    Anteater

    Annotation Tool to Extract Endangered Animals from Text Resources

    The goal of this project is the extraction the information listed below from texts downloaded from the Federal Register (https://www.federalregister.gov). The texts are mainly applications for permits, notices about given permits, etc. This software tool is developed by the Max Planck Institute for the History of Science (http://www.mpiwg-berlin.mpg.de) in collaboration with Dirk Wintergrün and Etienne Benson.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Rosie

    Rosie

    Cyber Cafe client/server that works with DRBL

    ROSIE is a basic cyber-cafe style application that uses DRBL (https://sourceforge.net/projects/drbl/). It's used in places like community based IT centres to control user sessions on the computers. ROSIE comes in two parts. The ROSIE client is the user interface to control the sessions and it can be installed on a computer or even a USB. It will run as long as Java is installed. The ROSIE server is installed on the DRBL server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    KefirBB

    The Java text processor.

    Project was moved to https://github.com/kefirfromperm/kefirbb
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WoT Tank Quiz

    WoT Tank Quiz

    Moved to GibHub: https://github.com/MazeChaZer/WoT-Tank-Quiz

    The WoT Tank Quiz has moved to GibHub: https://github.com/MazeChaZer/WoT-Tank-Quiz The Repository on SourceForge.net will remain unmaintained. The WoT Tank Quiz is a quiz about the Tanks in the PC game "World of Tanks". You have one minute to guess as much tanks as possible. If you want to download it to your smartphone, you can do this from the Google Play Store: https://play.google.com/store/apps/details?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    jFAN2 project develops a Java API to use a neural network (neuro-fuzzy) called FAN (Free Associative Neurons). Its an reprogramed version of jFAN "https://sourceforge.net/projects/jfan/".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Joda - Money

    Project moved to GitHub

    Joda-Money is a small library providing money and currency classes to complement Java 5 onwards. Project moved to GitHub: https://github.com/JodaOrg/joda-money
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A high-performance implementation of the BACnet I/P and MS/TP protocol written for Java (minimum version 1.5) by Infinite Automation Systems. Supports all BACnet services and full message segregation. Can be used for field devices or for control platforms. For commercial licenses contact https://infiniteautomation.com/bacnet4j-open-source-bacnet-library/ The most recent code is here: https://github.com/infiniteautomation/BACnet4J For support see: https://forum.infiniteautomation.com/category/12/bacnet4j-general-discussion
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13

    BeanEqualsChecker

    Java library can be used in JUnit testcases for beans coverage

    Java library can be used in JUnit testcases for java bean classes coverage. Suitable for check methods: "equals", "hashCode", getters and setters. Similar with "https://sourceforge.net/projects/meanbean". Base usage: BeanEqualsChecker checker = new BeanEqualsChecker(); checker.testEquals(MineBean.class); For constructor with parameters, factory can be used: checker.testEquals(MineBeanWithConstructor.class, new EqualBeanFactory<MineBeanWithConstructor>() { @Override public MineBeanWithConstructor create() { return new MineBeanWithConstructor(1,""); } }); Custom validators, primitive generators can be added "BeanEqualsConfiguration". ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AraWord

    AraWord

    AraWord is a pictogram-based word processor for disabled people.

    AraWord is currently a part of ARASUITE!!!! Pleas, look for ARASUITE in Sourceforge!!!! https://sourceforge.net/projects/arasuite/ AraWord is a word processor that combines pictograms and text to help disabled people. More info: http://www.catedu.es/arasaac/index.php
    Leader badge
    Downloads: 94 This Week
    Last Update:
    See Project
  • 15
    This is an ALPHA version - the RELEASE version is now on github - https://github.com/fimtra/datafission.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    SpanTrax

    SpanTrax is a fork based on PostNuke.

    Project Status: Moved for legal reasons to: https://sourceforge.net/projects/voyatrax/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SimpleNetworkChess

    A simple network chess game

    ...Notice that in order to build the project, you need to add my jar library PluggableChessGraphism (>= 1.20), also available on Sourceforge, to the build path. Also, chess engine and images are imported from CarballoChess project : https://github.com/albertoruibal/carballo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    (Diver is in the process of being moved to GitHub. Please find us at https://github.com/thechiselgroup/Diver. Support requests & messages sent here may never be seen.) Dynamic Interactive Views For Reverse Engineering. Div/er is a set of Eclipse Plugins that aid developers in understanding software. It uses dynamic analysis and reverse engineering to offer views and filters that aid comprehension and discovery.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 19

    Concretis

    Flexible platform for rapid Web site creation, without any limitations

    Concretis is flexible and powerful platform for rapid Web site creation without any limitations to preset Web site templates. Concretis comes with comprehensive administration application that allows to manage Web site content easily. Source code and documentation can be found on https://github.com/evgeniy-khist/concretis
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ProviewPi

    ProviewPi

    Proview on the Raspberry Pi

    ProviewPi is a SD image with an unofficial Proview release for the Raspberry Pi. ProviewPi is obsolete. There has become an official Raspbian Proview V5.0 release. You can get it here: https://sourceforge.net/projects/proview/files/proview/proview_5.0.0-1/raspbian/ /M
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Ben's Burrows

    DF clone with multiplayer

    A very superficial clone of Dwarf Fortress with the main goals being multiplayer support, mouse driven interface and slightly more modern graphics. https://github.com/bensmith87/yadf https://www.ohloh.net/p/yadf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    CC2

    Cyclos 3.7 port with improved UI and additional reporting app

    CC2 is a customised, repackaged version of Cyclos 3.7 which is designed to * Allow small communities to get up and running quickly with the world’s leading alternative currency software * Improve the look and feel of Cyclos and make it more intuitive for users * Add additional reporting functionality (x and z reporting, automated invoicing) for business users **Please see the Release Note** on the Wiki Tab for background of this project and non-technical aspects of setting up Commnuity Currencies using CC2 If you have difficulties setting up the CC2 project, you may like to consider Cyclos4 communities - A free online version of Cyclos 4 which requires no technical knowledge or hosting to get up and running. Register here: https://communities.cyclos.org/register/app/form
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    omegat-plugins

    OBSOLETE AS OF OMEGAT 3.0.3. DO NOT USE.

    OBSOLETE AS OF OMEGAT 3.0.3. DO NOT USE. Third-party plugins for OmegaT (https://sourceforge.net/projects/omegat)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    SlickBot

    SlickBot

    An All-Purpose Click and Typing Bot

    ...Current version: 1.4 DOWNLOAD COUNTER DOES NOT WORK AS THE PROJECT BINARIES ARE HOSTED ON A DIFFERENT WEBPAGE. THERE IS A PAGE VISIT COUNTER ON THE LINK TO THE DOWNLOAD PAGE. DOWNLOAD: https://sites.google.com/site/slickbotproject/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JID - Java Image Downloader
    Java bulk image downloader for image hosting services. Also used as plugin in bin2img converter: Convert any file to PNG and upload/download to/from image hosting sites: https://sourceforge.net/p/binfile2imgconv/
    Downloads: 3 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB