Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Programming challenge, winner gets $$$
#1
Ok so program is pretty simple, requirements are pretty, id do it myself, but currently I have faar too much on my plate to do this myself, winner gets 50 bucks.

What it has to do:

Take a list of words copy and pasted,
compare it to another list that can be copy and pasted in on a different box,

compare the two, and display a list of all like items in a different box.

example:

box 1:

box 2:

output box:
like i said, VERY simple, moneys good, paypal is my preferred method of transfer.
Reply
#2
I can do this. Mind contacting me over msn?
MarikHF@hotmail.com
Thanks.
Reply
#3
(11-04-2010, 05:32 AM)Marik™ Wrote: I can do this. Mind contacting me over msn?
MarikHF@hotmail.com
Thanks.

cant sorry, justmake sure it works in windows, Id hurry too if I were you, it seems theres others that want the money as well, its a first come first serve im afraid.
Reply
#4
It will work on Windows (All OS). Just contact me on MSN for the payment.
Reply
#5
(11-04-2010, 03:20 PM)Marik™ Wrote: It will work on Windows (All OS). Just contact me on MSN for the payment.

pm me a link to it please.
Reply
#6
I assume this is done? Wish I was a member when this too place!!
Reply
#7
It will work on Windows (All OS). Just contact me on MSN for the payment.
Reply
#8
IF This is still undone, just drop me a pm and i'll do it tomorrow ! thanks
Reply
#9
(11-29-2010, 08:08 PM)KoBE Wrote: I assume this is done? Wish I was a member when this too place!!

I'm wondering the same thing here.
Reply
#10
Code:
box1 = ["car", "truck", "dolphin", "dragon", "penguin"]
box2 = ["truck", "pelican", "grenade", "turtle", "commando", "egg", "dolphin"]
output_box = []

for io in box1:
    for it in box2:
        if io == it:
            output_box.append(io)
    
print(output_box)

Quote:http://pastebin.com/4gMR7gVJ


How do you prefer to send me the 50 bucks then?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  MW2 Challenge Lobby (Xbox 360) Gengar 0 538 09-16-2012, 06:41 PM
Last Post: Gengar
  Offering Programming Service: HTML, CSS, PHP, MySQL, XAML, and C# Advertise4you 0 348 10-23-2011, 11:51 AM
Last Post: Advertise4you
  Charny's services (Programming, homeworks(french, math, etc)) Charny 2 570 07-23-2011, 02:16 PM
Last Post: Charny

Forum Jump:


Users browsing this thread: 6 Guest(s)