Search Results for "python to java" - Page 13

Showing 872 open source projects for "python 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
  • 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
    DoCookBook

    DoCookBook

    Cookbook Style Document for DocBook Customizations

    This project has been moved to GitHub: https://github.com/tomschr/dbcookbook/ The DoCookBook project aims to create an open source book about DocBook and the DocBook XSL stylesheets written as a cookbook and released under a Creative Commons license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    helenos

    Web based GUI tool to manage your data stored in Apache Cassandra

    Helenos is a free web based environment that simplifies a data exploring & schema managament with Apache Cassandra database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Human Speakable Programming Language

    Human Speakable Programming Language

    foundation of the General Intelligence Operating System

    HSPL is Human Speakable Programming Language, allowing for communication between human-to-computer and human-to-human in the same language. This project has moved to http://sourceforge.net/p/spel We are currently working on human-to-computer programming-language with mostly English base vocabulary. Though once we have that, we plan to add support for other world Languages, including Chinese, Spanish, Russian, Arabic, Hindi, among others. Eventually HSPL shall be the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    LittleDarwin

    Mutation Analysis Framework for Java

    Mutation testing has been proven to be a reliable method to estimate the quality of a test suite. Most of current mutation tools require the architecture of their target system to be in a certain way in order to apply the technique; thus making it impossible to use them in complex build environments. LittleDarwin is a mutation testing tool designed primarily with the premise of easy deployment in complex systems; in order to provide mutation testing where other tools fail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
    The goal of this project is to make possible to access Progress database from any external program that can use sockets. The server (broker and agents) are written in Progress 4GL and made use of sockets capabilities of Progress V9.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Sight Reading Trainer

    Sight Reading Trainer

    Scrolling notes in any key for any instrument

    The MIDI Sight Reader Java Applet works again! To use it you should use Firefox with Java Applet Plug-in installed. Developed using Firefox 25.0.1 and Java 7, Update 51. So what is it? Well it scrolls random notes within a selected key, playing them aloud for audio confirmation, while you, the user, play the notes on your instrument. There is no MIDI interface, the name refers to MIDI because it uses the Java Midi API and organizes everything numerically, according to MIDI numbers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Cyclone - Task Automation

    Cyclone - Task Automation

    Task Scheduler for Java, Groovy, Javascript, python & ruby

    ... of fascinating features Real-time progress and status montoring for jobs Pause, resume and stop an executing job Multi-user environment with in-built authentication and authorization modules Polygot - jobs can be implemented in java, groovy, ruby, javascript and python Easy administration and configuration - user management etc. Extensible security module
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CUbRIK

    CUbRIK

    Human-enhanced time-aware multimedia search

    The CUbRIK project provides a modular framework and distributed system architecture for flexible design and implementation of multimedia search applications. The framework supports hybrid workflows that combines automatic computation with CROWD-enabled and GWAP-enabled human computation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    StackCollect

    StackCollect

    A server and database monitoring platform.

    The StackCollect SCM is written in Python and is free to download, more advanced features can be purchased from StackCollect. Monitored Server Platforms Include: Windows Server 2012 R2 Monitored Database Platforms Include: PostgreSQL Microsoft SQL Server MariaDb MySQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    MusiqBox

    MusiqBox

    An social musicsystem for your Pi and smartphone.

    MusiqBox is an client-server based audio player, which let you stream music files from any device to an server and plays it. You are also able to store music on the server itself and manage it with your smartphone or desktop. The aim of MusiqBox is to extend the functionality of an existing audio-system (e.g. common stereo) with this features: -Playback of common audio-formats like: mp3, ogg, flac, wave,… -Stream music files over the network -Store music files locally -Remote...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a apache v2.0 authentication module. Based on html form authentication and cookie authentication session. Cookie session are stored in memcache deamon. Can be used has an simple "Single Signe-On" (SSO). All the code source and the bug tracking has migrated to github: https://github.com/ZenProjects/Apache-Authmemcookie-Module All the documentation are here: https://zenprojects.github.io/Apache-Authmemcookie-Module/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    open wsman

    Open source implementation of WS-Management / WinRM

    Web Services for Management (WS-MAN) is a specification for managing computer systems using web services standards. This project is an open source implementation of WS-MAN; enabling the in-band management of Linux/uni* platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Maintainability Index

    Mainainability Index for C/C++/Java source code

    This is a python script for calculating maintainability index for C/C++ source code. It is based on lizard code complexity analyzer ( http://www.lizard.ws/ ) I tried contacting the original author of lizard to incorporate the maintainability index computation into the primary distribution but got no reply, hence this fork. This is a simple command-line utility. No guarantee is made about the validity of the calculation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CLC

    Counts the non-empty, non-comment lines of code in your files.

    Code Line Counter By Sonicarrow V 1.0 Code Line Counter is a CLI tool to count the number of non-empty and non-comment lines of code in a document. Support: Python Java C Installation: Put "clc.bat" and "clc.py" in your C:\Windows folder. (For other OS, anywhere in your system path works.) Usage: Open a command line or terminal of choice. Navigate to the folder with the code file. Run the command: "clc [p|j|c] <filename>" p = python j = java c = c ex...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    tags2uml

    Generates UML class diagrams, from source code

    Generates UML class diagrams, from source code. Please see GitHub page for more info. Command line tool to convert from a Exuberant-ctags tags file to a UML class diagram, through Graphviz, for all object oriented languages supported by ctags The input file is a tags file, generated by Exuberant-ctags using --fields==+latinK. The output file is a Graphviz DOT file whose name is specified through the program options, or to stdout. The DOT file should then be passed to the Graphviz...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SLOCCount is an easy-to-use tool that counts Source Lines of Code (SLOC). It auto-determines the language(s) (inc. C, C++, Ada, Assembly, shell, COBOL, C#, Fortran, Haskell, Java, LISP/Scheme, Perl, PHP, Python, Ruby, SQL). It also estimates cost & time.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    UA-Parser

    UA-Parser

    A multi-language port of Browserscope's user agent parser

    ua-parser is a multi-language library for parsing User-Agent strings into structured data, such as browser, OS, and device information. Originally created for web analytics and user tracking, it supports a wide range of platforms and is available in JavaScript, Python, Java, and other languages. ua-parser is often used in server logs, analytics dashboards, and A/B testing systems to segment traffic.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    CrossBridge-Community

    CrossBridge-Community

    C/C++ Compiler for the ActionScript Virtual Machine (AVM2)

    Previously codenamed "FlasCC" and "Alchemy," CrossBridge provides a complete BSD-like C/C++ development environment based on GCC that lets you compile your C/C++ code to target the Adobe Flash Runtimes (Flash Player and AIR). With CrossBridge you can port almost any existing C/C++ code to the web, across browsers. Forum: http://forum.crossbridge.io/ GitHub - SDK Source: https://github.com/crossbridge-community/crossbridge/ GitHub - Issue...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    protobuf

    Protocol Buffers - Google's data interchange format

    Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    The MITRE Identification Scrubber Toolkit (MIST) is a suite of tools for identifying and redacting personally identifiable information (PII) in free-text medical records.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    IPred

    Integrate ab initio and evidence based gene predictions

    IPred (Integrate gene Predictions) is a program that combines the output of ab initio and evidence based (including comparative based) gene finders to improve on the overall prediction accuracy. IPred is written in Python and can be used from the command line as well as with the help of a GUI (java 7 based). It is available for linux, windows and mac. To install IPred, simply download the package and unpack it with >unzip IPred.zip. If you use IPred, please cite the following manuscript...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    microtransat
    A project to host code developed for the Microtransat challenge, a race between autonomous sailing robots. This project is intended for both supporting code such as tracking systems and robot control systems or parts of robot control systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Firmata

    generic protocol for communicating with microcontrollers

    Firmata is a generic protocol for communicating with microcontrollers from software on a host computer. It is intended to work with any host computer software package. There are implementations for multiple microcontrollers and host software packages.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    vipR is a program to screen for sequence variants (SNPs, deletions) in sequence data generated by high-throughput-sequencing platforms. Information on this and other projects can be found on: http://www.altmann.eu
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    capstone

    Capstone disassembly engine

    Multiple-arch, multiple-platform disassembly engine with advanced features
    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.