Search Results for "java code tidy" - Page 62

Showing 4092 open source projects for "java code tidy"

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
    YAFF (Yet Another Factory Framework)

    YAFF (Yet Another Factory Framework)

    A Powerful Java Factory Framework

    A Powerful Java Factory Framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SMS Backup Reader

    This program is designed to read the XML backup files.

    GO HERE FOR THE LATEST VERSION: http://mattj.io/sms-backup-reader/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    omt Slice

    Java Screen Capture App

    Version 1.2.4 fixed some bugs.... New in 1.2 1. Quick Launch From Notification Bar 2. Copy Image Directly To Clipboard 3. 100% Transparency For Selected Area Slice is a pure java screen capture application. It's free and lightweight. MUST Require JRE Java SE Runtime Environment 7u21 Or ABOVE Download JRE : http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html You can download source code from below link: https://sourceforge.net...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    codingcontest5

    A place to dump code for a coding competition

    One of the requirements of a small coding contest I might enter is to put the code into a publicly accessible Git or Mercurial repository.
    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.
  • 5

    ClojureCollections

    Java wrappers (with generics) for clojure collections

    ClojureCollections offers straight forward generic wrapper classes for the Persistent collection types in clojure so these can be readily used in Java. So far, PersistentVector, PersistentMap and PersistentList have been implemented. The source code is hosted on GitHub: https://github.com/cornim/ClojureCollections For usage examples see the unit tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    JDotNet

    Tries to reimplement the .NET Framework in Java

    JDotNet tries to reimplement the .NET Framework partly in Java to improve the compatibility between Java and .NET. There are also plans for a compiler which may translate .NET to Java code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Modeling existing Java code into UML diagrams, and generating code from UML diagrams
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Pif SqlObjects

    Pif SqlObjects

    SqlObjects - SQL library for Java

    Pif SqlObjects is a small and light library that helps to interact with database without writing down any SQL code and provides a small management of entities. This has been achieved considering SQL statements and relative clauses as objects. Note: sources available on sample project lib folder. HOW TO: Download the project and save it in a temporary directory. After this, unzip the file and open in your browser this file: pif-sqlobjects-1.0_reference_manual.htm. Further information...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Prize Giveaway Portlet

    A Liferay portlet to manage prize giveaways

    This is a Liferay portlet application (but can easily be ported to other JSR286-compliant portlet containers) which consists of 2 portlets (user side and administration). On the user portlet a Participant can register, answer some questions and get a unique code. On the admin side, an administrator can check if a code is valid, who the owner is and her answers to the survey. Please refer to the Wiki for more information. This software was developed within the EMI project: http...
    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
  • 10
    NClass
    NClass is a free tool to easily create UML class diagrams with full C# and Java language support.
    Leader badge
    Downloads: 58 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CollabReview

    Gamification of source code and wikis to improve documentation quality

    "Developers don't like to do documentation, because it has no value for them." CollabReview is a web-based tool that addresses well known phenomena like the information exchange dilemma, free riding or tragedy of commons in collaboratively written texts (e.g. source code or wiki articles) through gamification. It thereby encourages developers to contribute more to the project's documentation without requiring coercion or restricting flexibility and agility. Read more on the project home page!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Multiverse

    Multiverse

    Open Source Virtual World and MMOG Development Platform

    3D Client (Windows), Server, and Tools to easily create massively multiplayer games and virtual worlds. If you want to contribute to the source code please go to https://github.com/multiversemmo/MultiversePlatform
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Coffea UML
    This project is an eclipse plug-in aiming to link the eclipse UML2 tools to the eclipse JDT. The leading idea is to use the UML editors as code editors. With a reverse engineering functionality, avoiding a generation process allows to use easily UML
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mouse Run

    Mouse Run

    Programming Game, A Practice Tool for Building Intelligent Things

    Mouse Run is a programming game where programmers can implement a mouse and let it run in a maze to hunt of cheese. It is a battle among programmers to test who can build the most intelligent mouse, given limited information during the game. Programmers need only implement one code file, extending from an abstract class that will contain the logic of the individual mouse. The game Host will gather all the mouse implementation and let them run in the maze. It is real fun for geeks/nerds...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Deduced is used to edit and generate model classes. It also provides tools to implement code deduction patterns. It also simplifies data exchange and persistance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ECM Developer

    ECM Developer

    An Eclipse plug-in for the IBM FileNet P8 Content Engine and CMIS

    ... definitions, running Java code using object store objects as input and editing Content Engine Code Modules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Seqshell

    Seqshell

    A JAVA GUI for performing the function of Tophat and Cuffdiff

    ... address when the job is done. (You will need to modify the source code to change the content to meet your special needs) Run-time information will be displayed in a JAVA output window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    tidypp

    A c++ wrapper around HTML Tidy Lib

    This wrapper is meant to use curl in an OOP manner while preserving the programming style / API style of tidylib. This is more like an object oriented c++ bind rather than a wrapper, as it tries to keep the api as simple and as close to the original as possible without wrapping unnecessary stuff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Java Behaviour Trees is a Java framework for easily building and running generic behaviour trees. Here, "behaviour tree" refers to the technique used to control the behaviour of characters in video games. IMPORTANT NOTE: our source code has been moved to GitHub. You will find it at: https://github.com/gaia-ucm/jbt Note however that all the binary files will still be distributed here at SourceForge.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    VHDT

    VHDT

    VHDL Design Tool - code generation and project management

    Application simplifies the development and management of VHDL projects. The project is displayed in a well-arranged tree structure depending on the hierarchy of entities. It also helps to maintain projects in a consistent state. Other features include automatic generation of VHDL testbenches and structures based on user-defined templates. The NetBeans platform is used as a basis for the implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Digital Signature tools, including a cross-platform signing applet and the server-side code to verify and validate generated signatures. Project has been moved to GitHub: https://github.com/mranest/digsig
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    XMC Cat

    XMC Cat

    XMC Cat is an adaptable metadata catalog for e-Science

    XMC Cat is an open source web service written in Java that utilizes the Axis2 web service engine and Apache Tomcat. Its features include adaptability to domain schemata through configuration instead of code changes, support for automatic capture of metadata through the use of curation plugins, and search and browse capabilities through a web-based GUI that is dynamically generated from a domain schema. This allows XMC Cat to be deployed in different scientific and educational domains without...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    FBquerydesigner is a client written in Java. It permit entering a query viewing a table displaying the query results.It supports saving queries and results to disk.It also contains a designer drag&drop functionality join function and select fields to sho
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FloydEditor is an Eclipse plugin for the interactive fiction authoring tool Floyd. FloydEditor supports structural overview for written floyd code, context sensitive support for code insertions and many more.
    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.