search for: vu

Displaying 20 results from an estimated 450 matches for "vu".

2008 Jan 24
2
SQL user_query question
...ry? The reason I ask is that the log file shows the results coming back correctly for the password_query in the log file: dovecot: auth(default): client out: OK 1 user=user1 domain=domain.com Yet, the user_query that is logged shows: dovecot: auth(default): sql(user1,192.168.0.77): SELECT vu.virtual_mailbox AS home, vu.virtual_uid AS uid, vu.virtual_gid AS gid, vd.domain AS domain FROM virtual_users vu, virtual_mailbox_domains vd WHERE vu.domain_key = vd.id AND vu.username = 'user1' AND vd.domain = '' And the actual query in my dovecot-sql.conf looks like this:...
2006 Nov 29
2
need help with barplot
...2) b=matrix(a,nrow=4) rownames(b)=c("20/04/2002","21/04/2002","22/04/2002","23/04/2002") colnames(b)=c("p1","p2","p3") barplot(b,beside=T,col=(c("red","orange","yellow"))) then I have http://www.mif.vu.lt/~roka5178/barplot1.JPG<http://www.mif.vu.lt/%7Eroka5178/barplot1.JPG> but I need to have http://www.mif.vu.lt/~roka5178/barplot.JPG<http://www.mif.vu.lt/%7Eroka5178/barplot.JPG> how can i do this? i need to to change axis x whit y -- Robertas [[alternative HTML version deleted]]
2004 Apr 17
0
Votre demande [uid]d8f139961f729e6d6cb6e140a03b2170[/uid]
...smise sous peu. Toutefois, afin de réduire votre temps d’attente, nous avons regroupé les informations techniques les plus demandées. Vous pouvez cliquer sur les liens qui peuvent concerner votre problème. Une F.A.Q. générale est mise à votre disposition en cliquant sur ce lien : http://downloads.vu-games.com/homeworld2/FAQ/FAQgen.txt Elle peut vous permettre de résoudre 70% des problèmes rencontrés avec un ordinateur. Les PATCHES les plus demandés : - Warcraft 3 Reign of chaos et frozen throne http://downloads.vu-games.com/Warcraft3/reignofchaos/Patches/Pc/Fr/War3ROC_114b_Francais.exe http:...
2011 May 02
2
how to get row name using the which function
.... example <- matrix(c(0,0,0,1), 4, 1, dimnames=list(c("1", "3", "5", "9"), c("1"))) which.max(example) [1] 4 Hope someone can help out. Gijs Schumacher, MSc PhD candidate -------------------------------------- Department of Political Science VU University Amsterdam Contact: Tel: +31(0)20 5986798 Fax: +31(0)20 5986820 Web: http://home.fsw.vu.nl/g.schumacher Email: g.schumacher@vu.nl<mailto:g.schumacher@fsw.vu.nl> Visiting address: Metropolitan Buitenveldertselaan 2 Room Z - 333 Mail: De Boelelaan 1081 1081 HV Amsterdam The Netherl...
2012 Feb 03
3
replicate rows
...ix 20 times, but I only want to replicate the rows. How do I do that? Kind regards / Met vriendelijke groet / Med venlig hilsen, Dr. Gijs Schumacher Postdoctoral Researcher Department of Political Science and Public Management, University of Southern Denmark & Department of Political Science, VU University Amsterdam Email: gijs@sam.sdu.dk<mailto:gijs@sam.sdu.dk>; g.schumacher@vu.nl<mailto:g.schumacher@fsw.vu.nl> Web: http://www.gijsschumacher.nl<http://www.gijsschumacher.nl/> [[alternative HTML version deleted]]
2011 Feb 11
3
[LLVMdev] Unit testing with random input using JIT
Hi Reid, If an argument is a pointer and the function changes the value it pointed to, do you know how to get that updated value after executing the wrapper function? Thanks. Vu On Tue, Jan 11, 2011 at 2:40 PM, Reid Kleckner <reid.kleckner at gmail.com>wrote: > On Tue, Jan 11, 2011 at 1:41 PM, Vu Le <vmle at ucdavis.edu> wrote: > > Hi, > > I want to implement a tool that probes a function with several input and > > records all the return...
2010 Jan 25
6
Best practice for setting ACL
Hello forum. I''m in the process of re-organizing my server and ACL-settings. I''ve seen so many different ways of doing ACL, which makes me wonder how I should do it myself. This is obviously the easiest way, only describing the positive permissions: /usr/bin/chmod -R A=\ group:sa:full_set:fd:allow,\ group:vk:read_set:fd:allow \ However, I''ve seen people split each
2020 Oct 15
1
Dplyr question
...Trying to get familiar with dplyr so I have a basic question: How to summarise sum(Values) per species, maintaining Code column (each species has a Code): Species Values Code 1 Acanthocybium solandri 33 LC 2 Makaira nigricans 20 VU 3 Makaira nigricans 20 VU 4. Makaira nigricans 20 VU 5 Sarda sarda 2 LC 4 Lethrinus lentjan 12 LC 5 Raja pita 8 DD 6 Raja pita 2 DD I n...
2018 Apr 20
2
LLVM Pass Managers
Hi Vedant, Thanks for your reply. More comments inline. Son Tuan Vu On Fri, Apr 20, 2018 at 10:19 PM, Vedant Kumar <vsk at apple.com> wrote: > Hi, > > + Chandler, who has a lot more experience with our pass managers. > > On Apr 20, 2018, at 12:56 PM, Son Tuan VU <sontuan.vu119 at gmail.com> wrote: > > + Vedant: what do you think a...
2009 Jan 13
1
Calling Samba print server with an aliased DNS-name fails with Samba 3.2.7 but worked with 3.0.30.
Hi. Tonight, I upgraded our Samba print server running Samba 3.0.30 to Samba 3.2.7. This netbios name of this server is 'EUPRYMNA' and the DNS-name 'euprymna.falw.vu.nl'. Since this is a difficult name to remember, we created a DNS-alias 'printserver.falw.vu.nl'. Connecting to printers by calling the server by it's DNS-alias worked in 3.0.30. After the upgrade however, we can only connect to printers when the server is called by it's nor...
2018 May 07
2
[DbgInfo] Potential bug in location list address ranges
Hello, Has anyone taken a look at this bug? I really want to fix this, but as Paul pointed out, this requires a lot of care... Thank you for your help Son Tuan Vu On Fri, Apr 27, 2018 at 7:29 PM, Son Tuan VU <sontuan.vu119 at gmail.com> wrote: > Thank you all for taking a look at this. I pasted the C source then > deleted it because I was afraid that it was too long to read... > > Here's the code of *foo*. Its real name is *verifyPIN...
2018 Mar 16
2
Debugify and Verify-each mode
Mhm I see now, thanks for your explanation! Son Tuan Vu On Fri, Mar 16, 2018 at 10:58 PM, Vedant Kumar <vsk at apple.com> wrote: > > On Mar 16, 2018, at 2:30 PM, Son Tuan VU <sontuan.vu119 at gmail.com> wrote: > > Hi Vedant, > > Thank you for your reply. I think I can make this debugify-each mode, but > I guess this is...
2011 Feb 11
0
[LLVMdev] Unit testing with random input using JIT
...rToFunction and cast the result: // Let F be an llvm::Function* referring to 'f'. void (*f)(int*) = (void (*)(int*))JIT->getPointerToFunction(F); int a; f(&a); // read a I haven't compiled this, it's a guess at the usage from memory. Reid On Fri, Feb 11, 2011 at 12:55 PM, Vu Le <vmle at ucdavis.edu> wrote: > Suppose I want to test the function f with zero. > f(int *t){ >   *t = 2 > } > What I did was that I create a wrapper > void Wrapper(){ >   int a = 1; >   int *b = &a; >   f(b); >   // now I want to print the value of b >...
2018 Apr 20
0
LLVM Pass Managers
> On Apr 20, 2018, at 1:46 PM, Son Tuan VU <sontuan.vu119 at gmail.com> wrote: > > Hi Vedant, > > Thanks for your reply. More comments inline. > > Son Tuan Vu > > On Fri, Apr 20, 2018 at 10:19 PM, Vedant Kumar <vsk at apple.com <mailto:vsk at apple.com>> wrote: > Hi, > > + Chandler, wh...
2018 Mar 16
0
Debugify and Verify-each mode
> On Mar 16, 2018, at 2:30 PM, Son Tuan VU <sontuan.vu119 at gmail.com> wrote: > > Hi Vedant, > > Thank you for your reply. I think I can make this debugify-each mode, but I guess this is reserved for your GSoC project ? No, there's no reserved work. If you'd like to work on this I encourage you to do so. There&...
2018 May 07
0
[DbgInfo] Potential bug in location list address ranges
...g report about this (bugs.llvm.org <http://bugs.llvm.org/>)? If you don't have an account on bugzilla, I'd be happy to file one for you. Please provide exact instructions to reproduce the issue including any compilation flags. thanks, vedant > On May 7, 2018, at 9:16 AM, Son Tuan VU <sontuan.vu119 at gmail.com> wrote: > > Hello, > > Has anyone taken a look at this bug? I really want to fix this, but as Paul pointed out, this requires a lot of care... > > Thank you for your help > > Son Tuan Vu > > On Fri, Apr 27, 2018 at 7:29 PM, Son Tu...
2008 Jan 16
3
Pause on graphics
My R script needs to pause or wait for a key or mouse on each graph. I used the following statement after each plot par(ask=TRUE) This works on Windows but not on MacOS. Is there any way to pause on graph in MacOS? Thanks, Vu [[alternative HTML version deleted]]
2018 Apr 26
0
Debugify and Verify-each mode
...everywhere but can't seem to find an API to remove MDNodes. I have seen a *MDNode::deleteAsSubclass() *method, unfortunately it is private.I guess nobody has ever needed to remove MDNodes/Metadata before. Can you give me some advice on how to do this please? Thank you for your help Son Tuan Vu On Fri, Mar 16, 2018 at 11:54 PM, Son Tuan VU <sontuan.vu119 at gmail.com> wrote: > Mhm I see now, thanks for your explanation! > > Son Tuan Vu > > On Fri, Mar 16, 2018 at 10:58 PM, Vedant Kumar <vsk at apple.com> wrote: > >> >> On Mar 16, 2018, at 2:30 P...
2018 Apr 26
2
Debugify and Verify-each mode
Hello, > On Apr 26, 2018, at 6:44 AM, Son Tuan VU <sontuan.vu119 at gmail.com> wrote: > > Hi Vedant, > > I have tried to implement the fix you proposed, but it didn't work as expected. I created a new Module Pass Manager (not Function Pass Manager) and override the add() method like this: > > class DebugifyEachPassMa...
2019 Jul 24
2
Intrinsics InstrReadMem memory properties
...i8* align 16 %0, i8 %2, i64 10, i1 false) * tail call void @mem_read_test(i8* %0)* ret void } ; Function Attrs: nounwind readonly declare void @mem_read_test(i8*) #2 However, the call to memset() still got optimized away by DSE. What am I missing here? Or this is indeed a bug in DSE? Son Tuan Vu On Wed, Jul 24, 2019 at 6:47 PM Doerfert, Johannes <jdoerfert at anl.gov> wrote: > You are on the right track. Addresses could get exposed in various ways, > a probably non-exclusive list is: > - passed as arguments > - communicated through a global > - via I/O, or more g...