Showing 145 open source projects for "java tutorial"

View related business solutions
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    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 Icon
    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.
    Try It Free
  • 1
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera - an All-in-one platform for IT management Icon
    Atera - an All-in-one platform for IT management

    Ideal for IT departments and MSPs (managed service providers)

    Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
    Try Atera now
  • 5
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MatrixOps is a console program written in Java that makes matrix operations. The goal of this project is to work as a Java tutorial, using some functions/programs typically made at school, with full documentation of the API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    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.
    Start Free Trial
  • 10
    KaCoMa is a tutorial for beginners of custom taglibraries including unit testing of such systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    java-tutorial-spanish

    Oracle Java 8 online tutorial translated to spanish

    Oracle Java 8 online tutorial translated to spanish (work in progress) . Tutorial en linea de Oracle Java 8 traducido al español (trabajo en proceso)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Alfresco tutorial with maven structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A collection of tutorial apps demonstrating use of Java3D and Project Darkstar client technology for use in a game/simulation client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    TagRecommendation4J

    A java library for Tag recommendation

    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);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Solve Logic Word Puzzles with CLP

    Constraint Logic can solve word logic puzzles.

    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.
    Downloads: 0 This Week
    Last Update:
    See Project