Support Forums
Programming challenge, winner gets $$$ - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Life Support (https://www.supportforums.net/forumdisplay.php?fid=12)
+---- Forum: SF Marketplace (https://www.supportforums.net/forumdisplay.php?fid=46)
+---- Thread: Programming challenge, winner gets $$$ (/showthread.php?tid=13439)

Pages: 1 2


Programming challenge, winner gets $$$ - Fallenour - 11-03-2010

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.


RE: Programming challenge, winner gets $$$ - Marik™ - 11-04-2010

I can do this. Mind contacting me over msn?
MarikHF@hotmail.com
Thanks.


RE: Programming challenge, winner gets $$$ - Fallenour - 11-04-2010

(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.


RE: Programming challenge, winner gets $$$ - Marik™ - 11-04-2010

It will work on Windows (All OS). Just contact me on MSN for the payment.


RE: Programming challenge, winner gets $$$ - Fallenour - 11-04-2010

(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.


RE: Programming challenge, winner gets $$$ - KoBE - 11-29-2010

I assume this is done? Wish I was a member when this too place!!


RE: Programming challenge, winner gets $$$ - Distant Relatives - 12-12-2010

It will work on Windows (All OS). Just contact me on MSN for the payment.



RE: Programming challenge, winner gets $$$ - Nikolayev - 12-12-2010

IF This is still undone, just drop me a pm and i'll do it tomorrow ! thanks


RE: Programming challenge, winner gets $$$ - Money - 12-12-2010

(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.


RE: Programming challenge, winner gets $$$ - dan08 - 12-13-2010

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?