|
2010-11-16
, 21:49
|
|
Posts: 1,062 |
Thanked: 961 times |
Joined on May 2010
@ Boston, MA
|
#2
|
|
2010-11-16
, 21:52
|
Posts: 73 |
Thanked: 8 times |
Joined on Sep 2010
@ Izmir - TURKEY
|
#3
|
|
2010-11-23
, 10:24
|
Posts: 73 |
Thanked: 8 times |
Joined on Sep 2010
@ Izmir - TURKEY
|
#5
|
|
2010-11-23
, 11:07
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#6
|
|
2010-11-23
, 11:22
|
Posts: 73 |
Thanked: 8 times |
Joined on Sep 2010
@ Izmir - TURKEY
|
#7
|
|
2010-11-23
, 11:30
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#8
|
The Following User Says Thank You to ejasmudar For This Useful Post: | ||
|
2010-11-23
, 21:29
|
Posts: 73 |
Thanked: 8 times |
Joined on Sep 2010
@ Izmir - TURKEY
|
#9
|
|
2010-11-25
, 11:20
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#10
|
python NextBus.py <origin> <destination>
python NextBus.py kochi aroor
cd /home/user/where/ever/your/file/is/ python NextBus.py <origin> <destination>
I'm living in a city which is next to sea. Using ferries for public transportation time to time. Finding which ferry when leaves the dock kinda hard, so many ferries so many times so many destinations.
So, there can be an app to do this instead of me
here is what I thought :
App will read the time from N900's clock.
App will ask for where I am and where I want to go.
App will get data from a file, preferably from a txt file so if times change I can easily update times. ( have not any programming experience on linux yet.. not much on windows either :P so If I have to update them, compiling mustn't be pain... )
And it will show when is next 2 ferry, and when was the one I missed.
[optional] if it shows the remaining time in minutes : seconds format that would be awesome.
These can easily change to bus times too. Could be very helpful in real life transportation.
So, I need a programmer which can spend some time for this project
Any ideas also welcome.
[I searched but couldn't find any topic or app that does exactly what I need.. Sorry if I am missed.]
Last edited by Sin; 2010-11-29 at 23:32.