search for: miniscule

Displaying 20 results from an estimated 64 matches for "miniscule".

2008 May 08
1
miniscule font size on R console output
Hi, I am having a situation where I cannot change the output size of the R console. I have played around with the font format menu but the changes are only reflected to the script that I type in but not to the output. Everytime I run a script, I have to go back to font format to increase the output script, which is currently showing up as small as the dust on my computer screen. I have mac by
2001 Oct 16
0
plot function
Hola! It is somewhat inconvenient to use plot.function, when add=TRUE. The following (miniscule) change makes it behave better: plot.function <- function (fn, from , to, xlim = NULL, ...) { if (!is.null(xlim)) { if (missing(from)) from <- xlim[1] if (missing(to)) to <- xlim[2] } curve(fn, from, to, xlim = xlim, ...) } The only...
2020 Jan 11
2
nut on armhf, r-pi4b IOW
...(in [3], left > {tv_sec=4, tv_usec=999990}) > read(3, "s ups.load \"0\"\nVAR myups ups.mfr"..., 64) = 64 > write(1, "ups.load: 0\n", 12ups.load: 0 > ) = 12 > > where it apparently reads 64, but reports an 0, which is probably pretty > miniscule in the grand scheme of things if that is a 3 byte value that > it reads. The parameters to read() are the file descriptor, a buffer, and a length, so the "3" is the file descriptor (comes from the read set in newselect(): [3]), and 64 is the length of the string that includes "V...
2002 Mar 08
2
? about sample
...exactly what i am using it for, i need the capabilities to deal with zeros (as the probability valuees that i will be using wil vary, and sometimes will include zeros), and this seems like the zero's are the problem... currently i am assigning zero values in my initial probability vector to a miniscule value(1E-4) is there a more efficient way to deal with this, or another command that does a similar thing to only select a single element, where as sample orders the entire set according to the prob? if it helps, i am using R 1.4.0 on win-me thanks jimi adams Department of Sociology The Ohio Sta...
2015 Mar 31
4
[LLVMdev] where should volatileness really live in the AA API?
So, i'm working through the last of miniscule gvn optimizations, and one of the things that gets tested is whether it will eliminate non-volatile loads in favor of ohter non-volatile loads when there are volatile loads in the way. I.E. define i32 @test1(i32* nocapture %p, i32* nocapture %q) { entry: %x = load i32, i32* %p %0 = load volat...
2006 Oct 22
7
GzipFilter gemplugin now available
...ot;config_script: config/mongrel.conf" to your config/mongrel_cluster.yml file. Somewhat related: I also patched the deflatefilter against mongrel 0.13.5 to work with IE and (probably) Safari. It''s available here if you want to use the deflate encoding instead (savings difference is miniscule): http://rubyforge.org/tracker/?func=detail&aid=6275&group_id=1306&atid=5147
2009 Sep 25
6
SATA vs RAID5 vs VMware
...is mail shorter. Seems to me this system should be more then adequate to handle the load. This is what vmstat on the host looks like when the server is "unhappy" : http://www.awale.qc.ca/vmware/vmstat.txt Spending a lot of time in 'wa', but 'bo' and 'bi' are miniscule. The problem seems like a disk problem. I grow to suspect that SATA isn't ready for the big time. I also grow to dislike RAID5. Questions : - Anyone have a clue or other on how to track down my bottle neck? - SATA NCQ is limited to 15 queue depth. Is this per-SATA-port or per-SATA-chip...
2015 Sep 24
2
OT: adding a wifi adapter to openvswitch
...as secure as your standard >> firewall based on something like openWRT running on dedicated hardware. > > As aforementioned, it's a bit complicated setup. And if you're thinking > security-wise, imagine you need T#r or some fancy VPN to get your job done > AND due to some miniscule scripting glitch a SINGLE packet would fly out of > your real IP address - you're busted. > > To be self-assured during such an intimate workout, you'd want to have a > physical cable to the physical router that's perforing the encryption job. > No VPN/T#r/smth - no juice...
2009 Apr 05
4
predicting values into the future
Hi: I have usually used the GROWTH() excel function to do this but now want to see if I can do this with R. I want to predict values into the future, possibly with the predict.arima Function. I have the following weekly fish weight averages: weight <- c("2.1","2.4","2.8","3.6","4.1","5.2","6.3") week <-
2018 Sep 24
2
Centos on Dell XPS15
...Inspiron 15 7000 mentioned? >> I just looked at a Dell Inspiron 15 7570 that is refurbished and available at $850. Anyone running Centos 7 on this machine? >> > I bought this machine and am now installing Centos 7 on it. It has a 4K screen and the text on the installation screens is miniscule. Has anyone else seen this and can it be changed when installing from DVD? > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos After installing Centos 7 on this machine - and the MATE des...
2018 Sep 19
2
Centos on Dell XPS15
On 09/07/2018 04:01 AM, H wrote: > On September 4, 2018 10:51:09 AM GMT+02:00, Patrick Laimbock <patrick at laimbock.com> wrote: > > -----Original message----- > > From:H <agents at meddatainc.com> Sent: Monday 3rd September 2018 14:52 To: Centos Mailing List <centos at centos.org> Subject: [CentOS] Centos on Dell XPS15 Is anyone successfully running
2020 Jan 11
2
nut on armhf, r-pi4b IOW
On Jan 11, 2020, at 1:58 AM, Gene Heskett wrote: > > On Friday 10 January 2020 20:43:55 Gene Heskett wrote: > >> On Friday 10 January 2020 19:04:11 Charles Lepple wrote: >>> On Jan 10, 2020, at 5:29 PM, Gene Heskett wrote: >>>> input.transfer.high: 0 ???? Shouldn't these two be something real >>>> ???? input.transfer.low: 0 ???? ditto
2015 Sep 24
3
OT: adding a wifi adapter to openvswitch
Actually I do a similar thing. I use a VM as my home/office firewall. It works quite well and I would argue it is as secure as your standard firewall based on something like openWRT running on dedicated hardware. I also run a wireless AP in bridged mode to allow local network access on an appliance. There should be no reason that you could not put both on the same physical hardware. As for
2014 Mar 19
3
[LLVMdev] [RFC] Add empty() method to iterator_range.
On Mar 19, 2014, at 11:32 AM, Aaron Ballman <aaron at aaronballman.com> wrote: > On Wed, Mar 19, 2014 at 2:13 PM, Lang Hames <lhames at gmail.com> wrote: >> Hi all, >> >> As RFCs go this is short and sweet - I think it would be nice to add an >> empty method to iterator_range. Something like: >> >> bool empty() const { return begin() != end();
2015 Sep 24
0
OT: adding a wifi adapter to openvswitch
...nd I would argue it is as secure as your standard > firewall based on something like openWRT running on dedicated hardware. As aforementioned, it's a bit complicated setup. And if you're thinking security-wise, imagine you need T#r or some fancy VPN to get your job done AND due to some miniscule scripting glitch a SINGLE packet would fly out of your real IP address - you're busted. To be self-assured during such an intimate workout, you'd want to have a physical cable to the physical router that's perforing the encryption job. No VPN/T#r/smth - no juice. Simple, bulletproof...
2018 Sep 21
0
Centos on Dell XPS15
...on the Inspiron 15 7000 mentioned? > > I just looked at a Dell Inspiron 15 7570 that is refurbished and available at $850. Anyone running Centos 7 on this machine? > I bought this machine and am now installing Centos 7 on it. It has a 4K screen and the text on the installation screens is miniscule. Has anyone else seen this and can it be changed when installing from DVD?
2005 Sep 09
1
reducing latency?
How can I reduce latency on the following? arecord -r22050 -c2 -fs16_le | speexenc - - | speexdec - I have no coding experience in C, so can't write my own stdin/stdout wrapper. this is just an echo test, but it's severely lagged. the mailing list posts on this subject didn't give a solution. I used this over ssh, and managed to have a usable conversation with someone, accept for the
2007 Jul 24
1
PATCH : Fix missing protoypes
...opo ----------------------------------------------------------------- The government everybody loves to abuse sues the company everybody loves to hate. Throw in a bunch of faceless lawyers cross-examining techies [with] all the charisma of a video driver and you've got a spectacle of thoroughly miniscule proportions.
2010 Jun 13
0
Weighted Average application on Summary Dataset
Hi, I have 2 huge datasets - May and Jun - a miniscule sample of one is given below. I am trying to do 2 things with these datasets. I need to verify if the weighted average of variable A for a Reason in Jun is same/different from the same for May. To do this I am first computing the weighted average for each SubReason using a function I wrote. Where...
2000 Oct 30
0
ANNOUNCE: x11-ssh-askpass v1.0.3
.../x11-ssh-askpass/ x11-ssh-askpass is a passphrase dialog for use with OpenSSH (www.openssh.com) under the X Window System. The important changes since version 1.0.2 are as follows: - Added a small amount of resolution-independence to the passphrase dialog. Now it doesn't look quite so miniscule when displaying on a high-resolution X server at 100 dpi. [Damien, this is probably a good candidate for the 2.3.0p1 packages.] -- jim knoble | jmknoble at jmknoble.cx | http://www.jmknoble.cx/