Search Results for "java code tidy" - Page 55

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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1

    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: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3

    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
  • 4

    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: 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
    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: 7 This Week
    Last Update:
    See Project
  • 6
    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
  • 7

    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
  • 8

    Fast Matrix for Java

    General purpose matrix utilities for Java in Parallel Computing

    Fast Matrix for Java (fm4j) is a general-purpose matrix utility library for computing with dense matrices. fm4j encapsulated different underlying implementations and select the optimal one in run-time depending on the size of the input matrix. Moreover, fm4j employs Java (Tm) Concurrency to take advantage of the computation power of multi-cor processors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Java library to parse GNU Makefiles. The source code is available from SVN. The latest revision should be in trunk, the latest "stable" release should be in branch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10

    Java Sandbox Library

    Runs untrusted code in a safe, sandboxed environment easily.

    This library helps developers easily run untrusted code in a safe, sanboxed environment. It's easy to use and is similar to Java's existing "AccessController.doPriviledged()" methods, so users who are familiar with the standard Java class will already be able to use the library. It is extremely customizable, so you can fine-tune exactly which permissions you wish to grant your untrusted code. It also includes many classes to to the hard work for you and has support for multi-threaded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    egap

    Eclipse plugin for the Guice Dependency-Injection-Framework

    This site is outdated. Please visit http://www.jaculon.de/egap for the latest releases. Egap is an Eclipse plugin for the Guice Dependency-Injection-Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    EDACC
    Experiment Design and Administration for Computer Clusters. Latest source code on http://github.com/edacc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    XML-CF-lib

    XML-CF-lib

    TeleScope-CF XML Content Filtering Library

    Current TeleScope-CF Java library implementation employs XML parsing and specific pattern-matching that provides standard logical operator constructs to construct the query over the values of XML elements and attributes applied to the XML message on the fly as it is provided in the form of a String object. The code base has been adopted from TeleScope CQ XML stream broker code base written in C. C code has been re-factored into Java with minor modifications. This general-purpose library could...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    telescope-cf-library

    telescope-cf-library

    TeleScope-CF XML Content Filtering Library

    Current TeleScope-CF Java library implementation employs XML parsing and specific pattern-matching that provides standard logical operator constructs to construct the query over the values of XML elements and attributes applied to the XML message on the fly as it is provided in the form of a String object. The code base has been adopted from TeleScope CQ XML stream broker code base written in C. C code has been re-factored into Java with minor modifications. This general-purpose library could...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    cglib has moved to https://github.com/cglib/cglib
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    PHParser

    PHParser

    A Lexer and a Parser to PHP scripts

    PHParser 1.2 generates a pure Java parser for PHP programs. Invoking this parser yields an explicit parse tree (AST) and a tree walker suitable for further analysis. This tool package is based upon: - ANTLR 3.2 or higher (www.antlr.org). - JDK 1.6 or higher (java.sun.com). - Grammar specifications of PHP 5.3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ProtectedRegionImport Eclipse Plugin

    Eclipse Plugin for placing import statements in protected regions

    When generating code via templates sometimes so called protected regions are used. These protected region sections will not be overwritten by the generator. A protected region contains the specific import statements. This plugin adds quick fixes to place missing imports in this special protected region (concrete before the ending tag of the protected region).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TextUML Toolkit is an IDE for UML that lets you create models at the same speed you write code by using a textual notation instead of the conventional graphical one. This project is now hosted on github. https://abstratt.github.io/textuml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Varnam Q3 and Raspberry Pi

    Integrating a Varnam Q3 motion sensing remote control and Raspberry Pi

    Varnam Q3 is a motion sensing game console, it comes with a wireless remote control which has a built-in 3 axis accelerometer and DPads. This project provides with you the Java API and a working JNI code in C for Raspberry Pi to talk with a NRF24L01 module, which you can use it as a base to integrate this remote to any other hardware. For this remote control to be used in any other project all you need is a NRF24L01 break out board connected to a micro controller. The provided JNI...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A Java 2 (JDK 1.3/1.4) compatible virtual machine. joeq is unique in that it is almost entirely implemented in Java, making it reliable and efficient. It is also language-independent, so code from any language can be seamlessly and dynamically compiled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This package contains code for use with Short Read DNA Sequencing technologies, and includes packages for ChIP-Seq, Whole Transcriptome Shotgun Sequencing, Whole Genome Shotgun Sequencing, SNP Detection, Transcript expression and file conversion.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    CodeRunnerGame

    Navigate through this plat former as you are trapped in code!

    Code Runner is a 2D platformer running on the unity game engine in which you have to follow Java code that is shown in the background to complete the levels. As you traverse the levels, the code given to you changes, for example on level may require the player's character to follow a simple if statement while another level will have you traversing a loop until you satisfy a condition to break it. The game will give the player the enjoyment of a simple 2d side scroller with puzzle solving...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Owl is a multi user document repository (knowledgebase) , document manager and/or document management system (DMS) written in PHP for publishing of files/documents onto the web for a corporation, small business, group of people, or just for yourself. Final Code Hosted on GitHub
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    CONF Bot

    CONF Bot

    A bot for Confrontation Web Card Game written in Java

    CONF Bot will play the Facebook game Confrontation for you, automating clicks so you don't have to repeat the same action 40 or 50 times in a row for no good reason. It also allows actions to be sequenced together in whatever order you prefer, allowing full farm runs of the game's content that can save hours a day. The source code should provide a good idea of what it's like to write bots in Java (or any other programming language like Python that uses image capturing techniques to bot...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Bukkit Log Viewer

    Bukkit Log Viewer

    A simple, and lightweight program to display and format Bukkit logs.

    Bukkit Log Viewer is a simple, easy-to-use and lightweight program, which loads Bukkit server logs, and highlights the different logs, depending on the logger level. Below is a colour code: FINE = > green FINER = > green FINEST = > green INFO = > cyan SEVERE = > red WARNING = > yellow
    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.