GnuCash for Android

2012-08-19 Thread der.hans
moin moin, http://worldofgnome.org/gnucash-for-android/ ciao, der.hans -- # http://www.LuftHans.com/http://www.LuftHans.com/Classes/ # If you don't think for yourself, others will think for you -- # to their advantage. -- Harold Gordon

Re: GnuCash for Android

2012-08-19 Thread Michael Butash
That's actually pretty cool, if I were actually able to ever get gnucash setup decently to use it. Not from lack of trying, I've attempted probably no less than 4 times over the past 5 years or so to get it working in efforts to track finances more effectively, but never once got the hbci

Re: Youtube running to fast

2012-08-19 Thread Michael Havens
I figured it out! Because a couple of days ago I wasn't using chromium. I even tested my theory. I opened mozilla and... voilla you tube was perfect! :-)~MIKE~(-: On Sat, Aug 18, 2012 at 8:06 PM, Michael Havens bmi...@gmail.com wrote: but why was everything perfect until a couple of days

*social* jobs

2012-08-19 Thread Michael Butash
I saw this, and thought the concept was intriguing: https://silp.com/ Then I realized it was a facebook thing and promptly disregarded it as more heresy/fodder. Last thing I see facebook as is something professional, and as a non-fb user, annoys me of yet another walled garden. That said,

Re: programming

2012-08-19 Thread Michael Havens
thank you so much for your help. What would you suggest as a marketable language for me to learn? :-)~MIKE~(-: On Sun, Aug 19, 2012 at 3:01 PM, Alan Dayley aday...@gmail.com wrote: http://codeacademy.com has free classes for much of the basics in several languages. They just added Python.

Re: programming

2012-08-19 Thread Alan Dayley
Most places I visit use web-based applications more and more often. And, in such places, JavaScript developers seem to be in short supply. Alan On Aug 19, 2012, at 3:04 PM, Michael Havens bmi...@gmail.com wrote: thank you so much for your help. What would you suggest as a marketable language

Re: programming

2012-08-19 Thread Kevin Fries
Ruby Rails Python Django Java Kevin On Aug 19, 2012 4:03 PM, Michael Havens bmi...@gmail.com wrote: thank you so much for your help. What would you suggest as a marketable language for me to learn? :-)~MIKE~(-: On Sun, Aug 19, 2012 at 3:01 PM, Alan Dayley aday...@gmail.com wrote:

Re: programming

2012-08-19 Thread Joseph Sinclair
I would start with Python/Django (for a faster start) or Java (for a stronger foundation if you don't need to be working right away). The JavaScript world seems to be moving more towards templating (e.g. Dust) and other tactics to focus more on the graphic design work for the browser tier and

Re: programming

2012-08-19 Thread keith smith
Keith Smith --- On Sun, 8/19/12, Alan Dayley aday...@gmail.com wrote: From: Alan Dayley aday...@gmail.com Subject: Re: programming To: Main PLUG discussion list plug-discuss@lists.plug.phoenix.az.us Date: Sunday, August 19, 2012, 3:30 PM Most places I visit use

touch file date problem

2012-08-19 Thread joe
When using 'touch' to reset the date of a file, I just discovered that I cannot set a date earlier than 1969. What is the reason for that limitation? and is there any way around it? touch -t 6907010101 filename E works okay ...however, touch -t 6807010101 filename E will not work.

Re: touch file date problem

2012-08-19 Thread JD Austin
That's the epoc date; it's supposed to be that way. http://en.wikipedia.org/wiki/Unix_time On Sun, Aug 19, 2012 at 9:17 PM, j...@actionline.com wrote: When using 'touch' to reset the date of a file, I just discovered that I cannot set a date earlier than 1969. What is the reason for that