Search Results for "java project with source code" - Page 17

Showing 1454 open source projects for "java project with source code"

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
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 1
    Tumanako

    Tumanako

    For monitoring and control of Electric Vehicles

    The Tumanako Project is an Open Source development effort to produce Open Source hardware and software to drive and recharge electric vehicles. Tumanako is Māori for hope & togetherness.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The objective of this project is to create a library of code for pricing financial derivatives products using CUDA to achieve GPU programming.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    Concurrent Object-Oriented Language

    An object oriented language for concurrent software development

    COOL is an object oriented programming language specialized for concurrent software development. Language syntax is similar to C++/C# and Java. For proper documentation please read the diploma thesis (Only available in german yet). Some of the goals to achieve: - Embedding some design-patterns on language level (singleton, state-pattern) - Implementation of a back-end for byte-code generation - Extending the compiler with an optimization phase for optimizing byte-code - Optimizing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Set of pure useful Java utilities taking care of common tasks and avoiding re-write of code
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 5
    kscope4

    kscope4

    Kscope4 is a cscope GUI frontend for KDE4 / Qt4

    Kscope4 is a graphical frontend for cscope, the well known source code browser. Current version is a port to KDE4 / Qt4 of the original release ( 1.6.0 ) by Elad Lahav. KDE4, Qt4 and CMake are required to build `kscope' The graph features require Dot and Graphviz packages to be installed The archive file contains a `configure' shell script and a `Makefile' to ease the building process ( see `INSTALL' for details ) A source RPM package is available along with a .tar.xz archive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    kpackage4

    kpackage4

    Kpackage4 : a GUI tool to manage RPM, Debian ... packages

    ... available to examine a package file (source or binary). A handbook is created during build process Build requires CMake, KDE4 and Qt4. Code is hosted by a Git repository; a tarball file (.xz) and a source rpm for Mandriva and Mageia distributions are also available See README for configure, build and install operations. TODO : Kpackage4 was fully tested with RPM package handler. Help will be welcome for test using other handlers (Debian, Slackware ...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Input Control

    Log and Play Retro Controller Inputs

    Input Control is a project to allow users to create and play back logs of their play sessions on retro game consoles that use serial communication controllers. Only SNES is supported in the current version, but future updates can be expanded to most types of consoles. Firmware and some code originally based on jaburn's NintendoSpy project, but it has changed a lot for consistency and otherwise.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    Ogaboo

    Open Game Bootstrap

    This project aims to gather different open source projects as an initiative to allow people to create games in C++ more easily, in a cross-platform development environment and free. Basic requirements behind this initiative was to have a integrated development environment with 3D graphics support, sounds, videos, physics, scripting, GUI (Graphic User Interface) and inputs and all that is relevant to be used in a multi-media development process. Since cross-platform is a requirement as well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    oovcde

    oovcde

    C++ analysis IDE with auto class, sequence, zone, dependency, diagrams

    The Oovcde project has been renamed to OovAide. Downloades from either location work for now. The Oovcde project is a C++ IDE for Windows or Linux with an automated multi-tasking build system, cross compiler support, an analysis tool based on CLang that creates UML class, component, sequence as well as zone and portion diagrams from C++ source, static analysis and test coverage. The diagrams allow navigation through the source code, and can be edited manually and saved as .SVG files...
    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

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 10

    Mumps Solver for Visual Studio

    Visual studio C and C++ projects to build and use mumps sparse solver

    Project consist of a WinForm to modify Mumps source files in order to compile and use them under the 64-bit or 32-bit windows environment and to create necessary VS 2010 projects/solution to compile the source code. On the code tab you can find the sample Mumps solver solution with 6 projects. Two projects are a mumps wrapper library - dynamic and static. And other four projects are testing projects - two are C++ (linking static or dynamic wrapper library) and two are C (again linking static...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    HandPoseEstimation

    HandPoseEstimation

    Source for hand pose estimation from depth

    Containing the source code for the thesis project on hand pose estimation from depth
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SBLIM (pronounced "sublime"), the Standards Based Linux Instrumentation for Manageability is an IBM-initiated Open Source project, intended to enhance the manageability of GNU/Linux systems. It does so by enabling WBEM, Web Based Enterprise Management.
    Leader badge
    Downloads: 98 This Week
    Last Update:
    See Project
  • 13

    Wirthless

    A simple programming language for teaching language theory

    Wirthless is a language developed for ThyLordRoot's "Developing A Programming Language" lecture series on Youtube. Wirthless is a simple language with no particular goal of fitness for use, but designed as a trivial language to demonstrate concepts related to language theory and programming languages. This project archives code developed over the course of the lecture series as well as lecture slides.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    kicad 3D rendering

    kicad 3D rendering

    kicad 3D is aimed to add 3D realistic feature on kicad pcb CAD

    ... stable release is based on kicad 4022 stable version kicad 3D adds the 3D realistic rendering of 3D pcb objects and board with copper layers and drill. Thanks to Dr. Thomas Spindler that did the 3D code... I just managed to give pre-builds in windows and add some tricky features to adapt the rendering to low level video cards and improving wrl importing and exporting. source code to build for linux and osx option to export wrl with pcb board wrl to step conversion howto
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Greenstone3

    Greenstone3

    Digital Library Software

    This project has been merged with the main Greenstone project. Please visit https://sourceforge.net/projects/greenstone/ to download the latest version of Greenstone 3. Greenstone 3 is a complete redesign and reimplementation of the Greenstone digital library software, which facilitates digital library creation, management, and distribution. Created and distributed by the New Zealand Digital Library Project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Qfsm

    Qfsm

    A graphical Finite State Machine (FSM) designer.

    A graphical tool for designing finite state machines and exporting them to Hardware Description Languages, such as VHDL, AHDL, Verilog, or Ragel/SMC files for C, C++, Objective-C, Java, Python, PHP, Perl, Lua code generation.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 17
    WineD3D For Windows

    WineD3D For Windows

    DirectX 1-11 to OpenGL wrapper

    ... requirements== Microsoft Windows XP or newer (x86 o x64); Windows RT is not supported OpenGL compatible video card and driver ==Limitations== WineD3D is far from perfect, and many games will not work. Also, keep in mind that sometimes you must be a bit creative to get old games to work. PCGamingWiki is a pretty good source of information. ==Source code?== There's no source code, I just downloaded Wine via git and cross-compiled the DLLs using mingw32 on Debian for x86.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    IBEX_MDA

    IBEX_MDA

    An open infrastructure software to facilitate radiomics research.

    This web page is not guaranteed to have the latest versions. The latest stand-alone version can be downloaded at http://bit.ly/IBEX_MDAnderson The latest source-code version can be downloaded at http://bit.ly/IBEXSrc_MDAnderson IBEX (imaging biomarker explorer) is an open infrastructure software platform that flexibly supports common radiomics workflow tasks such as multimodality image data import and review, development of feature extraction algorithms, model validation...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19

    Relation Tags

    Source code for be able to use Relation Tags.

    Source code for be able to use Relation Tags. It is part of project VocabularyMem but can be used separately. Relation Tags are tags which can be relationed together . For example tag "Paris" and tag "France" can be relationed with a relation "is part of". This code is created from 0 and is able to define which type of relation we use, using most elemental mathematic properties. It is strongly recommended to read "Relation Tags guide for programmers". Inside source zip, also contains dialogs...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    ExtTools for wxWidgets

    Some tools and controls wxWidgets. Code Project Open License

    Tools: tstring (unit std::string and std::wstring); log; geometric types; working with odbc; simple funtions for file manipulations; parser for INI file with binary data blocks; math tools; unit tests tools; virtual class for graphics used wxWidgets; panel for parameters editors used wxWidgets; resource control system and others
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Elowatha Reloaded

    This is a fork of the original Elowatha

    This is a fork of the original Elowatha project, aiming at improving and expanding it. All original source code and artwork are used under the GNU GPLv3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Aims of this Project are 1. Integrating various Vision, Machine learning library based on OpenCV. 2. Providing various function based on the integrated library. 3. Using OpenCV with template based STL like code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Privileges#

    This is a hacking style game set in the early '80s

    ... and is about 3% - 5% complete. You can download the source code I uploaded it all as a zip file in the download section. It has the game files needed to run the game. Go here if you just want the CPP file or like to view the code: https://github.com/jwlickliter/privileges.git Right now the file for download will run on android with use of an ide. I recommend cppdroid. Its free on google play and has a really good console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    BSDBuild
    A self-contained and portable build system derived from the traditional 4.4BSD system. It implements Bourne configure script generation, concurrent building and it can compile IDE project files. It is portable to most operating systems and make flavors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Ichnaea

    Performance Timing Tools

    Ichnaea is a set of tools that aid in collecting and tracking parameters and timings for parallel applications. The Performance Modelling Timing Module, PMTM, is a library that wraps system timing calls to abstract these from code developers and aid portability. It also has functionality to store parameters and print those, along with the timing information to a comma separated variable file. The Performance Modelling Analysis Tool, PMAT, is coming soon. This is able to read in and store...
    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.