Showing 4857 open source projects for "java to c"

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
  • 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
  • 1
    TC5Edit

    TC5Edit

    A small Java based text editor designed for coders.

    TC5Edit is a text editor which is written in java. It includes syntax highlighting, the ability to compile 4 languages (Java, C, C++, scala) and the ability to paste to pastebin. It is mainly designed with coders in mind however general use is viable. I wrote this so long ago and it is slow and buggy and Java. It is really bad.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A 2D simulation server for the ASURO robot written in JAVA. The server offers the ASURO 2.8.1 Lib as an interface for clients via TCP/IP. The simulation part is based on the phys2d engine. Example clients are written for JAVA and C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Jlint

    Static analyzer for Java bytecode

    Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis on the code and building the lock graph. Jlint is fast, easy to learn, and requires no changes in the class files to be checked.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Pre-projetos_MLCM - É um conjunto de Programas e códigos fonte dos mesmos, com finalidade educacionais para a área de TI. Sendo eles programas simples que foram desenvolvidos para a aquisição de nota no curso de BCC. Os programas em si, estão ainda em desenvolvimento sendo disponibilizado uma prévia dos progressivos resultados, não se tendo uma data de finalização do projeto definida. Fica a disposição os códigos deles sobre a licença GPL para que estudantes e interessados possam fazer uso e...
    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
  • 5

    iCodeGenerator

    a code generator for any programming language

    iCodeGenerator is a database centric template based code generator for any text(ascii) programming language like C, PHP, C#, Visual Basic, Java, Perl, Python... Supported databases are SQL Server, MySQL and PostgreSQL. Source Code Now at: https://github.com/VientoDigital/codegenerator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Java/C Comparative Benchmarks

    Java and C Comparative Performance Benchmarks

    A collection of software benchmarks developed to compare the performance of Java with C on identical code. No language libraries were used to avoid implementation differences. Some of the benchmarks are also implemented in Python and Scala. There are benchmarks for bit twiddling, numerical computing, data structure manipulation, concurrent computing, callouts to native libraries, and, graphics processing units (GPU) utilization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Regression Suite

    Regression Suite

    Test suite with unit regrssion and execution statistics

    RegressionSuite is a software test suite that incorporates measurement of the startup lag, measurement of accurate execution times, generating execution statistics, customized input distributions, and processable regression specific details as part of the regular unit tests. Essentially, RegressionSuite provides the frame-work around which the individual unit regressors are invoked (and details and statistics collected). Unit regressors are grouped into named regressor sets (or modules),...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    IMGDissolver
    A simple to use, cross platform slideshow/divx/dvd maker for your photos and videos. Among various features: transition effects, background music, text captions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ghaggis

    GHC : Glasgow Haggis Compiler

    This is a compiler for the 'pseudocode' Haggis used by the Scottish Qualifications Authority for specifying pseudo code. The compiler is implemented in Java.
    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

    evatechsoft

    Eva TechSoft Projects

    Eva TechSoft Projects Description
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    VENUS-C

    VENUS-C provides new cloud solutions for small research groups.

    VENUS-C is a project funded under the European Commission’s 7th Framework Programme drawing its strength from a joint co-operation between computing service providers and scientific user communities to develop, test and deploy a large, Cloud computing infrastructure for science and SMEs in Europe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Kochol Game Engine
    Kochol Game Engine(KGE) is an object-orianted hardware accelerated 3D Game engine. Easy to use and powerful engine for cutting edge games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EyeDB is an Object Oriented Database Management System (OODBMS) providing an advanced object model (inheritance, collections, arrays, methods, triggers, constraints), an object definition language, an object query language and C++ and Java bindings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    WiRe

    The Android-smartphone universal television remote

    The WiRe project seeks to provide android smartphones with universal Infrared (IR) television remote control functionality. The limitations/scope of this project include: 1. Android application will be restricted to a minimum Android Operating Sytem of Android 4.2.2 2. Data communications will be conducted over a Wi-Fi network 3. The embedded device will be built utilizing the Beaglebone Black as its core 4. The Final product will be capable of conducting common television controls
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Texture Cram

    Texture Cram

    A cross platform utility for packing images onto a single sprite sheet

    A simple utility for packing a series of images onto one or more larger images, know as texture atlases. This is helpful to some game engines where multiple individual textures take longer to load. Following simple file naming conventions, you can also create animation sequences. And using sub directories, you can create multiple texture atlases with specific names. This is all output along side a manifest file, which can be either a simple texture file, or a java class file. C++ is yet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    bridgeandtorch

    517 Yapay Zeka dersi için (Engin Y.)

    “Bridge and torch” probleminin yapay zeka ile çözümünü yapan Java/C#/C/Prolog Programını yazınız (30). BFS, DFS, A* veya diğer bir yöntemi (constructive/iterative) tercih edebilirsiniz.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Worker Command Line

    Ligne de commande

    ATTENTION : Non compatible avec Windows 8 ! Comment lancer WCL : 1. Créer un fichier .bat dans le meme répertoire que le fichier .jar avec Notepad++ ou le Bloc-Notes 2. Insérer cette ligne : @echo off 3. Puis dans la ligne d'après : java -jar [Le nom du fichier de WCL] 4. Vous avec crée le launcher ! 5. Ouvrez-le, et ça marche ! (pour sortir en version 13w52a, fermez la fenetre) Si cela ne marche pas : - Verifiez que l'extension est bien .bat - Verifiez que vous avez bien écrit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pilot's Charts iOS Aviation Chart Viewer

    Pilot's Charts iOS Aviation Chart Viewer

    FAA digital chart viewer for iPhone and iPad

    This project is for an iPhone/iPad viewer that is used to display FAA digital aviation charts. It also includes the support files necessary to prepare digital charts as downloadable tiles and a point of sale web site used by end users to obtain the charts. The viewer's features includes generating track points, which can be saved as GPX. The viewer can also be used to plot flights. The point of sale purchase system is Drupal based with a MySQL database. The remote device connects to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Portfolio Analysis and Reporting Tool

    A C++ based tool for managing an investment portfolio.

    The Portfolio Analysis and Reporting Tool (or PART) for short, is a simple Java tool for reporting on portfolio analysis. The vision is to be a multi-platform tool with CLI and GUI options, which can track and report on porfolio performance across multiple books of investments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    OpenME Interface

    simple event-based plugin interface to open up hardwired software

    ... heuristics, or to open up applications for online tuning and adaptation particularly on heterogeneous systems. It is based on successful Interactive Compilation Interface (ICI) which was added to mainline GCC >= 4.5. It supports C,C++,Fortran and Java. OpenME requires just one include file "openme.h" and 2 functions to register events or to have a call-back. The usage of this interface is briefly described in an open access publication available at http://arxiv.org/abs/1308.2410
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++.
    Leader badge
    Downloads: 115 This Week
    Last Update:
    See Project
  • 22

    ZionEdit

    A light and easy to use programmer's editor for windows

    An intuitive, very configurable, uncluttered programmer's editor based on the awesome Scintilla component & wxWidgets. Supports C/C++, C#, Java, SQL, CSS, HTML(JavaScript,PHP etc), Python, Perl, Ruby, Lisp, Fortran, Assembly, Batch, Makefile --for Win32. My sincerest apologies on the old domain (that I no longer own going to some sleazy site). The new domain for ZionEdit is http://zionedit.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Packin is a graphical Linux package creator wizard which compiles packages in the popular debian package format (.deb files). Packin creates complete debian packages within four easy steps. Advanced options and latest specifications supported.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    DrdSim

    A programmable platform for a fantasy RPG game.

    PC game based on a role-playing game "Draci Doupe" from ALTAR(tm) publishing. It contains a simple-to-use development environment for creation of new campaigns including an embedded interpret of a scripting language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    LibWebsiteSnapshot-qt

    A Qt library for taking website snapshots

    ... the authentication pop-ups (like the ones for gaining access to the settings of a modem/router) and complex authentication includes the authentication on almost all the websites*. (4) Enabling/disabling (a) image loading, (b) javascript, (c) java. Javascript pop-ups and new window pop-ups are being suspended and not shown at all at the final snapshot. * Why complex authentication does not work on all the websites? Complex authentication searches the log-in webpage for the proper username-password
    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.