Web

Web编程作业辅导 辅导Web程序 作业

Web Final Project

Project:

You are required to develop a web based matching system, for example matching of jobs required by employers to skills of potential employees,

1.Potential employers post the details of the kinds of employees they are looking for and job seekers post their skills and experience and the system matches employers to job seekers.

2.Sellers post descriptions of items they have for sale and buyers post descriptions of items they want to buy and the system matches buyers and sellers.

3.Trades people post their expertise and location and householders post details of problems they want fixed or jobs they want done.

4.A matchmaking site.

5.Any other producer-consumer situation of your choice.

The system must:

  • Permit users to register
  • Provide the necessary transactions for data entry
  • Provide appropriate matching algorithms
  • Operate from desktops and mobile devices
  • Provide appropriate admin functionality

You can ad

Javascript Exercises

Javascript Exercises
1 Instructions
In this assignment, you will be required to write JavaScript functions that simplify playing of the
variation of Connect Four. The variation is that this is a team game (odd-numbered pieces vs even-
numbered pieces). The rst team to get some combination of four of their pieces in a horizontal,
vertical, or diagonal line wins.
1.1 Data File Speci cation
An example of properly formatted le is shown in Figure 1. The rst le encodes a list of moves.
The second le encodes the game.
part01test01.moves.cnf
5 ,3 ,3 ,3 ,10 ,10
part01test01.game.cnf
x,-,-,-,-,-,-,-,-,-,-,-,-,-,x
x,-,-,-,-,-,-,-,-,-,-,-,-,-,x
x,-,-,-,-,-,-,-,-,-,-,-,-,-,x
x,-,-,-,-,-,-,-,-,-,-,-,-,-,x
x,-,-,-,-,-,-,-,-,-,-,-,-,-,x
x,-,-,-,-,-,-,-,-,-,-,-,-,-,x
x,-,-,-,-,-,-,-,-,-,-,-,-,-,x
x,-,-,-,-,-,-,-,-,-,-,-,-,-,x
x,-,-,-,-,-,-,-,-,-,-,-,-,-,x
x,-,4,-,-,-,-,-,-,-,-,-,-,-,x
x,-,4,2,-,1,2,-,-,-,3,-,1,3,x
x,x,x,x,x,x,x,x,x,x,x,x,x,x,x
Figure 1: A properly formatted game encoding
1
2 One

COMPSCI 335: Assignment #3 – La Boutique Cassée

COMPSCI 335: Assignment #3 – La Boutique Cassée

Background

La Boutique Cassée is an online shop selling books and blurays. The shop uses a service-oriented architecture with a customer-facing UI front-end, and a service back-end. The service back-end consists of two separate services and associated RESTful interfaces.

One of the services is open to all, and allows the user to browse and search through the shop. It also allows a user to place and view comments on the shop, as well as to register at the shop. The other service is only for registered users and this allows purchasing of items. Registered users are required to authenticate before using this service.

Logo

Consuming the Service – Building a UI

An online version of the two services supporting the shop are available at http://redsox.tcs.auckland.ac.nz/BC/Open/S