search for: apropri

Displaying 20 results from an estimated 80 matches for "apropri".

Did you mean: propri
2013 Jan 19
1
Ethernet frame header size of TAP device and apropriate MTU calculation
Hello, all! I have many questions about tap device architecture. What is a right way to calc mtu on TAP device to avoid fragmentation on real eth device? I suppose TAP MTU = 1500-8(UDP)-20(IP)-18(Ethernet) = 1454. So I'd set 1454 for tap device: "ip link set mtu 1454 dev eth0" I'm not shure about what is the exact size of ethernet frame header, which tap device use in switch
2009 Oct 29
3
x-y plot as an histogram
Hi, I am investigating a problem for which I found no solution. I have a matrix with two columns. I have plotted it as an x-y plot (plot(matrix[,1],matrix[,2]) But this is not apropriate for my purposes. I need to group the data in matrix[,1] into groups (as an histogram would do). Then I have to calculate the average of matrix[,2] for each group. Before starting with loops and loops I would like to know if is there some way to do this easily with R. Thanks in advance! F...
2006 Aug 10
8
Problem installing rails with gems
I have ruby 1.8.4 and gem 0.8.11 installed on Ubuntu Dapper. Now I wanted to use gem to install rails (as documented in the wiki). That worked fine, but afterwards, the command rails is not found. It seems that the gem install command does not place the binaries in the apropriate directory. The instruction pages at the Rails websites show that one cun simply type "rails" after the gem install, but that does not work here. Is that known/on purpose/a bug? -- Posted via http://www.ruby-forum.com/.
2000 Apr 12
1
Problems with SuSE 6.4
Hello! A friend of mine tried to install R 1.0.0 on a Linux SuSE 6.4 with new compilers and new X. First the X-libs could not be found. Using the apropriate flags to change the paths for X-libs for configure (deleting first configure.cache) did not solve the problem. So he copied the libs to the expected /usr/X11/lib/ resp. include (because linking was not possible) it compiled fine up to the following error: system.c line 106 Invalid asm statement...
2005 Nov 03
4
shared-mime-info (PR#8278)
...really a feature request, not a bug. I wrote the mail to R-devel, but nobody answered it. I use Gnome on my computer and sometimes I use its default text editor gedit. It uses gtksourceview library for syntax highlighting. I decided that it would be nice if gedit supported R syntax. So I created apropriate .lang file: http://bugzilla.gnome.org/show_bug.cgi?id=157370 Gedit picks apropriate lang file according to file mimetype, so I created apropriate mime type for files with extension .R. I filed a bug report at freedesktop.org: https://freedesktop.org/bugzilla/show_bug.cgi?id=1782 There Christop...
2006 Jun 20
1
Wish/suggestion: add output of citation() to package "manuals" (PR#9009)
Dear R core, influenced by recent panel discussion in Vienna I think that it would be nice to add package specific output of citation() function to package reference manuals. I think that apropriate place would be just after fields from DESCRIPTION file. This will be OK for CRAN, but not for locally installed packages as there is not reference manual there (at least on my linux box) - why is this the case? Perhaps output of citation() could be added to package specific help page i.e. to myp...
2012 Sep 02
3
Help on finding specific columns in matrix
Dear All,   I have a matrix with 33 columns and 5000 rows. I would like to find 2 specific columns in the set: the one that holds the highest values and the one that holds the lowest values. In this case the column's mean would be apropriate to use to try to find those specific columns because each columns mean is different and they all change together based on the same "change of rate constants" as a function of time (ie: tme is the most important determinant of the magnitude of that mean).  The columns are not to be name...
2009 Jan 06
2
Sweave in LATEX
Hello I have been setting up my computer to run Sweave. I have got the whole thing working on example files, except that my MikTex returns an "Undefined Control Sequence" error for \Sexpr and my output file contains verbatim code sequences at the apropriate point in the text rather than the R output. The rest of the output file is fine with tables, R code sequences and figures in the right place and correctly formatted. I have searched everywhere for advice on what to do about this, any ideas would be gratefully received. -- View this message in...
2005 Nov 03
1
Fitting heteroscedastic linear models/ problems with varIdent of nlme
...ike to fit a model for a factorial design that allows for unequal variances in all groups. If I am not mistaken, this can be done in lm by specifying weights. A function intended to specify weights for unequal variance structures is provided in the nlme library with the varIdent function. Is it apropriate to use these weights with lm? If not, is there another possibility to do factorial designs with heteroscedasticity? When trying to use varIdent I get an errormessage that says that varIndent is not a defined class. The function calls are written in the same way as in Pinheiro & Bates Boo...
2001 Jul 26
2
Need some help on using Wine with DDK 2000
...ed hh.exe) and feed it with the files found in the ddk/help directory. When I do that it display an error box with a message "Could not open mk:@MSITStore:C:\DDK2K\HELP\INFOVIEW.CHM" and exits. The file C:\DDK2K\HELP\INFOVIEW.CHM realy exists and the wine configuration file does have the apropriate entries to permit access to these repertoires. For me there is the prefix "mk:@MSITStore" that looks very strange.. Does someone have some clues for that? Thanks
2006 Dec 07
2
Matplot does not work with x being POSIXt class (PR#9412)
...matplot(x, y) x <- strptime(as.character(x), format="%Y-%m-%d") ## [1] "POSIXt" "POSIXlt" matplot(x, y) Error in matplot(x, y) : 'x' and 'y' must have only 1 or the same number of columns Additionally, matplot with x being Date class does not use apropriate annotation for x axis. Thank you! Gregor
2003 Jan 22
5
Proxy arp and pptp
...et up a Linux box with shorewall doing proxy arp as per http://www.shorewall.net/shorewall_setup_guide.htm#ProxyARP the 5.2 (non routed) example. Everything is working great except for one thing, and that leads me to my question: is there a conflict between proxy arp and pptp? I''ve set the apropriate ACCEPT rules to allow tcp port 1723 and protocol 47 to the host on the dmz, but no luck. I can''t see anything in the logs either. I realize it could be any of a thousand different things, but as I''ve set up tons of systems with only one public ip and DNATing everything regardin...
2008 Oct 14
2
can't R CMD INSTALL on WinXP
...uilding R packages on Windows (XP SP2). I'm running into a strange problem that I can't resolve. Can anyone shed on light? This is with R-2.7.2 patched 2008-09-20 r46576, Rtools.zip downloaded a couple of weeks ago, and MikTeX 2.7. The output below was from a cygwin shell (PATH modified apropriately), but it's identical to what I get under Windows command prompt. I've also tried adding the -l flag to install in another directory that I'm sure is writable, but same problem. $ R CMD INSTALL -c randomForest installing to 'c:\R\library' ---------- Making package random...
2011 Feb 28
2
Generation of M3U and XSPF
...tcp traffic of the port 80 to my server. 2 Sub domains are redirected to my server : radio.mydomain.com (icecast) music.mydomain.com (ampache) my apache server host the ampache application with a dedicated virtual host. and use the proxy module to forward request to the icecast appliaction withe apropriated port. The stream can be correctly listen inside and outside my network But the problem is that the content of the m3u and xspf file use local url => 127.0.0.1 with local port How can I change this generation , Is it possible to add a property (external url, external port) in the configura...
2011 Nov 24
1
content of global environment with dump.frames()
....rda') debugger(test) I can now investigate the value of 'b' but could not figure out a way to get the value of 'a'. Am I missing something or is dump.frames only intended to be uses with options(error=dump.frames) ? Most probably some modification of save() would be more apropriate to use in my case but I could not (yet) figure out how to mimic the convenient behaviour of dump.frames() to save the whole call stack. Thanks for any advice Jannis
2004 Oct 13
5
Looking for large-ish deployment advice
Colleagues- I am working on the design of a fairly large samba deployment, and I am looking for feedback on some of my design ideas. I have 10 buildings spread out in and around a city, all interconnected via 1.5Mb leased lines. There are samba servers in each building. I have some users that move from building to building. We are using primarily windows 98 desktops, with a few 2K and XPP
2006 Jun 16
2
[LLVMdev] Adding an object to llc (analysis pass)
...e granularity (eg. ModulePass on ModulePass) or coarser (eg. BasicBlockPass on Functionpass but *NOT* the other way round). So my here goes my problem: Since my C-Backend modified pass is a module pass i can only depend on module passes. This stands in contrary to the proposed way to use the most apropriate (BasicBlock in my case) pass available. Since there is no way for me in using this pass? On a sidenote i have promised to update the documentation if i get my pass running. Is the documentation in revision control somewhere to create my diff against it? Thanks ST
2005 Jul 13
1
Total Annihilationcd annd map problems
...malinglists). I've applied the 3.1 patch (ta1x-31c.exe) and tried to run the game under wine-20050628 in Fedora Core 4 with 2.6.11 kernel, it starts and I press "single", no problem, but when I try to press "new campagne" or "skirmish" I get asked to enter the apropriate cd, so I enter them and see as they automaticly mounts (as konqueror pops up with the contents of /media/cdrom). but I still get asked to enter the the CD!!!!!!!!!!!!!!!!!! I've tried to use a noCD-patch then I got a step further, into the "new campagne"/"skirmish" me...
2005 Oct 29
1
how to get colnames of a dataframe within a function called by 'apply'
...ame. I checked, but the column which is processed by the function called by apply does not contain a colname (because by using str() it seems it is no column at this point, but just a e.g. numerical vector). I also tried with colnames() from within the function, but was not successful to get the apropriate colname - either the whole string or just the first one.Thus it lacks of a counter that contains the number of the row which is processed. Here is an example code: <---snip---> nv <- function(xno.na) { par.or <- par(mfrow=c(3,3)) qqnorm(xno.na, main="HERE SHOULD BE THE...
2018 Jan 08
2
Proposal: On re-purposing/reorganizing MIR sigils ('&', '$', '%').
...s left without a meaning in .mir and I found the ampersand better matches symbol names than physregs: - The ampersand in `&symbolname` should have familiar semantics for people using C/C++. So I would describe this as being closer to llvm IR than to typical assembly syntax, but I think that is apropriate for the LLVM machine intermediate language. - Matthias > On Dec 26, 2017, at 3:29 PM, Sean Silva via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Can we use %% for vregs? Seems slightly easier to remember %/%% than $/%. Also, %eax and $some_symbol are already familiar from...