search for: betabrit

Displaying 2 results from an estimated 2 matches for "betabrit".

Did you mean: betabrite
2004 Mar 31
3
xml output from * ?
Hi Yawl, I took delivery this morning of a used BetaBrite LED display sign which I promptly set about playing with. Having found a windows app that grabs XML headline files from places like Slashdot and CNN as well as stocks etc I had an idea. What if I could get it to display stats from *? Things like call volume, queue stats, message waiting info. No...
2007 Aug 21
7
Signin to LinkedIn
Hi, Does anyone have the formula for getting logged into LinkedIn? Here''s my current attempt: require ''rubygems'' require ''mechanize'' agent = WWW::Mechanize.new home_page = agent.get(''http://www.linkedin.com'') signin_page = agent.click home_page.links.text(''Sign in'') puts "\nSIGNIN PAGE"