Displaying 20 results from an estimated 851 matches for "oy".
2012 Dec 11
5
Retain last grouping after a strsplit()
All -
I have a column of SiteNames:
SiteName
OYS-PIA2-FL-1
OYS-PIA2-LA-1
OYS-PI-LA-BB-1
OYS-PIA2-LA-10
...
[truncated]
and I want to include only the last few digits into a new column.
I tried
substr(data$SiteName, 13, 20)
but because some SiteName values are of a different length, the final
hyphen (i.e., "-") was included:
"...
2012 Feb 09
1
how to specify the Oy axis length
Hi,
I'd like to plot a point: plot(1,2)
I use RStudio.
I'd like to know how to specify the length of Oy axis. I 'd like to put 20
as length of Oy but , by default, I 've got 2.5.
Thanks for your help
--
View this message in context: http://r.789695.n4.nabble.com/how-to-specify-the-Oy-axis-length-tp4372937p4372937.html
Sent from the R help mailing list archive at Nabble.com.
2017 Dec 03
3
Howto authenticate smartPhone via Active Directory
with passdb ldap i guess.
---Aki TuomiDovecot oy
-------- Original message --------From: Mark Foley <mfoley at ohprs.org> Date: 03/12/2017 21:18 (GMT+02:00) To: dovecot at dovecot.org Subject: Re: Howto authenticate smartPhone via Active Directory
Yes, you are right. This link: https://www.redips.net/linux/android-email-postfix-auth/#sec...
2006 Oct 09
1
Vorbis primitive API examples (LONG)
...__)
#include <console.h> /* CodeWarrior's Mac "command-line" support */
#endif
#define dprintf(...) fprintf(stderr, __VA_ARGS__)
#define BCHUNKSIZE 8192
static long bytesConsumed = 0;
// FIXME: This is one of the places that can throw errors
int grabData(ogg_sync_state *oy) {
unsigned char* bb = ogg_sync_bufferin(oy, BCHUNKSIZE);
long bytesRead = fread(bb, 1, BCHUNKSIZE, stdin);
dprintf("Consumed: %ld bytes\n", bytesRead);
if (bytesRead == 0) {
// For now, EOF
return(-1);
}
ogg_sync_wrote(oy, bytesRead);
bytesConsumed += bytesRead;...
1999 Oct 04
3
Detailed decoder pseudocode (was: Re: ETA?)
...be a similar thing performing the same
function making libvorbis calls in the near future that looks alot like part
of the below).
OK, now I go get on an airplane. See you all tomorrow :-)
--- >8 cut here ----
/* ignoring proper error handling, signals, main(), etc :-) */
ogg_sync_state oy; /* sync and verify incoming physical bitstream */
ogg_stream_state os; /* take physical pages, weld into a logical
stream of packets */
ogg_page og; /* one Ogg bitstream page. Vorbis packets are inside */
ogg_packet op; /* one raw packet of data for decode */...
2017 Dec 04
2
Howto authenticate smartPhone via Active Directory
...til/bin/checkpassword
> }
> userdb {
> driver = prefetch
> }
>
> The one issue I have with this at the moment is that dovecot runs checkpassword for every user,
> smartphone or otherwise:
>
> Dec 03 18:56:32 auth-worker(14903): Info: shadow(charmaine,192.168.0.52,<oy/YWXhfAtXAqAA0>): unknown user - trying the next passdb
> Dec 03 18:56:32 auth: Debug: checkpassword(charmaine,192.168.0.52,<oy/YWXhfAtXAqAA0>): execute: /user/util/bin/checkpassword /usr/local/libexec/dovecot/checkpassword-reply
> Dec 03 18:56:32 auth: Debug: checkpassword(charmaine...
2009 Dec 31
3
XML and RCurl: problem with encoding (htmlTreeParse)
...(site)); close(tc)
> txt <- htmlTreeParse(txt, error=function(...){}, useInternalNodes = TRUE)
>
> g <- xpathSApply(txt, "//p", function(x) xmlValue(x))
> head(grep(" ", g, value=T))
[1] "????PART-TIME EXPORT SALES ASSOCIATES (ALSO SUMMER WORK) ?
Valuatum Oy ??Helsinki ??Ilmoitus lis??tty: 31.12.2009. Viimeinen
hakup??iv??: 28.02.2010"
[2] "????MSN EDITOR / ONLINE PRODUCER ??Manpower Oy ??Espoo ??Ilmoitus
lis??tty: 30.12.2009. Viimeinen hakup??iv??: 15.1.2010"
[3] "????MYYNTINEUVOTTELIJA ??Rand Customer Contact Oy ??Helsinki ?
Ilmoi...
2017 Dec 04
0
Howto authenticate smartPhone via Active Directory
...driver = checkpassword
args = /user/util/bin/checkpassword
}
userdb {
driver = prefetch
}
The one issue I have with this at the moment is that dovecot runs checkpassword for every user,
smartphone or otherwise:
Dec 03 18:56:32 auth-worker(14903): Info: shadow(charmaine,192.168.0.52,<oy/YWXhfAtXAqAA0>): unknown user - trying the next passdb
Dec 03 18:56:32 auth: Debug: checkpassword(charmaine,192.168.0.52,<oy/YWXhfAtXAqAA0>): execute: /user/util/bin/checkpassword /usr/local/libexec/dovecot/checkpassword-reply
Dec 03 18:56:32 auth: Debug: checkpassword(charmaine,192.168.0...
2015 Mar 23
0
Dovecot Oy merger with Open-Xchange AG
I find it extremely interesting that no one has commented on the merger
of Dovecot Oy and Open-Xchange AG as announced by Timo on the 19th. Is
this something that was known a long time ago and I missed? OK checked
the on-line archive of the mailing list, no comments there - its not my
email set-up - LOL.
I am usually emotionally (at least) against of open-source projects
loosing...
2017 Dec 04
1
Howto authenticate smartPhone via Active Directory
.../util/bin/checkpassword
> }
> userdb {
> driver = prefetch
> }
>
> The one issue I have with this at the moment is that dovecot runs checkpassword for every user,
> smartphone or otherwise:
>
> Dec 03 18:56:32 auth-worker(14903): Info: shadow(charmaine,192.168.0.52,<oy/YWXhfAtXAqAA0>): unknown user - trying the next passdb
> Dec 03 18:56:32 auth: Debug: checkpassword(charmaine,192.168.0.52,<oy/YWXhfAtXAqAA0>): execute: /user/util/bin/checkpassword /usr/local/libexec/dovecot/checkpassword-reply
> Dec 03 18:56:32 auth: Debug: checkpassword(charmaine...
2000 Dec 01
1
simple (NEWBIE) question re: prcomp or princomp
...file, and then used the rotation matrix out of R and calculated the principal components in Excel... but these values do not match the prcomp output (at least the series of values that I assume are the PC values).
If someone could shed some light, I'd greatly appreciate it.
Thanks in advance.
Oy
_____________________________________________
Oy Leuangthong
Department of Civil & Environmental Engineering
University of Alberta
(780) 492-3337
oy at ualberta.ca
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/2...
2010 Nov 17
6
How many Asterisk PBX operating in the World?
Hi,
Sorry for maybe not a very list related topic, but I have always been curious if there is information on how many Asterisk based PBXs are operating Worldwide?
Thanks and hope the community will not reject my curiosity! :)
Best Regards,
Vallu
Sevana Oy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101117/a6ef7254/attachment.htm
2015 Mar 23
1
Dovecot Oy merger with Open-Xchange AG
...39;s see what
happens. I hope that it's true what Timo said and that dovecot can
evolve and get even better as it is today. Good luck guys!
Regards, Adrian.
On 23.03.15 15:08, Andreas Kasenides wrote:
> I find it extremely interesting that no one has commented on the merger
> of Dovecot Oy and Open-Xchange AG as announced by Timo on the 19th. Is
> this something that was known a long time ago and I missed? OK checked
> the on-line archive of the mailing list, no comments there - its not my
> email set-up - LOL.
> I am usually emotionally (at least) against of open-source...
2015 Mar 23
1
Dovecot Oy merger with Open-Xchange AG
...; experiences in the past when OSS were driven from Open to Obscure in
> the process of trying to make money out of them.
2ct from me--
I put it this way: if dovecot would have been a "pure" OSS before
getting bought
OAX, then response might would've been different.
But Dovecot OY is "making money out of it" for how long now? Five years
- and
that's not only "selling support".
Nginx went the same path - I'd say even more aggressive, given feature
set differences.
Timo and his team has shown that they care about their OSS tree, e.g. do
you
real...
2015 Mar 25
0
Dovecot Oy merger with Open-Xchange AG
On 3/19/2015 3:26 AM, Timo Sirainen wrote:
> Hi all,
>
> Today I can finally announce that Dovecot Oy company has merged with Open-Xchange AG. This helps us to get more Dovecot developers, support people and so on. Most importantly, eventually it should allow me to get back to doing what I like the most: Designing new and interesting stuff for Dovecot and perfecting the old stuff :) OX is a great m...
2017 Dec 05
0
Howto authenticate smartPhone via Active Directory
...serdb {
> > driver = prefetch
> > }
> >
> > The one issue I have with this at the moment is that dovecot runs checkpassword for every user,
> > smartphone or otherwise:
> >
> > Dec 03 18:56:32 auth-worker(14903): Info: shadow(charmaine,192.168.0.52,<oy/YWXhfAtXAqAA0>): unknown user - trying the next passdb
> > Dec 03 18:56:32 auth: Debug: checkpassword(charmaine,192.168.0.52,<oy/YWXhfAtXAqAA0>): execute: /user/util/bin/checkpassword /usr/local/libexec/dovecot/checkpassword-reply
> > Dec 03 18:56:32 auth: Debug: checkpassword...
2006 Aug 06
2
Speex + Ogg package
...har *)packet;
op.bytes = nbBytes+4;
op.b_o_s = 0;
op.packetno = packet_id;
packet_id++;
ogg_stream_packetin(&os, &op);
ogg_stream_flush(&os, &audio_page);
return audio_page;
}
As for the decoder I have this.
//Incoming data from udp is on buffer
char *buffer=ogg_sync_buffer(&oy,4096);
memcpy(buffer,buff,len);
ogg_sync_wrote(&oy,len);
while(ogg_sync_pageout(&oy,&audio_page)>0)
{
if (stream_init == 0)
{
ogg_stream_init(&os, ogg_page_serialno(&audio_page));
stream_init = 1;
}
queue_page(&audio_page);
while(ogg_s...
2017 Dec 27
12
Package repository now available
Dovecot now has package repository for Debian, CentOS and Ubuntu available at https://repo.dovecot.org/
Packages are provided for 2.3 series and forward. Please let us know if you run into any trouble with these.
---
Aki Tuomi
Dovecot oy
2017 Dec 27
12
Package repository now available
Dovecot now has package repository for Debian, CentOS and Ubuntu available at https://repo.dovecot.org/
Packages are provided for 2.3 series and forward. Please let us know if you run into any trouble with these.
---
Aki Tuomi
Dovecot oy
2017 Oct 25
3
Password encription
SHA512-CRYPT and PLAIN/LOGIN with SSL.
---Aki TuomiDovecot oy
-------- Original message --------From: "j.emerlik" <j.emerlik at gmail.com> Date: 25/10/2017 12:07 (GMT+02:00) To: Aki Tuomi <aki.tuomi at dovecot.fi> Cc: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: Password encription
What scheme and mechanism do you...