Actually, scratch the first two. I had some spare
time this morning so I have those parts working. Any
help on any of the other parts would be appreciated.
-matt
--- Matthew Mullins <[EMAIL PROTECTED]> wrote:
> Yeah, that would be great. My list of stuff to do:
>
> - Take
t; take a look it and
> get a feel for it.
>
> Let me know.
>
> -Enrique
>
> Matthew Mullins wrote:
>
> >Any help is appreciated :)
> >
> >I've only been programming for about 6 months, so
> I'm
> >sure there's some ugly bugs in there :)
Any help is appreciated :)
I've only been programming for about 6 months, so I'm
sure there's some ugly bugs in there :)
Is there a better/easier way to parse an html file
than using sscanf()?
Thanks,
matt
--- Mathieu <[EMAIL PROTECTED]> wrote:
> Matthew Mullins &l
It's going to switch from wget to using
ecore_file_download, which eliminates the hang. At
the time it was written there weren't any E libs that
could download a URL, so it was an ugly workaround.
The weather module wasn't supposed to be in CVS yet,
and it's really still in an infancy state.
That will do it, thank you.
--- dan sinclair <[EMAIL PROTECTED]> wrote:
> On Thu, 2005-07-21 at 17:30 -0700, Matthew Mullins
> wrote:
> > Hello,
> >
> > I'm trying to come up with a better way to
> download
> > (weather html in my case) than
Hello,
I'm trying to come up with a better way to download
(weather html in my case) than using wget through a
system() function. Whenever system() is used, it
hangs E completely until the function returns. For
fast connections, or even if the network is completely
down, you don't notice any pau
Sure :)
I'd like to really polish up the graphics part of it
(mostly layout) a bit, as edje is still quite new to
me. Give me a few more weeks of getting my feet wet
and polishing up the code a bit and I'd be happy to
merge.
--- Boldin Pavel <[EMAIL PROTECTED]> wrote:
> Ma
Hello, I didn't realize someone else had already
started working on a weather module when I started
tooling around with this. Ultimately, I'd like to be
able to switch between a simple current weather
forecast, and then something like a 3 day forecast.
I have the bulk of the code done, I'm just