Displaying 20 results from an estimated 78 matches for "idn".
Did you mean:
id
2010 Mar 02
2
adding row ID numbers by group
...lem that I am encountering that at
the bottom of the data frame the if statement runs out of a condition
against which to compare the last row.
Here is what I did:
group<- c(1,1,1,1,2,2,2,2,2,3,3,3,3,3,3)
var2<- c(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15)
data<-data.frame(group, var2)
data
#IDN is the desired ID number by group
IDN <-numeric(length(test$var2))
IDN
for (i in 1:(length(data$group))) {
if(data[i,1] < (length(data$group))){
if(data[i,1] == data[i+1,1]){
IDN[i]<- sum(IDN[i-1],1)}
else{
IDN[i]<- -55} #for now...
2014 Mar 05
0
Does samba support IDN (Internationalized domain name) ?
Hi list,
Does samba support IDN (Internationalized domain name) ?
I created a domain in windows server 2008 (function level 2003) and domain
name is "TEST???.COM <http://xn--test-ooa2iub.COM>".
I want to join domain as a member.
When I run "kinit administrator at TEST???.COM" after setting krb5.conf, k...
2012 Feb 21
1
Managesieve AUTHENTICATE with IDN using UTF-8 or encode into ACE?
Hey dovecot-users,
clients that speak telnet based protocols like http, smtp usually encode
IDN (International Domain Names) containing UTF-8 characters into ACE
(ASCII Compatible Encoding) punycode.
I am wondering what the case was with managesieve (RFC 5804). For
example if I was using a username like "user@???.example.com" with the
AUTHENTICATE command. Would that need to be enc...
2011 Nov 29
2
how to transform a data file
Hello R people,
I have a data file with 101 numeric variables: one variable called IDN (the
individual's unique id number, which I need to retain, and which ranges
from 1000 to 1320; some numbers are obviously skipped), and V1 to V100
(each has a value of 0 or 1; these 100 variables represent sequentially
ordered days and whether a characteristic was present or absent--e.g., v1
i...
2013 Nov 10
0
[Bug 871] request for idn (intl domain names) support
...Damien Miller from comment #2)
> We won't support setlocale() until OpenBSD gets support for it,
> hopefully this
> will be in the coming { days -> months }
According to
http://www.openbsd.org/cgi-bin/man.cgi?query=setlocale&sektion=3,
OpenBSD supports setlocale().
Can we have IDN now, please? :)
If there?s any way I can help, let me know.
--
You are receiving this mail because:
You are the assignee for the bug.
2004 May 22
1
[Bug 871] request for idn (intl domain names) support
http://bugzilla.mindrot.org/show_bug.cgi?id=871
Summary: request for idn (intl domain names) support
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-bugs at mindrot...
2007 Aug 05
1
t-test
Hi all,
i'm trying to run a two-sample t-test.
i have a longitudinal data that looks like this:
idn age class
1 22 1
1 22 1
1 22 1
1 22 1
2 63 3
2 63 3
2 63 3
3 43 2
3 43 2
3 43 2
3 43 2
3 43 2
3 43 2
4 37 1
4 37...
2004 Jun 25
0
[Bug 871] request for idn (intl domain names) support
http://bugzilla.mindrot.org/show_bug.cgi?id=871
------- Additional Comments From djm at mindrot.org 2004-06-26 09:16 -------
We won't support setlocale() until OpenBSD gets support for it, hopefully this
will be in the coming { days -> months }
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2007 Jul 18
1
filter out observation by condition
hello,
I have a longitudinal data:
idn mort30 newinfec
1 0 1
1 0 1
1 0 1
1 0 1
2 1 1
2 1 1
2 1 1
3 0 0
3 0 0
3...
2020 Nov 22
1
Dovecot alternatives with good i18n support?
Hello!
I?m interested in exploring alternative IMAP servers that have good
support for internationalised email, such as support for SMTPUTF8, IDN
mail domains, Unicode local-part, etc. etc.
If you used to use Dovecot, and found an alternative that does such
things well, I would very much like to hear it.
Thank you,
--
David
2005 Apr 26
3
Jabberd and Centos 3.4
I am trying to setup a local Jabberd server for our members of our IT
department to use. I downloaded the source for 2.0s8 from the jabbered
site. When i run ./configure I receive the following error:
"configure: error: Libidn >= 0.3.0 not found"
I went out to dag and downloaded and installed the
libidn-0.4.6-1.1.el3.dag rpm. When i ran ./configure again it failed
again. After a little searching on Google I found the following article:
http://mail.jabber.org/pipermail/jadmin/2004-June/016435.html
Following its...
2009 Jan 26
2
FreeBSD-7.1STABLE w/BIND-9.4.3-P1 start problem followup
...-c named.conf -t /var/named -u bind
Jan 27 13:54:08 ns named[36447]: built with '--localstatedir=/var' '--disable-linux-caps' '--with-randomdev=/dev/random' '--disable-openssl-version-check' '--without-openssl' '--with-libxml2=/usr/local' '--with-idn=/usr/local' '--with-libiconv=/usr/local' '--enable-threads' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd7.1' 'build_alias=i386-portbld-freebsd7.1' 'CC=cc' 'CFLAGS=-O...
2014 Feb 19
2
Re: Networkfilters in Routed setup
On Di, 2014-02-18 at 16:06 -0700, Eric Blake wrote:
> There should be no problem upgrading to a newer libvirt. We take great
> pains to ensure that a newer version of libvirt can be reloaded and
> gracefully understand the XML recorded by older versions, with no loss
> to running VMs. While there have been bugs on this front, they get
> caught and patched quickly, so by updating
2018 Jan 12
1
Re: VM migration upon shutdown in centos 7
...> I don't see your service being called.
It started when system started, see logs:
Jan 12 14:59:42 desktop4 systemd: systemd 219 running in system mode. (+PAM
+AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP
+GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
Jan 12 14:59:42 desktop4 systemd: Detected architecture x86-64.
Jan 12 14:59:42 desktop4 systemd: Set hostname to <desktop4>.
Jan 12 14:59:42 desktop4 systemd: Started Create list of required static
device nodes for the current kernel.
Jan 12 14:59:42 desktop4 systemd: Started *vPreShutdownH...
2006 Apr 06
1
interpreting anova summary tables - newbie
...64 23.1632 4.566 6.74e-06 ***
Mutant.IDI 517.4650 23.1632 22.340 < 2e-16 ***
Mutant.IDJ 19.7777 23.1632 0.854 0.393735
Mutant.IDK 47.4240 23.1632 2.047 0.041313 *
Mutant.IDL 3.2542 23.1632 0.140 0.888347
Mutant.IDM 180.9638 23.1632 7.813 5.63e-14 ***
Mutant.IDN 19.0582 23.1632 0.823 0.411155
Mutant.IDO 61.8684 23.1632 2.671 0.007891 **
Mutant.IDP -0.5306 23.1632 -0.023 0.981738
Mutant.IDQ -10.6972 23.1632 -0.462 0.644478
Mutant.IDR 1.5377 23.1632 0.066 0.947107
Mutant.IDS 14.6333 23.1632 0.632 0.527934
Mutant.IDT...
2023 Aug 01
1
Joining a new Samba AD DC
...On Jul 31 03:00:37 2023 Rowland Penny via samba <samba at lists.samba.org> wrote:
>
> > On 30/07/2023 22:24, Mark Foley via samba wrote:
> > > That gave me:
> > >
> > > # host -t A 0d2a3ba9-4ade-45de-85c7-321ba69caee0._msdcs.hprs.local
> > > host: idnkit idn_encodename to idn failed: prohibited character found
> >
> > That is strange, if I obtain the GUID's on my DCs and run a similar
> > command, I get this:
> >
> > adminuser at rpidc1:~ $ host -t A
> > fb453823-737c-4a8b-93e1-dc197e236d50._msdcs.samdom...
2007 Jan 06
3
Re: [nut-commits] svn commit r708 - in trunk: . clients server
With the Ipv6 patch (r708), I get:
upsclient.c: In function `upscli_connect':
upsclient.c:469: `AI_ADDRCONFIG' undeclared (first use in this function)
upsclient.c:469: (Each undeclared identifier is reported only once
upsclient.c:469: for each function it appears in.)
Even if it doesn't break IPv4 support, it may break portability, as
IPv6 seems to require specific functions that are
2016 Dec 09
0
Wine release 2.0-rc1
...s the first release candidate for the upcoming Wine 2.0. It
marks the beginning of the code freeze period. Please give this
release a good testing to help us make 2.0 as good as possible.
What's new in this release (see below for details):
- Bug fix update of the Mono engine.
- Support for IDN name resolution.
- Many more Shader Model 5 operations.
- Still more fixes in the regression tests.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/2.0/wine-2.0-rc1.tar.bz2
http://mirrors.ibiblio.org/wine/source/2.0/wine-2.0-rc...
2014 Nov 05
2
[PATCH] Early request for comments: U2F authentication
...may be good if the hostname frequently changes, because U2F security
keys are registered for a specific appid).
5) What should we use as the origin (in the ssh client)? In the case
where U2F is used by a web browser, this is set to the canonical
representation of the domain (i.e. lowercased, after idn etc.). At the
moment, I?m using either the host alias or the hostname. Is that
acceptable or is there a better method?
6) Not a question, but a note: the patch does not yet handle multiple
registered U2F security keys.
7) I?d like to use SSL_load_error_strings() so that the human-readable
error m...
2017 Jun 03
2
Re: libvirtd not accepting connections
...rnal error: Child process (LC_ALL=C
>PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin /usr/bin/qemu-k
>Jun 03 17:14:26 example.com dnsmasq[3457]: started, version 2.76
>cachesize 150
>Jun 03 17:14:26 example.com dnsmasq[3457]: compile time options: IPv6
>GNU-getopt DBus no-i18n IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset
>auth DNSSEC loop-detect inotify
>Jun 03 17:14:26 example.com dnsmasq-dhcp[3457]: DHCP, IP range
>192.168.122.2 -- 192.168.122.254, lease time 1h
>Jun 03 17:14:26 example.com dnsmasq-dhcp[3457]: DHCP, sockets bound
>exclusively to interface...