Displaying 20 results from an estimated 100 matches similar to: "WNY Ruby Users Group, first meeting"
2010 Jun 28
0
Speex
Hi
Can you advise me of the current status of Speex. I see that it's been at 1.2rc1 for a couple of years now. Is that because it's no longer an active project, or is it because it works, and doesn't need further development? If the latter, are there any known issues that need to be worked around?
Kind regards,
Paul
________________________________
Paul Bannister
Director
2009 Sep 28
3
CentOS Beer event London
>From Karan's blog:
A few of us are going to be getting together for drinks on the Tuesday
29th Oct 2009, everyone is welcome to come along. I'll get there for
about 18:15hrs and plan on being around till about 20:00 - Depending
on how many people are around and what the feeling is - we might nip
around to Ragam ( mostly authentic South Indian food ), a few doors
down.
There will be a
2013 May 24
1
How to rewrite header from X-Original-To to Delivered-To
HiAll,
How to rewrite mail headers from X-Original-To to Delivered-To using
sieve script.
I am using Dovecot-2.2 and Pigeonhole 0.4.
--
Thanks & Regards
Kiran Reddy
Lead Systems Administrator
Unicel Technologies Pvt. Ltd. | C-Block | Second Floor | Vaishnavi
Silicon Terrace, 30/1 | Hosur Main Road | Koramangala | Bangalore- 560095
Mobile (+91) 7829007447
Skype My status
2007 Jan 31
0
London Ruby User Group - Monday, February 12th
Hi all,
Details for the London Ruby User Group February meeting are now up,
all over the internet:
* http://lrug.org/meetings/2007/01/24/february-2007-meeting/
* http://skillsmatter.com/lrug
* http://upcoming.org/event/144326/
The executive summary of all this web-chat is:
Date: February 12th,
Time: 6:30pm onwards,
Location: the Skills Matter offices at 1 Sekeford Street, EC1R 0BEL[1]
in
2007 Jan 09
1
MINNESOTA: TwinCities Asterisk Users Group - Saturday January 13th 2007 - 11:30am
This is a reminder that the Twin Cities Asterisk Users Group will be
meeting this Saturday, January 13 at 11:30am. - This month's meeting will
focused on IP Telephony (VoIP) and network security, threats, defenses and
countermeasures you can use to strengthen your Asterisk system.
Meetings are held monthly on the second Saturday of each month, excluding
July and December. The Agenda is
2006 May 15
0
Ottawa Asterisk User Group Kickoff - Wed -- May 17 -- 5:00
Hello,
Please join us Wednesday May 17th for an informal kickoff to openly
discuss and formulate a plan to resurrect the Ottawa Asterisk User Group
as well as discuss additional topics of interest that impact the VOIP
marketplace and may also be included in our collective strategy.
We'll also hear from the folks responsible for the Canadian Association
of VOIP Providers (CAVP)
2008 Nov 26
1
bridging - Didn't get a frame from channel
Hi,
I am having a difficulty with
getting two realtime user?s to bridge on answer. I have managed successfully to
bridge the same two users/channels via the Bridge Manager api command and
confirm that the two communicate directly bypassing the asterisk server (I
confirmed this with Wireshark).
Does anyone have some ideas? I have
put some log entries below.
I haven?t attached my
2011 May 02
3
is reverse dns down ?
Hi guys, is that a genuine email from the list, I'm getting it rejected as
it's missing reverse hostname:
May 2 21:21:41 postfix/smtpd[18033]: NOQUEUE: reject: RCPT from
unknown[194.89.34.45]: 450 4.7.1 Client host rejected: cannot find your
reverse hostname, [194.89.34.45]; from=<dovecot-bounces at dovecot.org>
to=<voytek at sbt.net.au> proto=ESMTP
2003 Jul 30
1
kernel panic
Yesterday I had a kernel panic on a FreeBSD 4.7 system. Looking at the core
dump, it was caused by a corrupted uidinfo pointer referenced by a tcp pcb.
I searched through the archives and found an identical stack trace in this
message from 2000:
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=322837+0+archive/2000/freebsd-s
table/20000625.freebsd-stable
This was apparently fixed by a patch
2011 Apr 29
3
Re-downloading mails after migrate server
Hi all... again.
I have uploaded the new server to dovecot 2.0.12, and still having the
same issue.
I have even tried changing the hostname, and still the same.
I have checked the site http://wiki2.dovecot.org/Migration at the "POP3
migration" section, and I can't see the problem. The UIDLs between hosts
are still the same, and I am lost at what is making me download the
mails
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 11:03 AM, Greg Stark <stark at mit.edu> wrote:
> On Thu, Sep 3, 2015 at 6:54 PM, Kostya Serebryany <kcc at google.com> wrote:
> > Looks correct.
>
> Ah! With a fresh pair of eyes it's obvious what was wrong. I had
> compiled everything with sanitize-coverage except the Fuzzer code
> itself but that included the file with the wrapper
2004 Nov 28
1
Cannot list mailbox
Hi,
I have dovecot 0.99.11 on a Linux machine running against a maildir
based mailbox. I am getting the following errors in the maillog:
Nov 27 23:08:14 fawad3 imap(fawad): file imap-bodystructure.c: line 278
(part_parse_headers): assertion failed: (part->physical_pos >=
input->v_offset - start_offset)
Nov 27 23:08:14 fawad3 dovecot: child 14202 (imap) killed with signal 6
This
2006 Feb 28
0
Dallas Ruby Brigade meets March 7th
The Dallas Ruby Brigade begins!
Following in the proud tradition of Seattle.rb, NYC.rb and many
others, Dallas has joined the crowd with its own local Ruby Brigade.
We''ll be meeting Tuesday, March 7th in Addison. The plan is as follows:
* Meet between 6:45 and 7:00 in the lobby downstairs. Because of the
way security works, you''ll want to be timely in your arrival. At
2006 Jan 27
0
Mad Railers First Meeting
Hi all,
We are very pleased to announce the first meeting of Mad Railers, the
Madison, WI Ruby on Rails Users Group. Here are the details:
When:
Monday, February 13, 2006 from 6 p.m. - 9 p.m.
Where:
Madison Area Technical College
Downtown Education Center
211 N. Carroll St.
Madison, WI 53703
Room D240
Google Maps Link:
2008 Jul 13
1
stem and leaf plot: how to edit the stem-values
Hi,
I would like to make a stem and leaf plot and I want to edit the
category-names.
So, by doing this:
> x <- c(1,2,2,3,3,3,3,2,2,1)
> stem(x)
I get:
1 | 00
1 |
2 | 0000
2 |
3 | 0000
First Question: Why do I get gaps between the categories?
(like in line 2 and line 4)
And second: How can I edit the categories so that I can create
something like that:
2010 Mar 01
1
help with zoo
Hi,
I am interested in decomposing a time series and getting the trend, seasonal and?irregular variations, as one can get with the "stl" command. My time series is fairly regular, but it has some breaks. From the zoo manual, I gather that it should be possible to convert it to a regular time series and then fill the NA entries by interpolation. I am not able to proceed beyond a certain
2005 Mar 25
2
Zap Detect called party pickup
<FONT face="Default Sans Serif, Verdana, Arial, Helvetica, sans-serif" size=2><DIV>I have been playing with getting the sample.call file to work by dropping it into /var/spool/asterisk/outgoing. The process works to the point of calling the desired number and plays the message. The problem is that the message starts playing almost immediately, so if the
2007 Nov 23
2
Bugzilla Install problems - need last mile help
I've freshly installed CentOS 5 32-bit on a pc, performed a yum update and yum
upgrade. I then did a yum install of mysql.
I finally picked up fresh copies of phpmysql and bugzilla and put both in my
/var/www/html directory. mysql is running. I am able to use mysql -u root to
get into it, and phpmysql is able to get it, too.
After runs of checksetup.pl to ensure all required
2007 Jun 15
1
subscript out of bounds error in lda
I work with Windows, R version 2.4.1
I'm trying to do a discriminant analysis and, in trying to figure out how to
do it following the example from R help, I'm getting an error that says
'subscript out of bounds'. I don't know what this means and how to solve it
(I'm very new with R)
I'm doing everything in this made-up test matrix:
group var1 var2 var3
1 1
2012 Sep 12
2
help server slow
suddenly a few days ago it takes about a minute for local help to come up .
i type :
?hist
and get
starting httpd help server ... done
but only after a minute does
http://127.0.0.1:15686/library/graphics/html/hist.html
appear .
Lee De Cola, PhD, MCP.
DATA to Insight
LDECOLA@COMCAST.NET
Reston, Virginia
703 709 6972
571 315 0577 mobile
[[alternative HTML version deleted]]