search for: tedious

Displaying 20 results from an estimated 1120 matches for "tedious".

2006 Feb 23
12
how to output something from within <% %> tags?
simple question: how do I output something from within <% %> tags? e.g. like ''echo'' in PHP. I thought it would be ''puts'' or ''print'' but neither seems to work. right now I always close the %> and open a <%= which is tedious. -- Posted via http://www.ruby-forum.com/.
2005 Aug 09
8
Digest reading is tedious
Like many, I am sure, I get R-Help in digest form. Its easy enough to browse the subject lines, but then if an entry interests you, you have to embark on this tedious search or scroll to find it. It would be great to have a "clickable" digest, where the topics list is a set of pointers, and clicking on a topic takes you to that entry. I can think of at least one way to do this via web pages, but I bet those with more web skills than me can come up wi...
2008 Jul 15
8
SERIOUSLY OT STREAM EDITING IMAGES
...tream edit all the images in a directory and to resize them. I have a large number of images of up to 3GB in size that I want to put in albums on a website, but before I do this I need to resize them to a more realistic configuration. I know how to do this manually with the GIMP but it becomes tedious for more than a few images. Running CentOS 5 as virtualised under XEN as a web server. TIA ChrisG
2006 Feb 07
17
Easy way of dealing with nil properties in templates?
Is there an easy way to deal with nil properties in templates? All I''m aware of are these methods, and it''s quite tedious and surely violates DRY. <%= @member.name unless @member.name.nil? %> <%= @member.name.to_is %> <%= "#{@member.name}" %> csn __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail...
2007 Apr 11
8
graphs superimposed on pictures?
Hi: I am doing some work that involves plotting points of interest superimposed on photographs and maps. I can produce the plots fine in R, but so far I have had to do the superimposition externally, which makes it tedious to do exploratory work. I have looked to see if there is some capability to put a background picture on a plot window, but I have not found anything. Advice, anyone? Cheers Robert Biddle
2006 Aug 01
2
HOWTO? security based on data values
...actions which employees do, and I am trying to implement the same thing for each). So basically, I am trying to implement a ''view'' of the data once an employee logs in, which shows only those transactions, which correspond to the employee''s companies. The simple (and tedious way) is to modify all controllers options and change all find_* methods to take an appropriate ID to restrict the records it returns. Given that there are several entities, this is a tedious approach. Is there some other way to configure this ''data based security'' ? A simple w...
2012 Mar 12
2
--as-cran and need to ignore.svn directories
...ion control directories: ./.svn ./R/.svn ./data/.svn ./inst/.svn ./inst/doc/.svn ./inst/examples/.svn ./vignettes/.svn These should not be in a package tarball. Is there a way to cause R to ignore the .svn folders while running R CMD check --as-cran or R CMD build? It seems a little tedious to have to copy the whole directory tree to some other place and remove the .svn folders before building. I can do it, but it just seems, well, tedious. I have the feeling that you "frequent flyers" would have worked around this already. -- Paul E. Johnson Professor, Political Science...
2012 Dec 30
4
How to multiple the vector and variables from dataframe
...ll: Here's a dataframe(dat) and a vector(z): dat: x1 x2 x3 0.2 1.2 2.5 0.5 2 5 0.8 3 6.2 > z [1] 10 100 100 I wanna do the following: 10*x1,100*x2,1000*x3 My solution is using the loop for z and dat(since the length of z is the same as ncol of dat),which is tedious. I wanna an efficient solution to do it . Any help? Many thanks! My best [[alternative HTML version deleted]]
2005 Mar 15
2
Lemon drops
...NA (Intercept) 462 where I really wanted neither, but (Intercept) 462 Anyone happen to know a neat way out of the conundrum? I can think of rowSums(coef[,1,drop=F]) or of course val <- coef[,1] names(val) <- rownames(x)) but the first one is sneaky and the second gets a bit tedious... -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907
2005 Oct 31
3
multi user setup for Windows software
...ning the same applications (MS Word and a custom windows software that hosts IE6 and several ActiveX controls). AFAIK I have to install IE6 and Word for every user. If there's an update to one of the used components I have to install this update for every user again. That's a bunch of tedious and cost intensive work. So I'd like to install software only once for all users (like I can do on a windows terminal server). Is there a way? TIA, Markus Winhard ========================================================== Ein Service von bingo e.V. - https://webmail.bingo-ev.de/...
2008 Aug 12
3
Suggestion on Network Management software with troubleticket system
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I'm looking for a network management software. And as the network grows it clearly becomes that manual notes is getting too tedious. Also an integrated troube ticketing systemm would be great. Any reference is really appreciated. Thanks. - -- Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial http://linux2.arinet.org 13:10:54 up 5:02, 2.6.24-18-generic GNU/Linux Let's use OpenOffice. http://www.openoffice.org Th...
2009 Aug 17
2
S4 Generics and NAMESPACE : justified warning ?
...stood it, one must explicitly import the functions one needs in pkgB with 'importFrom' to avoid the previous warning. In our example, one would then take care to not import the 'plot' function from garphics name space. This makes the maintenance of packages using S4 packages rather tedious because one needs to import exactly what one needs rather than using the simple 'import' directive. Moreover, the warning "replacing previous import:" is confusing. In this case we have a generic replacing its existing function like 'setMethod' would do and not a function...
2005 Sep 22
3
[LLVMdev] name collision - llvm::tie and boost::tie
...> namespace llvm" and instead prefix all calls with "llvm::"? The header files in boost do not use fully-qualified tie(). I probably should not modify them. But my .cpp file #include them. I hope I could "using namespace" boost and llvm in .cpp file, because it's tedious to use fully-qualified identifiers in boost and llvm namespace. -- Tzu-Chien Chiu, 3D Graphics Hardware Architect <URL:http://www.csie.nctu.edu.tw/~jwchiu>
2010 Jul 16
4
how to comment off sections
...1 .... codeline k } but that could be used in regular script files. When I am still working on a script, I often want to being using what is done, but I would like the parts I am still working on not to be run when I use source() on the file. I can set everything off with #, but that gets to be tedious. Thanks, Josh -- Joshua Wiley Ph.D. Student, Health Psychology University of California, Los Angeles http://www.joshuawiley.com/
2001 Oct 01
3
save plot graph
Dear all, I have a lot plot graphs and i would like to save them. One solution is to use the grab function with xv. But it is tedious.... So is there a R function that can save automatically the result of a plot in a gif or ps or bmp file Thanks Olivier -- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- Olivier MARTIN phone: (33) 04 76 61 53 55 Projet IS2 06 08 67 93...
2019 Sep 30
2
[Spice-devel] Xorg indefinitely hangs in kernelspace
...0000000000003246 R12: > 00000000c02464bb > [124333.380206] R13: 000000000000000e R14: 0000000000000000 R15: > 00005612f10981d0 > > > Best regards, > J Hi Jaak, Why didn't you update bug at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813620? I know it can seem tedious but would help tracking it. It seems you are having this issue since quite some time and with multiple kernel versions. Are you still using Kubuntu? Maybe it happens more with KDE. >From the Kernel log looks like a dead lock. Frediano
2008 Aug 07
4
Switch two rows in a matrix
Hi all, I have a 4 by 4 matrix, and I want to switch row 2 and row 3 first, then switch column 2 and column 3. Is there an easy way to do it? The following is a tedious way to get what I want. But I wonder if there is a way to simplify this. > a=matrix(rnorm(16),4,4) > a [,1] [,2] [,3] [,4] [1,] 0.33833811 -0.9422273 -0.06181611 -1.8346134 [2,] -0.68167996 0.2004836 0.71079887 -1.1590184 [3,] 0.07811688 0.1338694 -1.6126...
2002 Sep 03
3
Getting all R packages
Rather than spend a tedious interactive session picking several (in fact most) of the library packages off the CRAN site one by one, it would be handy to be able to grab the lot in one go (they seem to add up to about 24MB, so it's not a huge download). Is there a way to do this? Thanks for the help. Ted. -------------...
2004 Jun 15
4
"Glueing" factors together
...39;d like to end up with a single factor with levels A0B0, A0B1, A0B2, A1B0, A1B1, A1B2 according to all the combinations which actually occur in the data (e.g. if (A1,B2) did not occur in the data, then A1B2 would not be a level in the resulting "glued" factor). I can see clumsy and tedious ways involving manipulating strings, paste(), etc.; but I'm sure it must be possible more elegantly. With thanks, and best wishes to all, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) <Ted.Harding at nessie.mcc.ac.uk> Fax-to-email: +44...
2005 Jul 26
4
elegant solution to transform vector into percentages?
...)*100 out[1,2] <- ( (sum(store> M & store<= N )) /length(store) )*100 out[1,3] <- ( (sum(store> N )) /length(store) )*100 colnames(out)<-c("percent<=M","percent>M & <=N","percent>N") out But this gets very tedious if I have many cutoff-points. Does anybody know a more elegant way to do this task? Thanks so much. Cheers, Jens