Displaying 20 results from an estimated 300 matches similar to: "How to plot image of contour in percent?"
2010 Jul 13
2
Substring function?
Hi all,
I would like to detect all strings in the vector 'content' that
contain the strings from the vector 'search'. Here a code example:
content <- data.frame(urls=c(
"http://www.google.com/search?source=ig&hl=en&rlz=&=&q=stuff&aq=f&aqi=g10&aql=&oq=&gs_rfai=CrrIS3",
2009 May 08
3
Software RAID resync
I have configured 2x 500G sata HDD as Software RAID1 with three partitions
md0,md1 and md2 with md2 as 400+ gigs
Now it is almost 36 hours the status is
cat /proc/mdstat
Personalities : [raid1]
md0 : active raid1 hdb1[1] hda1[0]
104320 blocks [2/2] [UU]
resync=DELAYED
md1 : active raid1 hdb2[1] hda2[0]
4096448 blocks [2/2] [UU]
resync=DELAYED
md2 : active raid1
2008 Sep 07
1
sudo apt get problems
Excuse me here if I am asking a question already asked, but im having some problems when entering "sudo apt-get update" in terminal.
I get these errors;
This is derived from problems with update manager so I thought id try the terminal to update. I have version 8.04.1
W: A error occurred during the signature verification. The repository is not updated and the previous index files will
2013 Jul 23
0
percent correctly predicted (PCP) zeros for hurdle model
Hello all,
I am using the hurdle model for fitting my count data using the pscl package
which is working fine. However, I am stuck with the problem of calculating
the percent correctly predicted (PCP) zeros for hurdle model. The method I
am trying to use to achieve this is 'hitmiss' in the pscl package (ref:
http://www.inside-r.org/packages/cran/pscl/docs/hitmiss).
When I do:
>
2005 Oct 04
1
I need to enable percent hack in dovecot logins
I am using dovecot with vpopmail and qmail and problems is
percent hack that works with qmail-pop3d does not work with dovecot.
So login works like that:
firstname.lastname%domain.ext I need that function to work with dovecot
too, and I am using stable 0.99.x series of dovecot.
Problem is that some Apple machines client can't use at-symbol in their
login names.
So, where I need to hack
2015 Oct 28
0
How to find memory utilization percent of kvm guest?
I currently use following approach but its failing
Find Max memory using following API
vdgiRet = virDomainGetInfo(domPtr, infoPtr);
memTotal = infoPtr->memory;
Find current utilization using following API
rVal = virDomainMemoryStats (domPtr, memStats, VIR_DOMAIN_MEMORY_STAT_NR, 0) ;
for (i = 0; i < rVal; i++)
{
if
2014 Mar 06
0
OT Help for Cyrillic/percent letters to UTF-8 conversion script
Hi.
I found a script which converts file names with with Cyrillic names
downloaded from internet. They have letters like "%20" = " "(space), etc.
Script is using xargs:
for i in $(find * -type f ); do j=$(echo $i | sed
-e's/%\([0-9A-F][0-9A-F]\)/\\\\\x\1/g' | xargs echo -e); echo $j; mv
"$i" "$j"; done
or:
for i in $(find * -type f );
do
2015 Aug 08
0
Percent bar on screen - for 2 seconds
On Sat, 08 Aug 2015 00:07:35 +0000 (GMT)
Wes James <comptekki at me.com> wrote:
> Every once in awhile I see this horizontal percent bar flash up on
> the screen then disappear. What is that?
>
> CentOS 7.1, ? kde.
Is it a laptop, running on batteries?
I have a configuration with a laptop with an external monitor attached,
while the laptop's monitor is off. When the
2015 Aug 08
1
Percent bar on screen - for 2 seconds
> On Aug 7, 2015, at 7:12 PM, Marko Vojinovic <vvmarko at gmail.com> wrote:
>
> On Sat, 08 Aug 2015 00:07:35 +0000 (GMT)
> Wes James <comptekki at me.com> wrote:
>
>> Every once in awhile I see this horizontal percent bar flash up on
>> the screen then disappear. What is that?
>>
>> CentOS 7.1, ? kde.
>
<snip>
>
> Or maybe
2019 Jul 02
3
Percent character in mail_crypt_private_password not possible
Hello,
I am using the mail_crypt plugin with Dovecot 2.3 and have issues trying to use a mail crypt private password which contains a percent "%" character as you can see below:
$ doveadm -o plugin/mail_crypt_private_password=SomethingWith\%Percent mailbox cryptokey generate -u email at domain.tld -URf
doveadm(email at domain.tld): Error: Failed to expand plugin setting
2019 Jul 02
0
Percent character in mail_crypt_private_password not possible
>
>
> Hello,
>
> I am using the mail_crypt plugin with Dovecot 2.3 and have issues trying to use a mail crypt private password which contains a percent "%" character as you can see below:
>
> $ doveadm -o plugin/mail_crypt_private_password=SomethingWith\%Percent mailbox cryptokey generate -u email at domain.tld -URf
>
> doveadm(email at domain.tld):
2019 Jul 02
3
Percent character in mail_crypt_private_password not possible
??????? Original Message ???????
On Tuesday, July 2, 2019 6:21 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
> Hi, you need to escape % with %%. We are aware of a bug affecting when % comes in from some field via userdb, and we are looking into how to fix this.
Hi Aki,
Thank you very much for your very fast answer. I will then simply double the percent character as workaround
2019 Jul 02
0
Percent character in mail_crypt_private_password not possible
>
>
> ??????? Original Message ???????
> On Tuesday, July 2, 2019 6:21 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
> > Hi, you need to escape % with %%. We are aware of a bug affecting when % comes in from some field via userdb, and we are looking into how to fix this.
>
> Hi Aki,
>
> Thank you very much for your very fast answer. I will then
2019 Jul 03
1
Percent character in mail_crypt_private_password not possible
??????? Original Message ???????
On Tuesday, July 2, 2019 6:21 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
> Hi, you need to escape % with %%. We are aware of a bug affecting when % comes in from some field via userdb, and we are looking into how to fix this.
Aki, I was wondering, does this bug also affect the changing of a cryptokey password using this command:
$ doveadm
2019 Jul 04
0
Percent character in mail_crypt_private_password not possible
On 2.7.2019 23.27, mabi wrote:
> ??????? Original Message ???????
> On Tuesday, July 2, 2019 6:32 PM, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote:
>
>> I don't actually recommend using password directly from user as password for private keys, I recommend running them thru some hash / pkcs5 before that.
> That's a great idea and makes things even safer. I
2019 Jul 04
0
Percent character in mail_crypt_private_password not possible
On 4.7.2019 16.05, mabi via dovecot wrote:
> ??????? Original Message ???????
> On Thursday, July 4, 2019 11:18 AM, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote:
>
>> It depends. You can use either one, seehttps://wiki2.dovecot.org/Variables
>>
>> I think the safest option would be setup LDAP so that the private
>> password would be only readable by
2006 Jun 13
0
format.POSIXlt drops characters following percent sign (PR#8976)
On Tue, 13 Jun 2006, jhallman at frb.gov wrote:
> Full_Name: Jeff Hallman
> Version: 2.3.1
> OS: Windows
> Submission from: (NULL) (132.200.32.34)
>
>
> Internal(format.POSIXlt(as.POSIXlt(Sys.time()), "%Y%m%d%q", F))
> Linux R-2.2.1 returns "20060613%q".
> Windows R-2.3.1 returns "20060613" dropping the "%q".
There is no
2008 Mar 03
0
Fwd: R: Studdy Missing Data, differentiate between a percent with in the valid answers and with in the different missing answers
Begin forwarded message:
> Subject: R: Studdy Missing Data, differentiate between a percent
> with in the valid answers and with in the different missing answers
> take a look at the Website from Dirk Enzmann:
> http://www2.jura.uni-hamburg.de/instkrim/kriminologie/Mitarbeiter/
> Enzmann/Software/Enzmann_Software.html
> He provides a function called "freq.r" - maybe
2009 Apr 28
1
Mathematical label in a plot with a percent sign
Hi,
I am trying to produce a plot with an xlabel that reads (x >= 5%) with
the >= turned into the correct epression. I can do this up to the
percentage sign by specifiing xlab=expression(x>=5). Whatever I do to
include the % sign as well doesn't seem to work.
xlab=bquote(x>=5.("%")) almost works but includes brackets.
Anyonw know how to solve this one
Dan
PS I am
2009 Sep 23
1
percent data being treated as categorical
I have the following data exported as a .txt file on Windows. Everything is
working fine, except that the the data in the 10th column is treated as a
factor.
Date Week Time Completed Work_Delta Mean_Delta Balance Total Total_Delta
Work Index Open_Bugs Bug_Delta Bug_Delta2
8/17/2009 4 11.8% 64 64 16 611 675 675 9.5% 0.81 333 31 -31
8/30/2009 6 17.6% 104 40 20 801 905 230 11.5% 0.65 269 32 -32