search for: fun3d

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

Did you mean: fun3
2007 Feb 11
2
"no camping required" deployment?
Hi, So Lennon got me going with my database-less Camping app, but I''ve just realized that, I have no deployment strategy. This app is to provide a GUI front end to our FUN3D fluid flow simulation monster, which is used by ourselves, companies, universities, hobbyists, and the military. The end result of which, is a file of (key, value) pairs read by FUN3D. Requiring our users to have Camping installed is too much to ask. While we could host the Camping app, the hass...
2007 Apr 28
6
RESTful web service tutorial?
...d 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
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"
2007 Feb 09
2
a series of tabbed forms
...RubyWebDialogs, but he said that it is dead in favor of Rails. I want something less heavy that I can wrap my tiny brain around. Does anyone have a non-database-backed Camping app with tabs they could share as an example? (Or suggest an alternative approach entirely.) Thanks, -- Bil Kleb http://fun3d.larc.nasa.gov
2006 Apr 29
1
Textile to LaTeX
...getting us diverse outputs. I am > reconciling LaTeX and Docbook patches right now. I also have > a ClibPDF patch. I want to freak out our publication folks by generating a NASA Technical Memorandum from our Redcloth-generated webpages every time they change. Thanks, -- Bil http://fun3d.larc.nasa.gov
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.