A veteran engineer from VMWare Inc., Jeffrey, is being featured on
jobirn.com on Monday Jun 16, from 9am to 5pm (PST.)
He will chat with applicants who are interested in job openings in
VMWare.
He will identify qualified candidates and directly submit qualified
candidates' resumes to hiring manager
the url missed
http://allforces.com/2005/05/06/ichat-to-msn-through-jabber/
On 2月25日, 上午12时01分, Mr Shore <[EMAIL PROTECTED]> wrote:
> hi,every buddy
> I've now installed a jabber server,right it's ejabberd mentioned above
> and 2 jabber client,right again it's spark
hi,every buddy
I've now installed a jabber server,right it's ejabberd mentioned above
and 2 jabber client,right again it's spark and psi
and I can connect to jabber server by spark
but failed by psi,saying 'certificate failed the authenticity
test;Reason:certificate is self signed'
and i follow thi
On Feb 16, 6:35 pm, Steven D'Aprano <[EMAIL PROTECTED]
cybersource.com.au> wrote:
> On Sat, 16 Feb 2008 01:35:32 -0800,MrShorewrote:
> > I've now crawled the meta infor,but with multi name all means the same
> > thing,
> > such as MS,microsoft,microsoft corporation all means the same thing, how
> >
yes
you guessed perfectly
I'm not a native English speaker
sorry for my poor english..
On Feb 16, 6:35 pm, Steven D'Aprano <[EMAIL PROTECTED]
cybersource.com.au> wrote:
> On Sat, 16 Feb 2008 01:35:32 -0800,MrShorewrote:
> > I've now crawled the meta infor,but with multi name all means the same
> >
I've now crawled the meta infor,but with multi name all means the same
thing,
such as MS,microsoft,microsoft corporation all means the same thing,
how can I mapping words like this to the same thing?
--
http://mail.python.org/mailman/listinfo/python-list
import threading
import time
class timer(threading.Thread):
def __init__(self,no,interval):
threading.Thread.__init__(self)
self.no=no
self.interval=interval
def run(self):
while True:
print 'Thread Object (%d), Time:%s'%(self.no,time.ctime())