Archive

Posts Tagged ‘marks’

Two Fancy Logo Water Marks

January 3rd, 2010 Comments off

Good Afternoon Designers! :) ,

I need a fancy text/image logo watermark at the bottom of evey image I post on my forums. All images are hosted on the forums therfore i need the domain name dlsoftware.net to be on the bottom right of each image. All’s I require is a large and a small logo not massive as its just a watermark to let people know where the image came from. I would like someone creative to develop the design for these these two images which will be identical but in a different size, they need to have transparent backgrounds so that I can add it to some software i use for creating watermarks and it needs to be in png format.

PSD’s Please also.

http://forums.dlsoftware.net

PS: I am only needing the logos and do not require any other work to be done like watermarking the current images on the site etc.

Contract Law Essay 2be Written

December 14th, 2009 Comments off

I need an essay to be written on Contract Law.

This work needs to be done by someone who has knowledge in the building law and constract administration industry.

The essay must be 1500 words and the work must not be copied. I will do a plagirism check to make sure none of the work is copied work. I need it completed by Friday evening.

Aim: To demonstrate knowledge of the importance of negligence and its impact on construction.

Task: Discuss negligence and the remedies which are available to claimants in the Building and Construction Indsutry, with particular relevance to the following case:

Archie is an architect and is a member of a congregation of a local church. About six years ago he gave free advice to the trustees of that church about the design of a new sports hall to be built on some vacant land owned by the church. He recommended the use of the proudct ‘plastigirder’ to span and support the main roof. This variet of girder was made from cheap but very strong plastic.

If Archie had read a circular from the Building Research Establishment, he would have realised that defects had been discovered in this type of girder and that they are unsuitable for use in projects such as sport centres, assembly halls and similar structures.

Six months ago the trustes of the church sold the hall to the local authority. The main roof has collapsed due to inadequacy of the girders.

No one was in the building at the time but some valuable equipment belong to the local authority had been destroyed.

Discuss the approaches that the courts may adopt to deal with the above case. Your answer must include an analysis of previous cases and principles.

ASSESSMENT CRITERIA

Demonstrate knowledge on the natue of tortious liability in negligence and remedies that are available to claimants and defendants in the counstruction industry (10 marks)

Demonstrate knowledge on elements of duty of care and breach of duty giving rise to negligence including the functions of tort law (10 marks)

Case scenario – discuss the approaches that the courts may adopt to deal with the case (60 marks)

Demonstrate knowledge of previous cases and the principles which were applied to reach decisions (10 marks)

Presentation; research; legibility; clarity of expression; presentation; professionalism (10 marks)

Categories: Writing Tags: , , , , , ,

A Collection Class

September 12th, 2009 Comments off

The Task
Each student must write a collection class, which would be suitable to be kept in a class library. Note: your job is to write part of a library; in this assignment you should not use a collection class library (of course, you can still use the built-in arrays of Java, and you can use java.util.Scanner and the classes in java.lang and java.io, such as String).
The class you write must be be called RadixSearchTrie. It must have a constructor with no arguments, to produce an object representing an empty collection. It must be part of a package called GeneCollection; that is, the RadixSearchTrie.java file must be in a directory called GeneCollection.
To clients, this class should appear as an implementation of the interface GCInterface. The interface is as follows.
package GeneCollection;

/*
* This interface represents the API
* suitable for an object which keeps a collection
* of genes, each with associated information.
* A gene is given by a String, with the
* special property that every character is A, C, G or T.
* In real uses, the associated information would
* be voluminous, including discoverer, literature citation,
* species, chromosome identifier, location within chromosome,
* purpose, date first mentioned, etc etc;
* however for this simple example we will
* assume the associated information is just a String description.
*/
public interface GCInterface {

/*
* Find the description associated with a given gene.
* If the gene is not in the collection, return null.
*/
public String findDescription(String gene);

/*
* add a new gene to the collection, with an
* associated description.
* Neither argument may be null.
* If the gene is already present in the collection,
* the new description replaces the old;
* otherwise the new description and gene are added.
*/
public void newGene(String gene, String description);

/*
* return the number of genes in the collection.
*/
public int numberOfGenes();

/*
* return the number of genes in the collection
* which have a given gene as prefix.
*/
public int numberOfGenes(String prefix);

/*
* remove a gene and its associated description.
* This must not be called with a null argument.
*/
public void remove(String gene);

}
Internally, the collection class must be structured as a radix search trie.
As well as the collection class and any associated classes for Nodes, you must produce a textual file called README.txt. This must contain a statement about the authorship of the code you submit, including acknowledgements of all assistance you received (for example, conversations with friends, resources you found on the web, etc). The README must also contain a big-O running time for each method you implemented, and an answer to the following question:
“Fred Foolish claims that the worst case scalability of the getDescription method in the radix trie is O(log n) where n is the total length of all the genes in the collection. Fred says this because the depth of a tree is approximately the logarithm of the number of nodes, and you have at most one node for each character in each gene. Show that Fred is wrong in general, and explain the errors in his argument.”
________________________________________
Assessment
This assignment is due at the last moments of Friday September 25th; submission is via WebCT. It is worth 10% of the marks for the unit. Make sure you check that your assignment has been submitted! It it’s late it cannot get full marks!
The total mark will be based on these components:

Categories: Java Tags: , , , , , ,

I Need An Essay To Be Written

August 13th, 2009 Comments off

I need an essay to be written/edited. I did a university assignment but my mark was failed so i need to resit the assignment. The deadline is tomorrow so i need this work written/edited immediatley and must receive it back within a few hours. The budget is $15. I have attatched the assignment that i failed in so that you can edit it and also add to it.

This work needs to be done by someone who has knowledge in the construction industry.

The subject is: BUILDING DESIGN & MAINTENANCE STUDIES.

Aim: Analyse the impact of design decisions which fulfils the economic needs of the client and addresses the issues of the Whole Life Cycle Cost of the building.

Task: Discuess the issues which arise from the above aim and the resultant options the Design Team is taksed with to resolve the needs of the client i.e.

Achieve the desired life span
Whole Life Cycle Cost of the building.

The brief is for the construction of a multi-storeyed car park with a shopping mall in the ground and basement floors (to include retail shops, restaurants and toilet facilities) and capable of holding about 400 cars in the 6 upper floors in Central London.

ASSESSMENT CRITERIA

Demonstrate an overall knowledge of the process of Wholfe Life Costing for new development. 20 marks.

Demonstrate a knowledge of economic factors that arise specifically with building maintenance. 20 marks.

Demonstrate how design decisions can affect The Whole Life Cost of the building with practical examples. 35 marks.

Demonstrate, by example the balance between technical and design decisions necessary to optimise the Whole Life Costing of the building. 25 marks.

Bid immediatley. You will receive a response immediatley. You must start the work immediatley and return it to me within 12 hours.

As soon as the winning bid is selected please start the work, you must then rewrite it and also add to it/edit it.

I Need An Essay To Be Written

August 6th, 2009 Comments off

1500-2000 WORDS.

AIM: DEMONSTRATE KNOWLEDDGE OF THE RESEARCH NECESSARY TO DETERMINE FOUNDATION DESIGN FOR A BUILDING.

DEMONSTRATE THE IMPACT OF THE KNOWLEDGE OF THE SUPERSTRUCTURE ON THE SELECTION OF A SUITABLE FOUNDATION DESIGN.

task: bexley college has decided to put up a four storey office block together with two more single storey detatched buildings at their Holly Hill campus.

You are to prepare a letter and a professional report to Bexley College outlining the options available for the foundations of the above superstructures. Your report should include all types of foundations solutions available (ie strip, pad, raft and piled foundations) and their suitablity according to the existing ground conditions, which may be coarse grained or fine grained.

Demonstrate a knowledge of the site investigative processes requires 10 marks

Clearly specifiy the soil and ground investigations to be carried out for the task and the reasons for the same 20 marks

Demonstrate a knowledge of the options for foundations and their suitability according to the requirements of the superstructure 20 marks

Demonstate a thorough knowledge of the design process involved for the solutions arrived at 20 marks

Evaluate the options and validate the optimum solutions preffered for the application 20 marks

Legibility 10 marks. “

I Need An Essay To Be Written

July 19th, 2009 Comments off

THIS IS NOT A PROGRAM OR WEBSITE OR ANYTHING LIKE THAT. BASICALLY I JUST NEED AN ESSAY WRITTEN BY SOMEONE WHO HAS KNOWLEDGE ON CONSTRUCTION OR WHO MAY HAVE STUDIED QUANTITY SURVEYING AT UNIVERSITY.

I need a 1500-2000 word essay to be written by somebody that knows about Buillding Desiign and Mainntenance Studdies. The subject is Quantity Surveying/Building Studies. This is university work.

The aim is:

To analyste the impact of desgin decisions which fulfils the economic needs of the client and addresses the issues of the Whole Life Cycle Cost of the building.

Task: Discuss the issues which arise form the above aim and the resultant options the Design Team is tasked with to resolve the needs of the client i.e.

- Achieve the desired life span
- Whole Life Cycle Cost of the building

Scenario: The brief is for the construction of a multi-storeyed car park with a shopping mal in the ground and basement floors (to include retail shops, restaurants and toilet facilities) and capable of holding about 400 cars in the 6 upper floors in Central London.

Assessment Crieteria sheet:

Demonstrate an overall knowledge of the process of Whole Life Costing for new development (20 marks)

Demonstrate a knowledge of economic factors that arise specifically with building maintenance (20 marks)

Demonstrate how design decisions can affect The Whole Life Cost of the building with practical examples (30 marks)

Demonstrate, by example, the balance between the technical and design decisions necessary to optimise the Whole Life Costing of the building (20 marks)

Presentation including legibility, clarity of expression, and professionalism (10 marks)

THIS WORK MUST BE ORIGINAL AND NOT COPIED FROM ANYWHERE AS THE WORK WILL BE CHECKED FOR PLAGIARISM. IF THE ASSIGNMENT IS COPIED THEN YOU WILL NOT BE PAID.

I Need An Essay To Be Wrote

July 6th, 2009 Comments off

THIS IS NOT A PROGRAM OR WEBSITE OR ANYTHING LIKE THAT. BASICALLY I JUST NEED AN ESSAY WRITTEN BY SOMEONE WHO HAS KNOWLEDGE ON CONSTRUCTION OR WHO MAY HAVE STUDIED QUANTITY SURVEYING AT UNIVERSITY.

I need a 1500-2000 word essay to be written by somebody that knows about Construction Technology and Materials. The subject is Quantity Surveying/Building Studies. This is university work.

The aim is:

To demonstrate the principles and practices of the external envelope of buildings.

Task: To write an essay analysing the various forms of the external envelope of buildings.

Assessment Crieteria sheet:

Demonstrate knowledge of the various forms and materials utilised (20 marks)

Demonstrate knowledge of the structural integrity and durability issues (20 marks)

Demonstrate knowledge of construction methods (20 marks)

Demonstrate knowledge of the performance criteria with reference to the building regulations (20 marks)

Demonstrate knwoledge of the importance of access and maintenace issues (20 marks)

Presentation, legibility, clarity of expression, sketches and pictures where necessary (10 marks)

THIS WORK MUST BE ORIGINAL AND NOT COPIED FROM ANYWHERE AS THE WORK WILL BE CHECKED FOR PLAGIARISM. IF THE ASSIGNMENT IS COPIED THEN YOU WILL NOT BE PAID.

Essay To Be Written

July 3rd, 2009 Comments off

THIS IS NOT A PROGRAM OR WEBSITE OR ANYTHING LIKE THAT. BASICALLY I JUST NEED AN ESSAY WRITTEN BY SOMEONE WHO HAS KNOWLEDGE ON CONSTRUCTION OR WHO MAY HAVE STUDIED QUANTITY SURVEYING AT UNIVERSITY.

I need a 1500-2000 word essay to be written by somebody that knows about Construction Technology and Materials. The subject is Quantity Surveying/Building Studies. This is university work.

The aim is:

To demonstrate the principles and practices of the external envelope of buildings.

Task: To write an essay analysing the various forms of the external envelope of buildings.

Assessment Crieteria sheet:

Demonstrate knowledge of the various forms and materials utilised (20 marks)

Demonstrate knowledge of the structural integrity and durability issues (20 marks)

Demonstrate knowledge of construction methods (20 marks)

Demonstrate knowledge of the performance criteria with reference to the building regulations (20 marks)

Demonstrate knwoledge of the importance of access and maintenace issues (20 marks)

Presentation, legibility, clarity of expression, sketches and pictures where necessary (10 marks)

THIS WORK MUST BE ORIGINAL AND NOT COPIED FROM ANYWHERE AS THE WORK WILL BE CHECKED FOR PLAGIARISM. IF THE ASSIGNMENT IS COPIED THEN YOU WILL NOT BE PAID.

I Need An Essay To Be Written

July 3rd, 2009 Comments off

THIS IS NOT A PROGRAM OR WEBSITE OR ANYTHING LIKE THAT. BASICALLY I JUST NEED AN ESSAY WRITTEN BY SOMEONE WHO HAS KNOWLEDGE ON CONSTRUCTION OR WHO MAY HAVE STUDIED QUANTITY SURVEYING AT UNIVERSITY.

I need a 1500-2000 word essay to be written by somebody that knows about Buillding Desiign and Mainntenance Studdies. The subject is Quantity Surveying/Building Studies. This is university work.

The aim is:

To analyste the impact of desgin decisions which fulfils the economic needs of the client and addresses the issues of the Whole Life Cycle Cost of the building.

Task: Discuss the issues which arise form the above aim and the resultant options the Design Team is tasked with to resolve the needs of the client i.e.

- Achieve the desired life span
- Whole Life Cycle Cost of the building

Scenario: The brief is for the construction of a multi-storeyed car park with a shopping mal in the ground and basement floors (to include retail shops, restaurants and toilet facilities) and capable of holding about 400 cars in the 6 upper floors in Central London.

Assessment Crieteria sheet:

Demonstrate an overall knowledge of the process of Whole Life Costing for new development (20 marks)

Demonstrate a knowledge of economic factors that arise specifically with building maintenance (20 marks)

Demonstrate how design decisions can affect The Whole Life Cost of the building with practical examples (30 marks)

Demonstrate, by example, the balance between the technical and design decisions necessary to optimise the Whole Life Costing of the building (20 marks)

Presentation including legibility, clarity of expression, and professionalism (10 marks)

THIS WORK MUST BE ORIGINAL AND NOT COPIED FROM ANYWHERE AS THE WORK WILL BE CHECKED FOR PLAGIARISM. IF THE ASSIGNMENT IS COPIED THEN YOU WILL NOT BE PAID.

Need To Copy Marks Daily Apple

June 30th, 2009 Comments off

I need someone who can lay the groundwork to turn
http://drjeffreytucker.com
and make it look very similar to http://marksdailyapple.com

I can deal with all the content – I just need it set up with wordpress.

Student Marks System

June 27th, 2009 Comments off

Remarks
****table relation (jpeg) is attached

1- database SQLServer 2005 and vb.net
3- Students Table : view,add,delete,modify
*Status (Active or not Active) in Gridview color change depending on that.
4- SudentMarks Table : just view
*View student marks depending on user type
view parameters:
>year (text) :
>Class (combo with (All) option) : for usertyp = 2 class from users table
>materials (combo, with all option)
>specific student by Student no or by SSN or All Students if usertype = 1

5- Users Table
* pages to add,delete,modify, view users
* UserType: important in viewing marks in(4)
> 1 = administrator all the permisions
> 2 = for Specific Class (in viewing marks)
> 3 = can view student marks depending on SSN(Social Security No) only

Simple Php For Student Class

June 23rd, 2009 Comments off

Hi,

I need a simple web page where students will login and see their classes with their marks.

There is going to be also a small admin page also where the admin will create the student accounts, create classes and assign marks to the students’ classes.

I don’t mind if you also have a ready solution based on a CMS

No need for exam/test modules. Only marks will be inputted and displayed

To give some more details about the project:

1) No user (student) registration is needed. The admin will register students and teachers from the admin panel and assign them a password

2) Each teacher will be assigned modules that they teach

3) Students will be assigned to classes and departments

4) Each class has 4 different kinds of tests (oral, semi, etc)

4) Each teacher will login to the admin panel and input marks for their students (only for the modules that they teach)

5) Students will be able to login and see the marks for their tests

6) NO online examination is needed

7) Escrow payment is fine with me

Bear