search for: kleb

Displaying 7 results from an estimated 7 matches for "kleb".

Did you mean: gleb
2007 Aug 21
7
Signin to LinkedIn
...e <<<< Currently returns signin page I tried mucking about with a session key, but no joy: login_form.session_rikey = agent.cookies.find{ |c| ''JSESSIONID'' == c.name }.value (My goal is to scrape a list of my connections'' new connections.) Thanks, -- Bil Kleb http://nasarb.rubyforge.org
2007 Feb 11
2
"no camping required" deployment?
...ing it approved by our IT folks is daunting, and requiring an Internet connection is troublesome for our black-world users. So, I''m thinking either a stand-alone executable (via RubyScript2Exe?) or a set of static HTML pages they could load locally? Any other suggestions? Thanks, -- Bil Kleb http://fun3d.larc.nasa.gov
2007 Feb 09
2
a series of tabbed forms
Hi, I''ve previously described one of my wish list items, http://kleb.tadalist.com/lists/public/427170 in http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/217068 where I basically take a hash of hashes and create a set of tabbed dialogs for each key of the large hash where each tab has a form to set each key-value pair of the embedded hashes. Toward...
2007 Apr 28
6
RESTful web service tutorial?
...culator: feed it an airfoil geometry, an angle of attack, and a Mach number, and it returns the lift, drag, and pitching moment ablation: feed it surface temperature and thermal protection material properties, and it returns surface blowing rate and specie mass fractions. Thanks, -- Bil Kleb http://fun3d.larc.nasa.gov
2006 Mar 24
9
Escaping characters
Hi, I am writing some help about post formatting. I am using redcloth to format the text, and in a FAQ, also formatted with redcloth, I explain what to type to what to obtain. So, how could I escape ''*'', ''#'' & Co, to have an output like <redcloth> Type *word* to obtain <strong>word</strong> </redcloth> I tried "Type
2006 Apr 29
1
Textile to LaTeX
Hello, Is there a patch laying around somewhere to convert Textile to LaTeX? (Instiki did/does this?) Or, better yet, is RedCloth 3.1 still in the pipeline? In ruby-talk 129874 (7 Feb 2005), why the lucky stiff wrote: > > Let me give you a roadmap of what to expect with RedCloth 3 > in the coming months. > > RedCloth 3.1 will focus on getting us diverse outputs.
2007 Sep 20
4
issues submitting a search form
Hello to the list and thanks to Aaron for the cool software. I''ve been fooling around with Mechanize and Hpricot for a couple of days and from the docs I''ve read, the following code SHOULD work but doesn''t. I''ve tried the same code on a couple of different sites and I get the same exception for each. Any pointers or suggestions are appreciated.