Search Results for "java code tidy" - Page 58

Showing 5069 open source projects for "java code tidy"

View related business solutions
  • 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
  • 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

    giffiledecoder

    Decoder and player for animated GIFs on Android, written in Java

    This project includes code to decode and play animated GIFs on Android. Significant files: GifFileDecoder.java - decoder, converts gif files to in-memory images. Implements streaming: only one or two frames are kept in memory, so long videos can be played without memory concerns. Code is implemented in Java, but appears to work about as fast as WebView. GifImageView.java - custom ImageView running decoder from a thread. You have permission to use this code in any of your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Free YGOPro puzzle editor

    Free YGOPro puzzle editor

    Easy YGOPro puzzle editor

    Make your own puzzles for YGOPro without writing any code
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Enkive
    An open source email archiving and e-discovery solution. * Join the conversation on linkedin http://www.linkedin.com/groups/Enkive-4078797?trk=myg_ugrp_ovr *Subscribe to mailing lists https://www.enkive.org/community/mailing-list-signup * contribute code, test, document
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    LASAD

    LASAD

    LASAD is a research based cooperative online argumentation system

    The LASAD (Learning to Argue: Generalized Support Across Domains) system has been developed to support online argumentation and learning argumentation in single or cooperative argumentation sessions. Since the LASAD system has been used in several studies and learning sessions world wide we provide the code to allow existing and future users to enhance and to customize the system for their needs. LASAD has been created in a research project funded by the German Research Foundation (DFG...
    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

    XML Unit

    XMLUnit provides assertions that help testing code that produces XML.

    XMLUnit 2.x Development Moved to GitHub XMLUnit provides help with testing code that creates or consumes XML. XMLUNit 2.x is available for both Java and .NET with a similar API. Development of this version has moved to a GitHub organization[1] with two git repositories for Java and .NET respectively. All discussion about XMLUnit independent of any version will happen on the XMLUnit general mailing list[2]. XMLUnit for Java 1.x is no longer maintained, please use the legacy...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    X-Dev Linux 1.0

    X-Dev Linux 1.0

    An elegant Ubuntu based Linux distribution for all programmers.

    ... of programmers ranging from web developers,web designers, java programmers ,kernel developers, .NETapplication developers, and also python and ruby developers. The X-Dev also provides extensive tools for additional software developement like android development and UML. X-Dev Linux is a live as well as installable distribution. You burn it to a dvd or to a usb stick from Linux or Windows. By the way, the code name of first X-Dev release is Shiva, which is dedicated to lord shiva. Enjoy
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    mpz_aprcl

    MPZ APRCL can prove the primality of numbers, written in C and GMP.

    This code contains an implementation of the APR-CL primality proving algorithm. It is a conversion of the Java based APRT-CLE written by Dario Alpern, who had written his based on the UBASIC version from Yuji Kida. This version incorporates improvements based on Jason Moxham's APR-CL code, which greatly reduced run-time memory requirements. mpz_aprcl is meant to be compiled on systems that support C, GMP, and a 64-bit data type. It can prove the primality of numbers up to 6021 digits long...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    WesWorkshop

    WesWorkshop

    Create units and attacks for Wesnoth!

    This utility provides a GUI to create unit files for the game "Battle for Wesnoth". The user sets the unit properties from the GUI of the utility. Once all the properties have been set, it is possible to export them into a .cfg which will be read by the game. Further details can be found in the project wiki: http://sourceforge.net/p/wesworkshop/wiki/. Version 1.1* released. Please go to the wiki page to see the changes. Note you will not be able to load your works developed with the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    BCR

    BCR

    Build, Compile, Run

    This language is not supposed to concurrence any other languages.It just provide some way to create a programming language from scratch (without Lex and Yacc). It consist of an IDE with in it a compiler an an interpreter (to debug without compiling). It's based on a byte-code system (as Java do).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10

    ReedSolomon

    Fast Java implementation of Reed Solomon coding

    This is a partial Java port of Reed-Solomon encoder/decoder from Phil Karn, KA9Q http://www.ka9q.net/code/fec/ (version fec-3.0.1). This mini project was born out of frustration at not being able to find a decent performing Java Reed-Solomon implementation. Only symbol sizes <= 8 are supported in this port. And testing has been performed only with GF(256) and polynomial 0x11d. As the original code was GNU Lesser General Public License (LGPL), this derivative work shall fall under LGPL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Hibersap

    A Java library to communicate with SAP

    Hibersap helps developers of Java applications to call business logic in SAP backends. It defines a set of Java annotations to map SAP function modules to Java classes as well as a small, clean API to execute these function modules and handle transaction and security aspects. Hibersap's programming model is quite similar to those of modern O/R mappers, significantly speeding up the development of SAP interfaces and making it much more fun to write the integration code. Under the hood...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    mpz_aprcl32

    MPZ APRCL32 can prove the primality of numbers, written in C and GMP.

    This code contains an implementation of the APR-CL primality proving algorithm. It is a conversion of the Java based APRT-CLE written by Dario Alpern, who had written his based on the UBASIC version from Yuji Kida. This version incorporates improvements based on Jason Moxham's APR-CL code, which greatly reduced run-time memory requirements. mpz_aprcl is meant to be compiled on systems that support C, GMP, and a 64-bit data type. It can prove the primality of numbers up to 6021 digits long...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    BinaryCrypt

    BinaryCrypt

    Binary Conversion Calculator

    With BinaryCrypt, you can convert between regular text, binary, hexadecimal, octal decimal and decimal. You can convert only decimal (as of right now) to any base up to base 64. You can also save your converted text to a file or open a converted text file to decrypt the message, and perform basic arithmetic in binary. The git repo for the C# code is located at: https://github.com/m1r4g3/BinaryCrypt-.Net
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14
    LiquidFun

    LiquidFun

    2D physics engine for games

    LiquidFun is a 2D rigid-body and fluid simulation C++ library for games based upon Box2D. It provides support for procedural animation of physical bodies to make objects move and interact in realistic ways. You can write LiquidFun code in C++, Java, or JavaScript. LiquidFun is an extension of Box2D. It adds a particle based fluid and soft body simulation to the rigid body functionality of Box2D. LiquidFun can be built for many different systems, including Android, iOS, Windows, OS X, Linux...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    fPotencia

    fPotencia

    Power flow library in C++

    .... fPotencia is programmed in C++, but my intention is to bring JAVA, C#, Python and perhaps MATLAB versions of it. All of them in native code and whenever possible with the same modular structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DomainMath IDE

    DomainMath IDE

    An open source gui frontend application for GNU Octave

    DomainMath IDE is an open source GUI front-end application for GNU Octave
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CellCompiler
    The target system of this project is to develop mathematically efficient program code generator from cellml like biological models described by mathematical markup languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    VisualPerspective

    VisualPerspective

    A diagram/modeling tool.

    VisualPerspective is a modeling and diagram creation tool. It enables to create free diagrams but also semantic oriented ones (for instance UML diagrams), in order to run automatic processing (transformations, exports, parsing). There is currently no installer, so you should follow this procedure : http://enzweiler.info/visualperspective/002-installation.html You are very welcome to report any issue with VP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JaXLib is a platform independent free open source Java library. A toolkit providing much of the code we need again and again. The main purpose of the JaXLib API is to provide a solid set of utility classes for datastructures, I/O and networking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    rtmpGuiJ

    rtmpGuiJ is a Java port of 'rtmpGUI'

    rtmpGuiJ is a Java porting of 'rtmpGUI' The original code of rtmpGUI is available at https://code.google.com/p/rtmpgui/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    leJOS

    leJOS

    Run Java on the Lego EV3, NXT or RCX

    leJOS is replacement firmware for LEGO Mindstorms EV3, NXT and RCX bricks. Yes, you can program a LEGO robot with Java!
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22

    Wild D6 for android

    Android dice roller for the D6 role-playing system

    Dice roller for the D6 role-playing system, complete with wild die simulation. Audio feedback and numeric checking for individual dice values. Supported platforms are android devices. Build target was android 5.0 but it should work just fine on older versions. App and code is supplied "as-is". I take no responsibility for any damage they may cause. To install: Browse, using your android device, to "Files" (on this site). Then click the .apk file to install. You can also compile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Web pages launcher

    Web pages launcher

    makes web surf really simple

    Rapidly open yours favorite web sites via hotkeys!! Just try it and you wont be able to imagine your life without this little app! System requirements: OS: Windows (Unix's and mac later) Java Machine: Jre 1.6+ --------------14.02.2015------------- In new version 0.8 beta: +most of the code has been refactored and has been redesigned +fix more issues +settings storage are now using JSON +settings now stored at "user.home" folder +settings class are now using Singleton pattern...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    lockviz

    lockviz

    Visualization of Java thread dumps

    This tool allows the user to load, visualize and analyse Java thread dumps that are generated by Visual VM. Please see the Wiki for a Quick Start guide and tutorials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DoCookBook

    DoCookBook

    Cookbook Style Document for DocBook Customizations

    This project has been moved to GitHub: https://github.com/tomschr/dbcookbook/ The DoCookBook project aims to create an open source book about DocBook and the DocBook XSL stylesheets written as a cookbook and released under a Creative Commons license.
    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.