search for: fos

Displaying 20 results from an estimated 35 matches for "fos".

Did you mean: for
2013 Feb 11
2
how to make a median line thicker in bwplot (lattice)
Hello, I am drawing a boxplot using bwplot in lattice. I would like to learn how to draw a thicker median line instead of the default setting. Thank you. Code bwplot(........, pch=rep("|",2)) Elaine [[alternative HTML version deleted]]
2007 Dec 17
5
[PATCH 0/21] Integrate processor.h
Hi, This series integrate the processor.h header. There are a lot of things that are deeply architectural differences between architectures, but I've done my best to come to a settlement. With this series, I am very close to have selectable paravirt for x86_64, It applies ontop of today's x86 git, mm branch.
2007 Dec 17
5
[PATCH 0/21] Integrate processor.h
Hi, This series integrate the processor.h header. There are a lot of things that are deeply architectural differences between architectures, but I've done my best to come to a settlement. With this series, I am very close to have selectable paravirt for x86_64, It applies ontop of today's x86 git, mm branch.
2006 Jul 18
1
SpeexEncoder requires 320 samples to process a Frame, not 160
...ption { AudioFormat format; TargetDataLine line; byte[] buffer; format = new AudioFormat(AudioFormat.Encoding.PCM_SIGNED,8000.0f, 16, 1, 2, 8000.0f, false); DataLine.Info info = new DataLine.Info(TargetDataLine.class, format); // format is an AudioFormat object FileOutputStream fos = new FileOutputStream(new File("Testing.raw")); if (!AudioSystem.isLineSupported(info)) throw new Exception("no line supported"); line = (TargetDataLine)AudioSystem.getLine(info); line.open(format); buffer = new byte[320]; byte[] mybuffer = new byte[4000000];...
2018 Sep 19
0
Re: virt-customize is very slow in ubuntu 18.04/centos 7.5
...(libvirt) 4.0.0 > Centos: > virt-customize 1.36.10rhel=7,release=6.el7_5.2,libvirt > libvirtd (libvirt) 3.9.0 > > This is the command I run: > virt-customize --hostname ato_test --uninstall cloud-init --install > ifupdown --run-command 'useradd -p $(openssl passwd -1 pass) fos -s > /bin/bash && mkdir /home/fos && adduser fos sudo' -a test.img > If I run using --no-network is faster, but the install obviously does not > work. The network/--no-network thing is a bug in Ubuntu's DHCP support. I think it's this one: https://bugs.laun...
2012 Apr 29
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...stin can give permission for a change at this place. I mainly asked Yabin to provide a version that addresses concerns raised by Justin, to give further reviewers an up to date version to look at. With your comment, you actually pointed out a bug. Instead of: Target->addPassesToEmitFile(PM, FOS, TargetMachine::CGFT_AssemblyFile, CodeGenOpt::Default) We should use: bool UseVerifier = true; Target->addPassesToEmitFile(PM, FOS, TargetMachine::CGFT_AssemblyFile, UseVerifier)...
2012 Apr 29
3
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
On Apr 29, 2012, at 6:37 AM, Tobias Grosser wrote: > > OK, I get what you mean. The intrinsic is currently targeted at the > OpenCL/CUDA model. It is the most widely used. Stuff like cell sounds > interesting, but probably needs further thoughts. Even with OpenCL/CUDA, > this intrinsic works currently only for PTX code generation, but I hope > we can gain support for other
2012 Feb 20
1
[LLVMdev] ARM opcode format
...lt(true); //if (RelaxAll) { // if (FileType != TargetMachine::CGFT_ObjectFile) // errs() << argv[0] // << ": warning: ignoring -mc-relax-all because filetype != obj"; // else // Target.setMCRelaxAll(true); //} //{ // formatted_raw_ostream FOS(Out->os()); // Ask the target to add backend passes as necessary. // if (Target.addPassesToEmitFile(PM, FOS, FileType, OLvl, NoVerify)) { // errs() << argv[0] << ": target does not support generation of this" // << " file type!\n";...
2011 Oct 04
0
number of analogs in significance test of MAT reconstructions using randomTF from palaeoSig
...four components. I'm probably missing something obvious here but how do I make sure that randomTF is testing the reconstruction based on the desired number of analogs / components? In: fitmap.wapls = WAPLS( lumapspc, lumap) sig.wapls = randomTF( spp = sqrt( lumapspc ), env = lumapenv, fos = sqrt( hcspc ), n = 999, fun = WAPLS, col = 4 ) I assume "col = 4" tells randomTF to test the reconstruction based on the four component WA-PLS model as that's what the documentation seems to indicate. However, in: fitmap.mat = MAT( lumapspc, lumap, dist.method = "...
2001 Mar 11
1
MS SQL with Linux through Samba
...I would like to implement an LVS in my organization. The topology is as follows: (i) On the highest level, there is a storage (possibly RAID5) which will store all my databases of images and important information. (LINUX) (ii) Under it, I will want to have a load-balancer and 2 servers (one as FOS) to handle the clients' requests. (LINUX) (iii) Below the 2 servers, I have to use a machine running the MS SQL engine. (WINDOWS) (iv) The lowest level will have the clients fetching and sending the information to the storage through the SQL engine. My question is, can I use samba to do the...
2012 Feb 20
0
[LLVMdev] ARM opcode format
Guillermo, > I'm sorry I forgot to mention I am compiling the bitcode using the JIT. The > actual error, I get when I'm trying to get the function to the pointer. I'm > using a custom front end that translates Android's Dalvik bytecode into LLVM > bitcode based on Android ICS's modified LLVM version. ARM JIT is broken in many ways. So, what you're seeing is
2005 Feb 16
1
panel/prepanel for polar plots ala xYplot
First a bit of background: After doing a search for a flexible polar plot function and coming up empty, I have begun writing one myself. Since I am new to writing mid-level graphics routines, this has required some learning about lattice, grid and related things. I am to the point where I have a workable proof of concept, but still need to make some improvements. My goal is to have
2008 Mar 13
2
RedFone foneBRIDGE2 2e1 - anyone used it oranother TDMoE bridge?
For high-availability Asterisk when using PRI Lines, you might also want to check out our product (FSV-4PFS). It's available at www.failsafevoip.com Bill Also to add to the last post does this device have hardware echo cancelation? if it does it could be a great replacement, if not may not be what I'd really want to use. Thanks, tom I've been looking at the RedFone foneBRIDGE2
2001 Mar 11
0
MS SQL with Linux in Samba
..., I would like to implement an LVS in my organization. The topology is as follows: (i) On the highest level, there is a storage (possibly RAID5) which will store all my databases of images and important information. (LINUX) (ii) Under it, I will want to have a load-balancer and 2 servers (one as FOS) to handle the clients' requests. (LINUX) (iii) Below the 2 servers, I have to use a machine running the MS SQL engine. (WINDOWS) (iv) The lowest level will have the clients fetching and sending the information to the storage through the SQL engine. My question is, can I use samba to do the ta...
2008 Dec 04
0
need sample application developed using acts_as_taggable_on_steroids
hi all, i am working stream database creation using rails2.0.So i need some sample project for understanding how to proceed fos tags and all.can any one share the sample application. thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3...
2018 Sep 19
2
virt-customize is very slow in ubuntu 18.04/centos 7.5
...u: virt-customize 1.36.13 libvirtd (libvirt) 4.0.0 Centos: virt-customize 1.36.10rhel=7,release=6.el7_5.2,libvirt libvirtd (libvirt) 3.9.0 This is the command I run: virt-customize --hostname ato_test --uninstall cloud-init --install ifupdown --run-command 'useradd -p $(openssl passwd -1 pass) fos -s /bin/bash && mkdir /home/fos && adduser fos sudo' -a test.img If I run using --no-network is faster, but the install obviously does not work. Here the output of the command with debug and trace enabled $ virt-customize --hostname ato_test --uninstall cloud-init --install if...
2004 Jul 08
3
PDC Administrative scripting
Hello: It's been quite some time since I've posted to the samba lists. I'm wondering if there are any other Samba administrators out there that have developed shell and/or PERL scripting for managing user profile (roaming) directories. Essentially what we're trying to accomplish is automated cookie cleanup "illegal file" (i.e., mp3, wav, avi, etc.) file clean up
2012 Jun 12
0
FreeBSD Errata Notice FreeBSD-EN-12:02.ipv6refcount
...-------- VII. References The latest revision of this Errata Notice is available at http://security.FreeBSD.org/advisories/FreeBSD-EN-12:02.ipv6refcount.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk/XQFQACgkQFdaIBMps37LBygCeLi30YsLogAWsemBcX/WdtOqi 35UAoIVvwvGi+fOs/fGm2PoAixAWqhSH =2X+g -----END PGP SIGNATURE-----
2003 Sep 19
2
Latest Samba Disto for Os390/Unix ?
...ed and regulated by the Financial Services Authority for Life, Pension and Investment business. Registered in England Registered office : Tiddington Road, Stratford-upon-Avon, CV37 7BJ. Tel: 01789 204211 NFU Mutual is a member of the General Insurance Standards Council, ABI and FOS. http://www.nfumutual.co.uk
2012 Feb 20
3
[LLVMdev] ARM opcode format
Hi, I'm sorry I forgot to mention I am compiling the bitcode using the JIT. The actual error, I get when I'm trying to get the function to the pointer. I'm using a custom front end that translates Android's Dalvik bytecode into LLVM bitcode based on Android ICS's modified LLVM version. Thanks, On Mon, Feb 20, 2012 at 7:55 PM, James Molloy <James.Molloy at arm.com>