Showing 3209 open source projects for "opensource java code"

View related business solutions
  • 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
  • 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
  • 1
    Graphical Microcontroller Programming (GMP) is an expert-in-a-box solution which provides an intuitive user interface giving non-professionals the chance to easily create microcontroller programs by graphical means. Vienna University of Technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Get/Put java VO & XML from SQL stmts in 1 line; No config mapping; Plugin-Arch support; Hibernate and ibatis benchmarked. Lightweight(24KB); Self healing pool; Code Generation for CRUD. Embedded Solr Search. More @ http://onelinejdbc.wiki.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Using encryption to secure your code or text. Click File->Run to run your code using Ruby, see the pop up for output. Never save your text or code to disk unencrypted. Don't forget your password. Encryption is error-persistent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BinaryNotes is the Open Source ASN.1 (Abstract Syntax Notation One) framework for Java and .NET based on annotations/attributes. The framework has the flexible ASN.1 compiler, the runtime library that supports BER, DER and PER, and the Message Queues
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
    Click to perfect your product now.
  • 5
    Develop your enterprise RIA web applications simply as standalone application. J2EE web based framework. Just only Java and components -- all is simple. No HTML, no templates, no code generation, no JavaScript, no JSP, no EJB, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Atomic34 allows you to leverage the Selenium Testing framework for testing your site using a SiteDefinition DSL to generate objects representing your site. The generated code can then be used to write tests using strongly typed objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Lioness (Languages Interop Framework)
    Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Plugins for XDoclet 2 (http://xdoclet.codehaus.org/). This project is not technically related to the XDoclet 1.x (http://xdoclet.sourceforge.net/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ANTLR IDE
    An eclipse plugin for ANTLRv3 grammars. Support for ANTLR 3.0.x/3.1.x/3.2.x
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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.
  • 10
    Project for develop and implement a tool to speed up the use of Design Patterns and UML Diagrams in Java. The project is about UMLClasses2Java: make automatic the process of generate a Class Diagram. The project uses eUML2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CodeLicenseManager
    Handles license and other project information in source code. License and project information is easily configured in a maven pom, ant task, or xml config. Tool updates all source files with license and project information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Search Java sources with example code snippets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Proteus Cross Compiler system allows the generation and compilation of Java Code from llvm-gcc compatible languages (C/C++/fortran). The generated code will execute at up to 50% of native code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    anibal
    Anibal is a Java Code Generator based in annotations metadata. For more information please visit our MediaWiki page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A Java command-line option parser generator, providing function similar to GNU Getopt, but much richer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CP2JavaWS is a Cappuccino to Java remote services bridge with a transparent syntax, complex objects graphs management, digest and ldap authentication, authorization, live remote data browsing and master/detail views creation by a single line of code. UPDATE : the new Direct2CP project adds support for php, fixes and enhancements, new components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This Project is intented to build a software to trace the behavior of specific Java code segments using JDI and then analize the data extracted from the trace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JPype is an effort to allow python programs full access to java class libraries. This is achieved not through re-implementing Python, as Jython/JPython has done, but rather through interfacing at the native level in both Virtual Machines. Maintenance and evolution of the project has moved! please see http://www.jpype.org for the latest version
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19

    DiffStats

    DiffStats counts added, moved and deleted LOC in a diff file

    DiffStats analyzes diff files. It counts lines of code added, deleted and moved. It was designed for Java code, but will work with other languages, like C++. It ignores blank lines and comment line, if they start with a //, /* or *. This project was made to complete another project because I was unable to find anything else like it. I posted it to see if anyone else had interest. So I would appreciate it if anyone who has tried this project would please post a review. I understand...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SISSy

    SISSy detects problem patterns OO source code

    SISSy is a platform for problem pattern identification in OO source code written in Java, C++ or Delphi. Problem patterns include the well-known bad smells as well as typical violations of good OO design principles and heuristics.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Rapid Portal Development
    Rapid development of portal-based user interfaces for submitting compute jobs to remote compute resources. It supports the mainstream compute engine vendors Sun Grid Engine, PBS and Condor. Get a job-submission portal up and running in a few hours.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    MiDIDE is a portable code editor for virtual machines low-level languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jAMAL
    jAMAL is a Java-based reimplementation of the AMOS Animation Language (AMAL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JamaicaSql
    Jamaica is a simple and light but powerful utility to execute sql statements, scripts etc. written entierly in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    YAW is a tool to transform uml to source files and generate source files from templates. This allows a model driven development (MDA/MDD). YAW is written in java as a plugin for eclipse. Use and extend of YAW is simple and without complex configuration.
    Downloads: 1 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.