Displaying 12 results from an estimated 12 matches similar to: "EURISBIS'09: First Announcement and Call for papers"
2013 Mar 28
3
Icecast and MySQL Stats
Hi all,
my name is Luca Cireddu, I'm from Italy and this is my first e-mail in
this list. I'm the Technical Manager at UnicaRadio, University Webradio
in Cagliari, Sardinia.
We use Icecast as main Relay Server with different audio formats, and we
are also testing video streaming using theora/vorbis format.
In this period I'm working in Icecast source code to implement a
detailed Stats
2013 Mar 28
0
Icecast and MySQL Stats
Luca,
Please upload the code to github and share your link this way all the
comunity can check, contribute and use them.
Thanks
Ale
2013/3/28 Luca Cireddu <sardylan at gmail.com>
> Hi all,
> my name is Luca Cireddu, I'm from Italy and this is my first e-mail in
> this list. I'm the Technical Manager at UnicaRadio, University Webradio
> in Cagliari, Sardinia.
> We
2006 Jan 23
3
Creating an R package file
Dear R community,
I would like to create my own R package files, but I find some problemm for R versions >1.9.
When in previous versions of R I could write a simple text file, to have a functioning file package, now I found that is neccessary to implement also binary copies of the file. I cannot understand, reading from R manuals, how it is the correct procedure to create these binary files.
2008 Feb 26
3
Update from 1.0.10 -> 1.1rc1: quota warning not working anymore
from dovecot -n:
plugin:
fts: squat
quota: maildir
quota_rule: Trash:storage=100M
quota_warning: storage=10%% /usr/local/scripts/quota-warning 90
quota_warning2: storage=5%% /usr/local/scripts/quota-warning 95
quota_warning3: storage=1%% /usr/local/scripts/quota-warning 99
trash: /usr/local/etc/dovecot-trash.conf
The quota warning that used to work in 1.0.10 (with the
2006 Jan 18
3
linear contrasts with anova
I have some doubts about the validity of my procedure to estimeate linear contrasts ina a factorial design.
For sake of semplicity, let's imagine a one way ANOVA with three levels. I am interested to test the significance of the difference between the first and third level (called here contrast C1) and between the first and the seconda level (called here contrast C2). I used the following
2017 Oct 26
2
LLVM v6.0 Internalize and GlobalDCE PASS can not work together?
Hi Hal,
Thanks for your hint!
$ /opt/llvm-svn/bin/opt -S -internalize
-internalize-public-api-list=main -globaldce hello3.ll -o
hello3.dce.ll it works :)
But I argue that `main` Function should be inserted into ExternalNames
by default:
Index: lib/Transforms/IPO/Internalize.cpp
===================================================================
--- lib/Transforms/IPO/Internalize.cpp
2008 Feb 22
3
on dovecot quota.
Is it true that if a user reaches quota limit he isn't be able to delete
his messages to free his mailbox space?
2008 Jun 18
0
quota attribute for ldap.
I want to manage quotas and I want to manage quota limit with ldap.
I use debian etch with slapd version 2.3 as ldap server.
I see that in the schemas that comes with openLDAP debian distribution
there are no quota attributes.
How you have solved it?
2006 Nov 17
2
dovecot and ldap passwords.
Hallo.
First of all I'm sorry for my bad english.
I have a question about how dovecot use passwords.
I have all my mail accounts in a ldap database.
The user password are stored in form: {crypt}mypasswd.
In dovecot-ldap.conf I have default_pass_scheme = CRYPT.
All is working fine.
The problem in the crypt scheme is that I can't have passwords more than
8 characters long.
So I've tried
2008 Feb 15
2
quota doesn't work?
I'm using dovecot 1.0.rc15 with debian etch.
In dovecot.conf I have set
mail_plugins = quota imap_quota for imap
mail_plugins = quota for pop3
and quota = maildir:storage=10240.
I seems that it doesn't work 'cause I send messages over 10M and
it
doesn't block my maildir box.
I have to do something more?
2008 Apr 17
4
more than one ldap database.
If I have two databases in my ldap, ex: dc=dominio1,dc=it is the first
database and dc=dominio2,dc=it is the second one.
Can I put these two search bases in dovecot-ldap.conf?
2008 Jun 30
1
enabling quota.
I'm reading http://wiki.dovecot.org/Quota to enable quota management
with dovecot.
The first question is: I need to enable dovecot deliver, lda protocol,
to have quota work?