search for: collage

Displaying 16 results from an estimated 16 matches for "collage".

Did you mean: colleage
2003 Oct 13
7
PrePaid Application!!!!!
Hello, Here in our office we are testing Asterisk. My collage Igor created to Asterisk PrePaid application with Postgresql. It is not in Perl. We would like to release it to the group.... as soon as it will work ok. It will have authentication, different rates for users, different rates for destinations and so on. Is there anybody who would like to improve i...
2007 Mar 06
1
photo_gallery
Hi, I''m trying to build the photo_gallery (example), but receive the following error: $ webgen /home/ov/work/photo_gallery/plugin/collage.rb:90:in `load_plugin'': uninitialized constant #<Module:0xb7153b48>::Collage::FileHandlers (NameError) ? ? ? ? from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:224:in `load_from_file'' ? ? ? ? from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plu...
2006 Aug 17
3
file_column do download from URL
...ttachment.find_first.filename = open(url) if not working as expected... what is interesting is that: >> @a = open(''http://www.google.com/intl/pl_ALL/images/logo.gif'') => #<StringIO:0x3c22390> >> @a = open(''http://research.microsoft.com/~dcr/art/lamps/collage/P0002190.JPG'') => #<File:C:/DOCUME~1/VALUED~1/LOCALS~1/Temp/open-uri356.2> smaller files return StringIO larger - File (Tempfile to be specific) Any hints? -- Posted via http://www.ruby-forum.com/.
2010 Jun 18
2
nchar( NA )
Hello, Is this expected ? > nchar( c( "", NA ) ) [1] 0 2 Should not the second one be NA ? Romain -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr |- http://bit.ly/98Uf7u : Rcpp 0.8.1 |- http://bit.ly/c6YnCi : graph gallery collage `- http://bit.ly/bZ7ltC : inline 0.3.5
2005 Jul 21
3
Stupid hold music
Does anyone have a collection of stupid hold music? Y'know, the sort of thing that would drive a person mad? Silly songs, repetative tunes etc? The best I can come up with is; I know a song that drives everyone up the wall I know a song that drives everyone up the wall I know a song that drives everyone up the wall And this is how it goes I know a song that drives everyone up the wall I
2012 Apr 01
1
[GSoC2012] Learning to Rank: few thoughts/issues
...g in Matlab/Java. More details about me: [link<http://www.rishabhmehrotra.com/index.htm> ]. I have been working on a project on Topic Modeling(using Latent Dirichlet Allocation) for Tweets. Link <http://code.google.com/p/tweettrends/> of the code on Google code. Also, I am involved in a collage project on building *focused crawler *& extending it to something like NELL <http://rtw.ml.cmu.edu/rtw/><far-fetched dream as of now :) >.[Google code link<http://code.google.com/p/bits-crawler/source/browse/> ] Please let me know how you feel about the above mentioned points...
2010 Jun 03
2
sig for R and C++
Dear R People: Is there a sig for people using R and C++, please? Thank you in advance, Sincerely, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2010 Jun 09
1
Highlighting Text in Console
Anyone know how I can highlight specific words/letters (e.g., bold, or different colour) when displaying text to the console using cat or equivalent? I can change e.g., the colour for everything by loading in a new Rconsole file, but what I really want to do is write "hello world" to the screen but with the word "world" highlighted in some way. I've searched the
2010 Jun 09
1
minor tick marks
Hi ! I need a plot for data extending over several orders of magnitude on the y axis. The following command generates a nice looking semi-log plot for my data: plot(x,y,log="y",type="l",lty=3, ylim=c(0.01,2),yaxp=c(0.01,1,1),las=1) I would appreciate having also minor tick marks in-between the 3 major ticks obtained with the above command. The "minor.tick" function
2011 Jul 21
0
Quoi D'Neuf, a beautiful Pinot Noir from the Loire
...This nearly-SO2-free and unfiltered wine had a price tag of about 6 ? at Le Verre Vol? (the wine shop at 38 rue Oberkampf in Paris) and Villemade made only 2000 bottles of it, so hurry up for the last bottles.... The label was designed by the Paris-based American artist Mattew Rose, who works with collages like the surr?alistes. The man who lives near the wine shop La Cave des Papilles is a regular of the wine shop where he met once Herv? Villemade and had this label project started. This all makes this small-batch cuvee even more desirable. Here is his Flickr Photo stream with some of his Art. htt...
2010 Jul 09
2
Defining a method that behaves like '$'?
Hi, is there a way to define a method say '$$' that would behave like '$' and allow calls like 'a$$name'? Thanks. Renaud -- Renaud Gaujoux Computational Biology - University of Cape Town South Africa ### UNIVERSITY OF CAPE TOWN This e-mail is subject to the UCT ICT policies and e-mail disclaimer published on our website at
2010 Jun 15
1
Error when callin g C-Code
Hi when I call the function below in R, i get the error: Object 'pairlist' can't be converted to 'double'. #include <R.h> #include <Rdefines.h> #include <Rmath.h> SEXP CSimPoisson(SEXP lambda, SEXP tgrid, SEXP T2M, SEXP Ni, SEXP NT) { double sign, EVar; double *xlambda, *xtgrid, *xT2M, *xNi, *xNT, *xtau; SEXP tau; int ltgrid =0; int i = 0; int j = 0;
2010 Jul 05
2
nested for loops
Dear Admin, I will appreciate if you advise me an effective way to write the following R code including nested for loops. I cannot do it by using expand.grid function because it results with memory allocation problems. Thanks for your time and consideration. for(d1 in 0:n){ for(d2 in 0:n){ for(d3 in 0:n){ for(d4 in 0:n){ for(d5 in 0:n){ for(d6 in 0:n){ for(d7 in 0:n){ for(d8 in 0:n){ for(d9 in
2010 Jun 19
2
Call by reference or suggest workaround
I have written code to compute multi-indices in R [1] and due to the recursive nature of the computation I need to pass around the *same* matrix object (where each row corresponds to one multi-index). As pass by reference wasn't the default behavior I declared a global matrix (mat) and used the <<- operator to write to the global matrix. So the usage would be to call genMultiIndices(3,2)
2010 Jun 18
3
C interface
Greetings, I am trying to call simple C-code from R. I am on Windows XP with RTools installed. The C-function is #include <R.h> #include <Rinternals.h> #include <Rmath.h> #include <Rdefines.h> // prevent name mangling extern "C" { SEXP __cdecl test(SEXP s){ SEXP result; PROTECT(result = NEW_NUMERIC(1)); double* ptr=NUMERIC_POINTER(result); double t =
2020 Jun 04
5
Ubuntu 20.04 setup
Louis, et al. Hi! So, I'm working on a 20.04 setup. I think I'll still use the distro version and not Louis' packages. [No offense Louis - I just need to be sure if (forbid) anything happens to Louis, his packages aren't going to be supported any more, and I'll be on my own for security updates etc. The 20.04 versions are pretty current, and I think will meet my needs for the