Archive

Posts Tagged ‘lab’

Java Lab 4

January 27th, 2012 Comments off

STEP 1: InheritanceTest (20 points)
Back to top

Write a program called InheritanceTest.java to support an inheritance hierarchy for class Point

Team Lab Local Server Installation

December 13th, 2011 Comments off

I would like for someone to teach me how to install Teamlab on Windows Server 2008 R2.

http://www.teamlab.com/opensource.aspx

Labs 4-7 And Projects 4-7

December 7th, 2011 Comments off

Lab 4-7 Building the Physical Model
Scenario/Summary
Lab #4-7 will introduce the various aspects of the SQL select statement and the methods of retrieving data from the database tables. The lab will utilize a set of tables found in the script file (LeeBooks.sql) found in the Doc Sharing area of the website. You will need to download the file, then run the script in your SQL*Plus session. These tables will be used for the remaining labs in this class.
The SELECT statement is the primary mean…

Categories: MySQL Tags: , , , , ,

Lab 6

December 4th, 2011 Comments off

Using the BOOK_CUSTOMER table and the NVL function, create a query that will return a list containing the customer number, first name, last name, and the characters

Genetics Lab I Need Done

November 22nd, 2011 Comments off

Genetics lab i need done details are below payout 100.00 we need this done in 12 hours
geneticsLab Report- Grading Rubric (75 pts + up to 6 pts extra credit)
Format: Name, date and title typed at top of 1st page? (no title page please) (0.5 pts)
Margins 1 inch all around? (0.5 pts) note: printed two-sided is preferred but not required.
Text double-spaced, table legends single-spaced? (0.5 pts)
Major sections clearly identified? (0.5 pts)
Tables #’d in sequence? (0.5 pts)
Past tense used?…

Joomla Fix

September 9th, 2011 Comments off

I paid a programmer to convert my psd to joomla template. I believe the problem is within template.css.

Site images are positioned perfect when not logged in.

Problem: Section titled “Lab Genre” and “footer” image does not stay positioned correctly when user is logged in. The footer should stay at bottom, and the lab genre should stay on the right side of website within the black background.

Requirements:
1. Must be honest, speak good english, affordable.
2. Ensure that both the lab genres and footer stay in the correct position when user is logged in and out. As well as other components.

Here is site: http://tinyurl.com/3vgqm45

Login:
Username: abc123
Password: abc123

Weekone

August 30th, 2011 Comments off

Week 1: Multiplayer Games and SmartFoxServer Configuration – iLab

Print This Page

Note: There are two lab assignments due this week.

iLab 1 of 8: Establishing a Connection
iLab 2 of 8: Creating a Login Screen
Remember this!
Connect to the iLab here.

iLab 1 of 8: Establishing a Connection

Submit your assignment to the Dropbox located on the silver tab at the top of this page. For instructions on how to use the Dropbox, read these Step-by-Step Instructions or watch this Dropbox Tutorial.

(See Syllabus/”Due Dates for Assignments & Exams” for due dates.)

i L A B O V E R V I E W
Scenario/Summary

Students will develop a simple module that will establish a connection with a local or remote SmartFoxServer.

Deliverables

Students must deliver a .fla file containing all the source code; source code must be in the correct location specified by the lab steps.

i L A B S T E P S
SETUP

Follow the instructions in Creating Saving and Testing Labs, under Section A: Creating a Flash Actionscript.

STEP 1: Creating a class path to the SmartFoxServer Client API

Create a new Flash project, AS3, and create a class path to the SmartFoxServer Client API.

Hint: You should navigate to the following screen:

STEP 2: Importing the appropriate classes

Open up the Actionscript panel

Week 6 Java Lab

August 10th, 2011 Comments off

Three programs must be created:

Index.java
Index2.java
ThreeArrayLists.java

See attachment for program details.

Categories: Java Tags: , , ,

Team Lab Local Server Installation

July 14th, 2011 Comments off

I would like for someone to teach me how to install Team lab on a local computer as well being able to access the portal on other computers in the network. http://www.teamlab.com/opensource.aspx

Building The Physical Model

March 20th, 2010 Comments off

Lab 3 of 7: Building the Physical Model

Your assignment is due by Sunday, end of week, 11:59 p.m. (MT). Submit your assignment to the Dropbox located on the silver tab at the top of this page. For instructions on how to use the Dropbox, please click here.

L A B O V E R V I E W
Scenario/Summary

Beginning with this lab, and continuing through the remaining weeks you will be doing all of your work in Oracle itself. The editor interface to the Oracle server is SQL*Plus, and by now you have received your logon id and password and should have at least made sure you can connect. If for any reason you have not done so, please do so now before continuing any further. If for any reason you cannot connect then you need to let the instructor know ASAP so that any problems can be resolved.

Before attempting Lab #3, you need to be sure you have read through the SQL*Plus tutorial which can be found in Doc Sharing as well as under the SQL*Plus Tutorial tab in Week 3. This tutorial describes the functionality of the editor and will step you through the process of setting up and using the SQL*Plus in the iLab environment so that it will best serve your needs for the remainder of the labs required for this course.

The lab for this week addresses taking a logical database design (data model) and now transforming that into a physical model (tables, constraints, and relationships). As part of the lab, you will need to download the ZIP file titled “Lab 3 Support Document” from Doc Sharing. This ZIP file contains three documents: Lab 3 Relationship Diagram.doc, Lab 3 Meta Data Diagram.xls, and Lab 3 Input Data.doc. Your job will be to take the meta data defined in the data dictionary spreadsheet document, and using the relationship diagram as a guide define the table structures and constraints using both CREATE TABLE and ALTER TABLE statements. Once this has been done, you will need to write the INSERT INTO TABLE statements to insert the data provided into the table. The data should verify that the constraints you have created are valid and define the correct referential and data integrity constraints asked for.

Narrative/Case Study

For this lab you be working with command-line SQL to build a series of relational of tables, using SQL CREATE statements in a script file format for the Student Database and then populate those tables through the use of INSERT statements with sample data.

You will need to create a script file and name it mystudentdb.txt containing the following code:

The drop table statements listed later in the specifications of this lab.
The CREATE TABLE statements required to build the seven (7) tables.
The INSERT statements necessary to insert all of the sample data.
Seven select statements to verify that the data is in the tables and accessible.
To help you accomplish this task successfully you are being supplied with the following three documents which can be found in the Doc Sharing tab on the course web site:

A Relationship Diagram of the database showing in graphical form the 1-M relationships between the tables (336_Lab3_Relationship_Diagram.doc).
A Meta Data chart providing information about table names, column names, etc. Be sure to follow this reference exactly when constructing your CREATE TABLE statements (336_Lab3_Data_Dict.xls).
A listing of sample data to use when writing the INSERT statements to populate the tables (336_lab3_input_data.doc).
The following guidelines are being provided to help assist you in creating your script file:

Create the tables in the order shown in the data dictionary. Use the names for the tables and columns as listed in the Meta Data chart

Flash Design Lab Mods

March 17th, 2010 Comments off

I have an tshirt app. I need it modified
I need this done in 25 days or less. I’m willing pay $350-450
It will do many things but focused on two things:
1. A place for visitors to create artwork.
2. A place for visitors and our reps to make product mockups.
The key will be your ability to make the program skew or wrap art onto a non-flat or angled image like a coffee mug or an item image where the product is shot on an angle. There are some that do it, so we know it can be done, but their versions are clumsy. Many of our item images are going to be skewed or wrapped so this is a big deal.

The industry standard is is a company which can place your uploaded art on to an item, will skew it to fit, and can knock out the white:
http://www.techn(REMOVE_THIS)ologo.com/tl/EODMaxNew.html
Go here and you’ll see a single row of six tiny product images. Click on the tiny image of the cooler bag at the far right and you’ll see how this works.

Attached are three images of my sketch and a word doc. We can polish up the button graphics and such later, but this is my test mockup:

DesignLabGraphicsPage.jpg shows the default page.
DesignLabTEXTpage.jpg shows the text tab, duh.

DesignLabGraphicsPageSKEW.jpg shows how the preview would look on an angled image.

The Design Lab should be built into a standard web page (or something that looks like a standard page) with the header and such at the top and the design lab in the big center area. I want toavoid it being a pop-up window.
Visitors come to the lab ONLY from an item page.
The Lab will, by default, load the item image and item color for the item they were viewing on the item page. If they were viewing a blue pencil, an image of a blue pencil loads in the preview and the background of Art Board changes to blue.
ART BOARD:
1. Background changes to the color of the image. Match the color of the swatch image (tile the swatch as the background?)
2. The black and white box is proportional to the imprint area. If the imprint area is round, like on a golf ball, a black and white circle will appear. If the imprint area is wide and short, like on a pen, a wide and short box will appear.
3. The imprint area box is a 1 pixel white line on top of a 3 pixel black line. This way, the line will show up regardless of light or dark background.
4. Tools: A place object can be scaled, rotated, or deleted (like you have in your current lab design). When you click-OFF the object, these tools should hide until you click on the object. Tools should only appear on the object you’re working on.
5. There are three buttons at the bottom. Undo, Bring to Front, Send to Back. These should be self-explanatory.

CENTER SECTION:
1. There are two different center sections.

Multi Purpose Data Centre Lab

February 12th, 2010 Comments off

Project type: Documentation for a proceadure.

I would like to do my data centre UNIX and Windows Servrs LAB for testing and demostrating multi Operating systems and mutil applications.

- the installation will be on intel PC , desktops.
- thinking to install one os : windows 2003 and the second solaris 10
- applications !! suggest !!
- web servers.

well , i would like to test some services from my lab , like web servers , apache , tomcat , DNS , DHCP , LDAP, proxy, mysql if needed, virtulisation if possible , other basic services.

what i want , an expert in data centre feild , who can deisgn my testing lab, again , we will use intel PCs, i prefer the number of PC will not exceed 2 , so the expert should deisgn my LAB , OS installation , configuration , web servers installation , application installation , any customisation , how to test ,, details are appreciated. We also install two OS on the same PC ??? you may tell me the tool of virtulisation and how to use it>>

in all cases , you need to give the link from where to download all the tools or application we are using in the lab so i cna download the same please.

E-commerce Website

November 27th, 2009 Comments off

I would like to create an online glasses e-commerce website like ZenniOptical.com, EyeBuyDirect.com, or simplyeyeglasses.com with an admin section a member section and a processing lab section. The admin section will be used to administer the website and all its content and the member section will have a login page which will allow them to register. Once the registration is approved, the member can log in, add an edit their content. The members should also have checkout-basket, payments processing, product categorization and order history on their content. The member lab section will have a login page which will allow them to register. Once the registration is approved, the member lab would have access to jobs ordered in their city/state. The member labs should also have payments processing, show job cost up front and order history on all jobs processed at their lab.

Russiaanalysis Of Ac Circuits

November 19th, 2009 Comments off

Lab № 1 – Creation of printed units in OrCAD
Lab № 3 -Analysis of AC circuits topological method of contour currents(where you need to use CAD or may be different software packages, such as Electronics Workbench 5.12)
Lab № 4 – Analysis of AC circuits method of nodal potentials (where you need to use CAD or may be different software packages, such as Electronics Workbench 5.12)
1.Лаб. раб №1.doc Создание печатных узлов в OrCAD
2.Лаб. раб № 3.doc Анализ цепи переменного тока топологическим
методом контурных токов средствами САПР(Electronics Workbench 5.12).
3.Лаб. раб №4.doc Анализ цепи переменного тока
методом узловых потенциалов средствами САПР(Electronics Workbench 5.12).

Cadelectrcsworkbench

November 17th, 2009 Comments off

In English:
Lab № 1 – Creation of printed units in OrCAD
Lab № 3 -Analysis of AC circuits topological method of contour currents(where you need to use CAD or may be different software packages, such as Electronics Workbench 5.12)
Lab № 4 – Analysis of AC circuits method of nodal potentials (where you need to use CAD or may be different software packages, such as Electronics Workbench 5.12)
Or in Russian:
1.Лаб. раб №1.doc Создание печатных узлов в OrCAD
2.Лаб. раб № 3.doc Анализ цепи переменного тока топологическим
методом контурных токов средствами САПР(Electronics Workbench 5.12).
3.Лаб. раб №4.doc Анализ цепи переменного тока
методом узловых потенциалов средствами САПР(Electronics Workbench 5.12).

Units In Orcad/ac Circuitscad

November 17th, 2009 Comments off

Lab № 1 – Creation of printed units in OrCAD
Lab № 3 -Analysis of AC circuits topological method of contour currents(where you need to use CAD or may be different software packages, such as Electronics Workbench 5.12)
Lab № 4 – Analysis of AC circuits method of nodal potentials (where you need to use CAD or may be different software packages, such as Electronics Workbench 5.12)

Chem Homework Lab Needed Done

October 31st, 2009 Comments off

I need a lab report done , look like Bio order details are below , I need this done by tomorrow 5 pm see attachments for details , You just have to do Part 1. The attached file has the instructions for Part 1 , there is also one more attachment ill email that to you once I select you , must start right away. This is a LAb. Pay is 20.00

Hi, this is not an essay, it’s an lab report on Distillation. I only had to do part 1 of the experiment. however, you do need to use the appendix for the calculation and graph.
If you have any question on my request or my collected data, please contact me assp.
Here are some requirements for each sections:

Abstract

Math / Lab Homework Needed Don

October 21st, 2009 Comments off

I need an expert in aerodynamics o do some one my homework , this is college level see attachments for order details pay is 50.00 this is due tomorrow 8 pm must be able to start tonight , like right away.

C++ With Linux Operating Syste

October 17th, 2009 Comments off

Hi i need your help 2 do my Tamagotchi project.its c++ with linux operating system.To help the project each week we have lab.In the lab some codes and instructions are given then we have 2 write more codes to complete the lab.i finished 4 labs and next tuesday my 5th and final lab next day my project due.my final project consists The code for a more complete Tamagotchi, implemented in an Object-Oriented, but still readable manner. This Tamagotchi should have a graphical user interface.i have no idea how to start.could you help me out?

College Level Lab Report Neede

October 12th, 2009 Comments off

I need a college level lab report like half of one im going to use it for a website as an example , ill pay 5 .00 for one , also i need a college level math homework example ill pay 5.00 for that as well so total 10.00

Web Data Extraction Lab 2

August 21st, 2009 Comments off

This is a Desktop Application
This will be written in Visual Basic .Net 2005
Microsoft Windows – NOT Vista, or Windows7

Your Experience needed:
Visual Basic .NET 2005 platform
MS Access Database programming
Expert Visual Basic GUI/form programmer.
Comfortable using Treeview, Liked lists containing nodes.

This Project is for an MDI GUI application, whose main purpose is to Organize html based data extraction projects. It is a desktop windows application with explorer window forms, and Project configuration forms.

Please, no subcontract companies bid on this project. I have a Computer Science Degree, and want to work directly with the programmer, or the lead programmer, of the team.

Payment will be through Paypal only. On startup, I won’t advance any money.

I won’t pay anything until it is established that you can deliver something meaningful. The payments will be in sums along the way. You deliver 25% of the project, and I’ll pay 25 % of the total, or I’ll pay for your time up to that time. If we agree, and you start the project, and you haven’t produced anything by the end of a month, don’t expect any payment. I will notify you, and the agreement will be void and null.

This is a feature driven project, and my requirements will change as the project evolves, and as I see new opportunities.

This is a feature driven project. I will let you know what I want delivered next, and that is what you work on next.

Your task will be to write a GUI interface. The main functionality you are creating is an Explorer system, which has data supplied by an MS Access database.

I have already completed the Processing Engine this application will use to load, and process the html data.

Want Mat Lab Programmer

August 16th, 2009 Comments off

Hello ,

I want MATLAB programmer to do some modification work for me.

Regards,
best lancer

Online Photo Lab

May 20th, 2009 Comments off

Script design: simular to site http://www.photobox.co.uk

User Interface:
- ability to have multiple albums
- share albums with other thro email address
- print multiple prints in multiple formats
- crop, color correct, red eye removal on User interface
- restrict printing too required reselution
- purchase extra space.

Admin Interface:
- restrict limit on content in meg.
- make it possible to add space per order
- add, remove products from selection, set prices, have time limited specials
- email clients
- order history

Lab Interface:
- automaticly upload via FTP to lab with config file containing ordering information, address, order quantity, type, seperating orders into seperate directorys depending on type of order

will be for php scripting, must be userfriendly, ablitliy to adjust prices, products, promotioins ect.

Bear