Search Results for "opensource java code" - Page 41

Showing 4311 open source projects for "opensource java code"

View related business solutions
  • Simplify IT and security with a single endpoint management platform Icon
    Simplify IT and security with a single endpoint management platform

    Automate the hardest parts of IT

    NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers. The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
    Learn More
  • 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

    xorlisp

    Bit level lambda continuations and nothing else - Queue automata

    Not working yet. To deal with the Halting Problem, computing and data are navigated using debugger ops: linearForward and treeForward, which navigate an astronomically large bit string where 1 is ( and 0 is ). All pairs are derived from (). For example, true is represented as ((()())()), and false is (()(()())). It appears related to the church encoding of lambda where T chooses first parameter and F chooses second, of a pair. Continuations are nearly finished code and are represented as a pair...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    COPE is a persistence framework for Java. The persistent schema is specified within Java source code, no external files are needed. This project has been moved to github: http://exedio.github.io/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Turbo Editor

    Turbo Editor

    Simple and powerful File Editor for Android

    Simple, powerful and Open Source text editor for Android licensed under the GPLv3 license.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    TFS-on-NB
    TFVC support inside Netbeans.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 5
    GWT Highcharts
    GWT Highcharts is a freely available open source library that provides an elegant and feature complete approach for including Highcharts and Highstock visualizations within a GWT application using pure Java code. Note: the source code for this project is now being maintained on GitHub here: https://github.com/squinn/gwt-highcharts
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Aspose Java for Docx4j

    Aspose Java for Docx4j

    Aspose - Your File Format Expert

    Aspose Java for Docx4j provides source code examples for features missing in Docx4j. In addition, there are several use cases where Docx4j implementation is different than Aspose. This repository provides Aspose vs Docx4j source code comparison for the above cases
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    WSCreator

    Java library for automated Soap & Rest web Services Creation

    An awesome new way of adding SOAP and REST web services to any Spring IOC based Java project in minimum time. This library takes out all the pain part of implementing Soap & Rest Web Services specific code from developer's plate and does it in a very smart way. All you need to do is add dependency of this library to your project, add some annotations to your interfaces, add a servlet entry into your web.xml. & you are all set to go. Library uses Apache CXF to create SOAP based web services...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    zet-evacuation
    Moved to GitHub. This is the old, unmaintained source code. https://github.com/zet-evacuation A tool to model and simulate evacuation situations in buildings using flows on graphs and cellular automatons. It allows visualization of both models in OpenGL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Jockey

    Jockey

    A music player for Android

    Jockey has discontinued its SourceForge page. You can continue to find new builds and source code at https://github.com/marverenic/Jockey
    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

    CSVTOHIVE

    Generate Hive Scripts Automatically from CSV Files

    Generates Hive Scripts Automatically from a CSV Files. 1. Script copies csv files to Hadoop Files System. 2. Generates CREATE statements to create tables. 3. Generates .hive files in the same folder as that of csv folder and also generates run.sh with all consolidated files. So just switch to the folder where .hive scripts are residing and run run.sh (./run.sh). This tool will also set execute permissions on .hive and run.sh scripts so you can directly execute run.sh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MD PnP | OpenICE

    MD PnP | OpenICE

    Open Source Integrated Clinical Environment

    As of 2015-06-23, this project may now be found at http://www.github.com/mdpnp/mdpnp. A prototype reference implementation of the standard for the Integrated Clinical Environment (ASTM F2761-2009)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    StrategyGenerator

    Generator for strategy pattern code in Java

    This project is inactive. Strategy Pattern and State Pattern are identical from the technical point of view. To support generation of State Pattern classes and Strategy Pattern classes the code of this project has been moved to the new project StrategyStateGenerator (https://sourceforge.net/projects/strategystategenerator/). The project StrategyStateGenerator offers generation of Strategy Pattern and State Pattern Java source code. However, the API has changed. Although the class...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    wiki2xhtml converts wiki syntax into (X)HTML code and styles the page with CSS. It makes it easy to create good-looking pages without many know-how, and advanced users can use own code. The program can be run either in the console or with a GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    iRevise Android App

    iRevise Android App

    Simple android app for students to quickly makes notes and revise!

    ... they cross your eyes every time you unlock your phone. And they get changed automatically so you get them all... Simple huh? Yes but very effective!! And with so many exciting features lined up it could end up as a really awesum tool.. So why waiting, lets code it !!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    nosql-mongodb2013

    nosql-mongodb2013

    10gen Education / MongoDB University courses of 2013

    10gen Education / MongoDB University courses of 2013: "M101P: MongoDB for Developers", "M102: MongoDB for DBAs" and "M101J: MongoDB for Java Developers" - My code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JPOP is a pure java parallel optimization package based on the Optimization Java Package. It supports analytical gradients and Hessians for non-linear optimization. JPOP is based on uncmin in Fortran but employs java arrays and object oriented code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ReFit

    ReFit

    Eclipse Plug-in for Automatic Refactoring of Fit Tests.

    The ReFit Eclipse plugin performs automatic refactoring of the Fit test specs (http://fit.c2.com) and of the relevant code when a refactoring process is invoked. NOTE: The project is still in Beta, but we think stable enough, to be used. Just try. For more information about the project, installation and use instructions see https://sourceforge.net/apps/trac/fitrefactoring/ We are pleased about the many downloads. We are also pleased for your feedback/review - many thanks!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Light Website Engine based on Spring, XML and Freemarker. You can define website pages in XML and it uses freemarker to transform XML(data) to HTML(appearance). You can insert references to Java beans inside XML: Java code that are executed in runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MARKOS Project

    MARKOS Project

    The MARKet for Open Source

    MARKOS developed a prototype of a service and an interactive application providing an integrated view on the Open Source projects available the on web, focusing on functional, structural and licenses aspects of software code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Game framework including 1, 2 and multi-players modes which doesn't involve any central server, so peer-to-peer multi-players equivalent! Java environment (v. 1.5+ @ java.sun.com) Including a multi-platform API. Imaging capabilities provided by Java Advanced Imaging (JAI) and 3D support provided by the LWJGL (www.lwjgl.org) API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Tool Box

    The Tool Box

    Tools for the payments type!

    Version 1.1.5 - Added: Added the ability to edit the EMV panel - You can change which tags show, and what order they are in - Added: Tag 9F10 (Issuer Application Data) to which also includes CVR (a subtag of 9F10) - Added: Menu link to the homepage (sourceforge) - Fixed: 9F07/AUC had the wrong tag details - Fixed: File>Close now saves notes and config updates before exiting - Fixed: Tag 95/TVR title had a spelling mistake - Fixed: Homepage wasn't populating EMV page names -...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    LibrePlan

    LibrePlan

    Open Web Planning

    ... * A comprehensive set of features Useful links: * Homepage: http://www.libreplan.com/ * On-line demo: http://demo.libreplan.org/ * Ask a question: http://ask.libreplan.org/ * Bugtracker: http://bugs.libreplan.org/ * IRC channel: http://webchat.freenode.net/?channels=#libreplan * Development wiki: http://wiki.libreplan.org/ * Mailing lists: http://sourceforge.net/p/libreplan/mailman/ * Source code: http://github.com/Igalia/libreplan
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24

    NexusDataLink

    Connect, monitor and control your (embedded) systems remotely. m2m/IoT

    Connect, monitor and control your systems or embedded devices remotely (m2m/IoT) - for example your Raspberry Pi. The communication interface is defined in XML automatically providing a REST interface. NexusDataLink integrates smoothly in existing software or firmware and significantly reduces connection- or communication-related source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Recycler

    Automatic recycling of IBM Domino Java objects

    With manual recycling it is absolutely impossible to write clean, secure and stable code! At least if projects reach a certain size. Imagine: You are required to code a library that will be used in various projects. Should the library functions recycle the Domino objects they use, or not? Of course they must recycle, because you don't know how many object handles the final application will use and your ones might be too much, if not recycled. On the other hand, libraries must never ever...
    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.