search for: anh

Displaying 20 results from an estimated 184 matches for "anh".

Did you mean: and
2008 May 12
5
Format integer
Hi, What's one way to convert an integer to a string with preceding 0's? such that '13' becomes '00000000013' to be put into a string I've tried formatC, but they removes all the zeros and replace it with blanks Thanks -- Regards, Anh Tran [[alternative HTML version deleted]]
2008 Jun 24
4
Find max of a row in data frame (like Excel)
...5805 11 34 0 0 1.71076835 6.624038 59 5 A_68_P20006729 16 44 0 0 0.85498261 6.044229 59 I want rs$f be the max of f1, f2, f3, f4 like a function in excel (=max(f1, f2, f3, f4)). How should we do it in R? I'm not familiar with programing with list. So please be patient Thanks -- Regards, Anh Tran [[alternative HTML version deleted]]
2011 Aug 24
0
How to configure krb5 for multiple domains or domain and its sub-domains - Solved
Hi Mauricio, It worked. Thanks a lot for your helps. I really appreciate that. Thanks Anh. -----Original Message----- From: Mauricio Tavares [mailto:raubvogel at gmail.com] Sent: Tuesday, August 23, 2011 4:47 PM To: samba at lists.samba.org Subject: Re: [Samba] How to configure krb5 for multiple domains or domain and its sub-domains On Tue, Aug 23, 2011 at 3:17 PM, Le, Anh <anh.le...
2008 May 06
2
Concatenate a vector into a string, only using distinct component
I'm trying to use combine c('a','b','c','a','c') into 'a, b, c', the order does not matter. paste(c('a','b','c','a','c'), collapse=', ') yields 'a, b, c, a, c'. Any idea? -- Regards, Anh Tran [[alternative HTML version deleted]]
2008 May 06
2
Print table data on to a plot
Hi, Is there away to print a short table out along side with a plot? I'm thinking about doing a par(mfrow = c(1,2)) Then, the plot is on one side, summary result on the other. Is there any quick way to print out a data.frame in table format? Thanks -- Regards, Anh Tran [[alternative HTML version deleted]]
2012 Jul 02
14
HP Proliant DL360 G7
Hello, Has anyone out there been able to qualify the Proliant DL360 G7 for your Solaris/OI/Nexenta environments? Any pros/cons/gotchas (vs. previous generation HP servers) would be greatly appreciated. Thanks in advance! -Anh
2008 Jun 19
2
Draw curve for histogram
...draw a line, not bar graph for a histogram? Smoothed line would be great too. I've looked at curve() for normal distribution but it's not what I need. I need some curve on top of the histogram (fit to the actual data). Just as a way to illustrate, rather than bargraph. Thanks -- Regards, Anh Tran UCLA NeuroOncology Lab [[alternative HTML version deleted]]
2008 Jul 01
2
[LLVMdev] build on windows
....uiuc.edu] Im Auftrag von Jean-Daniel Dupas Gesendet: Dienstag, 1. Juli 2008 17:58 An: LLVM Developers Mailing List Betreff: Re: [LLVMdev] build on windows AFAK, the Configuration project does not generate any output. It just patch and generate some required header file. Le 1 juil. 08 à 17:32, Le Anh Quang a écrit : > Hi Jean-Daniel, > thank for ur fast answer, i have fixed this error, another function > was defined inside llvm source code. > So, my only problem now is, I cannot create the file "configure.lib" > (belongs to project "Configure"). I can build...
2012 Feb 22
2
What about ZFS ?
Hi everybody, I'm looking for information about using GlusterFS with ZFS. I got information that talked about a sort of incompatibility between the both technologies because of unsupported xattr feature in ZFS. What are the latest news about this ? Thank you in advance.
2008 Jun 21
2
Scatter plot transparency
...problem is that every dot on the plot becomes a vector, which slows the program down considerably (I have about 200k dots on a graph). So, is there a good way to import these plot in as picture so I can use them as layer for Illustrator (Photoshop would be fine too). Thank you all. -- Regards, Anh Tran [[alternative HTML version deleted]]
2008 Jul 01
2
[LLVMdev] build on windows
...rag von Jean-Daniel Dupas Gesendet: Dienstag, 1. Juli 2008 17:23 An: LLVM Developers Mailing List Betreff: Re: [LLVMdev] build on windows Not this one, I have a different error here. One related to hasmap and pair templates. I will check this on my Windows machine later. Le 1 juil. 08 à 16:44, Le Anh Quang a écrit : > Hi Jean-Daniel, > Thank > I use VC++ 9 (express version). I have also an error in TableGen: The > "strtoll" could not be found under win32. Have you fixed it ? > > Regards > Quang > > -----Ursprüngliche Nachricht----- > Von: llvmdev-bounce...
2008 Jul 01
3
[LLVMdev] build on windows
...? Regards Quang -----Ursprüngliche Nachricht----- Von: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] Im Auftrag von Jean-Daniel Dupas Gesendet: Montag, 30. Juni 2008 22:00 An: LLVM Developers Mailing List Betreff: Re: [LLVMdev] build on windows Le 30 juin 08 à 21:28, Le Anh Quang a écrit : > Hi, > I have tried to compile LLVM with Visual C++. Some subprojects work > now. > > Other subprojects require the file "configure.lib". So I tried to > compile the project "Configure". It could be built successfully, but > the file &qu...
2008 Jul 01
0
[LLVMdev] build on windows
AFAK, the Configuration project does not generate any output. It just patch and generate some required header file. Le 1 juil. 08 à 17:32, Le Anh Quang a écrit : > Hi Jean-Daniel, > thank for ur fast answer, i have fixed this error, another function > was > defined inside llvm source code. > So, my only problem now is, I cannot create the file "configure.lib" > (belongs to project "Configure"). I can...
2008 Aug 02
2
Multiple R console for OS X?
Hi gang, I always open more than 1 R console in Windows. I can't figure out a way to do this with OS X yet. I need that to utilize the duo core on my desktop. How would I do that? -- Regards, Anh Tran [[alternative HTML version deleted]]
2008 May 09
1
Rescaling a column in a matrix based on a certain rows
...row 1 to 5, such that the values of row 1:5 should be rescale to the same amplitude (kinda like take the z-score of population from row 1:5). column 1 and 2 are two different samples need to be compared. I hope I made myself clear enough. thanks for any help UCLA Neurology Research -- Regards, Anh Tran [[alternative HTML version deleted]]
2006 Aug 24
2
How to get Samba's share directories
Hi all, Is there any tool that can get Samba service (share directory) and its full path? Maybe its output likes this: [share] /home/share [setup] /home/setup ... Any help would be appreciated. Best regards, -- Nguyen Anh Phu
2011 Aug 23
1
How to configure krb5 for multiple domains or domain and its sub-domains
...ords when the users entered. I guess it has this problem because my current krb5 is only setup for my main domain pc.example.com. I don't know the syntax for the multiple domains or domain and its sub-domains of krb5.conf file. It will be very appreciated if anyone can help me. Thanks a lot, Anh.
2012 Apr 05
1
OpenIndiana production-ready?
...moment on HP server hardware + SAS JBODs. Also considering picking up a Thumper/Thor on the used market. For a ZFS storage server, is it a better idea to just stick w/ Oracle Solaris, or is OI also a good bet? How do the ZFS implementations differ between Solaris 11 and OI? Thanks in advance. -Anh
2008 Jul 01
0
[LLVMdev] build on windows
Le Anh Quang wrote: > Hi, > but on some other project, they require "configure.lib". What is this one ? > Thanks Hi Le Anh, What project are you talking about, and how did you determine that it requires "configure.lib" ? AFAIK, all LLVM projects have dependency on the conf...
2008 May 18
3
Opening more than 1 R console in Windows
...d instance and divide the work into two parts, and run them parallelly, they seems to utilize 100% of my CPU. So, my question would be that: is the computing result the same if I do them this way? Will there any mistake compared to running only one instance at a time? Thank you all. -- Regards, Anh Tran [[alternative HTML version deleted]]