search for: bsf

Displaying 20 results from an estimated 43 matches for "bsf".

Did you mean: bsd
2008 Apr 20
1
Attempting to sync x-axis labels with grid lines in lattice bwplot
...responding vertical grid lines would not only cure the overplotting but also be more aesthetically pleasing. Unfortunately hours of poring over manuals, documentations, mailing list archives, and other R-related text hasn't helped. This following is the plot: http://www.lychnobite.org/images/bsf.png As you can see, the x axis labels are a mess. :( This is the code I used to generate the plot: bsf.plot = bwplot( fitness ~ Gen | Crossover * Rules, data = bsf.df, panel = function(...) { panel.grid(v = -10, h = -1) panel.bwplot(...) # cribbed some lines from lattice grid f...
2011 Nov 30
0
[PATCH 3/4] x86/emulator: properly handle lzcnt and tzcnt
These instructions are prefix selected flavors of bsf and bsr respectively, and hence the presences of the F3 prefix must be handled in the emulation code in order to avoid running into problems on newer CPUs. Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/xen/arch/x86/x86_emulate/x86_emulate.c +++ b/xen/arch/x86/x86_emulate/x86_emulate....
2013 Nov 01
0
Using Chef to set the database name, username, and password
One of my Ruby on Rails apps is Bargain Stock Funds (https://github.com/jhsu802701/bsf), and it relies on a Ruby gem called bsf_scrape (https://github.com/jhsu802701/bsf_scrape) to obtain and process data on stock funds and then save the results in a PostgreSQL database. As you well know, the config/database.yml file needs the database name, the username, and the password. My pro...
2006 Nov 04
2
[LLVMdev] Port succesful
...project, baadengine (www.baadengine.org). llvm would serve as a script compiler (could be static or to bytecodes and JIT-ed at execution). I have already made the compiler (parsing, code extraction), all I need is to send it to LLVM to process it for me. So you can soon expect a new frontend for BSF scripts (Baadengine scripts format - java/C# like language, used for this project). Reegards, Žiga Osolin -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: llvm.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061104/aa591...
2017 Jan 23
2
Early legalization pass ? Doing early legalization in an existing pass ?
...various pieces of code over the past weeks. One offender is the cttz/ctlz intrinsic when defined on 0. On X86, BSR and NSF are undefined on 0, and only recent CPU have the LZCNT and TZCNT instructions that are properly defined for 0. The backend insert code with a branch that checks for 0 and use bsf/bsr or just use a constant. But if we are to branch anyway, and one path of the branch set the value as a constant, there are some obvious optimization which can be done, starting with constant folding. None of these happen in the backend and it doesn't seems to be the right place anyway. See...
2007 Mar 29
0
Re: Nut-upsdev Digest, Vol 21, Issue 25
...------------------------------------------------------------------ Message: 1 Date: Wed, 28 Mar 2007 08:46:50 +0200 From: Patrick Agrain Subject: Re: [Nut-upsdev] NUT-2.0.5: newhidups on RedHat ES4 To: nut-upsdev@lists.alioth.debian.org Message-ID: <5.1.0.14.0.20070328084348.0227fdb8@mail.sxb.bsf.alcatel.fr> Content-Type: text/plain; charset="us-ascii"; format=flowed Hi Arjen, I completely agree with you. And the udev man page is explicit about this point. I already had this kind of trouble when trying to detect a basic USB memory key. I will have a look at a RH patch. Th...
2017 Jan 24
3
Early legalization pass ? Doing early legalization in an existing pass ?
...ast weeks. > > > > One offender is the cttz/ctlz intrinsic when defined on 0. On X86, BSR > and NSF are undefined on 0, and only recent CPU have the LZCNT and TZCNT > instructions that are properly defined for 0. The backend insert code with > a branch that checks for 0 and use bsf/bsr or just use a constant. > > > > But if we are to branch anyway, and one path of the branch set the value > as a constant, there are some obvious optimization which can be done, > starting with constant folding. None of these happen in the backend and it > doesn't seems...
2013 Apr 23
4
Examples of long AND WELL-WRITTEN Ruby scripts
I''m looking for examples of Ruby scripts that are long AND well-written. I have a Ruby script for scraping information on stock ETFs and mutual funds and storing the data in a Postgres database at https://github.com/jhsu802701/bsf-scrape/blob/master/scrape.rb . While I need to make some minor changes to it (like providing external options to choose between the long and short version, as the "Enter blahblahblah within 20 seconds" approach doesn''t work in a cron job), I know I need to make one major cha...
2007 Apr 01
0
How to Install and Configure Ant for Centos 4.4 ?
...bytes) ant-jdepend.jar (8160 bytes) ant-icontract.jar (9721 bytes) ant-commons-net.jar (35303 bytes) ant-commons-logging.jar (3864 bytes) ant-jmf.jar (6605 bytes) ant-apache-regexp.jar (3724 bytes) ant-apache-oro.jar (48034 bytes) ant-netrexx.jar (9998 bytes) ant-junit.jar (74237 bytes) ant-apache-bsf.jar (12597 bytes) ant-xalan1.jar (4465 bytes) ant-trax.jar (68841 bytes) ant-antlr.jar (5667 bytes) ------------------------------------------- Tasks availability ------------------------------------------- ccmkdir : Not Available propertyfile : Not Available importtypelib : Not Available vsscheck...
2001 Mar 20
1
protocol error
Hi. I've just installed Wine on FreeBSD 4.3-BETA and I keep getting a protocol error, even for the smallest things like --version: bash-2.04$ wine --version Wine release 20010305 Protocol error: process 0x8069000: partial recvmsg 0 for fd Any ideas? Cheers Nik
1997 Jul 21
0
SAMBA digest 1355
> Subject: roaming profiles > Message-ID: <Pine.BSF.3.91.970713134508.2508B-100000@cb1-gw.cb1.com> > > 1) roaming profiles only work if your primary login is 'Client for > Microsoft Networks'. if, in the Network Control Panel, you select > > 2) it _might_ be the case that you have to use a WINS server to get > roam...
2000 Feb 08
1
[2.0.7pre1] --with-utmp enabled ...
Under Solaris 7/sparc, I get: Compiling smbd/connection.c smbd/connection.c:381: conflicting types for `utmp_yield' smbd/connection.c:30: previous declaration of `utmp_yield' 381 has 'int pid', while 30 has 'pid_t pid' ... I changed 381 to reflect 30 and she continues on its way ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems
2006 Nov 04
0
[LLVMdev] Port succesful
....baadengine.org). llvm would > serve as a script compiler (could be static or to bytecodes and JIT-ed at > execution). I have already made the compiler > (parsing, code extraction), all I need is to send it to LLVM to process it > for me. So you can soon expect a new > frontend for BSF scripts (Baadengine scripts format - java/C# like language, > used for this project). > > Reegards, > �iga Osolin > >
2007 May 18
1
uninstall tomcat5 gets openoffice
...rsion Repository Size ============================================================================= Removing: tomcat5-jsp-2.0-api i386 5.5.17-8jpp.2 installed 161 k tomcat5-servlet-2.4-api i386 5.5.17-8jpp.2 installed 248 k Removing for dependencies: bsf i386 2.3.0-11jpp.1 installed 810 k bsh i386 1.3.0-9jpp.1 installed 1.2 M hsqldb i386 1:1.8.0.4-3jpp.4 installed 3.8 M openoffice.org-calc i386 1:2.0.4-5.4.17.1 installed 19 M openoffice.or...
2000 Jan 13
2
sshd doesn't set SSH_AUTH_RHOSTS as supported authentication
Okay...I've got it narrowed down, just don't know why this is happening... In sshd.c, auth_mask is set to "supported authentication methods": /* Declare supported authentication types. */ auth_mask = 0; if (options.rhosts_authentication) auth_mask |= 1 << SSH_AUTH_RHOSTS; if (options.rhosts_rsa_authentication)
1999 Jul 29
0
No subject
...kard Singapore -------------------------------------------------------------------- Date: Tue, 27 Jul 1999 15:16:37 -0700 (PDT) From: Mike Holling <myke@ees.com> To: samba@samba.org Subject: Using //server/share%username ? Message-ID: <Pine.BSF.4.10.9907271509390.23017-100000@phluffy.fks.bt> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I'm trying to get win9x clients to connect to a Samba 2.0.4b server on FreeBSD 3.2-STABLE. Some of these machines have Windows logins different f...
2006 Nov 21
1
[LLVMdev] EH and C++ intergation
...This is requered in order to call methods that return non-native types. I need this because we use boost smart pointers (which are basically struct of 2 pointers) and we must be able to return them. Otherwise, we have no problem with modifying frontend, because we will actually write our own (BSF scripts) but we need JIT / C++ engine code compatibility (in all ways; EH, calls etc.). Žiga
1997 Jul 22
1
SAMBA digest 1363
...DST) >From: Hiran Chaudhuri <hiran@chaudhuri.indernet> >To: samba@arvidsjaur.anu.edu.au >Subject: Re: SAMBA digest 1355 >Message-ID: <Pine.LNX.3.91.970721181423.28113A-100000@chaudhuri.indernet> > > > >> Subject: roaming profiles >> Message-ID: <Pine.BSF.3.91.970713134508.2508B-100000@cb1-gw.cb1.com> >> >> 1) roaming profiles only work if your primary login is 'Client for >> Microsoft Networks'. if, in the Network Control Panel, you select >> >> 2) it _might_ be the case that you have to use a WINS serv...
2006 Nov 21
0
[LLVMdev] EH and C++ intergation
On Tue, 21 Nov 2006, [ISO-8859-2] Žiga Osolin wrote: >> Sure. Anton can give you ideas for this. >> > I think it should not be too difficult because you allow custom call > conversions and this is quite easy to add, we only have to garantee that > the backend will emit it. Right. >>> 2) the ret instruction should be able to return structs (as Chris has >>>
2006 Nov 06
2
[LLVMdev] LLVM code emittion and C++ compiler compatibily
...and the C++ compiler compatibily. My project (www.baadengine.org) will use llvm and we will provide integration of JIT-ed code directly into C++ code. This means that C++ code can call JIT code just like any other code and JIT-ed code can call C++ code. We will compile to your bytecode from our BSF format. The question is if it is possible this to works. I am concerned with calling conversions (especially member call and the return values. Thankfully, we only have to ensure that our internal string type, all native types and boost::smart_ptr type is returned correctly. First the calling c...