Displaying 6 results from an estimated 6 matches for "mammon".
Did you mean:
sammon
2002 Aug 23
2
try-error in batch and interactive mode (PR#1934)
I have a tiny R script performing two tasks, the first one of which may
contain error.
mammon(12)% cat z.R
version
options(show.error.messages = FALSE)
try(b <- log("foo")) ## task 1
1 + 2 ## task 2
Running in batch mode from a solaries machine, the second task never got
started; see below:
mammon(13)% R BATCH --vanilla -q z.R
mammon(14)% cat z.Rout
> invi...
2002 Aug 20
1
try-error in batch and interactive mode
I have a tiny R script performing two tasks, the first one of which may
contain error.
mammon(12)% cat z.R
version
options(show.error.messages = FALSE)
try(b <- log("foo")) ## task 1
1 + 2 ## task 2
Running in batch mode from a solaries machine, the second task never got
started; see below:
mammon(13)% R BATCH --vanilla -q z.R
mammon(14)% cat z.Rout
> invi...
2007 Jan 18
5
Session IDs and SWFUpload
Hi
I''m using SWFUpload in one of my applications, but it has one big
shortcoming: it doesn''t maintain the session. Let me explain:
The user has to login to the application, thus creating an
authenticated session (cookie _session_id client side and the
sessions table server side). However, when you use SWFUpload, the
upload script is called with a new session
2008 Jan 17
1
compression level
...The Creator of C++
'And so at last the beast fell and the unbelievers rejoiced. But all was not
lost, for from the ash rose a great bird. The bird gazed down upon the
unbelievers and cast fire
and thunder upon them. For the beast had been reborn with its strength
renewed, and the
followers of Mammon cowered in horror.' --From The Book of Mozilla, 7:15
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20080117/5309363b/attachment.html
2008 Feb 07
1
Nullsoft winamp's FLAC plugin
...The Creator of C++
'And so at last the beast fell and the unbelievers rejoiced. But all was not
lost, for from the ash rose a great bird. The bird gazed down upon the
unbelievers and cast fire
and thunder upon them. For the beast had been reborn with its strength
renewed, and the
followers of Mammon cowered in horror.' --From The Book of Mozilla, 7:15
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20080124/a944348f/attachment.html
2007 Mar 14
9
file_field doesnt work inside form_remote_for
When I do file_field within a form_for things are fine... but within a
form_remote_for, with nothing else changed, I find that the params
does not even have the element document[uploaded_file] even though it
is definitely present in the HTML source in the form. Obviously the
file upload fails.
Am I missing something? Or has someone else faced this? Or is this a
known bug?
Rajesh