Displaying 20 results from an estimated 4000 matches similar to: "Using Wine to sync mobile phones with Linux?"
2008 Aug 26
4
syncml with server push email
Any recommendations for server push email using syncml and dovecot?
I am familiar with Funambol for syncing pim info, but not used it for email.
Are there any recommended opensource or commercial syncml servers that are
known to integrate nicely with Dovecot 1.x? Googling hasn't really turned up
much in the way of useful info.
To mix it up a little, I was using Funambol for the Pim
2017 Aug 25
1
Dovecot - Postfix Calender Synchronisation
On Thu, 24 Aug 2017, Rupert Gallagher wrote:
> Re: dependencies
>
> - db: why? just use the ical and vcard files! They are files, they are in a
> directory, they can be used like dovecot uses eml files! No need for
> postgresql or mysql.
*** Usually, the DB server is one host, Webclient is other host, IMAP server
(or cluster) are other hosts, SMTP Server(-s) is other
2006 Jul 02
2
Flat file as storage backend or what ...
Hi.
I''m just starting out with Rails. I''m thinking of writing a web based
PIM, partly as a learning experience, partly because I need one. I''ll
be using iCalendar and vCard files for for storage because it will let
me sync with PDAs, and use other already available PIMs.
What would be the best practice for this?
a) At the beginning of a session pull all my vevents
2010 Oct 21
10
KVM and bridge
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
An Ubuntu 10.04 server running Shorewall 4.4.6.1 hosts three KVM
virtual servers on the default libvrt virbr0 bridge at the default
vnet+ bridge ports. The bridge and ports are on a separate private
subnet (192.168.122.0/24). Each bridge port and the bridge itself are
in the dmz, there are two physical interfaces and private local
subnets in loc, and
2004 Oct 28
3
ifelse() question
Hi
I have a data.frame with dim = 18638 (rows) 6 (cols)
names(dat)
[1] "id" "long" "lat" "species" "type" "size"
Variable "species" and "type" are factors. Species has 5 levels "BOV" "CAP"
"CER" "OVI" "POR"
Variable "type" has 11 levels
2017 Aug 24
3
Dovecot - Postfix Calender Synchronisation
On Wed Aug 23 2017 14:26:15 GMT-0400 (Eastern Standard Time), Rupert
Gallagher <ruga at protonmail.com> wrote:
> On Wed, Aug 23, 2017 at 7:22 PM, Tanstaafl <tanstaafl at libertytrek.org> wrote:
>
>> I would have to put in a plug for SOGo - very lightweight, ...
>
>> Care to elaborate?
>
>
2012 Aug 06
4
[LLVMdev] Register Coalescer does not preserve TargetFlag
Hi,
R600 hardware (Radeon gfx card) does neither have a NEG nor an ABS instruction ; however any sources operand can be negated/abs'd by setting a bit for every source operand in the final bytecode (but not DST).
A good way of modeling this behavior in LLVM is by using TargetFlag on operand.
Currently the R600 LLVM backend in Mesa lower NEG and ABS DAG instruction to a MOV + TargetFlag using
2006 Jul 06
0
Can''t generate AR from script (ActiveRecord::ConnectionNotEstablished)
Generating ActiveRecord instances from the console works fine.
./script/console
Loading development environment.
>> Pim.new()
=> #<Pim:0xb74427dc @attributes={"vpimitem"=>nil}, @new_record=true>
>>
But running this little script:
#!/usr/bin/env ruby
require File.dirname(__FILE__) + ''/../config/boot''
Pim.new()
Will spit out
2012 Aug 06
3
[LLVMdev] Register Coalescer does not preserve TargetFlag
Do you know any backend that implement instructions as a flag modifier in instruction ?
Thank,
Vincent Lejeune
----- Mail original -----
> De : Jakob Stoklund Olesen <stoklund at 2pi.dk>
> À : Vincent Lejeune <vljn at ovi.com>
> Cc : "llvmdev at cs.uiuc.edu (LLVMdev at cs.uiuc.edu)" <llvmdev at cs.uiuc.edu>
> Envoyé le : Lundi 6 août 2012 20h06
>
2012 Oct 20
2
[LLVMdev] RegisterCoalescing pass crashes with ImplicitDef registers
Here it is :
Starting program: /home/vlj/llvmbin/bin/llc -march=r600 -mcpu=cayman /home/vlj/shader
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
llc: /home/vlj/llvm/include/llvm/ADT/SmallVector.h:143: const T& llvm::SmallVectorTemplateCommon<T, <template-parameter-1-2> >::operator[](unsigned int) const [with T
2007 Mar 08
1
Re: Pickup *8 with CallerID
Nik Engel wrote:
> Hi list !
>
> I implemented *8 to pickup any call on my asterisk system. But after the
> pickup callerid is missing, so there is no way to see from where the
> call originated. How can this callerid be passed on.
>
> Nik
>
Hi Nik,
I'm after the same question as I would like to keep callerID data
after pickuping up the call.
Maybe using a
2006 Jun 28
2
webcal url
Hi
I''d like to create a webcal link to share a calendar with iCal like
it''s done in Basecamp for example.
I know how to create the file using icalendar ruby library and iCal
can open it, but if I send this file using an url like webcal://
localhost:3000/ical/1151495837
iCal says that data are not valid.
Any ideas?
Thanks.
PS here is my rb code
def ical_data
cal
2012 Aug 06
0
[LLVMdev] Register Coalescer does not preserve TargetFlag
On Aug 6, 2012, at 11:00 AM, Vincent Lejeune <vljn at ovi.com> wrote:
> Ok.
>
> I tried to do it using a pass after register allocation, lowering NEG/ABS instructions.
> However I met a problem : apparently getNextOperandForReg() can returns a MachineOperand before the one I'm processing.
>
> The following code snippet :
>
>
> void
2012 Oct 21
0
[LLVMdev] RegisterCoalescing pass crashes with ImplicitDef registers
On Oct 20, 2012, at 3:37 PM, Vincent Lejeune <vljn at ovi.com> wrote:
> #5 0x00000000010c8e83 in (anonymous namespace)::JoinVals::getAssignments (this=0x7fffffffd230) at RegisterCoalescer.cpp:1305
Does this fix it?
diff --git a/lib/CodeGen/RegisterCoalescer.cpp b/lib/CodeGen/RegisterCoalescer.cpp
index ba6b456..2ca67d6 100644
--- a/lib/CodeGen/RegisterCoalescer.cpp
+++
2008 Feb 28
2
EXPUNGE delay
Hi people!
I just switched one of my servers from Courier to Dovecot. Planned to do it
anyway but had to do it faster after the discovery that courier [the version
I had installed, at least] returns malformed headers for a few messages,
causing Outlook Express to completely ignore them. Curiously, they were
visible in Squirrelmail and Nokia Series60 e-mail client.
Overal I am quite happy but
2010 Jun 16
4
Nokia PC suit running under wine rc3
i am happy to inform that nokis pc suit is installing and running under wine. after that it cant find my phone and hence is unable to connect with it. what can i do to make it work?
thanks in advance
2006 Aug 30
0
using rails to make ical feeds
i am looking for a solution to make an iCal feed from my site. has
anyone done this successfully with rails?
i have the vPim gem installed on my machine and i''ve been using that to
make ecards. i can figure out how to actually make the ics files from
iCal but since i''m wanting to do it as more of a feed and don''t want to
generate a brand new file everytime iCal
2018 Feb 21
1
Finding and replacing instruction patterns
Hi all -- first time poster, hoping that this is going to the right list.
Also a complete LLVM newbie, so please correct any glaring errors in my
understanding.
I am an architecture researcher at Penn State working on Processing in
Memory (PIM) architectures. Currently, I plan to use LLVM to detect and
replace groups of instructions which can be accelerated in memory. Once a
group of
2012 Apr 30
2
Calendar Integration Problem
Hiii all,
I am using asterisk 1.8.9.2 and compile all modules related to calendar.
neon version is 0.29.6. OS is ubuntu 11.10.
I configured ical for zimbra, caldav for google mail and ews for exchange
2010 calendar.
ical and caldav setup working fine and i am getting my calendar events
perfectly. But for exchange 2010 calendar i am getting following error.
"Unable to communicate with
2012 Oct 20
0
[LLVMdev] RegisterCoalescing pass crashes with ImplicitDef registers
On Oct 20, 2012, at 1:23 PM, Vincent Lejeune <vljn at ovi.com> wrote:
> below is an output of "llc -march=r600 -mcpu=cayman -print-before-all -debug-only=regalloc file.shader" command from llvm3.2svn.
> The register coalescing pass crashes when joining vreg12:sel_z with vreg13 registers, because it tries to access the interval liveness of vreg13... which is undefined.
>