Displaying 20 results from an estimated 100 matches similar to: "Ajax - Upload File Upload"
2006 Jan 19
5
script.aculos.us and the in_place_editor
Hi there,
I''ve been trying incorporate the in_place_editor, but have had no luck
so far. I read the Ajax.In Place editor wiki on script.aculos.us which
was informing, but still left me wondering about a few things.
Here''s what I''m trying to do. A user has a profile page which lists
their name, age, homepage, etc... There is no form on this page...
it''s just
2005 Aug 15
2
Newbie rendering problem
Hi
On every list request i render an item partial through a collection of
items. the item table has 3 columns namely name,anotherName and id. the
item partial looks like
<%@item=item%>
<%= error_messages_for(:item) %>
<tr id="<%=item.id%>">
<% for column in Item.content_columns %>
<td><%=h item.send(column.name) %></td>
<%
2007 Mar 15
8
in-place-editor
hi @ all
how can i save my edited text in the database with php?
thanks for your support
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send
2007 Apr 09
0
Unobtrusive IPE -- comments, please
I just coded an unobtrusive In Place Editor and wanted to get some
review and comments for it. Anyone spot anything obvious that I could
do to streamline this?
Thanks,
Walter
<script type="text/javascript" charset="utf-8">
var rightClick = function(e){
Event.stop(e);
var editListing = new Ajax.InPlaceEditor("listing_body",
2010 Feb 14
1
mlogit function cut off formular
I'm trying to fit a multinominal logistic model using package mlogit. I have
15 independent variables. The code looks like this:
m<-mlogit(score~0|f1+f2+f3+f4+f5+f6+f7+f8+f9+f10+f11+f12+f13+f14+f15, data,
reflevel="1")
And it gives the following error message:
Error in parse(text = x) :
unexpected ')' in "score ~ 0 + alt:(f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8
+ f9
2006 Aug 29
1
Synchronize /etc/passwd (for examle in a RedHat) with smbpasswd
Hello,
I'm looking for a way, to synchronize the linux/unix passwd file with
the smbpasswd file. The best would be if passwd triggers also smbpasswd,
or something like a daemon who synchronize them periodical. I've
allready checked around the whole net, but there seems nothing to be
there, that helps?
Did anywone of you have a good tip for me?
tnx
dude
2005 Jan 26
1
Not same size after sync?
Hello, I'am using rsync with following options to sync a package repository
from the SUN server svsan131 to svsan133 (also SUN Server):
RSYNC -e "ssh -l $SYNC_USER -i $SSH_TOKEN" --rsync-path=/opt/bin/rsync_dir_link -aRHvz --delete $dir $REMOTE_SRV:/
Everything works well, but when I check after both filesystems, I have following difference:
(svsan131:root) # du -ks /pkgpool
2012 Apr 26
0
nnet formular for reproduce the expect output
Dear All,
I am recently working on neural network using nnet package. The network has
4 hidden layers and 1 output layer, the target output 1 or 0.
The model I use is as follows:
nn<-nnet(target~f1+f2+f3+f4+f5+f6+f7+f8+f9+f10,data=train,size=4,linout=FALSE,decay=0.025,maxit=800)
It works well and give me ROC 0.85. However, when I want to reproduce the
result in java, I cannot get the same
2011 Apr 30
1
More flexible aggregate / eval
Dear list,
I would like to do some calculation using different grouping variables.
My 'df' looks like this:
# Some data
set.seed(345)
id <- seq(200,400, by=10)
ids <- sample(substr(id,1,1))
group1 <- rep(1:3, each=7)
group2 <- rep(1:2, c(10,11))
group3 <- rep(1:4, c(5,5,5,6))
df <- data.frame(id, ids, group1, group2, group3)
df <- rbind(df, df, df)
df$time <-
2007 Sep 30
3
Problems with Forms
Hi,
I am using mechanize for a while now. Works great. But at the moment I
have a small problem using it.
The problematic file is attached. In that PHP-File you will see a
formular, but mechanize doesn''t recognize it.
Could somebody check this?
Thanks,
Bodo
--
http://www.tvbrowser.org
http://www.wannawork.de
-------------- next part --------------
An HTML attachment was scrubbed...
2011 Jul 29
1
Using perm.t.test() upon Matrix/Dataframe columns parted by factor instead of t.test()
Hello dear subscribed Users,
this is my first post, so please forgive me for any inconveniences.
The following problem: I have a dataframe containing a factor column.
For each column i would like to compare means as parted by the factor.
Using the normal t.test function I have already achieved my goal. But i
think, that for my original data, a permutational t.test would be better
suited.
2005 Oct 19
1
samba-3.0.10-1.4E (RHEL4); Invalid key XXX given to dptr_close
Hi List,
need your help, property the here following.
OS / Samba = samba-3.0.10-1.4E (RHEL4)
Error message in Samba logfile = Invalid key XXX given to dptr_close
This message comes then if by NT server with BrighStore a Backup is started.
The Backup is made by a Share.
all the same with or without
kernel oplocks = no
level2 oplocks = no
oplocks = no
without success
Info:
Error Log from
2007 Nov 12
2
how to extract the original data of a glm object
my function is
glm(a~log(b)+c+d+e,family=binomial,data=f)->aa
I want to extract the original data set of aa. How to do it ?
You may suggest the model.frame() function. In fact ,i have tried it.
model.frame returns a data frame of containing a,log(b) NOT b,c,d,e
I want to extract a data frame containing a,b,c,d,e,which is exactly the
same as "f"
How can I achieve this
2010 Jul 21
4
Chi-square distribution probability density function:
Hi to all I found
an formular of an **
***p-Value Calculator for the Chi-Square test*
*http://www.danielsoper.com/statcalc/calc11.aspx*
*with the formula*
*http://www.danielsoper.com/statkb/topic11.aspx*
*what's the gamma function of this formula in r?*
*df=5*
*ch2=25.50878*
*the following code does not give the result <0.001 for the values above *
*p=
2006 Feb 09
1
effect sizes in lme/ multi-level models
Dear alltogether,
I am searching for a way to determine "effect size" in multi-level
models by using lme().
Coming from Psychology, for ordinary OLS there are measures (for
meta-analysis, etc.) like
CohensD <- (mean_EG - mean_CG) / SD_pooled
or
(p)eta^2 <- SS_effect / (SS_effect + SS_error)
I do not intend to lead a discussion of the usefulness of such measures
as long as
2006 Jun 06
5
ruby mathematical expression parser
Hi,
Has anyone come across a Ruby mathematical expression parser, capable
of parsing out token, replacing them with values then executing the
mathematical formula? Nothing too heavy, A * (44/12) * ... etc. where
A is can be replaced with a value.
In Java there are serveral, like JEP, but I''d prefer it we could get a
Ruby one now we have moved over to Rails, otherwise we will have to
2005 Oct 19
0
AW: Re: samba-3.0.10-1.4E (RHEL4); Invalid key XXX given to dptr_close
Fabian,
Fast explains.
On the NT server work BrightStore with version r9, more highly does not go
because of NT.
On the REHL4 side works (worked) BrightStore Linux Client r11.5. Smaller
version does not work goes because of RHEL4.
BrightStore servers r9 and Linux Client r11.5 are not compatible
unfortunately.
I must now decide everything with the version Share to work to get.
Or the operating
2013 Sep 27
2
RV: cronbach
¿existe algún método en el cual no sea necesario hacer este trabajo y que
aparezcan los nombres de las preguntas?
label.cronbach <- label.var(p01, "¿Le agrada el programa que se le ha
mostrado? ")
label.cronbach <- label.var(p02, "¿Cree que ayuda en el aprendizaje?")
label.cronbach <- label.var(p03, "¿Propicia el trabajo en el equipo?")
label.cronbach
2006 Apr 17
0
FW: evalScripts in IE
Here you go:
Very Basic Example (save them to your desktop and fire ajax_updator.html. Please make sure prototype.js is also present there):
You may find errors and can suggest 100 other approaches, but this should be enough to demonstrate how evalScripts works.
-Mandy.
_______________________________________________
Rails-spinoffs mailing list
2008 Jan 22
0
Questions about fast clock in 64-bit linux hvm
Hello all,
I''ve got a couple of questions about an issue I''m seeing in Linux HVM
guests on 64-bit AMD systems. The clock is running slightly fast, and it
builds over time at different rates on different guests to become an issue
in virtual server pods we''re testing. I upgraded to Xen 3.2.0 from 3.1.2
recently but the issue hasn''t improved so far. I have a