Showing 26 open source projects for "cpp to java"

View related business solutions
  • 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
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    gradle-cpp

    gradle-cpp

    Intended to make Gradle C++ working more comfortable.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Mocker++11

    C++ Mock object auto generator

    ...Obtain it if you don't have it yet. Get Tools At your convenient directory: git clone https://git.code.sf.net/p/cpp-tools-in-ruby/code tools Get Mocker++11 git clone https://git.code.sf.net/p/mockerplusplus11/code mocker++ Run it Change directory to mocker++ ./Mocker++ --help (On Mac/Unix, you may need to run dos2unix) Code samples (unit test codes) are found in 'unittest/MockerppTest
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DocWire SDK

    DocWire SDK

    Award-winning modern data processing SDK in C++20

    DocWire SDK, a standout C++20AI driven data processing tool, has received award from SourceForge and strong backing from Microsoft. It handles nearly 100 file types, empowering efficient text extraction, web data extraction, and document analysis. For businesses, the shift to DocWire SDK signifies a leap forward. It promises comprehensive document format support and the ability to extract valuable insights from email boxes, databases, and websites using cutting-edge AI. DocWire SDK aims to...
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 4

    vcsinfo

    VCS Information Generator tool

    ...Include this tool into your pre-build step to hardcode version strings. vcsinfo.exe - 64-bit build. vcsinfo32.exe - 32-bit build. Currently supported: Inputs: Mercurial (hg) Outputs: C, C++ Planned: SVN, Git; Java USAGE EXAMPLES: Generate C header file for Mercurial repository using pipes. hg summary | vcsinfo > version.h Generate C++ header file for Mercurial repository in v1.x compatibility mode. hg summary | vcsinfo --cpp --compat version.h Generate Java class for Git repository treating new files as modification. git status | vcsinfo --git --java --package com.test --newismod > version.java SAMPLE OUTPUT: // Version Information // Generated by the VCS Information Tool v2.0 (c) #define MERCURIAL_REVISION 23u #define MERCURIAL_MODIFIED 1 #define MERCURIAL_HASH "6c784b7035ea" #define MERCURIAL_BRANCH "default"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    KAREL 3D

    KAREL 3D

    Learning programming language for kids

    ...WebGL version: https://sourceforge.net/projects/karel-3d-webgl/ C++ version: https://sourceforge.net/projects/karel-3d-cpp/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Gitinspector

    Gitinspector

    The statistical analysis tool for git repositories

    ...This tool was originally written to help fetch repository statistics from student projects in the course Object-oriented Programming Project (TDA367/DIT211) at Chalmers University of Technology and Gothenburg University. Shows cumulative work by each author in history. Filters results by an extension (default: java,c,cc,cpp,h,hh,hpp,py,glsl,rb,js, SQL). Can display a statistical timeline analysis. Scans for all filetypes (by extension) found in the repository. Multi-threaded; uses multiple instances of git to speed up analysis when possible.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Tag Cloud Maker

    Tag Cloud Maker

    Make a tag cloud from text in your files

    The Tag Cloud Maker application allows the specification of a source folder containing files that are parsed and the words counted and displayed in an HTML word tag cloud.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Octet Game Framework

    Educational framework for OpenGLES, OpenCL and OpenAL

    Octet is a cross-platform game development framework for developing games on Windows, Mac and other platforms. It is designed to be very simple, dependency-free and very fast to build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TODOs

    TODOs

    Search TODO, FIXME and similar comments in project files.

    TODOs is a small command-line utility to search TODO, FIXME and similar comments in project files. It is written in Python 3 and licensed under the terms of GNU GPL 3 license. Supported output formats are TXT, HTML and XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 10

    TR-Indentator

    This software Indent your program files.

    This software Indent your c,cpp,java and c# program files.indentation make your code more readable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Codegroup

    Codegroup

    A Java application for transferring computer files in 5 letter groups

    ...For content encryption, the use of Java's facilities is being considered as a long term option. This project's initial sourcecode is related to : http://www.fourmilab.ch/codegroup/ http://winmorse.com/ https://bitbucket.org/bgneal/cpp-enigma http://www.whence.com/minimodem/ For the User Interface http://www.oracle.com/technetwork/java/javafx/tools/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    A conversion from kpi java to cpp, just for trainning purposes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A plugin for Notepad++, which aids in documentation. It generates documentation templates for functions. Source moved to https://github.com/kapilratnani/DocIt
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14

    cpp-quant

    Quantitative financial models implemented in Java

    The project contains classes for implementation of binomial option pricing model and Newton method for finding roots of a function in C++. You are welcome to browse and download the source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    csharp ports

    ports of core libs in other langs

    csharp lib to emulate c, cpp, java common libs for easy port of existing projects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JTextPad
    Text Editor developed in Java for languages like Java,C,C++ or plain text editing.... It Leverages Many Features Like Compiling and executing Java and CPP programs..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A Java-s algoritmusgyűjteményünk C++-ban megvalósítva.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Cpp to Java translator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Builds native installers for multiple platforms using a single project definitions file (XML based). The component focuses on standards compliant package generation with the least possible overhead and feature set. This is not another installer!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cpp Ant task implementation. The project is simple cpp ant task implementation. It is intended to be platform independent but it requires presence of cpp preprocessor somewhere in searchpath.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SwigXmlToCOM is a software development tool that converts programs written in C or C++ to COM. It uses SWIG generated XML files to create IDL, .h and .cpp files which can then be compiled in MS Visual Studio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The purpose of this project is to provide an Ant-based cpp-like preprocessing capability using the Velocity Template Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Interpreter of C++ in JAVA language (1.4.2)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Ant tasks for preprocessing Java sources using cpp (C preprocessor).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SOAP Message Service Handler open platform built on top of Apache Axis. Provides hot service and interceptor deployment, load balancing, monitoring and payment services. Includes also a number of modules for WS-Security, WS-Routing, ebXML MS, CPP and CPA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next