Search Results for "java code tidy" - Page 67

Showing 5069 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
    JinnIde is a plugin that allows using Jinni Prolog, now also hosted here on this site (with open source license!), within the confines of an IDE integrated in JEdit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Basic Java Swing Game Engine
    BJSGE(BasicJavaSwingGameEngine) is a basic game engine to develope a 2D game with java swing. Author: cyberdos Difficulty: easy Create a gameloop with one command: new Graph() //init Game { public void instance(Graphics g) //Game loop { //game code here } }); Image Sources: Example1-Dead_Screen: http://readersrecommend.files.wordpress.com/2013/01/splat.jpg Example2-Dead_Screen: http://wolkenwetter.files.wordpress.com/2011/08/blitz-052.gif Example-Icon: http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Data Factory

    Generates Random Test Data

    Java API to generate random data--useful when developing applications that require a lot of sample data. This project uses various data sources, which can be found in the README files in the src folder of the source code. I have placed an overview of the basic features here: http://thoughts.baseprogramming.com/?p=60
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ESQL Sonar Plugin [Move to GitHub]

    Sonar plugin to analyze Broker ESQL-code

    A Sonar plugin to analyze ESQL-Code written for IBM Websphere Message Broker
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5

    NIKS

    NIKS (Needle in a K-stack) - detection of mutations in NGS data

    To get access to the code, please check it out with svn as described in the code section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A group of Java-based testing tools and JUnit extensions aimed at increasing quality awareness and ease of introduction of testing tools into the development cycle. Examples are Automated documentation, class hierarchy unit testing, and code coverage.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    Encrypt

    Allows you to encrypt files and plain text, then back again.

    Encrypt is a small application which allows you to encrypt your files and even write plain text to be encrypted in GZIP code so it effectively cannot be read by humans. Your note passing, personal diary and more is safe. As well as that, it can decode your GZIP messages back into plain text so it can be read again. It is written entirely in Java, and is very easy to use. For more information on this application, please refer to my YouTube tutorial or send me an email at romejanic@gmail.com...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CAPCOM's Street Fighter 4 character models C++ viewer. Uses DirectX9 and pure Win32 API. Animation code courtesy of revelation @ Xentax board. Original mxtk win32 layer by chUmbaLum sOft
    Downloads: 13 This Week
    Last Update:
    See Project
  • 9
    ECharts is a state machine-based programming language for event-driven systems derived from the standardized UML Statecharts language. ECharts has a proven track-record in a large-scale commercial deployment. Take a look at what ECharts has to offer!
    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
    Cyber Knight is a game engine for developing educational software for computer science. The platform features an isometric tile engine and a code visualizer for python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    cglib has moved to https://github.com/cglib/cglib
    Downloads: 57 This Week
    Last Update:
    See Project
  • 12

    StarUML C++ Module

    A StarUML C++ Module supporting incremental reverse engineering.

    This StarUML module for C++ provides practical support for legacy systems. It uses the StarUML as a KDM (Knowledge Discovery MetaModel) framework for existing systems. The module provides an incremental reverse engineering for C++ code with a set of configurable options, such as using namespaces or folder as packages, create attributes for relations or handle properties as relations,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Concurrency Freaks

    A library with Scalable (and fast) Read-Write locks

    This library contains Java code for several Read-Write Locks: - ScalableRWLock: A rw-lock that scales with the number of threads doing read-lock. - ScalableRWLockS: Similar to above but different implementation. - ScalableStampedRWLock: An hybrid of the ScalableRWLock and the StampedLock provided in JDK 8, which provides good overall performance. - FAARWLock: Uses a Fetch-And-Add operation for the read-lock which means it is not so scalable as ScalableRWLock but it is still faster than...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    Key Codes

    A quick tool that shows the key you typed and its ASCII code number.

    Type something and hold it down if its a modifier key, and you'll see the key you typed and the ASCII encoding number for that character.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    CODES Plugin

    mining sourCe cOde Descriptions from developErs diScussions

    CODES (mining sourCe cOde Descriptions from developErs diScussions) is an Eclipse plugin to automatically extract method descriptions of Java Systems from discussions in StackOverflow. Actually, CODES implements an approach defined in a previous work in a previous work (a research paper entitled "Mining source code descriptions from developer communications" by S. Panichella et al. ), that automatically extracts method descriptions from developers' communication. CODES considers as good...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Coapres

    Coapres

    Real Time Puzzle Videogame

    Real time puzzle videogame, with like arcade games gameplay and isometric perspective. Use random pieces of terrain to expand the ants territory allowing them to reach the food.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SocialAuth Android is an Android version of popular SocialAuth Java library. Now you do not need to integrate multiple SDKs if you want to integrate your application with multiple social networks. You just need to add few lines of code after integrating the SocialAuth Android library in your app. The API enables user authentication and sharing updates through different various social networks and hides all the intricacies of generating signatures & token, doing security handshakes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    jHolla

    A Skype-like, Outlook-like, or TeamViewer-like Notification for Java

    A Skype-like, Outlook-like, or TeamViewer-like Notification box for Java. Check the wiki for Sample Usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    TR-Indentator

    This software Indent your program files.

    This software Indent your c,cpp,java and c# program files.indentation make your code more readable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    XMLPortletFactory
    Project aimed to: Easily generate a complete Liferay CRUD portlet from an XML file. Easily extend / modify what is being generated. Finally, to have an even greater liferay portal experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Borigin

    A pure Java file-based web server

    The premise of this project was that there is no common and well known web server implementation built upon the com.sun.net.httpserver package. There still isn't, but this one aims to come as close as possible. That is because I had to pick up the OpenJDK and modify the source code of Sun's package (some bugs prevented my server from doing all it needed to do) and hook into it deeper. This, however, lead to a pure Java implementation of a lightweight and easy to use http/https origin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    OCEANS

    Observational Cohort Event Analysis and Notification System

    The toolbox was developed concurrently using C# and Java programming languages. This deployment strategy was designed to maximize compatibility and flexibility and allows continuous development and dissemination of statistical modules. The framework is a downloadable package that includes source code and assemblies/packages that can be plugged into projects in either programming environment to support retrospective and prospective static or automated real-time medical product surveillance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Japrosim is a java library for both discrete event and continuous simulation. GUI for modeling and automatic code generation are offered. An explanation module is integrated. Models are described in XML and owl for interoperability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    my java code library!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    olap4j

    olap4j

    Open Java API for OLAP

    olap4j is an open Java API for connecting to OLAP servers and writing analytic applications. Code is at https://github.com/olap4j/olap4j.
    Downloads: 5 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.