search for: veritate

Displaying 20 results from an estimated 21 matches for "veritate".

2001 Nov 19
2
evaluate a variable in smb.conf
Hello I want to use a variable in the global section of smb.conf If the variable is %u (or %g), it concerns the current user (root at this moment) and not the veritable user. while ? does somebody can help me ? thanks ------------------------------------------------------------------------------ | Beno?t Marchal | Tel : (33) 03.83.59.55.75 | | E.N.S.E.M.
2012 Nov 23
2
[LLVMdev] [cfe-dev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
On 11/22/2012 12:07 PM, Chandler Carruth wrote: >> While the current naming may not be the best I'm -1 for the change in >> > general. > Are there any serious reasons or concerns? I'm well aware that this > will impose a cost on out-of-tree projects, but on the whole it should > be pretty minimal and consist of some applications of 'sed'. Well, it's a
2011 Sep 12
5
completing missing samples
Hello, I have a time-series that has some missing samples. I was thinking on completing them using either zero-order hold or linear interpolation. I am looking for an efiicient way (other than a loop...) of identifiying the missing time slots and filling them. Can you think of any methods that might help here? (obviously which(diff(time)>min(diff(time))) will give the locations, but what
2008 Mar 24
1
smartest way to setup new system (DELL PE 4600)
Hi all, One of our servers (very old) died last week and I'm setting up a new CentOS 5.1 box to replace it. Primarily used as a samba fileshare on a mostly windows-workstation network. This system will, ideally, have the OS on a 146 GB SCSI drive, with user data on a 300GB SCSI, both attached to the backplane of the 4600. My question is this: What's best practice and most desirable
2009 Sep 24
1
Creating grid graphics with grid.layout
Hi, I recently created a function which uses grid with a viewport constructed with grid.layout() to position four plots on a plot device. My question is what's the best way to programatically traverse each element of the viewport? The grid is 5x5 and the four plots occupy positions (2,2), (4,2), (2,4), and (4,4). Here's the viewport code: pushViewport( viewport(
2006 May 15
1
Trying to get values to display on horizontal barchart
Hello, R 2.3.0 Windows XP I have spent quite a bit of time trying to resolve my problem below, which included a R site search. The "vertical bars" syntax below produces a vertical bar chart with the values displayed above each bar. I want to cast this graphic horizontally, but I have not been able to arrive at a suitable outcome. The best I have been able to do, using the second block
2001 Nov 20
3
dir list behavior differences?
Hello, I have set up an anonymous rsync server that seems to work as expected. However when I try to access the server from several other unix boxes using rsync with a command like this; rsync netlib3.cs.utk.edu::netlib I get the motd and then a line that states client: nothing to do Now I would expect this to give me a directory listing. I do get the directory listing as expected when
2003 May 05
1
ppmtolss16 fix
Hi! using ppmtolss16 tool from syslinux-2.04 with an input .pnm file created with gimp 1.2.3, I bumbed into the following error: [root at azur syslinux-2.04]# ./ppmtolss16 < /home/sr/try.pnm > /tmp/t ./ppmtolss16: Input format error 1 [root at azur syslinux-2.04]# The problem is that gimp adds the comment # CREATOR: The GIMP's PNM Filter Version 1.0 at 2nd line. Suggested fix for
2012 Nov 19
0
expand time period
I'd like to expand the following data to perform a daily time series. It should cover from '2012-07-01' to '2012-10-06' with the values I actually have being the mean from one point measurement to another. Does anyone has a clue to perform this task. structure(list(Date.beg = structure(c(15635, 15617, 15615, 15610, 15609, 15605, 15604, 15601, 15593, 15593, 15586, 15581,
2010 Jun 29
1
Managing upgrades
Greetings, I''ve deployed a few solutions involving Puppet in my professional past, and always found upgrades to be somewhat non-trivial. Transitioning from 0.24.x to 0.25.x was quite difficult due to some fairly big structural changes. In general upgrading the puppetmaster is easily achieved, being a single central box managed day-to-day by my team, however slinging all of the nodes
2006 Jan 10
0
StatsRus and wiki
Hi Jack: Based on what you wrote in your mail about your hypothesis, I recommend you "StatsRus" website by Prof Paul Johnson. It's an excellent collection of R code snippets, and a veritable online oyster containing pearls of his wisdom :). Here is the link: www.ku.edu/~pauljohn/R/Rtips.html This set of "R solutions" is focused on performances (action oriented
2012 Nov 22
0
[LLVMdev] [cfe-dev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
On Thu, Nov 22, 2012 at 2:49 AM, "C. Bergström" <cbergstrom at pathscale.com> wrote: > On 11/22/12 04:53 PM, NAKAMURA Takumi wrote: >> >> 2012/11/22 Chandler Carruth<chandlerc at google.com>: >>> >>> Hello LLVM& Clang hackers! >>> >>> >>> Based on a discussion with Chris, I would like to propose a Great
2012 Nov 22
3
[LLVMdev] [cfe-dev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
On 11/22/12 04:53 PM, NAKAMURA Takumi wrote: > 2012/11/22 Chandler Carruth<chandlerc at google.com>: >> Hello LLVM& Clang hackers! >> >> Based on a discussion with Chris, I would like to propose a Great >> Renaming of Things for the 3.3-era LLVM and Clang codebase. >> >> First and foremost, the two most significant changes I would like to make:
2008 Jan 18
4
Spam Protection
I was disgruntled with the amount of spam I was getting, so I started setting up accounts for the various mailing lists I listen to. I use rspec at showcase60.com to read the mail here. Along with the rspec news that comes over this channel, I''m getting more and more spam addressed to this same account, which means that the open way this list passes around email addresses is
2014 Nov 16
2
Problem with Xen4CentOS
Hi folks, we (the company i am working for) are running several dozens of virtualisation servers using CentOS 6 + Xen4CentOS as the virtualisation infrastructure. With the latest versions of all packages installed [1], we see failures in live-migration of stock-CentOS6 HVM guests, leaving a "Domain-unnamed" on the source host, while the migrated guest runs fine on the target host.
2013 Mar 11
3
Test of Parallel Regression Assumption in R
Hi, I am running an analysis with an ordinal outcome and I need to run a test of the parallel regression assumption to determine if ordinal logistic regression is appropriate. I cannot find a function to conduct such a test. >From searching various message boards I have seen a few useRs ask this same question without a definitive answer - and I came across a thread that indicated there is no
2010 Apr 17
2
Interacting with dendrogram plots, locator() or click()
I would like to explore dendrogam plots interactively. For example, click on a node and return information about all of the children of that node. Is there a high level wrapper for locator() or click() that will return the nearest dendrogram node on a plot? If not, is there a way to obtain the [x,y] coordinates of all the nodes on a plot? Thanks, David David J. States, M.D., Ph.D. Professor
2000 Dec 23
2
Vorbis press
Ogg Vorbis is mentioned in CNET's MP3 Insider newsletter. I'm sending this article and another one that takes more thorough look at internet music distribution (from the same newsletter). -------------------------------------------------------------------- MP3: IT'S NOT REALLY FREE There is a widespread illusion that the MP3 file format is not a proprietary codec. It'd be nice,
2018 Aug 23
0
Total Recall. The sea shall see, how all... Marshall.
@vote, your future needs yo <http://marchekay.gq/lists/lt.php?id=YUgFAQJdVk9RUVAdU1wDX1cNVg> u. <http://marchekay.gq/lists/lt.php?id=YUgFAQJdV09RUVAdU1wDX1cNVg> /one pill makes you younger/ /and the other to say nothing at all/ /go ask adam/ /when he's nine inches tall/ <http://marchekay.gq/lists/lt.php?id=YUgFAQJdUE9RUVAdU1wDX1cNVg> /Is this the real life? Is this just
2010 Jul 18
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * allan (1.0) Alan Lee http://crantastic.org/packages/allan Automates Large Linear Analysis Model Fitting * andrews (1.0) Jaroslav Myslivec http://crantastic.org/packages/andrews Andrews curves for visualization of multidimensional data * anesrake (0.3) Josh Pasek http://crantastic.org/packages/anesrake This