search for: tamara

Displaying 20 results from an estimated 34 matches for "tamara".

Did you mean: amara
2008 Aug 11
1
Problems connecting to remote rsync daemon
This is a newbie question. I've looked through the archives and haven't found an answer to this. I set up rsync in inetd.conf to respond on request. When I give a remote request to the machine, I get the following error: paladin:~ tamara$ rsync -avr /Volumes/Music/Pictures/ rsync:// tamara@server/Pictures/ rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at / SourceCache/rsync/rsync-35.2/rsync/io.c(452) [sender=2.6.9] paladin:~ tamara$ paladin, th...
2012 Jul 04
2
problem with quilt.plot
...itude ~ (NA^o))) axis(1,las=1,lwd=0,lwd.ticks=1.0) title(ylab=quote(latitude ~ (NA^o))) axis(2,las=2,lwd=0,lwd.ticks=1.0) Namely, when I want to execute this code it does not plot it and it does not give any error message. Therefor I don`t even know what could be wrong. Thanks for your help!!!   Tamara [[alternative HTML version deleted]]
2009 Mar 18
2
run r scripts (tinn) via command
Hello, I am working on a project consisting of several r-scripts written in the tinn editor. Is it possible to create a superior r script containing commands to run the sub-scripts one by one? ----- Tamara Hoebinger University of Vienna -- View this message in context: http://www.nabble.com/run-r-scripts-%28tinn%29-via-command-tp22580362p22580362.html Sent from the R help mailing list archive at Nabble.com.
2007 Jun 20
1
extending package with function calling an Objective Caml program
...compiled the right way if the package is loaded. Unfortunately are we not that familiar with R and could not find corresponding information in the documentation. Does somebody know if something as described above is possible? And where information could be found about how to do it? Thanks, Tamara Steijger
2016 Aug 10
2
Asterisk & Vitelity Invite issues
...with chan_sip. Do you > know what is triggering the reinvite in the first place, or does it > look like a normal media reinvite? > every 15 minutes vitelity sends a re-invite to keep the call going. I have a packet capture from it if you'd like it feel free to email me off list @ tamara.wisdom at wiztech.biz
2011 Oct 25
4
comparing two tables
Hi everybody, I would like to know whether it is possible to compare to tables for certain parameters. I have these two tables: gene table name chr start end str accession Length gen1 4 646752 646838 + MI0005806 86 gen12 2L 243035 243141 - MI0005821 106 gen3 2L 159838 159928 + MI0005813 90 gen7 2L
2020 Feb 26
1
Matching regexps
...:matches "From" "<[a-z0-9-]*@[a-z0-9-.]*>" { set "sender" "${1}"; } if not execute "grepfrom" ["${sender}"] { if envelope :matches "from" "*" { set "sender" "${1}"; } This failes to match Tamara Denning <tdenning at cs.utah.edu> when I check that regexp against that string at regex101.com, it shows a match, but the log (from sieve-test) shows: 348: header test 348: starting `:matches' match with `i;ascii-casemap' comparator: 348: extracting `From' headers from mess...
2008 Nov 20
1
convert factors to numbers
...numbers. After reading the csv-file I create a new dataframe by dividing the values of that colum into more colums (then a colum contains just characters or numbers) but the numbers are converted to factors. How can I create the new dataframe without having the numbers converted to factors? ----- Tamara Hoebinger University of Vienna -- View this message in context: http://www.nabble.com/convert-factors-to-numbers-tp20609049p20609049.html Sent from the R help mailing list archive at Nabble.com.
2008 Aug 19
1
generating and using ssh keys with rsync
I'm having troubles generating and using keys with rsync over ssh. The server I'm backing up to has a different name and IP internally than is seen by the external source machine running rsync. How do I set up the keys in this case? tamara
2008 Nov 23
1
tklistbox - R-Objekt
...t;,command=OnOK) tkbind(tkgrid, "<Return>",OnOK) tkgrid(OK.but) The function works, but it does not create any r-object to that I can access later on. How do I have to modify the function that I get an object with the value "method1" or "method2"? ----- Tamara Hoebinger University of Vienna -- View this message in context: http://www.nabble.com/tklistbox---R-Objekt-tp20649714p20649714.html Sent from the R help mailing list archive at Nabble.com.
2009 Oct 31
3
Plots with k-means
Hi, I'm doing a k-means cluster with 6 clusters and 15 variables. Any suggestions on how to plot the results? I've tried the standard xy plot, but couldn't get much of it. Thansk in advance, Iuri.
2012 Jun 10
2
sampling weights for multilevel models
Dear all, I am struggling with a problem which I have been reading on the forums about and it did not seem to me that there is a precise answer to my question. However, I still hope there is one. I am working with http://timss.bc.edu/ PIRLS data and trying to conduct multilevel analysis. There are different weights for each level of analysis in the PIRLS dataset (e.g. there is a school
2011 Sep 13
1
writing a loop using several list()-objects
...eems to be wrong with the indexing but no idea how to fix it. I am not ambitious about creating elegant loops, they simply should work - so please do not hesitate to make any suggestion: clunky or not, it will be greatly appreciated as I have been stuck with this loop for a week now! Many thanks, Tamara -- View this message in context: http://r.789695.n4.nabble.com/writing-a-loop-using-several-list-objects-tp3810215p3810215.html Sent from the R help mailing list archive at Nabble.com.
2007 Oct 31
3
Performance of concatenating strings
Hi, I would like to ask how the paste(S1, S2, sep="") function internally works. Are the two stings copied to a new String? I have a program where successively strings are build up. First the program calls an external function and depending on the result it builds up strings to visualize the result. The external function is really fast, also for huge input data. But the
2013 Jun 01
10
How about add a method to truncate a long text more smart?
sometimes we need to truncate a long text more smart. eg: The Model layer represents your domain model (such as Account, Product, Person, Post, etc.) and encapsulates the business logic that is specific to your application. In Rails, database-backed model classes are derived from ActiveRecord::Base. Active Record allows you to present the data from database rows as objects and embellish
2016 Aug 08
2
Asterisk & Vitelity Invite issues
Hi All, We have asterisk 11.23 running sip to vitelity and from there IAX trunks split off to where they need to go. We are having a problem getting chan_sip to quit ignoring re-invites from Vitelity. Our side ends up sending a reinvite which their side & they do not support us sending a reinvite. Ive tried: canreinvite=no which was supposedly replaced by: directmedia=no Can anyone shed
2004 Jan 23
2
(no subject)
I downloaded R onto my computer using Windows XP The program itself works fine, but my problem occurs when I type help.start() and enter the search engine. Whenever I type anything into it, nothing happens. I've tried reinstalling it a few times, but the same thing keeps happening. I've done the full installation, with all the boxes checked. Thanks for your
2009 Mar 31
1
Convert date to integer
...r parameters. The times have the format "h:m", e.g. 13:00 or 5:30, R classes them as factors. I want to change the times to integers e.g. 13:00 -> 1300. I tried to use "chron" to create a chronological object, but it didn't work for the times (yust for the dates). ----- Tamara Hoebinger University of Vienna -- View this message in context: http://www.nabble.com/Convert-date-to-integer-tp22800457p22800457.html Sent from the R help mailing list archive at Nabble.com.
2009 Aug 30
3
experimental patch for libtheora1.1beta3
...ust/002640.html Attached is a patch for libtheora/patches/patch-lib_x86_mmxencfrag_c I can play videos with it. ?Does it work for you? Best regards -- Dios, gracias por tu amor infinito. http://www.primarilypublicdomain.org/letter/ -- Vladimir T?mara Pati?o. http://www.geocities.com/v-tamara Index: Makefile =================================================================== RCS file: /cvs/ports/multimedia/libtheora/Makefile,v retrieving revision 1.10 diff -u Makefile --- Makefile 12 Feb 2009 03:21:56 -0000 1.10 +++ Makefile 25 Aug 2009 14:46:39 -0000 @@ -2,14 +2,14 @@ COMMENT= ope...
2013 Jun 29
2
how to remove nokogiri warning message
hi I always get this message today WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.9.0 I googled by all solution is for mac, I am use linux(openSUSE 12.3) any one can help? thanks in advance -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop