search for: bulki

Displaying 20 results from an estimated 90 matches for "bulki".

Did you mean: bulk
2010 Nov 26
1
How to use expression(italic()) in a "vectorized" way (within a function)?
Dear expeRts, I would like to use expression() for creating labels in a splom, as shown in the first minimal example below. Is there any way I can simplify having to write "expression(italic(...))" several times? The second example is what I tried so far, but I can't manage to get italic() to work. Moreover, it still seems bulky... Cheers, Marius ## minimal example (working but
2001 Jul 22
1
Length of song calculation
Hello Developers I'm writing a playlist creator app for radio stations (in Delphi) which supports WAV & MP3 files & I would like to add OGG support. All I need is the ability to read the length of the track from the file header. The documentation on the website is beyond me. I would rather not include a bulky library that does everything else. Does anyone have any Delphi code or
2015 Feb 22
2
Upgrading Xen 3 on SL 5 server with CentOS 5 and SL 5
On Fri, Feb 20, 2015 at 10:07:54AM -0500, Nico Kadel-Garcia wrote: > Sorry about the accidental bulky quoting! Boston public transit is still slow from storms, and I'm using my phone right now. > > Also, has Xen console access gotten any better for fully virtualized guests? I've just been forcibly reminded how awkward it was to access the Linux installation screens to manipulate
2015 Mar 09
2
Upgrading Xen 3 on SL 5 server with CentOS 5 and SL 5
On Mon, Feb 23, 2015 at 9:49 PM, Nico Kadel-Garcia <nkadel at gmail.com> wrote: > On Sun, Feb 22, 2015 at 4:41 PM, Pasi K?rkk?inen <pasik at iki.fi> wrote: >> On Fri, Feb 20, 2015 at 10:07:54AM -0500, Nico Kadel-Garcia wrote: >>> Sorry about the accidental bulky quoting! Boston public transit is still slow from storms, and I'm using my phone right now.
2010 May 30
4
Changing R_LIB_USER variable in ubuntu...
Hi, I'm an experienced R user on windows, but new to linux. This may be an issue with how R (or Ubuntu) was install on my computer, but maybe not. I just installed Ubuntu 10.04, I have administrator privileges and am using R 2.11. Here goes: I'd like to change the location where R installs packages not included in the base installation (using install.packages()). Right now it is
2007 Oct 26
7
Weird failing spec
Hi guys, I have a weird failing spec, for which I just cannot figure out the reason of failure. I''m now rewriting my controller specs based on the advice of David and Ashley, and I got stuck on this (see: [rspec- users] specing rescue, ensure and else blocks of an Exception). http://pastie.caboo.se/111221 I''ve tried everything, like stubbing out :update_attributes! , even
2018 Mar 31
4
Writing tests with Filecheck without emitting output to stdin
Hello I have pass operating on bitcode file which produces more than one equivalent representation. opt --my-pass <%s | Filecheck %s --my-pass generates files a.rpt b.rpt c.rpt . How do i write test without writing all 3 files to stdin. I have considered CHECK-LABEL for each. it creates bulky checks. Thanks Mahesh -------------- next part -------------- An HTML attachment was
2006 Jul 29
1
newbie - best place to put methods used in controllers?
Hey guys, Where is the best place to put methods called in your controller? I ask because my controller file is getting bulky with code that doesnt need to be called directly. I was wondering if I could put it in the application.rb or if there is some way to put it in the helper? -- Posted via http://www.ruby-forum.com/.
2010 Sep 21
1
Doing operations by grouping variable
I'm writing an expression that requires searching a vector according to group. As an example, I want to find the maximum value in each of 5 groups. group=rep(1:5, each=5) # create grouping variable variable=rnorm(25) # generate data d <- data.frame(group,variable) # make data frame
2006 Jan 16
1
multiple config files
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 is there a way for isolinux to have multiple config files for the same isolinux.bin (in grub it's configfile (cd)/boot/grub/other.lst and in cdshell it's script file.scn) to have recursive f1-f10 ability and make the isolinux.cfg less bulky -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Created with GnuPG
2010 Aug 29
3
Saving plot to tiff, with high resolution for publication ?
Hello all. A Journal we are sending an article to is asking for the following: To ensure the best reproduction quality of your figures we would appreciate high resolution files. All figures should preferably be in TIFF or EPS format... and should have the following resolution: Graph: 800 - 1200 DPI Photo: 400 - 800 DPI Color (only CMYK): 300 - 400 DPI (DPI = dots per inch) Since I am sending
2005 Aug 05
1
OT: cheap DVD-RAM media?
A bit off-topic. Not a question on how to get it working, but rather question about an practical issue after you get it to work ;-) I got a DVD burner that supports DVD-RAM (in addition to standard DVD+R/-R). I really liked "use it just like hard disk" properties of DVD-RAM, and according to some sources I found, the media itself is more resistant to ageing than standard DVD+R/-R.
2018 Jul 10
6
[RISCV][PIC] Lowering pseudo instructions in MCCodeEmitter vs AsmPrinter
H all, I'm looking at generating PIC code for RISC-V in the context of Linux. Not sure if anyone is working on this already, any inputs are very welcome. I'm now looking at function calls which in the RISCV backend are represented via two pseudoinstructions RISCV::TAIL and RISCV::CALL. Currently those pseudos are lowered in MCCodeEmitter. They are expanded into AUIPC and JALR
2018 Apr 01
0
Writing tests with Filecheck without emitting output to stdin
See: http://llvm.org/docs/CommandGuide/FileCheck.html It is not required to pipe output to FileCheck; there is the --input-file option, which allows you to run FileCheck on an existing disk file. Something like this: FileCheck %s --input-file a.rpt --check-prefix=A FileCheck %s --input-file b.rpt --check-prefix=B FileCheck %s --input-file c.rpt --check-prefix=C If there are common parts to each
2005 Apr 18
3
Some suggestions.
Good day. Some suggestions. 1. I think it would be useful to add support of "seekable streams" to Speex API. It seems many developers need functions like: GetDuration(), SeekToTime(...),... Something like VorbisFile for Ogg Vorbis. 2. It would be useful to add some samples on working with Speex files. E.g. something like vcut for Ogg Vorbis. Vitaly.
2019 Jun 10
3
please confirm: sssd not a good idea :)
On 10/06/2019 16:04, vincent at cojot.name wrote: > > There is probably some amount of redtape on this but AFAIK it works > fine for me: My RHEL7.6 hypervisors are joined to my AD DC 4.10.4 VMs > through use of realm '(and thus sssd): > > Here's a RHEL7.6 client: > # realm list > ad.lasthome.solace.krynn > ? type: kerberos > ? realm-name:
2003 Oct 08
1
Mini-PC box to run server
On the cheap side, the ITX or even MicroATX machines work great. These are commodity items, so they tend to be far less expensive than custom solutions. Various manufacturers, but we've had very good success with any of the AOpen MicroATX boards and their slimline MicroATX case: Aluminum: http://usa.aopen.com/products/housing/A340-series.htm Steel:
2006 May 24
1
Regression line limited by the range of values
Thankyou very much Marc for that nifty little script. When I use it on my real dataset though, the lines are fat in the middle and thinner towards the ends. I guess it's because "lines" draw one fitted line for each x, and if you have hundreds of x, this turns into a line that is thicker that it should be (due to rounding errors perhaps). I got the tip to use
2015 Apr 29
4
CentOS Images on AWS with partitions on /dev/xvda1 are awkwared to resize
I'm staring at the free CentOS images on AWS, and seeing that whoever set those up elected to use a partition for /dev/xvda1 rather than taking advantage of Amazon's tendency to use "/dev/xvda", "/dev/xvdb", etc. for each disk and use those directly as a file system. The result is that if you elect to allocate a larger base disk image, for example allocating 50 Gig to
2007 Apr 28
2
ADSL routers with integrated SIP QoS for other devices
Greetings list, Thanks to all who replied to my thread a few days ago "SIP devices with packet loss tolerance". One of the suggestions that came out of that thread was to replace routers at users' premises with ones that support QoS. I've used m0n0wall's QoS in the past with reasonable success, but it's quite a bulky and complex setup for deploying to remote sites which