search for: wjh

Displaying 12 results from an estimated 12 matches for "wjh".

Did you mean: wch
2006 Feb 06
2
File_field and Firefox
Hi! Im developing a simple prototype of an application. It fills an oracle db with data about a file in the filesystem, and save the entire file in a blob along with some metadata. To get the file in the db i use a file_field form helper. All goes well with the radrails-integrated browser, but it doesnt work anymore in firefox. The problem is, firefox seems to cut the pathname from the file. Here
2002 Mar 21
0
RE: Radar track data
...math.ethz.ch Subject: I am sorry to bother you with an applications question. I work for the FAA and have need to smooth radar track data. Seems that all the smoothing techniques assume functional data. Any help would be greatly appreciated. Best Regards, Scott Summerill ~~~~~~~~~~~~~~~~~~~ WJH FAA Technical Center Mail Stop ACT250 Atlantic City Int'l Airport Atlantic City, NJ 08405 Phone 609-485-6377 Fax 609-485-5457 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. -.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "...
2006 Jan 26
42
ruby script/generate scaffold Product Admin hangs
Hi I am running Mac OX tiger with the installed ruby 1.8.2, and mysql5 (I checked that it was running in preference). I tried to run the various fixes recommended in agileweb. I am stuck on page 57, script/generate scaffold... > Could you paste in your database.yml file, from the > "config" folder inside your Rails app? If you have any > passwords entered there, you should
2004 Nov 02
2
Starting with R
I am studying R and within the first 3 lines of demo("graphics") I get completely stuck. could you 1. give me the answer so I can move on 2. tell me how I might find the answer. On my mac OSX, the first command is equivalent to get("quartz")() now get("quartz") would be a regular function format but what is get () ()? what kind of beast? does get() return a
2006 Feb 06
5
Just to say hello.
I just subscribed to this list and i just wanted to say hello before starting dumb questions about rails. I just started my programming career with a ruby''n''rails application here in italy and i could use some help, and in time, when i will be more skilled, i will be glad to give some help back ;) See you! -- Maurizio Marek idnondisponibile@tin.it
2006 Apr 07
1
smbcacls cannot locate the object of a samba share
...c=com ldap delete dn = Yes ldap group suffix = ou=Groups ldap idmap suffix = ou=Idmap ldap machine suffix = ou=People ldap suffix = dc=test,dc=com ldap ssl = no ldap user suffix = ou=People idmap backend = ldap:ldap//localhost idmap uid = 15000-20000 idmap gid = 15000-20000 admin users = wjh, gfm hosts allow = 192.168.1., 127. cups options = raw delete readonly = Yes dos filetimes = Yes dos filetime resolution = Yes fake directory create times = Yes [homes] comment = Home Directories invalid users = root, bin, daemon, adm, sync, shutdown, halt, mail, news, uucp, operator, nobo...
2006 Feb 09
13
Howto work with a page not generated by the scaffold ?
I am a newbie Ruby and RoR user. In my tests using the turorials that I found over the web, everthing is working fine and I am very impressed about RoR framework. As I am a Delphi developer, without any web development experience, There is some thing hard to understando and I didn''t find a tutorial about this. I wonder how to create a non-scaffold page ? I have customers,
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...9SDmC+wY1Y~ulkUwOHjPKsO;SGL0=m|0VY;*;rVR*y zGj{L|$XR2%PKzk((Yes$J&abmA at tzHrpt7l+nil-%cBfkQJ>`dX^IKj63e1_cAeDh zYHp8Nwbs{hxpiB+g$-Ct`b at f~b_JPmlr;6BBU)-sTV;~!rk$N=VGz|tq7A88m&TT1 z4M>oK9WcJ`Yo=r at XhdopwCu$i9CN()gcCtQY~04}sxem&x%zmDd0Ej>_OTk-s_OHL zEc(W6&R}!P8uuZK!v){=#wjhXcxc^_dT4jWTNX|Z=!#n0G>dd^Rr_h&ziV+VR6ASD z7e>I2hn!fl0_UirWGzkL1g$sG><Zx}gtF(^^gQ-jU*Y=(Keg1AUI8_NV~x#JsaEIQ z^UV!!an5%-TNC~qYV~9#vZeY*BERT=C5XOQa(at-Crw_xmlwu at uiK}{{-fwQ<Ls(Q z!e|kEyNyImrCT!rF<uBQZLq*YbbS at O1p7%K0C*cvO^z`FfO})2>B{B3rthx&aM&WY z0L{HvzBz%w=m3*fg&...
2004 Aug 06
1
Where can I find the implementation of function speex_encode( )
Hi, Guys I am starting looking the source code of Speex. Maybe a little silly, but I can not find the implementation of the function speex_encode(). Only something like below void speex_encode(void *state, float *in, SpeexBits *bits) { (*((SpeexMode**)state))->enc(state, in, bits); } Does that mean some of the detail implementation is embedded in lib without source code? I am new in
2006 Jun 22
0
Welcome aboard actions
Hi Does anyone know how I can deconstruct the welcome aboard page? I found this thread that offers some info, http://www.nabble.com/Strange-messages-in-%22congratulations%22-mode-t1106264.html#a2901229 "properties is the method that services the rails_info/properties action invoked by the link" How can I trace what is happening? -- View this message in context:
2004 Dec 27
1
splot.screen: multiple plots
I have multiple conditions that I would like to plot in a grid. To save space, I don't need the ticks, labels etc on the plots which are not on the outside. I tried split.screen, but if it is clearer to use, it seems pretty rigid since it decides of each screen size apriori while I need more space for the left column and top or bottom row screens than for the other plots. axis(1,tick=FALSE)
2006 Mar 28
3
compiling php with fcgi on tiger
I can''t figure out how to compile php with fcg enabled. I found a website which gives an example of how to write options in configure http://scoops.totallyrule.com/articles/2006/02/01/mysql5-ab-package-and-php5 So I wrote ./configure --prefix=/usr/local --program-suffix=5 --enable-fastcgi --enable-discard-path --enable-force-cgi-redirect --with-mysqli=/usr/local/mysql/bin/mysql_config