search for: abli

Displaying 16 results from an estimated 16 matches for "abli".

Did you mean: abi
2014 Jun 12
3
[LLVMdev] Creating and implementing an analysis group out of tree
Hi Eli, Thanks for the link! I'm able to compile a standalone pass outside of the source tree, and I'm obviously ably to compile analysis groups inside the source tree. However, the problem comes when I try to do what the tutorial suggests to create an analysis group outside of the source tree. My understanding is that building out of tree requires different methods to register the
2006 Oct 25
4
Instant Rails
I''m having a newbie problem getting Instant Rails to start WEBrick. I''ve created a demo project by type Rails Demo at the InstantRails command prompt. This worked fine. I then navigate to the Demo directory and type ruby script/server. I get the following errors... C:\InstantRails\InstantRails\rails_apps\demo>ruby script/server => Booting WEBrick... => Rails
2017 Feb 05
4
please help this newbie get started
1. The man page I get is slightly different: %??? man 5 passwd PASSWD(5)???????????????? FreeBSD File Formats Manual??????????????? PASSWD(5) NAME ???? passwd, master.passwd -- format of the password file DESCRIPTION ???? The passwd files are the local source of password information.? They can ???? be used in conjunction with the Hesiod domains `passwd' and `uid', and ???? the NIS maps
2005 Sep 08
1
C API
Hi. I am one of the developers of Swish-e (http://swish-e.org/), an indexing/search tool similar to Xapian. I am currently researching future development directions for the Swish-e project. Three of our most often-requested features are UTF-8 support, incremental indexing, and large (multimillion) doc sets, all of which seem to be ably handled in the Xapian library. So one possible
2014 Jun 12
2
[LLVMdev] Creating and implementing an analysis group out of tree
Hello all, I'm trying to follow the guide http://llvm.org/docs/WritingAnLLVMPass.html to build an some passes and analysis groups out of tree. However, I'm having some trouble with crashes when I try to follow the guide. The first section provides a very useful example of what the whole .cpp file should look like for the HelloWorld pass. Obviously it's a bit more complex to write the
2011 Nov 29
3
problem during installing bayesQR package for R 2.14 version
I typed the following command *install.packages('bayesQR')'* to install bayesQR(my R version is 2.14) i am encountered the following error. Installing package(s) into ?C:/Users/knreddy.IDRBTVM/Documents/R/win-library/2.14? (as ?lib? is unspecified) Warning: unable to access index for repository http://essrc.hyogo-u.ac.jp/cran/bin/windows/contrib/2.14 Warning: unable to access index
2005 Oct 07
2
R version 2.01.1, Crimson Editor and the "one" from nowhere
Dear List.... sorry to bother you R-gurus with such an "unstatistical" question... but I face a problem using Crimson Editor with R 2.01.1 that I never had using R 2.00.1. I already posted on the Crimson Editor forum but it seems to be VERY few R-users there.... I successfully used R v2.00.1until now (under Windows XP professionnal, version 2002, Service Pack 2, P4 processor CPU 1.8
2017 Feb 05
3
please help this newbie get started
Hi, everyone, 1. As advised in?Debugging Authentication, I turned on auth_debug and auth_debug_passwords, and now in the mail log I get an additional message: dovecot: auth: passwd(xxx,xxx,<40AjQMFHSLVLGJAC>): invalid password field '*' Of course neither the password I tried nor the actual password was '*'. That's what's in /etc/passwd, but dovecot isn't just
2006 Oct 17
10
ZFS, home and Linux
Hello, I''m trying to implement a NAS server with solaris/NFS and, of course, ZFS. But for that, we have a little problem... what about the /home filesystem? I mean, i have a lot of linux clients, and the "/home" directory is on a NFS server (today, linux). I want to use ZFS, and change the "directory" home like /home/leal, to "filesystems" like /home/leal
2020 Jan 21
2
Writing loop transformations on the right representation is more productive
...f without affecting other parts. > > That's not necessarily true. > > If we do like Polly, it is, but then the ability to reuse code is very > low and the time spent converting across is high. If we want to reuse, > then we'll invariably add behavioural dependencies and disabling the > pass may have side-effects. This applies literally to any pass. I think the problem of reusability is even worse for the current loop optimization passes. We have multiple, partially transformation-specific dependence analyses, such LoopAccessAnalysis, DependenceInfo, LoopInterchangeLe...
2017 Jun 01
0
Who's using OpenStack Cinder & Gluster? [ Was Re: [Gluster-devel] Fwd: Re: GlusterFS removal from Openstack Cinder]
Joe, Agree with you on turning this around into something more positive. One aspect that would really help us decide on our next steps here is the actual number of deployments that will be affected by the removal of the gluster driver in Cinder. If you are running or aware of a deployment of OpenStack Cinder & Gluster, can you please respond on this thread or to me & Niels in private
2004 Aug 06
0
Direct Email Blaster, Email extractor, email downloader, email verify ...........
<body> <div> <font face="Arial"> </font> </div> <div> ¡¡ </div> <div> <strong><font color="#ff0080" size="4" face="Arial">Direct Email Blaster</font></strong> </div> <font size="2"> <font face="Arial"><font
2020 Jan 15
2
Writing loop transformations on the right representation is more productive
Am Sa., 11. Jan. 2020 um 07:43 Uhr schrieb Renato Golin <rengolin at gmail.com >: > On Sat, 11 Jan 2020 at 00:34, Michael Kruse <llvmdev at meinersbur.de> wrote: > > Yes, as mentioned in the Q&A. Unfortunately VPlan is able to represent > > arbitrary code not has cheap copies. > > Orthogonal, but we should also be looking into implementing the cheap > copies
2004 Aug 06
0
ADV: Direct email blaster, email addresses extractor, maillist verify, maillist manager...........
<HEAD> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT size=2> <DIV><FONT face=Arial> </FONT> </DIV> <DIV> </DIV> <DIV><STRONG><FONT color=#ff0080 face=Arial size=4>Direct Email Blaster</FONT></STRONG> </DIV><FONT size=2> <FONT face=Arial><B><FONT
2006 Aug 05
10
Converting mysql to postgres
Hi, Anyone got any cool tricks for converting a Rails site (in this case, a typo installation) from a mysql database to a postgresql database? I''ve got it almost working -- I''m doing a SQL dump from mysql and loading it into postgres. However, mysql does booleans as a tinyint with 0 = false and 1 = true. When I try to import that into a postgres database that expects booleans
2011 Jul 27
3
Is R the right choice for simulating first passage times of random walks?
Dear R folks, I need to simulate first passage times for iterated partial sums. The related papers are for example [1][2]. As a start I want to simulate how long a simple random walk stays negative, which should result that it behaves like n^(-?). My code looks like this. -------- 8< -------- code -------- >8 -------- n = 100000 # number of simulations length = 100000 # length of