Search Results for "java project with source code for random number generator" - Page 5

Showing 152 open source projects for "java project with source code for random number generator"

View related business solutions
  • 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.
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 1
    Global Consciousness Project uses hardware "random" number generators and finds patterns between that and major world events. This Java applet will run on their webpage and translate that data to music-like audio. Or for general audio synthesizing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Simple JNI (SJNI) is a neat wrapper for Java Native Interface. The aim of the project is to minimize hassle necessary to get going with JNI. Minimize number of lines of code written, while maximizing functionality and keeping your code error-proof.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A high performance cross programming languages communication framework similar to Java RMI. Unlike RMI, CABLE allows server push and was tested to run up to 3x faster than RMI depending the number of threads and CPU power. Currently in Java and C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Java-based number generator package. Includes several strategies, apart from the usual random: constant, serial, function, composite. Besides, generators can be wrapped in different filters to obtain modified data series.
    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
    The open web architecture framework defines web applications in an eclipse based DSL editor. A code generator transforms the models into a Google Web Toolkit / Google App Engine project which can be customized by the developer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Mass Password Generator

    An easy-to-use generator for large numbers of passwords.

    Originally for my school's IT Department, I have now released the source code under the GNU GPL. It supports the random generation of huge numbers of passwords that can be determined in a variety of ways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Want to count the number of syllables in a word? Want to create a random haiku? This Java application can do both. Just add the JAR file to your project for access to these basic classes. We use CMU's pronunciation dictionary to count each syllable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Custom Architecture Generator Tool is a software based on the Netbeans Platform, the main purpose is to accelerate the embedded system realisation with a high level description: VHDL code,C2VHDL conversion,Quartus project generation,real time application
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Amplify MDA project is aimed at delivering a 'model-to-text' generator tool with real-world applicability in less than 1000 lines of Java/Groovy code.
    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
    The main purpose of this project is to quickly generate the code of a J2EE web application for maintaining records specified by JPA annotated beans in order to add, update, search and delete entities in an AJAX UI based on the ZK-Simply Rich framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This project supplies an extensible JAVA library for developers who aim to generate c/c++ code from declaratively expressed models in XML format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    More Than Parsing is a parser generator for context free grammars defined in a BNF-like format. It generates scanners, parsers, ASTs, etc. This sf project is no longer active, development will continue in a different place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JLoc is made in Java and provides analysis of the Lines Of Code(LOC) for any project. Currently, C++,Java,VB,SQL,Makefile and Matlab files are supported. It will count the total number of comment lines, blank lines and actual source code lines. Export fu
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    This project is a formClipse RCP FrameWork generator for desktop applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    3RAD is a MDSD tool for generating 3-tier applications out of a custom data model specified in EMF Ecore. For building the generator openArchitectureWare is used. The produced target application will consist of a Swing front end and a EJB 3.0 server app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple Java Framework Generator is a project where database reads the one structure (tables, columns, foreign key, primary key) and mounts objects in Java using Hibernate with Annotation, Struts (Validation, Internationalization), Jsp with Jstl and Ajax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Covra is a project to help design compilers. C3 is a tool specialized on the easy design and construction of ASTs, it is independent of the compiler compilers or parser generator that is used. It generates Java and C# code. Require JRE 1.6.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NLOC is a command-line based source line counter tool. It counts the total number of comment, code and blank lines of source files. It is compatible with C, C++, C#, Java, Visual Basic, Pascal and Delphi languages and with Visual Studio project files.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Relevant is an Object-Relational data-mapper. The main goal is performance. We're going to write a code-generator to generate the native java-classes to prevent reflection. Database-independency is a MUST.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Java Object Relational GENerator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project aims to assist developers in developing java EE persistance layer for existing database tables. It gets metadata of selected database tables and generates classes for them. it uses and extends the ideas of DbGen project to EJB 3.0 POJO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    jBaseChange converts values between number systems of radix 2-36, or it can convert the input value to all the supported number systems. Also included is a random number generator. This could be used to generate a strong password.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a general API re-routing system for Java. When imported into a project, allows a programmer to make quicker calls to common Java functions such as console I/O, file I/O, and random number generation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Flex 2 Code Generator for Data Services and databound controls. Input: Java classes annotated with SQL statement and metadata tags Output: fully functional deployed presentation with server Java components working in DataServices or Remoting mode
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MySQL2JSP is an easy to use, quick & template driven JSP code generator that creates a full set of JSPs /servlets as well as JavaBeans from MySQL database using JDBC. Using the generated JSPs, developers can perform any operation on any database record.
    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.