Search Results for "java project with source code" - Page 161

Showing 14906 open source projects for "java project with source code"

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
    cMIPS

    cMIPS

    cMIPS - an FPGA ready VHDL model for 5-stage pipeline, MIPS32r2 core

    This project was moved to https://gitlab.c3sl.ufpr.br/roberto/cmips The code here is no longer up to date. The VHDL model mimics the pipeline design described in Patterson & Hennessy's book (Computer Organisation and Design) and is an almost complete implementation of the MIPS32r2 instruction set. The TLB and assorted control registers will be included soon (as of fev 2015). The model was synthesized for an Altera EP4CE30F23. The model uses up 15% of combinational blocks and 5% logic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Alphabetical Keyboard

    Alphabetical Keyboard

    Android keyboard with keys arranged alphabetically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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: 1 This Week
    Last Update:
    See Project
  • 4
    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
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 5
    Battlefield Bad Company 2 MASE

    Battlefield Bad Company 2 MASE

    Battlefield bad company 2 Master server emulator + Server R34

    There is not much to say about it , you can play BFBC2 on LAN if you want with friends. NO bots and as the things stated, wont will be soon... just on Xbox has onslaught, the ONLY mode what it has bots, but on PC there is not any not even the onslaught gamemode, there is DM,RUSH,CONQUEST,SQDM,SQRUSH gamemodes. Just and only. THE PROJECT NOT CONTAINING *ANY* OF THE ORIGINAL CODE FROM THE GAME!!! IT IS AN EMULATED PROGRAM! WHAT IS MIMIC THE SERVER CODE, AND MAKES IT POSSIBLE TO PLAY OFFLINE...
    Leader badge
    Downloads: 64 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    NSqlParser is the .net version about JSqlParser project,usually,its used for parse and transform a SQL statement into c# classes. As we know,The JSqlParser(see http://jsqlparser.sourceforge.net/) is a very simple and intelligence tool which can parse SQL statement and translate it into a hierarchy of Java classes. This great assembly is based on another smart and famous assembly whoes name is 'javacc'. Now I build this c# project which is based on JSqlParser project .Notably,the JSqlParser...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Orabra

    3D tree generator

    This project was designed as fork of Arbaro tree generator. But later it was totally rewritten since 1.0.7 version. Main goal is creating tree generator which can create tree modes to be used in computer games(low poly).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    myopentrader

    myopentrader

    Open-source complex-event based trading engine

    Thanks for showing interest in MyOpenTrader (MOT). Please note, that this is a very small project – and make sure to understand what MOT is NOT. MOT is (yet another) a complex-event based open-source trading-engine, which is free to use for everyone. We have started MOT in 2012 and we have been using MOT ever since successfully. The best way of describing MOT is a flexible open-source trading framework. It is built from ground up as a parallel computing engine, which allows to do large scale...
    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.
  • 10
    Scrum Vision

    Scrum Vision

    Product Backlog Eclipse connector for Mylyn

    Scrum Vision V3 is an Eclipse Mylyn connector that use Google SpreadSheet as a Scrum Product Backlog. Scrum Vision has moved to www.scrumvision.org You'll find more information and tutorials, issue tracker, and update site.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    A simple java program that generates a random password. Requires Java preinstalled. Instructions: 1. Download the jar file, and save it on your computer 2. Open command prompt in windows (search for cmd) 3. Type "cd" followed by the path of the directory that contains the jar file 4. Type "java -jar RanPassGenv1.jar" 5. Follow the instructions that appear in command prompt. This was a simple test program I made in 15 minutes. You can use it or the source code however you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Java Job Scheduler

    Yet another Simple Java Job Scheduler

    .... - Having more than a scheduler with different triggers and jobs assoications. - Register/Unregister triggers freely. - Enable/Disable a scheduler freely. - To integrate your code just implement the Job interface and put your code in the execute method, register your job into a trigger, and register the configured trigger into a FireMeUpScheduler object. Project source: https://github.com/husseincoder/FireMeUp-Scheduler/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Aspose Maven for NetBeans

    Aspose Maven for NetBeans

    Creates a new NetBeans maven based project for Aspose APIs.

    This is another NetBeans IDE Plugin released by Aspose pty ltd, but for creating the Aspose Maven based projects in NetBeans IDE. Comes with "Aspose Maven Project Wizard" which let you create Aspose Maven based project by selecting Aspose Java APIs through the wizard steps and add the references of Aspose APIs Maven dependencies into the newly created Maven Project's pom.xml. Created Aspose maven based project will always contain the selected Aspose Java APIs latest version Maven...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Electro-Mechanical Computer Simulation

    An electromechanical computer simulation.

    This project is a simulation of an electromechanical computer based upon the design presented in Charles Petzold's book "CODE: The Hidden Language of Computer Hardware and Software"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project serves as a base for Java Game Engines. It contains abstract loaders (models, textures, etc.), a rich and easy input system, and much more. to help you build your own engine and to maintain compatibility between engines (using JAGaToo).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ADEN

    A free high-performance alternative to TCP sockets

    ADEN is a free, open-source API that offers a high-performance, UDP-based alternative to TCP sockets for : 1- Low data-volume applications. 2- Bulk transfer over a LAN. . Check included examples to see how easy to build robust client-server applications with ADEN API. If you are using ADEN in your application please support ADEN project by mentioning that somewhere in your application UI / project page and add a link to this page. Read my blog articles for more info. : http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    cppncss syntax c++11

    Derivative of cppncss to allow some C++11 syntax

    In the spirit of sharing the changes. Only some parts of C++11 has been done: the ones needed in our internal projects to get our C++11 code to parse. Check the original cppncss project for full sources. https://sourceforge.net/projects/cppncss/?source=directory
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    koru

    koru

    a Java ORM framework focusing on simple and rapid development

    Koru project is a small but smart and efficient ORM(Object Relational Mapping) framework focusing on simple and rapid development. For 'ORM' easily,please download Koru! It supports most of popular databases like MYSQL, MS SQLServer,Oracle and so on. It supports all kinds of cascaded query with easy annotations perfectly! including 'one to one','one to many','many to one' and 'many to many'. Its lazy-load rules works well on cascade and any table column. Cached query is available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    51Degrees-PHP

    51Degrees-PHP

    Mobile Device Detection for PHP - 4 Step Setup - 3 Minutes

    4 Steps - Download, Unzip, Include, Go Mobile with PHP Add mobile device detection to PHP the easy way with 51Degrees.mobi. No cloud services, no external plug-ins, all Mozilla Public Licence source code. It's a great alternative to WURFL or DeviceAtlas. Step 1 - Download the Zip file from SourceForge. Step 2 - Unzip the file into a directory of your choice within your project. Step 3 - Then add the following code to your PHP page file: include_once('path/to/51Degrees.php...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ArduinoControl

    Communicate with your Arduino via USB or Bluetooth.

    I created this project specifically to control one of my robots, created with an Arduino, over Bluetooth. The program uses a GUI and/or keyboard input to send commands to the Arduino. Currently the communication is only one way but that can easily be changed by editing the source code. The source can also be modified to allow for a wider range of commands to be sent and received without to much work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Shows the SourceForge-hosted project site with project management capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    QuadController C port

    Port to C of the QuadController asm code.

    Port to C of the QuadController asm code, as found in http://code.google.com/p/ardupilotdev/source/browse/trunk/QuadControllerV4_5JLN. This code is used to control a quadcopter in X configuration. You can compile the project if you have avr-gcc, build utils and avrdude.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JChart2D

    JChart2D

    jchart2d is a real-time charting library written in java.

    JChart2D is a easy to use component for displaying two- dimensional traces in a coordinate system written in Java. It supports real-time (animated) charting, custom trace rendering, Multithreading, viewports, automatic scaling and labels. Former UI controls (right click context menu, file menu) have been ported to the subproject jchart2d-uimenu (https://sourceforge.net/projects/jchart2d-uimenu.jchart2d.p/) for the benefit of having no dependencies to 3rd party libraries.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    A bigger sample application for the ZK framework. http://www.zkoss.org . Uses Spring, Spring-AOP, Spring-Security, Hibernate, JasperReports, DynamicJasper, Generic-Hibernate-DAO. Live Demo: http://www.zk-web.de/zksample2/ Have a look on our new project called ZKBoost. Full featured base application; ZK7; MVVM pattern; responsive design with Bootstrap 3.x; modular expandable. on http://www.oxitec.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The goal of this project is to provide a Content Provider plugin to RSS Feeds for iQser GIN Semantic Middleware (www.iqser.com). It is an easy way to integrate news sources for smart mashups.
    Downloads: 1 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.