|
2012-08-30
, 16:06
|
|
Posts: 7,075 |
Thanked: 9,073 times |
Joined on Oct 2009
@ Moon! It's not the East or the West side... it's the Dark Side
|
#3
|
|
2012-08-31
, 07:31
|
Posts: 90 |
Thanked: 163 times |
Joined on Jan 2012
|
#4
|
|
2012-08-31
, 07:34
|
|
Posts: 141 |
Thanked: 267 times |
Joined on May 2010
@ Germany
|
#5
|
It is not working for me. I get a loading screen for about 30 seconds and then it crashes.
/opt/ticker/main.py
The Following User Says Thank You to EmaNymton For This Useful Post: | ||
|
2012-08-31
, 07:41
|
Posts: 90 |
Thanked: 163 times |
Joined on Jan 2012
|
#6
|
The Following User Says Thank You to anig For This Useful Post: | ||
|
2012-08-31
, 07:44
|
|
Posts: 141 |
Thanked: 267 times |
Joined on May 2010
@ Germany
|
#7
|
~ $ /opt/ticker/main.py
Your system language is: en_GB
Traceback (most recent call last):
File "/opt/ticker/main.py", line 630, in <module>
ticker = Ticker()
File "/opt/ticker/main.py", line 39, in __init__
os.makedirs("/home/user/MyDocs/.ticker")
File "/usr/lib/python2.6/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 17] File exists: '/home/user/MyDocs/.ticker'
~ $
I had an active internet connection
rm -rf /home/user/MyDocs/.ticker
|
2012-09-04
, 15:23
|
|
Posts: 141 |
Thanked: 267 times |
Joined on May 2010
@ Germany
|
#9
|
|
2012-09-07
, 14:17
|
|
Posts: 141 |
Thanked: 267 times |
Joined on May 2010
@ Germany
|
#10
|
this is my program for the coding competition 2012. It's a client for openliga.db, a german site for soccer data, primary for german leagues.
Let me explain the idea behind this:
When I got my N9, I searched the store for available programs to get soccer results on my phone, but no programm satisfied my needs. Just at that time I found openligadb. I liked the idea behind openligadb, you can create your own league and everyone is able to commit results. So I had to write a program for this, and here is the actual version. I know, there are some bugs and UI-improvements, but I think it's time for first presentation to get feedback.
Here is a short description of the features:
Some words on the UI:
I wanted to stay with the swipe-expirience so you can swipe from the startscreen, the actual matchday of the selected league, to the right (standings) or left (goalgetters). If you swipe up until the ball rotates, the previous matchday will be loaded, if you swipe down, the next one will be loaded. If you load a matchday for the first time, it takes a little bit longer because it catches the whole matchday. Next time local data will be used, if there was no change on openligadb on this matchday.
If you click on a game more infos will be shown, if these information were entered at openligadb.
This one I have to point out: All the data is gathered by people in there sparetime, so don't be disappointed if your league is not so good/fast supported. Feel free to join openligadb and provide the info yourself or make some promotion. From the expirience of the first matchdays I know that the german leagues are very well supported, the results/goalgetters of the other leagues are provided sometimes hours after the matches had finished.
Ok, that's it for now, feel free to give me a feedback.
Greetings EmaNymton
Short demonstration:
http://www.youtube.com/watch?v=DHTitWPpQ5Q
http://www.youtube.com/watch?v=oKNnb6Unx5I
Download 0.8.0 from Ovi-Store
Last edited by EmaNymton; 2013-01-24 at 13:59.