search for: topped

Displaying 20 results from an estimated 31181 matches for "topped".

Did you mean: stopped
2010 Aug 03
1
adding FORTRAN code to a package
Dear R People: Hello! I'm putting together another RcmdrPlugin package and need to add a FORTRAN subroutine to speed things up a bit. I've never added compiled code to a package. Anyhow, I put my code into a /src directory. Here are the statements: * using log directory 'c:/R/R-2.11.1/bin/RcmdrPlugin.push.Rcheck' * using R version 2.11.1 (2010-05-31) * using session charset:
2011 Mar 10
3
lattice xscale.components: different ticks on top/bottom axis
Good afternoon, I am trying to create a plot where the bottom and top axes have the same scale but different tick marks. I tried user-defined xscale.component function but it does not produce desired results. Can anybody suggest where my use of xscale.component function is incorrect? For example, the code below tries to create a plot where horizontal axes limits are c(0,10), top axis has ticks
2012 Oct 07
29
BTRFS, getting darn slower everyday
Hi, I have 4 machines, all converted to BTRFS about 6 months ago, now all running Ubuntu Quantal with kernel 3.5.0-17 The matter is that all these machines are now getting slower and slower everyday, every disk access causing the disk to be 100% busy for long periods, to the point that I''m now seriously considering migrating everything back to ext4... From the start BTRFS was "not
2012 May 08
1
FILLED CONTOUR
Hi, My name is Ingrid, in this moment I try to make a plot with filled.contour. Initially, I can to obtain the graphic but the xaxis was not fine, because the intervals were not coherent (Attach file 1: Plot_age_ML_contamana_final.pdf) I changed the parameters of the each axis, but when I try to run the code appear two errors: 1. in if (del == 0 && to == 0) return(to) :
2011 Oct 10
2
can't snapshot
Good morning Btrfs list, I am trying to create a subvolume of a directory tree (approximately 1.1 million subvolumes under nfs1). The following error is thrown and without the wiki I don''t know what argument is needed. I am running kernel 3.1.0-rc4. [root@btrfs ~]# btrfs sub snapshot /btrfs/nfs1/ /btrfs/snaps/ Invalid arguments for subvolume snapshot [root@btrfs ~]# btrfs sub list
2016 Apr 18
2
lists and rownames
I'm doing some string manipulation on a vector of file names, and noticed something curious. When I strsplit the vector, I get a list of character vectors. The list is numbered, as lists are. When I cast that list as a data frame with 'as.data.frame()', the resulting columns have names derived from the original filenames. Example code is below. My question is, where are these names
2007 Oct 15
14
Top Quoting?
Sort of off-topic and don''t mean to complain, but many on this list use top quoting. That works ok if you don''t quote the whole previous thread. However, I''m finding that scrolling forever to locate the reply on longer threads is getting tedious. What''s the rationale for top-quoting? Thx.
2016 Mar 04
3
vignette index
Dear helpers, I have multiple vignette files for a package, and I would like to have the "right" order of these files when displayed online. For instance, see below: https://cran.r-project.org/web/packages/bst/index.html The order of vignette links on CRAN is different from what I hoped for: > vignette(package="bst") Vignettes in package 'bst': pros
2012 Jul 07
0
Questions about glht() and interpretation of output from Tukey's in multcomp
Hi, I have a few questions about glht() and the interpretation of output from Tukey's in multcomp package for lme() model. The main issue is that I noticed that a plot that I produced with code letters seem to contradict the graph itself. I provide data and code below. I end with my questions. A few things about data set. "LMA.vcp" is continuous response variable.
2000 Nov 01
0
FreeBSD Security Advisory: FreeBSD-SA-00:62.top
-----BEGIN PGP SIGNED MESSAGE----- ============================================================================= FreeBSD-SA-00:62 Security Advisory FreeBSD, Inc. Topic: top allows reading of kernel memory Category: core Module: top Announced: 2000-11-01 Credits:
2004 May 18
0
.(±¤.°í) Áú¿°,³Ã´ëÇÏ,»ý¸®Åë µî ¿©¼º°í¹ÎÀÌ ÀÖÀ¸¼¼¿ä? LCS°¡ ÀÖÀݾƿä. ÀáÀÚ±âÀü¿¡ Áú¾ÈÂÊ¿¡ ³Ö°í ÀÚ¸é ºÒ¼ø¹°ÀÌ »ý¸®Ã³·³ ³ª¿À°í ¿©¼º°í¹ÎÀÌ »ç¶óÁý´Ï´Ù[[RANDOM]]
<head> <meta http-equiv="content-type" content="text/html; charset=euc-kr"> <title> L.C.S</title> </head> <body> <table align="center" border="1" width="468" bgcolor="#F9DEDE" bordercolorlight="red"> <tr> <td width="462" height="211"
2015 Jul 23
3
rsyslog.conf
On Thu, July 23, 2015 8:43 am, Windsor Dave (AdP/TEF7) wrote: >>-----Original Message----- >>From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On >> Behalf Of Leon Fauster >>Sent: Wednesday, July 22, 2015 6:20 PM >>To: CentOS mailing list >>Subject: Re: [CentOS] rsyslog.conf >> >>Am 22.07.2015 um 17:41 schrieb Windsor Dave
2012 Apr 17
4
top not restoring terminal echo/icanon correctly
(Please keep me CC'd as I'm not subscribed to the list) I'd like to request that folks running RELENG_8 (and RELENG_9, though I do not use it) please check the behaviour of their terminal after each of following commands are run (check terminal after each command): top -a (press "q" after 1 screen refresh) top -b If you find that your input characters in your shell
2008 Dec 05
0
top posting again [was: Re: CDR Design] - Or was it top posting?
Thanks for that, it IS appreciated - but, everyone, can we please not argue this matter any more. Some see it as top posting - some don't. I really don't care either way. No if we could just get back to the subject in hand and not clog up this list with flames. Thanks Andy -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at
2013 Jan 24
5
[PATCH] btrfs: Fix btrfs_subvolume_list on F18
The output of btrfs subvolume list has changed in F18 to include generation, which breaks the parsing in btrfs_subvolume_list. This change replaces sscanf with a more robust regular expression. The new regular expression should also handle the addition of future unexpected columns. Fixes RHBZ#903620 --- daemon/Makefile.am | 6 +++-- daemon/btrfs.c | 67
2007 Aug 16
1
[LLVMdev] rantings about llvm-top
> > - many directories are not svn:ignore'd in llvm-top, e.g. > > cfe, llvm-gcc-4.0, llvm. "svn st" shows you which one. > > Yeah, again, that's a module maintainer's issue. I can't be > cleaning up after everyone. People are just going to have to > learn how to use subversion properly. I try to fix things > where I find them, but there's
2014 Mar 29
2
one day AD use -> samba-tool dbcheck reports "Normalisation error for attribute 'objectClass'"
Hi all, Our migration is coming along nicely, everything seems to work like it should... I thought... Only samba-tool dbcheck reports five errors: root at dc1:~# samba-tool dbcheck Checking 1143 objects ERROR: Normalisation error for attribute 'objectClass' in 'CN=phdseminar,CN=Users,DC=my,DC=samba,DC=domain' Values/Order of values do/does not match: ['top',
2007 Aug 12
2
[LLVMdev] Minor issue installing llvm-gcc-4.0
Hi! While trying to build HLVM using the trunk of today, I noticed that I couldn't get llvm-gcc-4.0 installed by simply doing ./install llvm- gcc-4.0 in llvm-top. I did a fresh checkout of llvm-top and pulled some other modules by doing ./get VERBOSE=1 PREFIX=/Users/kroepke/Projects/llvm llvm-gcc-4.0 core support cfe hlvm test-suite Afterwards I did: ./build llvm and ./install llvm
2005 Dec 09
2
CPU usage from top
...s causing this? Here is some truncated output from a single run of "top -b -n 2": ---------------------------------------------------------------------------- -- top - 10:22:02 up 34 days, 14:36, 2 users, load average: 0.98, 0.56, 0.51 Tasks: 116 total, 1 running, 115 sleeping, 0 stopped, 0 zombie Cpu(s): 3.7% us, 0.7% sy, 0.0% ni, 94.2% id, 1.3% wa, 0.0% hi, 0.0% si Mem: 1034676k total, 610804k used, 423872k free, 35796k buffers Swap: 1052248k total, 14220k used, 1038028k free, 314524k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COM...
2019 Aug 27
3
Permissions at the top of a Samba share
Am 2019-08-26 um 16:35 schrieb Rowland penny via samba: > On 26/08/2019 15:20, ? Peter Rindfuss via samba wrote: >> Hi, >> >> I have a question regarding permissions at the top of a share as seen >> from a Windows 10 client. >> >> We are using Samba 4.10.6-Debian (van Belle) on Debian 10 (Buster) with >> one AD controller and one file server. >>