search for: postion

Displaying 20 results from an estimated 36 matches for "postion".

Did you mean: portion
2007 Jul 23
4
RoR Postion. Full time, Utah
We have 2 positions open for experienced ROR programmers. If you feel like you are a experienced ROR programmer and are looking for a full time position, please send over you resume. You must be willing to re- locate. No contract jobs. We have an in house team and have only 2 positions left. Starting Salary DOE. $30,000-$60,000 with housing, full benefits, 401k, paid vacation, ext. Don''t
2006 May 11
2
Rendering
I want to do something like this: <%= link_to "Attack!", :action => "attack", :id => session[:user].id, :op_id => users.id, :update => "attk-div",:postion => "top" %> But, What should I user link_to will redirect on click so what action do I do? -- Posted via http://www.ruby-forum.com/.
2006 Jul 20
3
AJAX Form, :postion => :bottom but replace when error?
I have a form below a table to add new notes to an item. If the note does not have a title or body, the note is not saved and a form error is displayed. However, if the note validates successfully, then the note is added to the bottom of the table above. Just for reference, the table id is "note_list" and the add form div is id="note_add_form". So, my problem/question
2006 Aug 11
1
Group By
...is to select all the items for a given page number grouped by pos and displayed in a view using a loop like: display position number, number of records for how many records have the same position number output the name loop for for example if i wanted page 1 i would get the following output: postion 1, 3 records name1 name5 name6 position 2, 1 record name2 position 3, 1 record name3 is it possible to get all this information in 1 query and is it possible to display in 1 loop. could you please provide an example to get me started please. -- Posted via http://www.ruby-forum.com/.
2006 Sep 25
1
Passing R connection as argument to a shell command on Windows
...e) to shell command "cut". In general, is it possible to pipe output of a R function to a shell command? How? I want to do something like: z = unz("zipArchive.zip", "fileASCII.ASC") # open connection open(z) # cut lines of the ASCII file in zipped archive at specific postions and send results to another file. shell("cut -c2-3,5-8 z > test2.dat") Anupam.
2008 Sep 17
1
Re adout row and column of a matrix value
Hello R users, I want to readout the row and column postion from a certain matrix value into a csv file. I have only found this syntax "which(a == b, arr.ind = T)" so I get a = matrix [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [1,] 1 1 2 2 2 1 1 2 [2,] 1 2 3 3 3 4 4 3 [3,] 3 3 3 5 5...
2010 Dec 17
1
Change legend position in s.value {ade4}
How do I change the postion of the legend in s.value {ade4} from the defaul , bootom left? thanks Nevil Amos
2011 Nov 16
1
Difference in gnome between centos <> fedora
...ogramm was started at which desktop (for example: thunderbird on desktop 1, firefox on desktop 2, nautilus on desktop 3, ..). The same procedure on Centos takes all programs on the first desktop, so I must arrange the programs on the right desktop. Question: why kows the gnome of Fedora al the postions and the gnome from CentOS doesn't? Is there a way to automaticly arrange the programs ? Gru? Andreas Reschke ________________________________________________________________ Unix/Linux-Administration Andreas.Reschke at behrgroup.com
2007 Sep 28
1
drag and drop reset
I have a draggable, and I place it on a droppable. How do I make the draggable go back to its original postion? Thanks. -Tim --~--~---------~--~----~------------~-------~--~----~ 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 unsubscri...
2011 Dec 02
1
Plot coordinates with gradien colour according to a different column
Hi everyone, I'm having problems with plotting my data. I have a set of positions with different attributes and I'm wondering if I can plot it, as x,y plot, with gradient colours according to a 3rd factor. Is it possible to show gradient segments between postions and not one-coloured segment between each one? I've been trying plotrix color.scale.lines with no luck. I'm very thankful for any help!! Cheers, Lara -- View this message in context: http://r.789695.n4.nabble.com/Plot-coordinates-with-gradien-colour-according-to-a-different-column-tp41...
2006 Jun 07
1
Fw: Help needed using lattice for area plots lpolygon, xyplot.
...ave attempted with various settings of position. ( i.e. position = c(0,0,1,1) etc settings as well. I am not understanding something about the positioning panels. I am missing some subtle difference between polygon & lpolygon, or am missing something about panel overlays &/or panel postions. #http://addictedtor.free.fr/graphiques/graphcode.php?graph=7. par(bg="white") n <- 100 set.seed(43214) #just so we have the same exact graph x <- c(0,cumsum(rnorm(n))) y <- c(0,cumsum(rnorm(n))) xx <- c(0:n, n:0) yy <- c(x, rev(y)) plot(xx, yy, type="n", x...
2009 Dec 27
1
Positions in datasets
Could someone help me understand this Basically I want to know the position of certain numbers in large output data sets. First consider the following simple example where we get the postions of ones (1) in the vector q. > q <- c(5,1,1,3,1,1,1,1) > q [1] 5 1 1 3 1 1 1 1 > for (i in 1:length(q)) if(q[i]==1) print(i) [1] 2 [1] 3 [1] 5 [1] 6 [1] 7 [1] 8 Well done! But now consider the following case where the input consists of different combinations of the three numbers 2,...
2012 Jan 19
1
Legend problem in line charts
Hi all, Small problem in generating the line charts. Question: Legend for the first graph is coming wrong., for second graph correctly. Please fix the legend postion at the down of graph. Plesae give me the solution. Thank you Devarayalu Orange1 <- structure(list(REFID = c(7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9), ARM = c(1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 2, 2), SUBARM = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
2005 Mar 17
1
help for matrix formation.
Dear people, I've been trying to find a way to do the following. I have a data set in text file with 3 columns and 2400 rows. i tried to read the table as fisrt<-("ex.txt",header=FALSE) I would like to read the third column values (which has 2400 value) and split them into matrix of size (600,4): as first 600 column values in first column in matrix and next 600 next
2006 Jun 07
0
Help needed using lattice for area plots lpolygon, xyplot.
...ave attempted with various settings of position. ( i.e. position = c(0,0,1,1) etc settings as well. I am not understanding something about the positioning panels. I am missing some subtle difference between polygon & lpolygon, or am missing something about panel overlays &/or panel postions. #http://addictedtor.free.fr/graphiques/graphcode.php?graph=7. par(bg="white") n <- 100 set.seed(43214) #just so we have the same exact graph x <- c(0,cumsum(rnorm(n))) y <- c(0,cumsum(rnorm(n))) xx <- c(0:n, n:0) yy <- c(x, rev(y)) plot(xx, yy, type="n", x...
2009 Oct 04
1
extraction from data.frame
Hi, I extracted from a data.frame (x) of 27 columns a smaller data.frame (x2) with 12 columns whit the following: x2=x[, c("BROVISINGVal", "CHATVal", "EMAILVal", ..., "Piano.Tariffario")] Anyway I want to form x2 by extracting all the rows that assume any value for the first 11 columns but a particular value (2) for the last one
2006 Apr 18
1
gettin erro with xapian binidngs 0.9.5
...------------------------------------------------------------------------ $doc = new_Document(); Document_set_data($doc,$filep); $lines=file("op.txt"); //count is used to overcome an error in extract_from_file11..it returns a file containing one extracted devanagari word per line plus its postion(ie. on which line it appears..line is defined as something that ends with Hindi "|" ie.full stop) $count=0; $t1=time(); foreach($lines as $l) { if($count==0) { $count++; continue; } $pieces=explode(" ",$l); $term= rtrim(souindics(souindics_preprocess($pieces[0]))); echo...
2011 Nov 16
1
detect subset in series
Dear R Users, I am curious whether there is any simple solution o my problem. My example 'series': series <- c(1,1,1,0,1,0,0,1,1,0,0,0,0,1) My 'subset' of interest: subset <- c(0,0,0,0) Is there any function which tells me that the subset exists in my series, and gives me position where in series is starts. In provided example the subset exists and covers the elements
2002 Jan 29
0
(PR#1287) seek was ignoring the `origin' argument (was
...0 0 11884 25888 25977 11552 > [37] 22560 0 0 0 0 0 0 0 0 0 0 0 > [49] 0 0 0 0 0 0 0 0 0 0 0 0 > [61] 0 0 0 0 > > seek(s) > [1] 128 # here seek reports the correct postion > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html > Send "info", "help", or "[un]subscribe" > (in the "body", not the subject...
2006 Jul 10
0
draggables in IE visible outside div with overflow=hidden
...E the images are shown outside the containing div and the scroll bar does nothing I think this is because the images have position=relative style applied by prototypes makepositioned function, but am unsure how to work around this. Below is the sample html I''m using (the img''s postion relative is there as the draggable code generates that for the element): <style> #scrollcontainer{ width:200px; height:100px; border:1px solid #666666; overflow:auto; } img{ float:left; width:60px; } #inner{ wid...