Showing 322 open source projects for "java security for linux"

View related business solutions
  • 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
  • Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
    Your top-rated shield against malware and online scams | Avast Free Antivirus

    Browse and email in peace, supported by clever AI

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 1

    Checksum Checker

    NO LONGER MAINTAINED

    NO LONGER MAINTAINED, NO LONGER SUPPORTED Checksum Checker is a part of the Digital Preservation Platform from the National Archives of Australia. It calculates checksums of stored objects and compares them with entries in a database created by Digital Preservation Recorder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Digital Preservation Recorder

    NO LONGER MAINTAINED

    NO LONGER MAINTAINED, NO LONGER SUPPORTED The Digital Preservation Recorder (DPR) has been developed by the National Archives of Australia to manage a digital preservation workflow. It features antivirus integration and makes use of the Xena framework for preservation conversions of data objects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    jMIR

    jMIR

    Music research software

    jMIR is an open-source software suite implemented in Java for use in music information retrieval (MIR) research. It can be used to study music in the form of audio recordings, symbolic encodings and lyrical transcriptions, and can also mine cultural information from the Internet. It also includes tools for managing and profiling large music collections and for checking audio for production errors. jMIR includes software for extracting features, applying machine learning algorithms, applying...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Doctor-Doc
    The Project has reached end of life. Web based tracking tool for ILL (Interlibrary Loan). May be added as "link target" to any existing linkresolver or used as a standalone linkresolver in connection with an EZB-Account. Needs: Tomcat, MySQL, Java 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    JHOVE

    File validation and characterization

    JHOVE provides functions to perform format-specific identification, validation, and characterization of digital objects. JHOVE should not be confused with JHOVE2, a product with similar aims but a completely separate code base.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MStorage

    MStorage

    MStorage - storage for notes.

    MStorage - is storage for notes, it suggests opportunity to save and catalog notes, articles and tips in local drive by directories tree. If you usually store your notes in simple text files, but you begin upset when have to walk through directories tree every time when you need to find something, what you exactly want - this app will help you. WHATS NEW in v.1.1.*: - search in file - search in directory - readonly option for file - choose font, style and size of font in text...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Navmol

    Molecular structure navigator for Blind and Visually Impaired people

    Navmol is a software that allows people that are blind or visually impaired to navigate and edit molecular structures in a simple and intuitive way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    QuickWeb

    This tool can be used to create quickly the skeleton of a web site.

    QuickWeb is a tool to quickly create a skeleton of a web site. The tool developed in Java and to create a web site, there's no need to manipulate HTML in the beginning. All you have to do is to write a simple Java code that will generate a web site of several pages. Created to help me with documenting different Sourceforge project, QuickWeb does not generate, for now, any CSS or JS code, but, it can generate the skeleton and the static content of a website composed of several web pages...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    QuickSlide

    A tool to generate HTML-based slide shows.

    This tool allow the generation of slide shows in HTML format (to run simply in the browser). It can not replace Microsoft Power Point, but, it allows you to create a slide show by writing Java code. The generated slide show can be run easily in the browser so it is platform independent and does not need any additional software installation, even on new installed OS or Smart phones. In this first pre-alpha version, the generated code supports simple text and basic lists only, but, I hope...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    elibrary999

    elibrary999

    менеджер электронных книг

    elibrary999 - бесплатная программа каталогизатор электронных книг, менеджер электронных книг. Позволяет вести библиотечные классификаторы.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    - OAK Repository는 지식정보를 생산하거나 서비스하는 기관은 누구나 참여할 수 있습니다. - OAK Repository는 오픈소스로 무료입니다. 따라서 각 기관에서 프로그램을 다운로드하여 기관특성에 맞게 커스터마이징하거나 추가 개발하여 활용할 수 있습니다. - OAK Repository의 문은 언제나 열려있습니다. 설치는 다음 링크를 참조하세요. https://www.youtube.com/watch?v=DhuA29zyxjw
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Z2D Java

    Z2D Java

    Eine didaktische 2D Bibliothek

    Z2D ist eine deutschsprachige Bibliothek für die Programmiersprache Java. Objektorientiertes Programmieren kann spielerisch anhand von Grafik-Objekten und Zeichnungen erlernt werden. Vorraussetzung ist eine Grundkentniss der Java-Syntax und die Fähigkeit eine Java-Dokumentation zu verwenden. Code Beispiel (Öffnet ein Fenster und stellt einen blauen Kreis dar): ZFenster fenster = new ZFenster("Mein Fenster",500,500); Kreis kreis = new Kreis(100,100,20,Color.BLUE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DSpace

    DSpace

    Open Source "turn-key" institutional repository application

    Open Source Digital Asset Management system that enables services for access, provision, stewardship and re-use of digital assets with a focus on educational and research materials For Support, please see: https://wiki.lyrasis.org/display/DSPACE/Support RELEASES: The most recent releases are now distributed via GitHub: https://github.com/DSpace/DSpace/releases MAILING LISTS: Mailing lists have all been moved to Google Groups: https://wiki.lyrasis.org/display/DSPACE/Mailing+Lists
    Downloads: 42 This Week
    Last Update:
    See Project
  • 14

    FiMaLib

    a financial math library and financial market data database

    This project should combine a financial mathematics library with an underlying financial market database (and a set of other tools), which could be used by financial institutions for their financial market data needs as well as by students for research works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    smartIDS

    Lightweight intrusion detection for IoT and embedded devices.

    The aim of the project is a lightweight intrusion detection library for embedded devices which supports MSP430 and ARM Cortex based devices. Features include DSP/SIMD support, IoT and embedded protocols, distributed operation, event and history management, tool supported configuration and visualization. There is a Java port that supports less features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MoRe4ABM

    MoRe4ABM

    Managing Ongoing RElationships for Agent-Based Modelling

    The purpose of MoRe4ABM - Managing Ongoing RElationships for ABM - is to support representing and analysing social networks in agent-based modeling. The library provides a large number of network generators and a comprehensive framework for network and node level measures. It integrates well with Repast Simphony and uses the JUNG library. More4ABM furthermore supports initialisation of geographically explicit networks using GIS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    jSulfoQuant

    jSulfoQuant

    Sb/(Sb+As) content ratio determination of the sulfosalts minerals

    A computer program for a fast and accurate determination of Sb/(Sb+As) content ratio in the tetrahedrite-tennantite and bournonite-seligmannite solid solution series by at least one spectral parameter (band position or relative intensity) of their Raman spectra.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Since version 3 (inclusive) the project was moved to https://github.com/bagaturchess/EGTB-In-Java Portable Java API for usage of Gaviota Endgame Tablebases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Modular application for biomedical data processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Open Cezeri Library

    Open Cezeri Library

    Effective Linear Algebra and Computer Vision Library with JAVA

    OCL stands for Open Cezeri Library (yet another linear algebra and matrix library). This library provides rapid coding as matlab ease of use. To learn for library please try to use test examples at OpenCezeriLibrary\test\test. It is originally developed at el-cezeri laboratory of Siirt University, in order to establish generic framework of reusable components and software tools for machine vision, machine learning, AI and robotic applications. Currently, it holds following main concepts 1-...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mstorage

    Mstorage

    MStorage - storage for notes.

    MStorage - storage for notes, it suggest opportunity to save and catalog notes, articles and tips in local drive by directories tree. If you like save you notes in simple text files but you are upset to walk through directories tree every time when you need to find something - this util will help you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    AI Search Agent Framework

    Java Framework for Artificial Intelligence Search Agents algorithms

    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GUAJE FUZZY

    GUAJE FUZZY

    Free software for generating understandable and accurate fuzzy systems

    GUAJE stands for Generating Understandable and Accurate fuzzy models in a Java Environment. Thus, it is a free software tool (licensed under GPL-v3) with the aim of supporting the design of interpretable and accurate fuzzy systems by means of combining several preexisting open source tools, taking profit from the main advantages of all of them. It is a user-friendly portable tool designed and developed in order to make easier knowledge extraction and representation for fuzzy systems, paying...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Dataverse Network is a Java EE5 app that enables researchers to share data on-line. It provides data citation standards, facilitates preservation, distribution and replication of data, and includes statistical analysis. More at: http://thedata.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    SimpleDic

    Simple Korean to English and English to Korean Dictionary

    This is a Korean to English and English to Korean program utilizing Naver and Daum APIs. Additional languages will be supported in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.