Giter Site home page Giter Site logo

Fred's Projects

binary-search icon binary-search

Example of a Java Class for binary search of an array with integers

demo-jquery icon demo-jquery

JQuery Simple Demo: show/hide images with button functions. Simple form queries.

ejb-demo1 icon ejb-demo1

Servlets and Session Beans demo: Random Quote Generator, with simple CSS styling.

java-enum-examples icon java-enum-examples

Examples of Enum classes. How to get the values from the enum objects. In this case, the enum class must contain a constructor to set the value, and a public accessor to fetch the value.

java-online-shop-example icon java-online-shop-example

An example using List interfaces (ArrayList, Set, Map) to simulate an online shopping experience. Each class (Purchase, ShoppingBasket, Shop, Storehouse) have their own Main program for testing. The full program is tested using "TestShop".

java-simple-interface-example icon java-simple-interface-example

An interface test in Java. The interface class is called "Readable". The classes "SMS" and "EBook" implement the method from the interface. "InterfaceTest.java" can be used for testing (main).

java-skijump-competition-collections-lists icon java-skijump-competition-collections-lists

Simulating a ski jumping competition. Usage of (Array)Lists and overriding the "compareTo" method from the Comparable interface (Lists also implement the Comparable interface). Sorting of objects.

java-streams-and-collectors icon java-streams-and-collectors

Some examples on using stream to process data lists. Filtered lists are caught / collected with Collectors.toList()

java-ui-1- icon java-ui-1-

A Java User Interface test example, using BorderPane, GridPane and StackPane elements. User input is read from text fields, after pressing a button. The first text field takes in a URL and adds it to a ListView element. The 2nd field prints out the input. The 3rd field accepts a String and adds it into a Combobox, which is sorted. CSS stylesheets are used for simple layout make-up.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.