+1(316)4441378

+44-141-628-6690

Archive for the ‘Desktop software development’ Category

Database Systems

Given the following relation schemes:


Teacher = [CourseN, Quarter,TeacherName]
Course = [CourseN,CourseName, Nunit)
Student = [studentName, CourseN, Quarter]
LocationNTime = [CourseN, Quarter , DayTime,  RoomN]

//Examples of DayTime: M2:00AM, W4:50PM, and T8:00PM. Note that DayTime is represented as a string.

Express the following queries by SQL statements and test them using any appropriate data. Take screenshots of the result, please let me know what program you use and please show all answers in complete form.

1. List the name of every teacher (distinct names) who teaches in RoomN 34 in Winter2011.

2. List CourseN, CourseName,  and TeacherName of every course meets on Monday PM.

3. List the name of every teacher who taught at least one course in RroomN 723.

4. List the CourseN, Quarter, RoomN and DayTime of every course taught by Karen Reed in the Spring 2005.

5. List the CourseN and TeacherName of every

Design an object card Design, an object Deck Design, and a driver program. Use these class diagrams to create your objects.

Design an object card
Design an object Deck
Design a driver program

Use these class diagrams to create your objects.

-------------------------------------
                    Card
-------------------------------------
-int _value
-String _suit
-String _Color
-String _Face
-------------------------------------
+Card(int value, String suit)
+String toString()
+String getColor()
+String getFace()
+int getValue()
+String getSuit()
------------------------------------



------------------------------------
                    Deck
------------------------------------
-List <Card> _cards
------------------------------------
+Deck()
-void loadCards()
+Card drawCard()
+int getDeckSize()
+void shuffle()
------------------------------------

Write a driver program that produces the

Java Homework

For this assignment, you will be writing classes that model different kinds of 2
dimensional shapes, and each shape will be able to calculate its perimeter and area.
Well define a superclass call Shape, that consists of a set of points in 2 dimensional
space (Point2D), which represent the vertices and are ordered such that any given
Point2D and the next Point2D represent an edge (a side) of the shape, in a clockwise
manner. The last point and the first point are also assumed to define an edge. The
Point2D objects should be fed into the constructor for each shape IN THAT ORDER.

java

1)Write a method delete() that takes an int argument k and deletes the kth element in a
linked list, if it exists.
(i want to be able to choose what my input k will be, i do want hard coded and do not use  )

2)Write a method max() that takes a reference to the first node in a linked list as argument and returns the value of the maximum key in the list. Assume that all keys are positive integers,and return 0 if the list is empty

GUI Media Manager JAVA in Netbeans with some TTD

I need to have 100 story points out of an available 300 from the backlog which is in the documents uploaded. I have a starting code with GUI with some basic functions available which can be downloaded from this link.(BusinessLogic3 and UserInterface3)


You have clean and build the BL file first then the GUI file before running the application.

I can provide more details if this is something you're confident in doing and have experience.  i expect this to take roughly 20 hours fo work so works out at $25 per hour.

Thank You

You have been hired by Magic Gaming company to create a program to play the game Riders of Fortune


You have been hired by Magic Gaming company to create a program to play the game Riders of Fortune, which will be a text-based fantasy style board game. The game plays as follows:
You play Yarra, a young horseman in search of the of the illustrious Chalice of Knowledge, an artifact that will bring you everlasting wisdom.  The Chalice can only be found in dragon dungeon after defeating the dragon.
Yarra will have will have Experience Points (XP) that start at 0. He starts up with a knife, but can upgrade his weapon. He can also attack monsters and if he beats them, they will provide XP.
The Game Board : The game board will always be displayed on the screen as an array of characters.

Onscreen Map To Be Displayed:
P * * * * * * * * * * * * * * * * * * * * * * * * * * * * D

Mapping of spaces:
P 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 D
P: Corresponds to where the player is currently located (The player starts on space

Java Project implementing programming techniques

Please see attached document for further details. I already have a project in Python that I would like to recreate and/or enhance in Java for this assignment or we can choose any other project you are comfortable with also if agreed upon beforehand.

This assignment is broken up into 6 iterations.

Please note all of the yellow highlighted areas. Areas highlighted green may stay the same or will have a small change from the previous answer. I have modified the Guideline document as I will complete the necessary parts.