Search Results for "data structure project in java" - Page 11

Showing 1856 open source projects for "data structure project in java"

View related business solutions
  • 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
  • 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
  • 1
    Financial  Supervision  System (SupTech)

    Financial Supervision System (SupTech)

    RegTech / SupTech : Java EE , BI, PM & Report Designer

    FINA IRP is Web Based, J2EE, OS/DB independent SupTech, BI and PM for SUPERVISORS (Regulators) to receive data from BANKS, MICRO FINANCE INSTITUTIONS (MFI), COOPERATIVES, INSURANCE Companies etc. Generates UBPR, PEARLS, EWS, etc. FINA Integrated Regulatory Platform consists with: - META STRUCTURE DESIGNER; - REPORT DESIGNER: Flexible , Spreadsheet based (LO/OOO) designer; - DATA COLLECTION SYSTEM: DCS is a web-portal and an e-mail robot connected to FINA core through the data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Json Node Tree Library

    Represents JSON doc as a nodes tree for transforms like XPATH & XSLT.

    Json Node Tree framework is provisioning of transformation operations for JSON documents similar XML XPATH and XSLT. The framework parses textual JSON document to nodes tree that represents JSON entity: object, array or value of primitive type. Generated tree allows to modify values of nodes and/or structure of the given JSON document. Representation of JSON object as a nodes tree allows implement an operations such as path query and transformations (like XPATH and XSLT for XML).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    nest-user-auth

    nest-user-auth

    A build for a back end which implements managing users with MongoDB

    ..., Jest) into a working backend. If you recognize an anti-pattern or a better way to do something, please post an issue. It is challenging not to repeat the structure of the models in the GraphQL schema, Mongo schema, and Typescript interfaces. The goal is to have one truth point for the models and extend that data when more data is needed. With NestJS 6.0.0 a code first approach was introduced. This project uses the schema first approach to be language agnostic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PdfJumbler
    A simple tool to rearrange/merge/delete pages from PDF files. The modular backend system uses either JPedal or JPod to display PDFs and iText or Apache PDFBox to save them. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Development of this project has moved to GitHub. Please check https://github.com/mgropp/pdfjumbler for current releases! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Downloads: 16 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    LibreGrammar (LanguageTool fork)

    LibreGrammar (LanguageTool fork)

    Free and open-source style and grammar editor

    This is a free and open-source style and grammar checker forked from Languagetool. This project intends to be a full-blown software editor for French, English, German, Spanish, Portuguese and many other languages that enhances LanguageTool with extended rules — with emphasis on style rules —, and enables many rules disabled by default on LanguageTool project. Other changes include lower reliance on online mechanisms and extra languages. --- Este é um verificador de gramática e...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6

    SimpleAnnotator

    A simple tool to annotate a text.

    This tool allows the user to annotate by coloring portions of the text. This can be seen as a simple model of annotation. This tool has been built to complete particular experimentation on student behavior (annotation per example) facing particularly difficult content. We put it here as an open-source project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    vim.wasm

    vim.wasm

    Vim editor ported to WebAssembly

    ...) are supported. Drag and drop files to browser tab opens them in Vim. When opening it, it opens tryit.js example JavaScript source code. Basic usage is described in comments at top of the file. Example source contains min-heap data structure and heap sort algorithm. Enjoy coding! And :% runs the code in your browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    lwjglbook

    lwjglbook

    Source code of the chapters of the book 3D Game Development with LWJGL

    lwjglbook-leg is the companion code repository for the “3D Game Development with LWJGL 3” book, offering a practical learning path for building a 3D game engine in Java using the Lightweight Java Game Library (LWJGL). It covers the implementation of a modern OpenGL-based engine from scratch, guiding readers through key concepts such as rendering, lighting, animation, input handling, and scene management. This project serves as an excellent educational resource for Java developers interested...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Data visualization software for creating different types of appealing charts and graphs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10
    Coral View

    Coral View

    Transfer your info from Excel to your Mobile and bring back mods.

    ... just a Usb cable. If you can update a Microsoft Excel worksheet then you can create your own customised infobase. If you update or add any infoitems on your mobile device the infoitem changes can be transfered back to the infobase on your PC using any of the android 'share' functions such as email, Dropbox, Bluetooth etc. Infoitems can be: - Text data - Dropdown lists - Numeric values - Gps locations - Timestamps - Photos - Notes - Document attachments Take IT with you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    XRichText

    XRichText

    An Android rich text class library that supports graphic & text mixing

    An Android-rich text class library that supports graphic and text mixing, supports editing and previewing and supports inserting and deleting pictures. Use ScrollView as the outermost layout containing LineaLayout, filled with TextView and ImageView. When deleting, delete the TextView and ImageView according to the position of the cursor, and the text will be automatically merged. The generated data is a list collection, and the data format can be customized. Version V1.4 opens the image click...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HL7 Inspector

    HL7 Inspector

    HL7 Inspector is a tool for managing HL7 messages

    The HL7 Inspector project has moved to Bitbucket. https://bitbucket.org/crambow/hl7inspector All new releases can be found there. The web-based version can still be found at www.hl7inspector.com
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    OpenPPM

    OpenPPM

    Project Portfolio Management

    Open PPM is an open source product, used for Project Management and Project Portfolio Management, in accordance with the PMBOK® (Project Management Body of Knowledge) guide, from PMI® (Project Management Institute).
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14

    Yakoliv Framework

    Designed to facilitate Apache CXF based java softwares development

    Yakoliv is a framework designed to facilitate the development of Apache CXF based java softwares. It takes advantages on Ibatis and Spring with which it forms a mini-container and facilitates data bases access. Yakoliv Framework is made of a generic DAO artifact and a GUI program that helps developers: - generating the data base schema and enabling sequence management - generating java classes from typed data - mapping generated classes to data base's table using ibatis sql maps...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    libwlocate is a shared library that can be used for location-based services. It checks for WLAN-networks that are available near to a user and retrieves the current geographic position out of them. Thus no GPS is needed for positioning. This WLAN-based geolocation happens without using any of the commercial services that do the same but track the users position and data. libwlocate instead bases on the free OpenWLANMap project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Otter

    Otter

    Alibaba distributed database synchronization system

    In Alibaba B2B company, because of the characteristics of the business, the sellers are mainly concentrated in the country, and the buyers are mainly concentrated in foreign countries, so it has derived the demand for the computer room in Hangzhou and the United States. At the same time, in order to improve the user experience, the structure of the entire computer room is double-A Both can be written, and thus a product like otter was born. The first version of otter can be traced back to 2004...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    TreasureBox

    TreasureBox

    Organizes and searches user-defined items and images in a MySQL DB.

    Treasure Box is a free standalone java application that documents, displays and searches user-defined items arranged in a hierarchy or tree structure. The system is similar to how a file management system organizes files and folders on your computer's storage devices. Items can be associated with zero, one or more images. All the data associated with an item as well as the names of the item images are stored in a MySQL database on the users PC. Other things I found useful to photograph...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JSBML

    JSBML

    The Java library for working with the SBML format.

    JSBML is a community-driven project to create a free, open-source, pure Java library for reading, writing, and manipulating SBML files and data streams. It is an alternative to the mixed Java/native code-based interface provided in libSBML. To see and get the source code, please visit the new repository at https://github.com/sbmlteam/jsbml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TempleApp

    TempleApp

    Android App which handles the information about temple

    This app is a cost-efficient way of maintaining records of poojas, donations made by people and also all the financial records in temples. Using this app, people in the temple counter will be able to enter all the details regarding the poojas they want or some donations they want to do for the temple. This app is connected to a printer so that it will print the details of pooja registrations of users. The app has a login interface and only some people like General secretary, president and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JPasswords

    JPasswords

    Java password management tool

    User-friendly and proficient Java program to keep passwords in encrypted databases. High security standard and data safety measures. Storage of huge text documents and sets of images feasible. File format relies on "Password Safe" V3 files (Twofish-CBC). Compact cross-platform program with PORTABLE modus, ideal for USB sticks, Linux, Mac, etc. Requires Java JRE 1.8 or higher The Password Safe database library is available at project PWSLIB3. For license/usage questions visit the Wiki...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Accelerator Markup Language (AML) / Universal Accelerator Parser (UAP) project will develop an XML based format for describing high energy particle accelerators along with associated software to convert lattice files to a standard internal struct
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    XSLT syntax highlighting

    XSLT syntax highlighting

    Java based XSLT Processor extension for syntax highlighting

    Please note that project moved to GitHub: https://github.com/xmlark/xslthl This is an implementation of syntax highlighting as an extension module for XSLT processors (Xalan, Saxon), so if you have e.g. article about programming written in DocBook, code examples can be automatically syntax highlighted during the XSLT processing phase.
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 23

    FreeMarker template engine

    Generates text that depends on changing data (like dynamic HTML).

    FreeMarker is a template engine. That is, it provides an easy way to generate text (HTML, source code, configuration files, emails, etc.) that depends on changing data. It's designed to separate the rendering/formatting logic (like visual design, HTML issues, etc.) from the backing application logic and technical complexity. It has a flexible API so you can integrate it into your application the way that best fits it.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 24

    Theophanu - Scenebuilding Environment

    Controls processing and daylight simulation with hierarchical models.

    Theophanu defines the data-structure and the processing logics to control daylight simulations with Radiance on hierarchical models. It was developed together with a detailed simulation model of late antique Hagia Sophia in Istanbul as part of a research project at TU Darmstadt, supported by the DFG German Research Foundation, grant #5194526: "Die Hagia Sophia Justinians in Konstantinopel als Schauplatz weltlicher und geistlicher Inszenierung in der Spätantike" (http://gepris.dfg.de/gepris...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    phpRegister Project

    phpRegister Project

    Account management PHP Script with a software infracstructure

    .... The simplicity and intuitive structure of the code makes it easy to integrate any Full Stack developer into a project started with phpRegister. In this way, phpRegister can be easily understood and modified to be adapted it to any needs. Install phpRegister on your web server in less than one half an hour by following the installation guide. The PHP Code which is procedural with a intuitive structure of files. The PDO (PHP Data Object) interface is used for accessi
    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.