search for: ching

Displaying 20 results from an estimated 105 matches for "ching".

Did you mean: thing
2012 Sep 09
13
enquiry about defrag
Hi all, i am new on btrfs, i am testing KVM on btrfs (host: kernel x86-64 3.5.3), the performance is reasonable. I have two question on defrag, can someone help me? 1. According to btrfs wiki, defragment a COW file will produce two unrelated files. Does it apply to the "autodefrag" mount option? 2. Is there any command for the fragmentation status of a file/dir ? e.g. fragment
2004 Apr 14
2
Problem creating new domain in unstable
...9;'No such file or directory'') ============================================== I would guess the ''/var/run/xend/management_sock'' is created dynamically and I should not be doing anything with it manually. Any idea of what could have gone wrong please? Thanks, Yan-Ching CHU
2010 Mar 10
3
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
...NSI-C compliant: the size of pointer is determined at the run-time and therefore the layout of the structure is not static. Does LLVM support this model? And I am wondering whether this kind of idea is valuable to the LLVM community? or are there any other related ideas is more valuable? thanks ching -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100311/94247816/attachment.html>
2010 Mar 15
0
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
On 10 March 2010 16:57, 琬菁楊 <ching1119.cs96 at g2.nctu.edu.tw> wrote: > I think the main issue is that EFI C dialect is not ANSI-C compliant: the > size of pointer is determined at the run-time and therefore the layout of > the structure is not static. Does LLVM support this model? Hi Ching, The LLVM IR doesn't car...
2010 May 07
3
installing gtkmm
...ave to move the project to CentOS 5.4. I set up rpm forge and installed gtkmm. Turns out that the package on rpmforge is too old that my project doesn't compile. I wonder if there is other way to get newer version of gtkmm and all its dependencies instead of manually install them? -best, Ming-ching
2011 Aug 10
1
rbind/cbind
Dear list, I wonder if there a better way to have rbind/cbind/append to create the first element (if it is empty) instead of doing the following in a loop? for (i in 1:10) { if (i == 1) { aRow = SomeExpression(i) } else { aRow = rbind(aRow,SomeExpression(i)) } } Thanks Anthony
2010 Mar 19
4
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
On Mon, Mar 15, 2010 at 10:50 AM, Renato Golin <rengolin at systemcall.org> wrote: > On 10 March 2010 16:57, 琬菁楊 <ching1119.cs96 at g2.nctu.edu.tw> wrote: >> I think the main issue is that EFI C dialect is not ANSI-C compliant: the >> size of pointer is determined at the run-time and therefore the layout of >> the structure is not static. Does LLVM support this model? > > Hi Ching, > &g...
2011 Jul 31
3
Display/show the evaluation result of R commands automatically
Hello R-help, I wonder if it is possible to configure R, so that it will display/show the evaluation result of the R commands automatically (similar to the behavior of Matlab) i.e. If I type x <- 8 it will print 8 in the command prompt, instead of having type x explicitly to show the result and perhaps put an ";" at the end to suppress the output. i.e. x <- 8; Thank you
2007 Aug 16
3
Unable to match/classify non-icmp traffic with TOS bigger than 0x10
This problem is driving nuts, so I am seeking help here. Your help will be deeply appreciated. I have made myself a Linux bridge with eth1 and eth0 to form br0. Then I run a script to configure tc with htb on it. But I can never match non-icmp traffic ( such as tcp and udp ) with TOS or DSCP values such as 0x68. The full story as follows :- 1. On the source testing machine, I do this to set
2005 Jan 03
8
load balancing and DNAT
Does anyone know if load balancing and DNAT work well together? I know that load balancing and NAT do not, but what about a simple port forward? I can''t apply Julian Anastasov''s patches, because they don''t work with PPTP patches. :/ Anyhow, a simple: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport xxx -j DNAT --to yyy:xxx iptables -I FORWARD -i eth0 -d yyy -p
2004 Aug 02
5
Route policy preference value
Assuming if I have rules matching the same packet, the one chosen is the lower preference value or the high ? For example # ip rule list .... 100 from 192.168.1.0/24 lookup main 200 from all fwmark 5 lookup first ..... Packet is matching both rules, the one with priority/preference 100 or 200 is selected ? _____________...
2019 Oct 21
3
S4SXP type vs S4 object bit?
I'm trying to understand the R internals a bit better and reading over the documentation. I see that there is a bit related to whether an object is S4 (S4_OBJECT_MASK), and also the object type S4SXP (25). The documentation makes clear that these two things aren't the same. But in practice, will the S4-bit and object type ever disagree for S4 objects? I know that one can set the bit
2007 Apr 12
3
Method dispatch for print() in package its
...Partners GmbH Königinstr. 19 | 80539 Munich | Germany Phone: +49.(0)89.3800.18317 Fax: +49.(0)89.3800.818317 EMail: stefan.albrecht@allianz.com <mailto:stefan.albrecht@allianz.com> Web: www.apep.com <http://www.apep.com/> Allianz Private Equity Partners GmbH | Geschäftsführung: Wan Ching Ang, Karl Ralf Jung Sitz der Gesellschaft: München | Registergericht: München HRB 126221 | Ust-ID-Nr.: DE 813 264 786 [[alternative HTML version deleted]]
2007 Aug 03
2
Problem with making dll under Windows
...Partners GmbH Königinstr. 19 | 80539 Munich | Germany Phone: +49.(0)89.3800.18317 Fax: +49.(0)89.3800.818317 EMail: stefan.albrecht@allianz.com <mailto:stefan.albrecht@allianz.com> Web: www.apep.com <http://www.apep.com/> Allianz Private Equity Partners GmbH | Geschäftsführung: Wan Ching Ang, Karl Ralf Jung Sitz der Gesellschaft: München | Registergericht: München HRB 126221 | Ust-ID-Nr.: DE 813 264 786 [[alternative HTML version deleted]]
2010 Apr 02
5
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
...no floating support in EFI C 3. no C++ support in EFI C 4. no assembly support in EFI C, all assembly must convert to C I am wondering that does LLVM support model which structure layout is determined at run time?? If not, do I need to modify the parser in clang to support this feature?? thanks ching -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100403/c4d0de77/attachment.html>
2007 May 08
3
ordered logistic regression with random effects. Howto?
...parisons. But it seems to me that, if it would work, then somebody would have proposed it already. I've found some commentary about methods of fitting ordinal logistic regression with other procedures, however, and I would like to ask for your advice and experience with this. In this article, Ching-Fan Sheu, "Fitting mixed-effects models for repeated ordinal outcomes with the NLMIXED procedure" Behavior Research Methods, Instruments, & Computers, 2002, 34(2): 151-157. the other gives an approach that works in SAS's NLMIXED procedure. In this approach, one explicitly writes...
2006 Jun 12
0
Some questions about function usage
...ave call io_channel_flush(fs->io) before ext2fs_close(fs). Is there anything more I should do(like sync or something else)? Finally, please let me know if this letter shouldn't appears in this mailing list. Thank you for reading such boring and stupid letter. Thanks for any reply message. Ching-Hung Lin ??? ?? Ching-Hung Lin, CNPAL, EE, KUAS, R.O.C.(Twiwan) 07-3814526#5566
2006 Jun 05
2
Wanted: CISCO 186 ATAs
Greetings, I'm looking to purchase 10 Cisco 186 ATAs. Please send me quantities available, payment methods and "out the door" pricing (shipping + tax + unit costs). -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060605/742237a1/attachment.htm
2002 Nov 18
2
samba connect error
Dear all: When i use samba share file and program, i find always have a error"Too many open files in system".Then you can not login as root,you can not do anything,but you can only use command 'ps -A ' find smbd process and use command ' kiss -9 <ID number>',next you can use all.So i think maybe smbd process too many open and didn't have any good idea for
2002 Nov 18
1
nobody can answer this question?It's very important for me.
...-9 <ID number>',next you can use all.So i think maybe smbd process too many open and didn't have any good idea for this. Anybody know this and have a good idea,pls tell me.Thanks very much. Bye the way, i want to know how many samba connect when i start smaba service? Brad Ching Nov-18-2002