Displaying 20 results from an estimated 3000 matches similar to: "--human-readable and --out-format %l"
2009 Jun 10
3
Extracting Sequence Data from a Vector
Thanks in advance.
I have a vector of numbers which contain sections that are sequences 
which increase by a value of 1 followed by a gap in the data and then 
another sequence occurs, etc:
x<-c(1:3, 6: 7, 10:13)
 From the vector I need to extract 2 items of information A) the first 
number in the sequence (e.g., 1, 6, 10) and B) how many observations 
were in each  sequence section (e.g., 3,
2009 Jul 02
2
Apostrophe display issue in view file.
Hi folks,
I have some user name with Apostrophe, where these names are displayed
in view files with some unwanted characters instead of Apostrophe.
For example,
Bottom''s Profile page  is the original string and it is displaying in
browser like this.
Bottomn’s Profile page.
Can any one suggest how to overcome this, or how to identify this
special character.
FYI, this
2011 Aug 18
0
[LLVMdev] tools to debug human readable llvm assembly bc code?
On Aug 18, 2011, at 4:39 PM, Christine Cheng wrote:
> Hi,
> 
> I am working with a long llvm bc code in human readable form. I am wondering is there a tool like gdb to help me debug that piece of code?
It's not directly executable so no, not really. You could try debugging lli but that's probably pretty painful and is effectively debugging jitted code.
You could try to use
2011 Aug 18
1
[LLVMdev] tools to debug human readable llvm assembly bc code?
Hi Eric,
Thanks for the reply. I am very new to llvm so could you elaborate more
about you meant by 'debugging lli'?
Thanks a lot!
Christine
On Thu, Aug 18, 2011 at 4:47 PM, Eric Christopher <echristo at apple.com>wrote:
>
> On Aug 18, 2011, at 4:39 PM, Christine Cheng wrote:
>
> > Hi,
> >
> > I am working with a long llvm bc code in human readable
2003 Mar 08
0
[Bug 505] New: ssh -V could print a human readable openssl version string
http://bugzilla.mindrot.org/show_bug.cgi?id=505
           Summary: ssh -V could print a human readable openssl version
                    string
           Product: Portable OpenSSH
           Version: 3.5p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh
        AssignedTo: openssh-unix-dev
2003 Mar 08
6
[Bug 505] ssh -V could print a human readable openssl version string
http://bugzilla.mindrot.org/show_bug.cgi?id=505
------- Additional Comments From mindrot at ee.lbl.gov  2003-03-08 15:19 -------
Created an attachment (id=241)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=241&action=view)
patch to ssh.c
This patch makes ssh use SSLeay_version(SSLEAY_VERSION) to generate a human
readable version string.
------- You are receiving this mail
2003 May 15
0
[Bug 505] ssh -V could print a human readable openssl version string
http://bugzilla.mindrot.org/show_bug.cgi?id=505
djm at mindrot.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
------- Additional Comments From djm at mindrot.org  2003-05-15 23:47
2020 Sep 29
2
Human readable .ssh/known_hosts?
On 29.09.20 12:44, Damien Miller wrote:
> On Tue, 29 Sep 2020, Martin Drescher wrote:
> 
>> Hi list members,
[...]> You can however find and delete hosts by name using ssh-keygen.
> 
> To find entries matching a hostname, use "ssh-keygen -F hostname", e.g.
The point is, file has over 600 hashes stored.
> $ ssh-keygen -lF haru.mindrot.org
> # Host
2013 Oct 16
1
[Bug 10211] New: Log lines sent to files should not human-readable-ize numbers, ever
https://bugzilla.samba.org/show_bug.cgi?id=10211
           Summary: Log lines sent to files should not human-readable-ize
                    numbers, ever
           Product: rsync
           Version: 3.1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
   
2011 Aug 18
3
[LLVMdev] tools to debug human readable llvm assembly bc code?
Hi,
I am working with a long llvm bc code in human readable form. I am wondering
is there a tool like gdb to help me debug that piece of code?
Thanks,
Christine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110818/9ae5dec7/attachment.html>
2011 Nov 08
3
[LLVMdev] Failed to decode profile dump with llvm-prof
On Mon, Nov 07, 2011 at 04:10:29PM +0100, Wim Vander Schelden wrote:
> I'm having the same problem. Does anyone know what's causing this?
> 
> Kind regards,
> 
> Wim
  What's your profiling procedure? I can only guess llvm-prof does not
recognize the profiling data.
Regards,
chenwj
-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia
2018 Dec 17
1
Unnecessary apostrophe in English base::summary() NA count output?
Hello, this is quite a minor issue but as summary() is in all likelihood
one of the most widely used functions in R I decided to email this list.
When producing a count of missing values, summary() in English generates an
unnecessary and grammatically incorrect apostrophe (NA's rather than NAs)
in its table header.  For example:
> summary(c(1,2,NA,3,4,NA))
   Min. 1st Qu.  Median    Mean
2015 Mar 25
2
Human readable user names vanishing from acls
When setting file permissions from MS environment to a file on a Samba4
share, it can be made in clear text with human readable user/group names
and the rights seem to work.
However when checking the permissions again from an MS environment, instead
of human readable user/group names there are plain SID numbers in their
place and there is an icon apparently signifying an unknown SID. How to
keep
2008 Jun 19
2
quotes cause SQL havoc
Hi-
I cannot seem to find an answer to this.  I have a simple question
with quotes- I want to allow apostrophes in a string in a model.  I
then want to allow searching on that field.  In ActiveRecord, when I
create a search using find, and say
:conditions=> "title like ''%#{query}%'' or body like ''%#{query}%''"
where query is the search string, I
2011 Nov 08
0
[LLVMdev] Failed to decode profile dump with llvm-prof
Turns out I was using `opt -profile-loader` instead of `opt
-path-profile-loader`. Switching to the path profile loader fixed the
problem.
Wim
On Tue, Nov 8, 2011 at 3:18 AM, 陳韋任 <chenwj at iis.sinica.edu.tw> wrote:
> On Mon, Nov 07, 2011 at 04:10:29PM +0100, Wim Vander Schelden wrote:
> > I'm having the same problem. Does anyone know what's causing this?
> >
>
2005 Nov 06
5
Human readable output
Hello,
I would like to suggest an option to rsync that makes it output sizes
in human readable units, instead of always using bytes.  So
  Total file size: 30864401502 bytes
would be output as:
  Total file size: 28.7 GiB
Similarly for mebibytes and kibibytes.
If there's already such an option, then I'm sorry -- I didn't find it
in the manual pages.
-- 
Martin Geisler           
2003 Jun 20
6
How can convert user expired days in human readable ?
Hello all,
On my system, some users have expire day user settings. I write a 
(python) script
then parse the: 7.th selection in the master.passwd
blabla:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:1064005200:xxxx:xxxx:xxxx:xxxx
How can I conver the number like 1064005200 to human readable date format ?
Or, there is a way to collect the information from a command interactively ?
Regards,
Murat Ustuntas
2020 Sep 30
3
Human readable .ssh/known_hosts?
On Tue, 29 Sep 2020 at 23:16, Nico Kadel-Garcia <nkadel at gmail.com> wrote:
[...]
> I gave up on $HOME/.ssh/known_hosts a *long* time ago, because if
> servers are DHCP distributed without static IP addresses they can wind
> up overlapping IP addresses with mismatched hostkeys
You can set CheckHostIP=no in your config.  As long as the names don't
change it'll do what you
2010 Dec 27
5
Is apostrophe (') something special in a regex if at end?
(Ruby 1.9.2) I have a simple validation regex which I need to pass the
following values: "Billy-Bob" and "O''Kelley" (as test cases). Originally I
was not allowing apostrophe but it became apparent I had to allow it.
The initial regex was:
/^[a-zA-Z -]*$/
Now, when I added the apostrophe like this:
/^[a-zA-Z'' -'']*$/
Then for some reason
2020 Sep 30
2
Human readable .ssh/known_hosts?
On Tue, 29 Sep 2020, Nico Kadel-Garcia wrote:
> As I understand this option, it does not help at all with the nearly
> inevitable re-use of the same IP address for a different host with a
> different hostkey in, for example, a modest DHCP based environment.
> Such environments are common both in smaller, private networks and in
> large public networks, and it's perhaps