Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
Get a free trial
Build Agents and Models on One Platform
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Game engine modeled on the simpengine from the book Opengl Game programming. To be built in JAVA, on top of JOGL (which is a set of JAVA bindings to Opengl). Also, coding of a tutorial testbed and a simple game demo.
This is an eLearning-game based on a 2D-world. It is designed to be as flexible as possible, allowing everyone to create his own worlds containing individually programmed components (e. g., a chess-board for a chess tutorial).
SandraSF is a RiA-SoA toolkit based on JDNC and Desktop Java. Like Struts, it comes w/ everything you need to start a project. Free supoprt and fourms are hosted on SandraSF.com. This project has examples, tutorial and support files for SandraSF.
Swing Gestures is an extension for the Java Swing GUI's, that allows to add mouse gestures to these interfaces in a generic, easy, platform independent and easily extensible way. Complete Javadoc documentation and a complete tutorial are provided.
Group-CCS development Components, templates, tools, accessories, tutorial, modules, translations, documentation, codes, scripts, everything that can improve the work of who uses the powerful tool of development, CCS - CodeCharge Studio.
GoGraph is a tutorial software giving informatics students an easy, interactive and ergonomic way to learn and exercise the graph theory. It is based on JGraph, an open-source graph component for Java.
A simple application server that reuse large parts of the .NET Framework such as ASP.NET to emulate various APIs of the J2EE specification (EJBs, Servlets, JSP, TagLibs, JAXP, JNDI). Tutorial to run the Sun s original J2EE Pet Store (1.1.2) included.
MatrixOps is a console program written in Java that makes matrix operations. The goal of this project is to work as a Javatutorial, using some functions/programs typically made at school, with full documentation of the API.
Sound Grid is a graphical music composition, editing, and notation tool in the cartesian coordinate system. Visit http://sites.google.com/site/soundgrid/Home for tutorial. Contact jonnyq@scn.org for questions. Keywords: midi java sound
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
This project develops an XML authoring tool and a repository for Java training and tutorial material. This material is primarily directed at those who provide Java class-room training (like ourselves!), but may be of use to anyone studying Java.
Project is the source to a tutorial that shows how to use Eclipse AST to add complete subtrees to your code. There are no releases, just browse the SVN.
Hellchess.
Just another java-chess-game. It is intended to have as many different
clients for the game in order to be something like a big opensource-tutorial
for building different clients and make it possible to interact between them.
This is an education software intended to teach the basic data structures like staks, queues, trees and graphs. The software use an tutorial intelligent agent to keep track of the status of the student.
Tag4J
A java library for Tag Recommendation
Tag recommendation is the action of recommending new tags to be added to a resource based on the tags the resource already has or
other information about the resource such as its title.
This java library does just that.
Tutorial
Recommender r = new Recommender(1);
List<List<String>> list = new ArrayList<List<String();
List<String> tagSet1 = new ArrayList<String>();
tagSet1.add("Saturn");
tagSet1.add("Mars");
List<String> tagSet2 = new ArrayList<String>();
tagSet2.add("Venus");
tagSet2.add("Mars");
tagSet2.add("Earth");
list.add(tagSet1);
list.add(tagSet2);
r.computeRules(list);
List<String> myTags = new ArrayList<String>();
myTags.add("Mars");
myTags.add("Pluto");
List<Sting> suggested = r.suggestTags(myTags,null);
Polopoly's a porting of the classic Monopoly. Polopoly's not limited to the original rules, but also uses different maps with crossing streets etc. It's not just only an online playable game, but serves as a tutorial how to build a simple game, too.
Learn basic constraint logic programming by solving logic word puzzles. Go to http://eclipse.dougedmunds.com . This tutorial will show you how to solve easy 1 star to hard 5 star puzzles, using the eCLiPSe-CLP language (available at http://eclipseclp.org/).
Don't confuse this programming language (a prolog language) with the IDE for Java.