Monday
Everton 2-1 Sunderland
Newcastle 3-0 Bolton
Tottenham 2-1 Norwich
Aston Villa 2-1 Stoke
Fulham 1-1 Chelsea
Tuesday
Blackburn 1-1 Liverpool
|
Advertisement
|
|
|
| 11-04-2012, 17:51 | #1655 | |
|
Registered User
![]() |
Quote:
Wednesday Man. City 3-1 West Brom. Wolves 1-2 Arsenal Wigan 1-2 Man. United Q.P.R. 2-1 Swansea |
|
|
|
|
Advertisement
|
|
|
| 11-04-2012, 21:47 | #1656 | |
|
Registered User
![]() |
Quote:
|
|
|
|
| 11-04-2012, 21:57 | #1657 |
|
Registered User
![]() |
Ivyslayer here's a draw for the cup if your still going to do it, it would need to start in the next GW. Done this before you updated the table so it's as fair as possible. people playing 31 & 32 get buys to the next round
22 V 13 12 V 26 3 V 20 32 V 1 19 V 24 27 V 15 31 V 25 17 V 10 4 V 16 9 V 18 14 V 30 6 V 21 2 V 8 29 V 5 7 V 11 13 V 28 code i used in case anyone think i just made up numbers ![]() Code:
import java.util.*;
public class PPLcup
{
public static void main(String[] args)
{
Random random = new Random();
ArrayList<Integer> numbers = new ArrayList<Integer>(32);
ArrayList<Integer> numbers2 = new ArrayList<Integer>(16);
int num=0;
for(int i=0; i<32; i++)
{
num=random.nextInt(32)+1;
while(numbers.contains(num))
num=random.nextInt(32)+1;
numbers.add(num);
}
for(int i=0; i<16; i++)
numbers2.add(numbers.get(i+15));
for(int i=0; i<16; i++)
System.out.println(numbers.get(i)+" V "+numbers2.get(i));
}
}
|
|
|
| (2) thanks from: |
| 11-04-2012, 22:08 | #1658 | |
|
Registered User
![]() |
Quote:
|
|
|
|
| 11-04-2012, 22:51 | #1659 | |
|
Moderator
![]() |
Quote:
|
|
|
|
|
Advertisement
|
|
|
| 11-04-2012, 23:12 | #1660 | |
|
Registered User
![]() |
Quote:
here's the updated draw 21 V 19 24 V 18 16 V 26 9 V 14 6 V 31 5 V 27 8 V 32 10 V 15 25 V 22 11 V 23 7 V 20 30 V 3 12 V 28 17 V 13 2 V 29 1 V 4 fixed code Code:
import java.util.*;
public class PPLcup
{
public static void main(String[] args)
{
Random random = new Random();
ArrayList<Integer> numbers = new ArrayList<Integer>(32);
ArrayList<Integer> numbers2 = new ArrayList<Integer>(16);
int num=0;
for(int i=0; i<32; i++)
{
num=random.nextInt(32)+1;
while(numbers.contains(num))
num=random.nextInt(32)+1;
numbers.add(num);
}
for(int i=0; i<16; i++)
numbers2.add(numbers.get((i+1)+15));
for(int i=0; i<16; i++)
System.out.println(numbers.get(i)+" V "+numbers2.get(i));
}
}
|
|
|
|
| 11-04-2012, 23:27 | #1661 | |
|
Registered User
![]() |
Quote:
Poor enough. |
|
|
|
| 11-04-2012, 23:28 | #1662 | ||
|
Registered User
![]() |
Quote:
Quote:
|
||
|
|
| 11-04-2012, 23:39 | #1663 | |
|
Registered User
![]() |
Quote:
|
|
|
|
| 12-04-2012, 01:02 | #1664 | ||
|
Registered User
![]() |
Quote:
Quote:
20pts. |
||
|
|
| 13-04-2012, 01:42 | #1665 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Registered User
![]() |
That was tiring! I didn't do a separate week 32/33, I just mashed them together. Any rechecks needed, PM me. Well, mike knocked off the topspot and tim_holsters takes the lead! I take my rightful place back above ShamoBuc Congrats to punk77 for highest combined score of 20!Anyway, as proposed, the cup. Numbers 1 from 32 were randomly drawn by batistuta9. Whatever position you were in numerically will represent your number. The table may change but the draw will be the same. 32 teams will be drawn, if you draw 30, 31 or 32 you will go through to the next round. Highest score goes through, if there's a draw the person with the most correct scores go through. Round 1 Lando Griffin -vs- Lawro ghosttown -vs- Kojak ShamoBuc -vs- Ix Deadmau5 MUSEIST -vs- Munster Magic punk77 -vs- 31 Mark! -vs- mendusa Daemos -vs- 32 eh i dunno -vs- IvySlayer Gridlock -vs- SuperEagle -Ade- -vs- batistuta9 Ezridax -vs- ColeTrain 30 -vs- Kiwi knock Crash Bang Wall -vs- firemansam4 IPAM -vs- yesno1234 mike65 -vs- jiltloop tim_holsters -vs- barbarians Good luck! Last edited by IvySlayer; 13-04-2012 at 01:45. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
| (18) thanks from: |