Showing 173 open source projects for "java codes"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    Group-CCS development Components, templates, tools, accessories, tutorial, modules, translations, documentation, codes, scripts, everything that can improve the work of who uses the powerful tool of development, CCS - CodeCharge Studio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This utility is used to creates Java object models from XML structure definitions(DTD&Schema) and automacitally generates intelligent codes to process the given XML file. Developers need not write painful code to process XML anymore.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ReportGUI is a Tool to design PDF report graphically. It uses FOP from Apache and supports data access, recursive SubDetails, bar codes, and other format properties. It too generate java source files to call from your code and show designed reports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    100% java. Platform Indipendent. Using this java package, other java developper able to process Rose petal file as needed, like for generating EJB codes for Appservs. Full documentation, easy to include java package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    This project is setup to maintain a set of Javaparty codes. This includes Javaparty benchmarks and applications. Javaparty (http://www.ipd.uka.de/JavaParty/) is a Java extension for easy and efficient parallel programming. It does so by extending the
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DVDWeb is a Web Service which provides organization/search/lookup services through JAX-RPC API. The search can be done against the builtin DB (the user\'s private list of DVDs according to UPC codes) or against other Internet sites such as imdb or yahoo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Password generator. The user can choice the characters, write the results in text file, make pronunceable passwords, choice the number of digits and codes. Visual version made in Java and non-visual version in C. Great performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    "Traceur Pascal" is a java application that interprets Pascal source codes and follow its execution. The purpose is to help pascal beginners to understand how a pascal program is executed and to debug source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NEOHacker is an editor for the ProntoNEO's configuration files. It lets you hack the NCF files created by the NEOedit software so that you can modify all sorts of parameters. This includes creating your own custom startup page and adding your own IR codes
    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
  • 10
    Java Chronometer is a Java class with the functionality of a real chronometer, allowing to mark and to measure the time consumed by parts of codes in other classes, for performance testes or for other purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Struts XSLT Code Generator, is an XSLT based code generator for Struts. It uses an extended version of struts-config.xml file to specify information needed to generate codes for most types struts files, such as ActionForm, Action, JSP and etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This project is to package the existing Java Qt bindings with prebuild binaries, docs, faq and sample codes. Also we will remove any dependency with any OS & WindowManager. This will enable a pure cross-platform access to the Qt widget toolkit in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    GRU

    java testing DSL

    a Domain specific language to design tests for Java codes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    EpiT Basic - Automation Testing Tool

    EpiT Basic - Automation Testing Tool

    Automation testing tool for generating test cases from java codes

    Most software development will use a standard software development life cycle (SDLC). In SDLC, four phases are involved during development of any system. They are analysis, design, implement and testing. During testing phase, test cases are used in order to test the functionalities of the system developed. Test cases are generally extracted from the source codes manually. This paper presents an alternative approach to automate the process of generating the test cases by developing an eclipse...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Translator from Java source code to Scala source codes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java numerical analysis codes based on Didier Besset's "Object-Oriented Implementation of Numerical Methods: An Introduction with Java & Smalltalk", 2000, Morgan Kaufmann Publishers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Java Web application which manages deliveries, payments from Paypal and shipments via emails of digital goods - game time codes, prepaid cards. There is no GUI. XML based API provides the full list of functionalities of the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Paean is a tool to demonstrate in real-time the effect of various error-correcting codes on data transmitted via several channel models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Barcode API to scan image files and acquire bar codes in 1-D format (EAN 13, Code39 and Code128)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NotesServer
    Notes server of Wisdomrider Notes Link to android codes : https://github.com/wisdomrider/NotesApplication Link to Linux CLI: https://github.com/wisdomrider/NotesForLinux Link to android application : https://play.google.com/store/apps/details?id=org.wisdomrider.notes Link to CLI : https://github.com/wisdomrider/NotesForLinux Link to website : https://notes.wisdomriderr.shop/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Given a String , returns the next logically sequential string defined by a rule. The basic rule is, given a sequence of alphabets, it checks the string and returns a new string with one or more alteration. javadocs and source codes available inside.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    deCODE

    An android strategy-puzzle word game, where user needs to guess a code

    A logical thinking and strategy application fun game. Here user needs to guess the code generated by the system out of 6 letters A, B, C, D, E, F. Thislogic based puzzle which puts to test your deduction skills to see if you can guess the random code set at the beginning of the game. Puzzle game lovers, who try to think and solve the codes/ jumbled letters etc. It's a mastermind game, so you think about the probability of occurrence, analysis of previous attempts. The goal of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Application for automated mail preprocessing.This is not a generic spam filter.According to configuration file,macros are ran for triggered or watched incoming mail attachments.Also an auto reply is sent back.Teachers might use for student project codes.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB