Re: [git-users] git config fetch.recurseSubmodules true git pull doesn't update the submodule

2012-12-26 Thread lei yang
On Wed, Dec 26, 2012 at 4:57 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Wed, 26 Dec 2012 12:49:43 +0800 lei yang yanglei.f...@gmail.com wrote: I want others when they git pull it also update the submoudles .but below two ways don't work for me 1) git config

[git-users] git config fetch.recurseSubmodules true git pull doesn't update the submodule

2012-12-25 Thread lei yang
Hi expert, I want others when they git pull it also update the submoudles .but below two ways don't work for me 1) git config fetch.recurseSubmodules true git pull 2) git config alias.pullall '!git pull git submodule update --init --recursive' it works with git pullall but I don't know

Re: [git-users] Re: Is it possible cp some file from one branch to another without switch branch

2012-12-18 Thread lei yang
Thanks very much! it works for me Lei On Mon, Dec 17, 2012 at 5:23 AM, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: On Monday, December 17, 2012 1:58:53 PM UTC+1, lei yang wrote: Hi expert, now I'm in the branch A, I want to copy some file from branch B to A any help? You have

[git-users] Is it possible cp some file from one branch to another without switch branch

2012-12-17 Thread lei yang
Hi expert, now I'm in the branch A, I want to copy some file from branch B to A any help? Lei --

Re: [git-users] Is it possible cp some file from one branch to another without switch branch

2012-12-17 Thread lei yang
Thanks for the tips, I have another question, If I forget branch B files' path, how chould I do without switch to B Lei On Mon, Dec 17, 2012 at 6:18 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Mon, 17 Dec 2012 04:58:53 -0800 lei yang yanglei.f...@gmail.com wrote: now

Re: [git-users] Digest for git-users@googlegroups.com - 4 Messages in 1 Topic

2012-12-10 Thread lei yang
, 2012 at 8:49 AM, git-users@googlegroups.com wrote: Today's Topic Summary Group: http://groups.google.com/group/git-users/topics git help about git merge to a specific dir and keep the commit log [4 Updates] git help about git merge to a specific dir and keep the commit log lei yang

Re: [git-users] Re: git help about git merge to a specific dir and keep the commit log

2012-12-10 Thread lei yang
\* kvm The \ in front of the * tells git to expand the file names instead of having the shell do it. My mistake. On Monday, December 10, 2012 2:35:58 AM UTC-6, lei yang wrote: Hi experts, I have two tree A and B, A: git://github.com/lei/A.git B: git://github.com/lei/B.git B is like

[git-users] ls it possible to change the commit info

2012-12-10 Thread lei yang
HI experts my git log is something like #git log commit a83052d1f102341bb5931955658266882d7b8953 Author: Lei Yang yanglei.f...@gmail.com Date: Tue Dec 11 13:36:45 2012 +0800 add testfileA2.add commit

[git-users] about git commit -m add the more than two lines log

2012-10-11 Thread lei yang
I know git commit -m somethingsomething will give the git info in the git log but I don't know how to write some thing with more than two line some thing like something something something something something something in the git log -- You received this message because you are subscribed to

Re: help about boot with initrd

2012-08-25 Thread lei yang
On Sat, Aug 25, 2012 at 2:47 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Sat, Aug 25, 2012 at 2:34 AM, lei yang yanglei.f...@gmail.com wrote: I used the redhat RHEL6 boot with initrd but it failed, can sb help me ( I have tried /dev/ram /dev/ram0 and initrd-2.6.32-279.el6.x86_64kdump.img

help about boot with initrd

2012-08-24 Thread lei yang
hi experts I used the redhat RHEL6 boot with initrd but it failed, can sb help me ( I have tried /dev/ram /dev/ram0 and initrd-2.6.32-279.el6.x86_64kdump.img) [root@localhost boot]# /usr/libexec/qemu-kvm --enable-kvm -smp 8 -m 1024 -net nic,model=virtio -net tap,script=/etc/qemu-ifup -initrd

Re: help about free bsp version netcat to work it on ubuntu

2012-07-24 Thread lei yang
On Tue, Jul 24, 2012 at 12:47 AM, Polytropon free...@edvax.de wrote: On Mon, 23 Jul 2012 23:29:38 +0800, lei yang wrote: Yes, the second version I post is using the source from you supplied, then I compiled it, but it has no -U flag like what I post, it seems a version different casued

Re: help about free bsp version netcat to work it on ubuntu

2012-07-24 Thread lei yang
On Mon, Jul 23, 2012 at 11:52 PM, Alejandro Imass a...@p2ee.org wrote: On Mon, Jul 23, 2012 at 11:29 AM, lei yang yanglei.f...@gmail.com wrote: On Mon, Jul 23, 2012 at 10:36 PM, Polytropon free...@edvax.de wrote: On Mon, 23 Jul 2012 12:59:55 +0800, lei yang wrote: On Mon, Jul 23, 2012 at 12:25

Re: help about free bsp version netcat to work it on ubuntu

2012-07-24 Thread lei yang
On Tue, Jul 24, 2012 at 12:03 AM, Carl Johnson ca...@peak.org wrote: lei yang yanglei.f...@gmail.com writes: On Mon, Jul 23, 2012 at 12:25 AM, Polytropon free...@edvax.de wrote: On Sun, 22 Jul 2012 22:41:57 +0800, lei yang wrote: Hi, I want to build a netcat on my local pc (ubuntu) with gcc

[libvirt-users] help about libvirt console

2012-07-24 Thread lei yang
Hi list, My xml is like below, it works well with virsh console qemu1 domain type='kvm' nameqemu1/name memory1024000/memory currentMemory512000/currentMemory vcpu1/vcpu os type arch='x86_64' machine='pc'hvm/type boot dev='hd' / kernel/boot/bzImage/kernel

Re: [git-users] how to git format patch without swith to that branch

2012-07-24 Thread lei yang
On Tue, Jul 24, 2012 at 7:53 PM, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: On Tuesday, July 24, 2012 7:05:14 AM UTC+2, lei yang wrote: how to? If you want to format-patch for example the last two commits on branch B, this should do it: git format-patch B~2..B Yes I know

Re: help about free bsp version netcat to work it on ubuntu

2012-07-23 Thread lei yang
On Mon, Jul 23, 2012 at 10:36 PM, Polytropon free...@edvax.de wrote: On Mon, 23 Jul 2012 12:59:55 +0800, lei yang wrote: On Mon, Jul 23, 2012 at 12:25 AM, Polytropon free...@edvax.de wrote: On Sun, 22 Jul 2012 22:41:57 +0800, lei yang wrote: Hi, I want to build a netcat on my local pc

[git-users] how to git format patch without swith to that branch

2012-07-23 Thread lei yang
Hi I want to format patch from branch A, but current branch is B, is it possible to format patch without switching to B? Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to

Re: help about free bsp version netcat to work it on ubuntu

2012-07-22 Thread lei yang
On Mon, Jul 23, 2012 at 12:25 AM, Polytropon free...@edvax.de wrote: On Sun, 22 Jul 2012 22:41:57 +0800, lei yang wrote: Hi, I want to build a netcat on my local pc (ubuntu) with gcc, is it possible? I'm new to free bsd I hope I don't misunderstand your intention: You are trying to build

Re: [Autotest] Biweekly upstream qemu-kvm test report (using autotest + manual) - Week 28

2012-07-20 Thread lei yang
On Fri, Jul 20, 2012 at 11:18 PM, Qingtang Zhou qz...@redhat.com wrote: * On 2012-07-20 22:52:21 +0800, lei yang (yanglei.f...@gmail.com) wrote: Hi seems there is no virtio_console testing.which I have no one pass and why some of the below cases is mannual, and they are not in the Because we

Re: [Autotest] Biweekly upstream qemu-kvm test report (using autotest + manual) - Week 28

2012-07-20 Thread lei yang
Hi seems there is no virtio_console testing.which I have no one pass and why some of the below cases is mannual, and they are not in the defalut tests.cfg Lei On Fri, Jul 20, 2012 at 8:20 PM, Prem Karat prem.ka...@linux.vnet.ibm.com wrote: Folks, Please find the result of upstream testing.

Re: [Autotest] Biweekly upstream qemu-kvm test report (using autotest + manual) - Week 28

2012-07-20 Thread lei yang
On Fri, Jul 20, 2012 at 11:18 PM, Qingtang Zhou qz...@redhat.com wrote: * On 2012-07-20 22:52:21 +0800, lei yang (yanglei.f...@gmail.com) wrote: Hi seems there is no virtio_console testing.which I have no one pass and why some of the below cases is mannual, and they are not in the Because we

[Autotest] anyone passed virtio_console.basic testing

2012-07-18 Thread lei yang
Hi experts, I just try, there is no testcases related virito_console passed Below is the virtio_console.basic testing, any points? 07/19 10:50:20 INFO |virt_test_utils.py: wait_for_login: 92| Logged into guest vm1 using serial connection 07/19 10:50:20 DEBUG| virt_vm.py:

Re: [Autotest] anyone passed virtio_console.basic testing

2012-07-18 Thread lei yang
On Thu, Jul 19, 2012 at 12:15 PM, Pradeep Kumar Surisetty psuri...@linux.vnet.ibm.com wrote: * lei yang yanglei.f...@gmail.com [2012-07-19 11:13:30]: Hi experts, I just try, there is no testcases related virito_console passed Below is the virtio_console.basic testing, any points? just now

Re: [git-users] Re: The commit share

2012-07-07 Thread lei yang
? On Friday, July 6, 2012 2:39:44 PM UTC+2, lei yang wrote: Hi expert, With git merge-base I get the commitid1 for the merge base . How could I get the shared commit id since the commitid1 for the two branch? Thanks Lei -- You received this message because you are subscribed to the Google

[git-users] from the commit titles to get the commit ids

2012-07-07 Thread lei yang
Hi experts I have a file which comtains commit title #cat file Revert eglibc: fix perl path in target scripts on fedora 17 eglibc: fix perl path in target scripts on fedora 17 alpha eglibc: fix re-execution of task how could I change the title to the commit id lists? Thanks Lei --

[git-users] How to add the branch from another tree to my local branch

2012-07-06 Thread lei yang
As the title, thanks in advance Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com.

[git-users] The commit share

2012-07-06 Thread lei yang
Hi expert, With git merge-base I get the commitid1 for the merge base . How could I get the shared commit id since the commitid1 for the two branch? Thanks Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send

[git-users] Re: The commit share

2012-07-06 Thread lei yang
UTC+2, lei yang wrote: Hi expert, With git merge-base I get the commitid1 for the merge base . How could I get the shared commit id since the commitid1 for the two branch? Thanks Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group

[Autotest] any one met this issue. more like a python issue

2012-07-05 Thread lei yang
Hi list, some of my tests met below issue,seems a python2.7 issue, File /autotest/client/virt/kvm_vm.py, line 2133, in migrate self.send_fd(fd_src, mig_fd_name) File /autotest/client/shared/error.py, line 138, in new_fn return fn(*args, **kwargs) File

Re: [Autotest] any one met this issue. more like a python issue

2012-07-05 Thread lei yang
On Fri, Jul 6, 2012 at 12:33 AM, Qingtang Zhou qz...@redhat.com wrote: * On 2012-07-06 00:12:43 +0800, lei yang (yanglei.f...@gmail.com) wrote: Hi list, some of my tests met below issue,seems a python2.7 issue, File /autotest/client/virt/kvm_vm.py, line 2133, in migrate

Re: [libvirt-users] qemu-kvm fails on RHEL6

2012-07-02 Thread lei yang
have you resolve this isse I met the same issue as you qemu-system-x86_64: -netdev tap,id=idafPmQW,fd=21: TUNGETIFF ioctl() failed: Inappropriate ioctl for device Thanks Lei On Fri, Apr 6, 2012 at 4:36 PM, sumit sengupta sumit_sn...@yahoo.co.in wrote: Hi, When I'm trying to run qemu-kvm

[Valgrind-users] where is the official git tree for valgrind?

2012-06-26 Thread lei yang
Hi list, can someone show me where is the official git tree for valgrind? Lei -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how

[git-users] How to see the which file changead between two commit and plus with commit id

2012-06-16 Thread lei yang
Hello I know below command can get which file changed between the two commit lyang0@lyang0-OptiPlex-755:~/git/kernel-3.4.x$ git diff --name-only 16d815fd230b81d49d395e91b084f0731ea6e4a2^..3e5f29bd22e597d66d9c1013a0ab190e6b48a8ba drivers/i2c/busses/i2c-davinci.c drivers/i2c/busses/i2c-tegra.c can

Re: [git-users] Re: how to get the formated patches from the merge id

2012-06-15 Thread lei yang
On Fri, Jun 15, 2012 at 7:59 PM, Vincent van Ravesteijn v...@lyx.org wrote: Op 15-6-2012 13:46, lei yang schreef: Hi I mean, I have a commit like below commit 0e93b4b304ae052ba1bc73f6d34a68556fe93429 Merge: b724cc1 51bfd29 This commit done this work: merge b724cc1..51bfd29 commit

Re: [git-users] how to change the whole git tree to the patchsets

2012-06-14 Thread lei yang
On Thu, Jun 14, 2012 at 1:52 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Thu, 14 Jun 2012 01:03:27 +0800 lei yang yanglei.f...@gmail.com wrote: I want to change my whole tree to the patchset? which cmd can be used ? git format-patch --root Thanks This works well, I

[git-users] how to get the commit id from one file or multi file

2012-06-14 Thread lei yang
Hi List, Can we get the commit id list for one file or multifile? Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send email to

Re: [git-users] how to get the commit id from one file or multi file

2012-06-14 Thread lei yang
On Thu, Jun 14, 2012 at 11:46 PM, Bryce Verdier bryceverd...@gmail.com wrote: On 06/14/2012 08:33 AM, lei yang wrote: Hi List, Can we get the commit id list for one file or multifile? Lei What do you mean by commit id? I mean the file in git tree has lots of commit, I want to get

[git-users] how to get the formated patches from the merge id

2012-06-14 Thread lei yang
Hello list: eg: commit 0e93b4b304ae052ba1bc73f6d34a68556fe93429 Merge: b724cc1 51bfd29 how can I from 0e93b4b304ae052ba1bc73f6d34a68556fe93429 to get the formated patch ? (I know we can do git format-patch b724cc1..51bfd29, but how to from 0e93b4b304ae052ba1bc73f6d34a68556fe93429 to get?) Lei

[git-users] how to diff specifc file for different tags or branch

2012-06-14 Thread lei yang
Hi list As the title, if I have two branch A and B, how could I diff the file test.c for A and B Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from

[git-users] about git format-patch help

2012-06-13 Thread lei yang
In my tree from git log I can see the last commit commit 1c8284ebdbd119314b8f01e442e64cf5fd4b9fe6 Author: Mathieu Desnoyers mathieu.desnoy...@polymtl.ca Date: Fri Sep 3 08:08:18 2010 -0400 LTTng modularization, import of lttng 0.226 Will match kernel tree lttng 0.227.

Re: [git-users] about git format-patch help

2012-06-13 Thread lei yang
On Wed, Jun 13, 2012 at 11:25 PM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Wed, 13 Jun 2012 02:32:25 -0700 (PDT) lei yang yanglei.f...@gmail.com wrote: In my tree from git log I can see the last commit commit 1c8284ebdbd119314b8f01e442e64cf5fd4b9fe6 Author: Mathieu

[git-users] how to change the whole git tree to the patchsets

2012-06-13 Thread lei yang
Hi list I want to change my whole tree to the patchset? which cmd can be used ? Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send

Re: [Autotest] [PATCH] Fix dhclient failed in nic_bonding cases V2

2012-03-14 Thread lei yang
On Wed, Mar 14, 2012 at 1:33 PM, Qingtang Zhou qz...@redhat.com wrote: * On 2012-03-14 12:05:47 +0800, yanglei.f...@gmail.com (yanglei.f...@gmail.com) wrote: From: Lei Yang yanglei.f...@gmail.com Before dhclient, we need to check if it has been running,and then kill it Signed-off-by: Lei

Re: [Autotest] [PATCH 3/4] [KVM-autotest] tests.cfg.sample: change import order

2012-03-12 Thread lei yang
base.cfg include guest-os.cfg include guest-hw.cfg include cdkeys.cfg include virtio-win.cfg include subtests.cfg or I'm wrong? Regards, Lukáš Dne 12.3.2012 04:34, lei yang napsal(a): Howerver, you did the opposite thing or you did it two times commit

Re: [PATCH 3/4] [KVM-autotest] tests.cfg.sample: change import order

2012-03-12 Thread lei yang
base.cfg include guest-os.cfg include guest-hw.cfg include cdkeys.cfg include virtio-win.cfg include subtests.cfg or I'm wrong? Regards, Lukáš Dne 12.3.2012 04:34, lei yang napsal(a): Howerver, you did the opposite thing or you did it two times commit

Re: [PATCH 3/4] [KVM-autotest] tests.cfg.sample: change import order

2012-03-11 Thread lei yang
Howerver, you did the opposite thing or you did it two times commit 6e4b5cffe999714357116884fcc4eb27fae41260 Author: Lucas Meneghel Rodrigues l...@redhat.com Date: Wed Feb 29 18:47:14 2012 -0300 Revert tests.cfg.sample: change import order This reverts commit

Re: [libvirt-users] virt-install Error

2012-01-12 Thread Lei Yang
___ libvirt-users mailing list libvirt-users@redhat.com (mailto:libvirt-users@redhat.com) https://www.redhat.com/mailman/listinfo/libvirt-users -- lei yang ___ libvirt-users mailing list libvirt-users@redhat.com

Re: [libvirt-users] virt-install Error

2012-01-12 Thread Lei Yang
0 kvm 339258 1 kvm_intel -- Lei Yang On 2012年1月12日Thursday at 下午11:04, kendennit wrote: I did not start any VM. My intention is to check the virt-install command to make sure all packages and tools are in place. So basically, I expect the below output [root

[libvirt-users] When IPv6 is disabled, libvirtd cannot start on boot

2012-01-12 Thread Lei Yang
crond sshd libvirtd) -- Lei Yang ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [Tutor] why ifconfig is alway running?

2010-12-20 Thread lei yang
On Sun, Dec 19, 2010 at 9:05 PM, Sander Sweers sander.swe...@gmail.com wrote: On 19 December 2010 13:43, lei yang yanglei.f...@gmail.com wrote: Right, it gets stuck at the readline(), is there a function not get stuck to instead of readline(). readline() will keep reading stdout until

Re: [Tutor] why ifconfig is alway running?

2010-12-19 Thread lei yang
On Sun, Dec 19, 2010 at 4:57 PM, Alan Gauld alan.ga...@btinternet.com wrote: lei yang yanglei.f...@gmail.com wrote def runForAWhile(cmd, secs=10):   print(running %s % cmd)   timeout = datetime.timedelta(seconds=secs)   print timeout   proc = subprocess.Popen(cmd, stdout=subprocess.PIPE

Re: [Tutor] why ifconfig is alway running?

2010-12-19 Thread lei yang
handle this issue, and I find my script cant process the timeout to kill it. if cmd=ping 128.114.122.2, no this issue. Lei On Sun, Dec 19, 2010 at 4:57 PM, Alan Gauld alan.ga...@btinternet.com wrote: lei yang yanglei.f...@gmail.com wrote def runForAWhile(cmd, secs=10):   print(running %s

Re: [Tutor] why ifconfig is alway running?

2010-12-19 Thread lei yang
at that line. But if you ctrl-C to stop the script, you should see where your program gets stuck. You didn't say where it got stuck, that would have helped. Good luck,  Evert On Sun, Dec 19, 2010 at 4:57 PM, Alan Gauld alan.ga...@btinternet.com wrote: lei yang yanglei.f...@gmail.com wrote

Re: [Tutor] why ifconfig is alway running?

2010-12-19 Thread lei yang
alan.ga...@btinternet.com wrote: lei yang yanglei.f...@gmail.com wrote def runForAWhile(cmd, secs=10):   print(running %s % cmd)   timeout = datetime.timedelta(seconds=secs)   print timeout   proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=True

Re: [Tutor] why ifconfig is alway running?

2010-12-19 Thread lei yang
see where your program gets stuck. You didn't say where it got stuck, that would have helped. Good luck,  Evert On Sun, Dec 19, 2010 at 4:57 PM, Alan Gauld alan.ga...@btinternet.com wrote: lei yang yanglei.f...@gmail.com wrote def runForAWhile(cmd, secs=10):   print(running %s % cmd

Re: [Tutor] why ifconfig is alway running?

2010-12-19 Thread lei yang
On Sun, Dec 19, 2010 at 9:05 PM, Sander Sweers sander.swe...@gmail.com wrote: On 19 December 2010 13:43, lei yang yanglei.f...@gmail.com wrote: Right, it gets stuck at the readline(), is there a function not get stuck to instead of readline(). readline() will keep reading stdout until

[Tutor] why ifconfig is alway running?

2010-12-18 Thread lei yang
my script is #!/usr/bin/env python import datetime import subprocess import sys import os import signal from time import sleep def runForAWhile(cmd, secs=10): print(running %s % cmd) timeout = datetime.timedelta(seconds=secs) print timeout proc = subprocess.Popen(cmd,

Re: [Tutor] why ifconfig is alway running?

2010-12-18 Thread lei yang
always !=0“ why program is NOT exited Lei On Sun, Dec 19, 2010 at 1:15 AM, Alan Gauld alan.ga...@btinternet.com wrote: lei yang yanglei.f...@gmail.com wrote def runForAWhile(cmd, secs=10):   proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=True

can you give me some advice to test dTSEC

2010-06-09 Thread lei yang
Hi experts can you give me some advice to test dTSEC Lei ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

test ignore

2010-06-07 Thread lei yang
-- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Do we have testing tools for uclibc

2010-05-27 Thread lei yang
Hi experts Do we have testing toolsfor uclibc ? Thanks Lei -- We learn from failure, not from success! ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Error building 'Hello,World' kernel Module

2004-08-05 Thread Lei Yang
configuration. Thanks. Lei Regards, Shine Mohamed Jabbar On Thu, 2004-08-05 at 04:13, Lei Yang wrote: Hello, I am learning about module programming and just tried to build a simplest module, Hello World. The code is as follows: /* hello.c #include linux/module.h #include linux/kernel.h int

Error building 'Hello,World' kernel Module

2004-08-04 Thread Lei Yang
Hello, I am learning about module programming and just tried to build a simplest module, Hello World. The code is as follows: /* hello.c #include linux/module.h #include linux/kernel.h int init_module(void) { printk(Hello world!\n); return 0; } void

[UAI] intelligent Personal information Management

2000-09-23 Thread Lei Yang
hi, Currently, I some research work on Intelligent Personal Information Management. As you know, Next generation will pay more attention on personal, adaptive. So, our group currently drive this project to merge intelligent in it. Project basic description; -- If you join in maillists or news

<    1   2   3   4