Archive

Posts Tagged ‘prime’

Recipe For Prime Rib

May 11th, 2011 Comments off

Hi, I would like a high quality recipe/cooking instructions on how to cook a prime rib. I don’t want to just copy another recipe out there, I want an original recipe. You can take parts from various recipes to create a unique one if you like. I want the recipe to include all the ingredients, step-by-step cooking instructions (marinating procedures, cooking times/temperatures, thermometers, etc), and I want it to be very high quality. I don’t just want a simple, short recipe. I want it to be very easy to understand, even if someone has never cooked before, so I would like it to be a very good lengthy recipe with cooking instructions. If you have any pictures that are not copyrighted that you would like to include, that would be great too.

I have about $20 budgeted for this project.

Thank you,
Jason

Simple Java Concurrent Erathostenes Sieve

May 7th, 2011 Comments off

Hi,
I need following assignment done.
Algorithm and steps are provided so it should be very easy for a java expert.

Eratosthenes’ Sieve

Eratosthenes’ sieve is a method for generating prime numbers. Our goal is to implement it using threads and pipes. The task may occur difficult to do at once, so it is divided into several steps.

Here is the algorithm:

1. A thread named Generator generates consecutive natural numbers (> 1) (until it reaches the limit given as argument) and writes them to a pipe.
2. The numbers are received by another thread named Sieve, created by the generator.
3. The sieving thread stores the first number read from the pipe. It is a prime number.
4. Afterwards it creates new sieving thread and transfers to it (using another pipe) the rest of the received numbers except for numbers divisible by the stored prime number.
5. Then the sieving thread returns (using another pipe) the stored prime number to the thread, from which it received the numbers.
6. Next, the sieving thread reads prime numbers from the (another, not used yet) pipe connecting it and the sieving thread it created earlier and sends them to its parent (the thread, to which the stored prime was sent; it is the thread, that created this one).
7. Having generated all the natural numbers, the main thread – the Generator – starts reading prime numbers from the pipe connecting it and its descendant and writes them to the command prompt.

Step 1

Create a class named Generator. An object of this class is a thread generating integer numbers (>1).
Step 2

Create a class named Sieve. An object of this class is a thread reading numbers from the pipe connecting it to the generator.

Notes:

* A stream object must be passed to the receiver thread as an argument to a constructor.
* A pipe stream must be decorated with a data stream (DataOutputStream or DataInputStream) to enable transfer of primitive types (integers).
* Having printed all the received numbers, both threads should terminate cleanly. To achieve this, the special value 0 may be sent as a termination signal (EOD, end of data).

Step 3

The receiver thread passes all the received numbers back to the sender using another pipe.
The sender (the generator) prints them out to the command prompt.
Step 4

* The sieving thread creates another sieving thread and transfers to it all the numbers it has received.
* The created sieving thread (descendant) reads the numbers and sends them back to the sender immediately (using another pipe).
* The sieving thread created by the generator receives the numbers from the descendant and returns them to the generator, who prints them.

There are 3 threads here.
Step 5, the last

The sieving thread does not pass all the numbers it gets to the descendant. It passes only those of them that are not divisible by the first number it got (and stored).

Each sieving thread creates another sieving thread until there are any numbers left in the transferred sequence.

Besides the stored prime number, it passes to the parent thread all the numbers received from the descendant.
Notes:

* Each sieving thread must take 2 stream objects as arguments to its constructor (only in the final version).
* All the streams must be closed properly.
* Each thread should print lots of diagnostic messages to ease debugging. However, a correctly working program should print only the prime numbers.

One Article And One Recipe

May 2nd, 2011 Comments off

Hi, I would like 1 article and 1 cooking recipe on “How to cook a prime rib”.

I would like a 500 – 600 word article written talking about prime rib and the best way to cook it. The article should not tell how to cook it, just talk about best pracitices, etc in cooking it.

I would also like a really good step-by-step recipe written on how to cook a prime rib. The recipe should be easy to follow and be written just like you would would see in a cookbook with ingredients needs, cooking instructions, steps, etc. I do not want to you to just find a recipe and copy it, I would like it to be re-written and changed up to be made my own original version. For example, if different recipes use different ingredients, maybe combine different ingredients from different recipes and so forth.

I only have about $20 budgeted for this project.

Thank you

Logo Design For Prime Care

January 5th, 2010 Comments off

5 unique logo design concepts (mock-ups)to choose from. In just three days or sooner.
Unlimited revisions to my selected design choice until I am 100% satisfied with the new logo.
Editable source file in vector format (Adobe Illustrator or Coral Draw).
No clip-art or parts of previous work should be used in your design.

PLEASE ONLY BID IF YOU CAN SUPPLY MOCK UP IN PMB…Prime care deals with health equipment. After the winner completes this task i’ll probably make him move onto other stationary work in the following weeks.

I Need To Make Skype Prime

April 1st, 2009 Comments off

Good Day,

I need to make a website similar to Skype Prime. It will use sky video phone but must be flexible enough to use other Video Phones (like google video chat)

http://www.skype.com/allfeatures/skypeprime/

Bear