Displaying 20 results from an estimated 300 matches similar to: "Help Desk/Call Center Seminars coming to Boston!"
2010 Jun 01
1
loop
Can any one help it will be very kind, loop statements
I have this table and some more records, I want to reshape it
V1 V2 V3 V4 V5 V6 V7 V8 V9 V10
TP53 Dis1 Dis2 Dis3 Dis4 Dis5 Dis6
DCI New1 New2 New3 New4
FDI Hi2 H3 H4
GHD I1 I3 I4 I5 I6 I7 I8
I want my new table or matrix to be some thing like this
V1 V2 V3
Tp53 Dis1 Dis2
Tp53 Dis1 Dis3
Tp53 Dis1 Dis4
Tp53 Dis1 Dis5
Tp53 Dis1 Dis6
Tp53 Dis2
2005 Sep 07
0
Samba seminars & workshop Chicago - 19-23 September.
Samba-List
A reminder that we are having John H. Terpstra present some seminars on
Monday, September 19th in Chicago. We're also offering a 4-day
Samba/LDAP workshop the 20-23 of September instructed by Mr. Terpstra.
Details and links below. RSVPs for the seminars and registration
requests for the workshop should be guided to alexm@primastasys.com or
via phone in the US to 650-279-1909.
2005 Aug 26
0
Free Samba seminars & a Samba workshop - Chicago 19-23SEP
As a service to subscribers on the list, PrimaStasys, Inc. invites you
to attend two free three-hour seminars being held in Chicago on
September 19. The morning session is “Take Control of your Business”
for the technology consumer and the afternoon session is “Rebuilding a
Profitable IT Support Business” for today's IT service provider. Both
sessions will be led by John H. Terpstra and
2009 Nov 05
2
Seeing "Corrupted transaction log file" error messages.
In V1.1.15 that I fell back to. Again:
# 1.1.15: /usr/local/etc/dovecot.conf
# OS: AIX 3 0001378F4C00
listen: *:143
ssl_listen: *:993
disable_plaintext_auth: no
verbose_ssl: yes
login_dir: /var/run/dovecot/login
login_executable: /usr/local/libexec/dovecot/imap-login
login_processes_count: 12
login_max_processes_count: 774
max_mail_processes: 1024
verbose_proctitle: yes
first_valid_uid: 200
2012 Oct 10
2
[LLVMdev] Solicit code review (change to CodeGen)
Hi,
The attached is the fix to radar://11663049. The optimization can be
outlined by following rules:
(select (x != c), e, c) -> select (x != c), e, x),
(select (x == c), c, e) -> select (x == c), x, e)
where the <c> is an integer constant.
The reason for this change is that : on x86,
conditional-move-from-constant needs two instructions;
however,
2011 Jul 27
0
[LLVMdev] Avoiding load narrowing in DAGCombiner
On Wed, Jul 27, 2011 at 3:50 PM, Matt Johnson
<johnso87 at crhc.illinois.edu> wrote:
> Hi Eli,
>
> On 07/27/2011 04:59 PM, Eli Friedman wrote:
>>
>> On Wed, Jul 27, 2011 at 2:28 PM, Matt Johnson
>> <johnso87 at crhc.illinois.edu> wrote:
>>>
>>> Hi All,
>>> I'm writing a backend for a target which only supports 4-byte,
2007 Aug 08
0
[LLVMdev] Destination register needs to be valid after callee saved register restore when tail calling
Hi Anton and Dale
first thanks for your answers.
On 8 Aug 2007, at 16:43, Anton Korobeynikov wrote:
> Hello, Arnold.
>
>> Is there a way to indicate that the register the tail call
>> instruction uses as destination needs to be valid after the callee
>> saved registers have been restored? (some X86InstrInfo.td foo magic
>> maybe ?)
> It's wrong way to do the
2007 Aug 09
1
[LLVMdev] Destination register needs to be valid after callee saved register restore when tail calling
Sent from my iPhone
On Aug 8, 2007, at 10:46 AM, Arnold Schwaighofer <arnold.schwaighofer at gmail.com
> wrote:
> Hi Anton and Dale
> first thanks for your answers.
>
> On 8 Aug 2007, at 16:43, Anton Korobeynikov wrote:
>
>> Hello, Arnold.
>>
>>> Is there a way to indicate that the register the tail call
>>> instruction uses as destination
2019 Aug 26
1
LLVM X86 backend combineIncDecVector's transform
I think DAGToDAG is too late because the build_vector has already been turned into a constant pool load by then so it’s a little difficult to get back. Maybe we can delay it to !DCI.isBeforeLegalizeOps()? That would at least let the first DAG combine and the post type legalization DAG combine see the add, 1.
+Sanjay as well
From: Amaury Séchet <deadalnix at gmail.com>
Sent: Monday, August
2016 Aug 29
2
Samba4 Centos 7 - CPU 100%
Let-me explain my environment. I have 3 DCI 105 (Principal) 106 and 101
(where i use for test). All DC its CPU for grow up for 100%. I just make
the change in one DC, not all ok ?
> How did you provision samba, what were the exact commands used ?
samba-tool domain provision --realm=DOMAIN.BR --domain=DOMAIN
--server-role=dc --adminpass=pwd
> /etc/resolv.conf
search domain.br
nameserver
2008 Jul 14
1
Off topic: Tcl/Tk outside R.
I'm trying to learn about the tcltk package and its uses. Floundering
around a bit ... Have discovered Peter Dalgaard's articles in R-News,
which should help. Also James Wettenhall's suite of examples look like
they might be enlightening, even though the indications are that they
are
Windoze oriented.
Be that as it were, I decided to fool around a bit with Tcl/Tk *outside*
of R to
2007 Aug 08
1
[LLVMdev] Destination register needs to be valid after callee saved register restore when tail calling
Hello list,
i am currently trying to implement tail call optimization in the X86
backend , so far i have it working for cases (modulo many unknown
bugs :) where the tail called function is a destination within the
source file and frame pointer elimination is performed. i implemented
it as a dagcombiner transformation running in post legalized phase
within the
2012 Aug 01
0
[LLVMdev] X86 isTargetShuffle Question
We're working on integrating LLVM 3.1 and integrating our AVX
improvements which we hope to send upstream. I am trying to make sure
we do't lose functionality of performance.
Somewhere between LLVM 2.9 and LLVM 3.1 a bunch of opcodes got removed
from isTargetShuffle in X86ISelLowering.cpp. It looks like at one point
isTargetShuffle got removed completely so it is very difficult to mine
2016 Aug 29
2
Samba4 Centos 7 - CPU 100%
Hi Rowland,
we make the classic upgrade samba3 fo samba4. We use this link
https://wiki.samba.org/index.php/Migrating_a_Samba_NT4_domain_to_a_Samba_AD_domain_(classic_upgrade)
tks.
2016-08-29 15:01 GMT-03:00 Rowland Penny via samba <samba at lists.samba.org>:
> On Mon, 29 Aug 2016 14:25:25 -0300
> Maiquel Consalter <maiquelconsalter at gmail.com> wrote:
>
> > Let-me
2019 Aug 26
2
LLVM X86 backend combineIncDecVector's transform
No objections from me to make it run later. I didn't see the potential
conflicts when I added that code. Delayed combine, custom lowering, or
DAGToDAGISel all seem like viable options to me.
On Mon, Aug 26, 2019 at 2:04 PM Roman Lebedev <lebedev.ri at gmail.com> wrote:
> I have previously posted these two patches:
>
> [X86][CodeGen][NFC] Delay `combineIncDecVector()` from
2007 Sep 24
2
HP OpenView Service Desk
Hi,
I need to install HP Service Desk with wine, but I can't install MSJVM.
Does anyone do this already?
Thanks
--
Carlos Baptista
cbaptista at gmail.com
2011 Sep 01
0
Simultaneous ring on Soft phone and Desk phone.
Hi,
In my Office all our users have a Desk phone. Some of the users who are
using laptops have a Soft phone too along with their Desk phone. Right now
we are using two different extensions for their desk and soft phones.
Is it possible to have simultaneous ring for both the extensions (ie. soft
phone and desk phone). I tried using " Dial(SIP/desk & SIP/soft) " and it
works fine
2004 May 14
0
Desk Site iManage 6.5 Connecting to Server Problem
I'm trying to get iManage Desk Site 6.5, a document management system
commonly used in law firms, to work under WINE. I actually had it
working earlier, but I recently reinstalled everything and upgraded to
Crossover Office 3.0, and now it no longer works. I've tried both
Crossover Office WINE and WINE from Debian Unstable, which I believe is
CVS as of 5/5/04.
The problem occurs when
2012 Jun 13
0
Released: Open source ticket-desk app
Hi all,
Recently joined Rails talk, and so far enjoying the discussions.
Thought I''d write a quick post to flag that I''ve just open-sourced
TicketDesk, an e-mail driven support desk software written in
rails: https://github.com/AlexBlom/TicketDesk
Hopefully some of you find it useful,
Alex
@AlexBlom
--
You received this message because you are subscribed to the Google
2008 Nov 02
0
Chloride Desk Power 650
Hello,
I own a Chloride Desk Power 650 UPS.
It works with nut 2.2.2, megatec driver (serial cable), it still haven't tried the usb connection.
It doesn't work with nut 2.0.4, because it doesn't answer to the "I" query (see megatec protocol).
Product page: http://www.chloridepower.com/en/USA/Products/Technologies/UPSs2/Desk-Power/Overview2/
Regards,
Cyril.