search for: avere

Displaying 20 results from an estimated 46 matches for "avere".

Did you mean: agere
2013 Sep 20
1
Averate memory usage trend
Hi, I would like to understand how to draw a graph to find out the average memory used by a single httpd process given these details collected over a period of several days. I code R but this is about a method to find an average memory utilization. I believe I have enough data. How should I statistically calculate this ? The figures inside braces are the total httpd processes at
2004 Apr 26
4
Resetting Asterisk
Is there a was to reset asterisk by dialing? Eg *99 and have it execute the commands to stop now and restart? Also eg *56 to reload? The reason for the restart command is over the weekend it started acting weird, the voice got really choppy and aver i restarted asterisk it was fine. We are just in testing right now but it would be nice to know how to do this if it were to happen again and im
2007 Jul 30
0
First translation: HowToContribute
...mente i permessi di modifica saranno accordati solo su alcune sezioni del wiki (principalmente le pagine che creerete). Quando avrete postato un numero significativo di contribuiti vi daremo la possibilit? di mantenerli aggiornati. A meno che non siate uno sviluppatore di CentOS, non aspettavi di avere accesso completo al wiki. Come gi? detto: siamo realmente dispiaciuti di dover fare cos?, ma non vediamo altro modo per mantenere il wiki pulito. Speriamo comunque che vogliate contribuire. -- Quando ti trovi d'accordo con la maggioranza, ? il momento di fermarti e riflettere - Mark Twain...
2008 Mar 17
0
R.matlab errors and slow con
Hi, I have noticed that when using R.matlab that the connection can become quite slow though it remains open. I have to kill both my R session and Matlab to start over and establish a new connection (eg. close(matlab) - seems hung). Is there a way around this? I have been doing the following to establish the connection : Matlab(host="localhost", port=9999, remote=FALSE) matlab<-
2010 Nov 03
2
memory allocation problem
Hi R users I am trying to run a non linear parameter optimization using the function optim() and I have problems regarding memory allocation. My data are in a dataframe with 9 columns. There are 656100 rows. >head(org_results) comb.id p H1 H2 Range Rep no.steps dist aver.hab.amount 1 1 0.1 0 0 1 100 0 0.2528321
2018 May 29
3
Convert daily data to weekly data
Dear Petr, Thanks for your reply and the solution. The example dataset contains data for the first six days of the year 1986. "X1986.01.01.10.30.00" is 01 January 1986 and the rest of the variable is redundant information. The last date is given as "X2016.12.31.10.30.00". I realized that I missed one information in my previous email, I would like to compute the weekly average
2018 May 29
0
Convert daily data to weekly data
Hi Based on your explanation I would advice to use ?cut.POSIXt with breaks "week". However your data are rather strange, you have data frame with names which looks like dates names(test) [1] "X1986.01.01.10.30.00" "X1986.01.02.10.30.00" "X1986.01.03.10.30.00" [4] "X1986.01.04.10.30.00" "X1986.01.05.10.30.00"
2013 Apr 22
4
Puppet catalog transfer often gets truncated (Could not intern from pson: error)
...le. If you run puppet agent multiple times in a row each time it will cut off at always different parts. The error manifests itself like this: Debug: node supports formats: b64_zlib_yaml pson raw yaml; using pson Debug: Using cached certificate for ca Debug: Using cached certificate for ds0.lab.avere.net Debug: Using cached certificate_revocation_list for ca Info: Retrieving plugin Debug: file_metadata supports formats: b64_zlib_yaml pson raw yaml; using pson Debug: Finishing transaction 70037484276920 Info: Loading facts in /var/lib/puppet/lib/facter/serialports.rb Debug: catalog supports for...
2018 May 29
2
Convert daily data to weekly data
Dear all, I have daily data in wide-format from 01/01/1986 to 31/12/2016 by ID. I would like to convert this to weekly average data. The data has been generated by an algorithm. I know that I can use the lubridate package but that would require me to first convert the data to long-form (which is what I want). I am at a bit of loss of how to extract the date from the variable names and then
2008 Jun 11
4
Areca Raid 6 ARC-1231 Raid 6 Slow LS Listing Performance on large directory
Hello, I have a RAID-6 Partition with the Areca ARC-1231 card on a S5000PAL Intel system with 6 disks as part of the raid volume. The system has been set up as Write-back cache and the raid card has a 2 GIG memory cache on it. It is installed on Freebsd 7.0 STABLE with SCHED_ULE enabled. I have a folder with a lot of small and big files in it that total 3009 files. In the user system we
2012 Oct 02
5
Is there any R function for data normalization?
Hello, I have a matrix with values, with columns c1..cn. I need the values to be normalized between 0 and 1 by column. Therefor, the 0 should correspond to the minimum value in the column c1 and 1 should correspond to the maximum value in the column c1. The remaining columns should be organized in the same way. Does a function in R exists for this purpose? Thanks, Rui [[alternative HTML
2018 May 29
0
Convert daily data to weekly data
Forgot the year if you also want to summarise by that. > x <- structure(list(X1986.01.01.10.30.00 = c(16.8181762695312, 16.8181762695312, + 18.8294372558594, 16 .... [TRUNCATED] > library(tidyverse) > library(lubridate) > # convert to long form > x_long <- gather(x, key = 'date', value = "value", -ID) > #
2007 Feb 27
16
understanding zfs/thunoer "bottlenecks"?
Currently I''m trying to figure out the best zfs layout for a thumper wrt. to read AND write performance. I did some simple mkfile 512G tests and found out, that per average ~ 500 MB/s seems to be the maximum on can reach (tried initial default setup, all 46 HDDs as R0, etc.). According to http://www.amd.com/us-en/assets/content_type/DownloadableAssets/ArchitectureWP_062806.pdf I would
2009 Jan 28
0
How-to-rotate-plot-title
I wonder whether it is possible to rotate the title of the barplot on the top right corner of the attached layout. It would be more readable if the whole string were rotated by 180 degrees (mirrored). Thank you very much. Maura ======================================================================== ==== Benvenuto in Alice Giga Mail! mauede@alice.it tramite il servizio Giga Mail ha messo a tua
2010 May 25
0
Follow-up: how can I read a non-standard XLS file
I am uploading 2 XLS-similar files to server www.alice.it. I expect many people in this mailing list won't understand the instructions for grabbing the files because of the different language (sorry I do not have control on that. Telecom has). But it's really very simple. The message you receive will contain a wet site address which should even appear highlighted (on my computer it
2011 Mar 22
3
dns question
Hi all How can I know the refresh rate of the dns server? Thank you
2005 Mar 01
0
[www.tuttinudi.it] Linsey
Amo le curve femminili, senza avere una particolare predilezione per questo o quel tipo di curva. Per intenderci, il seno mi piace sia che sia piccolo, sia che sia grande. La sensazione al tatto poi ? sempre diversa e foriera di una straordinaria variet? di emozioni. Di quelli piccoli ? bello disegnare il profilo con un dito (solitam...
2013 Aug 06
0
surprise)))
...ble de la noblesse francaise c-est de descendre immediatement de quelques-uns de ces trente mille hommes casques cuirasses brassardes cuissardes qui sur de grands chevaux bardes de fer foulaient aux pieds huit ou neuf millions d-hommes nus qui sont les ancetres de la nation actuelle. Voila un droit avere a l-amour et au respect de leurs descendants! Et pour achever de rendre cette noblesse respectable elle se recrute et se regenere par l-adoption de ces hommes qui ont accru leur fortune en depouillant la cabane du pauvre hors d-etat de payer les impositions. Miserables institutions humaines! Qui fa...
2002 Dec 14
2
Troubles with Network Neighbourhood
Hi , I've some torubles with smb server provided with Debian 3.0 Woody - I can't see any machine in network neighbourhood, altought all machines are loging and mapping resources shared by server correctly. What exactly is needed to be installed with smb - any DNS or something like this? Maybe the question is not too clever, but when I've had my server on RH7.2 there was no such
2011 Apr 19
0
Error message in package:bayesSurv. Why?
Dear folks, I have been struggling to create what I fondly imagined would be a straightforward adaptation of the package's example to my own dataset, which looks at incidence of depression following the birth of initial and up to 3 subsequent children (4 children in all, with all subjects having a first child). I've regarded these as equivalent to tooth eruption and subsequent caries in