Displaying 20 results from an estimated 500 matches similar to: "Unused SQL API"
2004 Aug 06
2
XML statistics on remote server
what i did in this situation was dump the stats/status file to the local
server through a lynx --dump call from php .. and then i also update a
sql table to reflect the changes so i can poll that instead ..
a.
<p>On Thu, 26 Feb 2004, MacSym wrote:
>
> Hi everybody,
>
> I am wondering if it is possible to generate the XML/XSL files on a remote
> server (status.xsl,
2004 Jul 15
3
Database App
Hi,
I was wondering if there is an app available that would let me run
queries on MySQL or Postgress database through the extensions.conf file
in Asterisk.
My goal is to be able to run a simple query on a database that could
return a value in an ${var} variable, or even the number or rows that
were returned in the query in a ${var}. There are a couple of things
in Asterisk I would like to
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
One of the things my employer uses dovecot for is as mail download
server for an 'e-mail purification service' (AV/ anti-spam) for
smartphones. The service itself presently runs on a rented server
somewhere in the UK and the corresponding 'web service' front-end and
user account/ mail account database resides on a server in
Germany. The UK dovecot server uses the PostgreSQL server
2005 Oct 12
6
[OT] Gentoo install help please
I''ve decided to take the plunge and go with Gentoo for my rails development
and test box. I figure the easy of maintenance is worth the setup hassles.
Anyway, I''m followin the instructions on the Gentoo web site. I''ve selected
the ..''i686'' 2.6 kernel for my 700mhz amd processor, and choosen stage3
install option from CD. I''m now at the the
2005 May 11
2
Backing up my server...
Helo, I've just installed a CentOS 4.0, postgress,iptables, ect.. on a P
4 Intel using sotf RAID 1 ...and everything is fine. I bought
a HP DLT 40/80G tape device for being use as tape backup to my server.
My questions are:
1. What you recomended me to use as a soft backUP. (amanda,
dump/restore, TAR scipts, other)?
2. How can I backUP my entire filesystem ..(I mean everything using one
the
2004 Jun 10
1
Scripting
You metioned previosely that one can do character translation with postgress
with mysql you can also do so but can use it as the table name
Is there anyway to write something outside dovecot to do the lookup in say c++
?
Are you ready for Telkom's 10-digit dialling? To find out how this will affect your Internet connection in the not too distant future, go to www.mweb.co.za/ten
2005 Apr 15
1
How can I change SQLite cache size for R session?
How can I change SQLite cache size for R session?
SQLite cache size can be set by a pragma, for the
duration of the session - or by default.
.pragma cache_size
.pragma default_cache_size
my questions are about RSQLite, version 0.4, running
on Windows:
- what is the cache size set to when SQLite is
invoked from R?
- if the page_size is set to 4096 what will be the
cache size in bytes
2015 Aug 30
2
Fuzzing complex programs
On Sun, Aug 30, 2015 at 9:11 AM, Brian Cain via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
>
> On Sun, Aug 30, 2015 at 9:30 AM, Greg Stark via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> I have a project I want to do based on Libfuzzer. Is there a separate
>> list for it or should I bring up any ideas for it here?
>>
>> No separate
2007 Jun 18
1
Question about lmer
Hello,
We have a problem with function lmer. This is our code:
Get_values<-function(ff_count, fixed_factors, rf_count, random_factors, y_values)
{
SA<-matrix(as.array(c(fixed_factors, random_factors)), ncol=3)
data<-as.data.frame(SA)
y<-as.array(y_values)
dd<-data.frame(SA)
for(i in 1:(ff_count+rf_count)){
dd[,i]<-as.factor(data[,i])
}
2020 Apr 20
2
ORC JIT Weekly #12
Hi All,
There was only one interesting ORC-specific commit this week: A new example
showing how to initialize and de-initialize JITDylibs has been added in
llvm/examples/OrcV2Examples/LLJITWithInitializers.
The Extensible RTTI system (https://reviews.llvm.org/D39111) that I posted
a while back has landed. While this is not ORC specific, I expect it to be
used in upcoming patches to allow ORC
2005 Mar 22
4
Feedback on CBMySql, MeetMe2 and web interface
I've had 50+ people download the web components, and other
than reports of compile issues, I have not heard if this
collection has worked for anyone.
I do plan to keep updating the * applications and the web
pages, but I have almost meet all of our internal requirements
and wonder if anyone else is finding it usefull.
My focus has been and will likely stay on the user interface,
since I have
2011 Apr 13
1
[PATCH hivex] maint: split long lines
Hi Rich,
I find it more readable (and safer to review) to avoid lines
longer than 80 columns. When reviewing changes that wrap,
I've noticed that it is harder to spot certain types of mistakes
in the wrapped portion of a long line.
>From 930118b380b35bb33e7719b0eb2ab6b31fa2d7e4 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Wed, 13 Apr 2011 16:08:57
2014 Aug 08
2
[PATCH 1/2] Add type checking, support integers as value
Before this patch, Python would segfault once you pass a non-string key
or value to node_set_value. It was also not possible to set bytes on
Python 3 as Unicode was assumed (Python 2 was not affected by this).
This patch fixes recognition of bytes for Python 3, but in addition it
recognizes ints (includes 'long' in Python 2) for DWORD (LE + BE) and
QWORDs. For this purpose, a new field
2016 Aug 18
3
KMeans - Evaluation Results
>
>
>
> Actually, you're doing something slightly unusual there: making the
> internal member public. Protected would be better, and private is I think
> most usual; library clients aren't going to have access to the Internal
> class declaration, so they can't call things on it. This means it's
> actually difficult right now to subclass Feature.
>
> I
2004 Sep 08
1
0.99 mail env
Greetings, all
Last night I migrated our mail between two machines... both running dovecot
0.99.xx.
In the process, I wanted to make some small changes, namely that new mail be
delivered to mboxs in /var/mail/%u and IMAP mail stored in Maildirs at ~/.imap ...
I tried using:
default_mail_env = maildir:~/.imap/:INBOX=mbox:/var/mail/%u
But had no luck. Is it only 1.0 that can work with two
2005 Jun 16
1
customflags and keywords
OK. After checking the 0.99->1.0 migration documentation, it seems I've been a
little confused between customflags and keywords. (Though this is partly due to
my repeated requests for clarification being ignored.)
The page (http://wiki.dovecot.org/moin.cgi/UpgradingDovecot) says 1.0 does not
use .customflags any more. Now, I'm hoping they're still supported, in which
case
2006 Feb 21
0
Stale configure options...
Does the GNUTLS support in Dovecot currently work? Last I saw it was quite
stale, and broken.
If it doesn't work, should it perhaps be removed as an option from the configure
script?
... just a thought.
--
Curtis Maloney
cmaloney at cardgate.net
2008 Mar 17
2
A tail of joy...
So, I _finally_ got the time to upgrade from 0.99.14 ... which I told myself
I'd upgrade from once 1.0 was released... (yep, I've been _that_ busy :)
So I read the Wiki page on 0.99->1.0 transition, and went through the config
file - for all of about 5 or 10 minutes.
I logged in at 11pm when nobody else should be using it, restarted dovecot
with the new version, and logged in.
2004 Sep 13
2
problems building / starting test40 + test42
Hi
I was trying to build test40 (and then test42, since it came out in the mean
time) on my fresh Solaris 9 box at home, and ran into a few snags.
First problem was during the build. Make spat the dummy in the auth directory:
Making all in auth
make: Fatal error in reader: Makefile, line 701: Unexpected end of line seen
Current working directory /home/pkg/dovecot-1.0-test42/src/auth
So, I
2011 Sep 14
0
Ruby on Rails Developer - San Francisco, CA
We are looking for Ruby on Rails Developer to work for our direct client in
San Francisco, CA. Send in your resumes to shivaa-Hx8oqYkUaIsU04JRNCRQjg@public.gmane.org Reach me @
510 857 5838 to discuss in brief..
Job URL Link:
http://www.workgoal.com/jobs/ruby-on-rails-developer-154.html
*Apply (Or contact us)* through this
Ruby on Rails Developer
San Francisco, CA
C2H
*Mandatory:*
• Minimum