2014 Liga Nusantara Central Java
The 2014 Liga Nusantara Central Java season is the first edition of Liga Nusantara Central Java is a qualifying round of the 2014 Liga Nusantara.
Season | 2014 |
---|---|
2015 → |
The competition scheduled starts on May 2014.[1]
Teams
This season there are 9 Central Java club participants, divided into 2 group of 4 and 5.[1]
Group A |
---|
Persak Kebumen |
Persibara Banjarnegara |
Persikaba Blora |
Berlian Rajawali F.C. Semarang |
Group B |
---|
Persab Brebes |
PSIP Pemalang |
Persekap Kabupaten Pekalongan |
Persikas Kabupaten Semarang |
PSD Demak |
League table
Divided into 2 group of 4 and 5, winner and runner-up of each group qualify for the semi final 2014 Liga Nusantara Central Java.
Group A
Pos | Team | Pld | W | D | L | Pts | |
---|---|---|---|---|---|---|---|
1 | Persibara Banjarnegara | 6 | 2 | 3 | 1 | (7-6) | 9 |
2 | Persikaba Blora | 6 | 2 | 3 | 1 | (8-4) | 9 |
3 | Berlian Rajawali F.C. Semarang | 6 | 1 | 4 | 1 | (8-9) | 7 |
4 | Persak Kebumen | 6 | 1 | 2 | 3 | (6-10) | 5 |
Group B
Pos | Team | Pld | W | D | L | Pts | |
---|---|---|---|---|---|---|---|
1 | Persab Brebes | 8 | 5 | 3 | 0 | (9-1) | 18 |
2 | Persekap Kab. Pekalongan | 8 | 3 | 4 | 1 | (7-3) | 13 |
3 | PSD Demak | 8 | 3 | 3 | 2 | (5-5) | 12 |
4 | PSIP Pemalang | 8 | 1 | 3 | 4 | (2-8) | 6 |
5 | Persikas Kab. Semarang | 8 | 1 | 1 | 6 | (3-9) | 4 |
gollark: And 🦀Safe Rust™🦀.
gollark: See, this is much nicer.
gollark: ```rustpub struct List<T> { head: Link<T>,}type Link<T> = Option<Box<Node<T>>>;struct Node<T> { elem: T, next: Link<T>,}impl<T> List<T> { pub fn new() -> Self { List { head: None } } pub fn push(&mut self, elem: T) { let new_node = Box::new(Node { elem: elem, next: self.head.take(), }); self.head = Some(new_node); } pub fn pop(&mut self) -> Option<T> { self.head.take().map(|node| { self.head = node.next; node.elem }) }}impl<T> Drop for List<T> { fn drop(&mut self) { let mut cur_link = self.head.take(); while let Some(mut boxed_node) = cur_link { cur_link = boxed_node.next.take(); } }}```
gollark: ... or at all?
gollark: You don't have a thing to efficiently deallocate the list.
References
- "26 Tim Jateng Tampil di Kompetisi Amatir PSSI". referensi-sepakbola.blogspot.com. 3 April 2014. Archived from the original on 29 April 2014. Retrieved 28 April 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.