search for: guesstim

Displaying 20 results from an estimated 87 matches for "guesstim".

Did you mean: guessit
2005 Nov 19
5
help with apply, please
...matrix and check if all columns are covered. This solution, though, is highly inneficient and I am certain that a combination of apply or something will do. ########################### possibles <- NULL length.possibles <- NULL ## I guess the minimum solution is has half the number of rows guesstimate <- floor(nrow(tt)/2) + nrow(tt) %% 2 checked <- logical(nrow(tt)) repeat { ifelse(checked[guesstimate], break, checked[guesstimate] <- TRUE) partials <- as.matrix(tt[, colSums(tt) == guesstimate]) layer.solution <- logical(ncol(partials)) for (j in 1:ncol(part...
2006 Nov 28
15
Determining ideal number of Mongrels for an app?
What''s a rule of thumb for guesstimating how many Mongrels to use in a cluster for an app? I have an app that gets about 5000 unique visitors per day. I figured I''d give it plenty of Mongrels -- twenty to be specific. After running out of memory and hitting the swap periodically, I scaled it back to five and it still seems t...
2010 Mar 10
6
[XCP] XCP project suggestions on the wiki
Hi, I''ve collected together a bunch of XCP-related project suggestions and stuck them on the xen wiki: http://wiki.xensource.com/xenwiki/XAPI_project_suggestions The main idea is that new people who want to work on XCP can use this list for inspiration... each idea has a rough guesstimate of size/ knowledge required/ impact and an initial first contact (who either suggested the idea originally or who is willing to help someone work on it) I think a good next step would be to expand the list * to include projects related to the items on the XCP roadmap; and * to describe prototy...
2023 Jan 17
1
PR to test for users of Qx devices (blazer and nutdrv_qx)
...s_volt: 264 max_bypass_volt, settable range: 231..276 min_bypass_volt: 110 min_bypass_volt, settable range: 110..209 max_bypass_freq: 64.0 max_bypass_freq, settable range: 61.0..64.0 min_bypass_freq: 56.0 min_bypass_freq, settable range: 56.0..59.0 No values for battery high/low voltages Using 'guesstimation' (low: 208.000000, high: 300.000000)! setvar(ups.delay.start, 60) setvar: SUCCEED setvar(ups.delay.shutdown, 12) setvar: SUCCEED battery.charge: 100 battery.packs: 1 battery.protection: yes battery.runtime: 600 battery.voltage: 272.9 battery.voltage.high: 300.00 battery.voltage.low: 208.00...
2023 Jan 17
1
PR to test for users of Qx devices (blazer and nutdrv_qx)
...s_volt: 264 max_bypass_volt, settable range: 231..276 min_bypass_volt: 110 min_bypass_volt, settable range: 110..209 max_bypass_freq: 64.0 max_bypass_freq, settable range: 61.0..64.0 min_bypass_freq: 56.0 min_bypass_freq, settable range: 56.0..59.0 No values for battery high/low voltages Using 'guesstimation' (low: 208.000000, high: 300.000000)! setvar(ups.delay.start, 60) setvar: SUCCEED setvar(ups.delay.shutdown, 12) setvar: SUCCEED battery.charge: 100 battery.packs: 1 battery.protection: yes battery.runtime: 600 battery.voltage: 272.9 battery.voltage.high: 300.00 battery.voltage.low: 208.00...
2014 Jun 02
2
blazer_ser battery.high / battery.low
...> My answer was based on the documentation, but you could make a case for the on-battery voltage. A little more explanation under the "Battery Charge" heading: "If you specify both battery.voltage.high and battery.voltage.low in ups.conf(5), but don?t enter runtimecal, it will guesstimate the state of charge by looking at the battery voltage alone. This is not reliable under load..." Does your UPS report load? If so, there is the "runtimecal" option. http://www.networkupstools.org/docs/man/blazer.html#_battery_charge -- Charles Lepple clepple at gmail
2006 Dec 22
4
How accurate is show translation?
...ince it's in a single thread) and there are some constant overheads that makes a 3.0GHz produce the same numbers as a 1.3GHz. I would love to hear how others are using the results from show translation in system dimensioning. So far, I feel that dimensioning an Asterisk box is still mostly guesstimation :). Currently, I'm using the 30MHz per call rule to dimension. Leo Results from show translation: On the athlon: g723 gsm ulaw alaw g726 adpcm slin lpc10 g729 speex ilbc g723 - 3 2 2 2 2 1 3 10 11 13 gsm - - 2...
2013 Feb 01
0
[LLVMdev] Label and jump support for ms-inline-assembly
...-asm and asm-to-C will just fall out from that. I haven't investigate, so I can't really give you an advice at the moment. If you have more specific questions I'd be happy to help. > > Is there a rough feel for where it is on the roadmap? Unfortunately, I could only provide a guesstimate. Sooner, rather than later. Chad > Thanks, > -Allen
2010 Jul 21
1
Dovecot 2.0 progress?
Hi, Been having a look at the roadmap on the wiki for Dovecot 2.0 and I was wondering how that's progressing? Are you able to offer a guesstimate on how far it is from stable Timo? Just asking because we're moving to new servers soon and I'm considering using the opportunity to switch from Dovecot/Maildrop/Maildir to Dovecot/deliver/mdbox if 2.0 is likely to be reasonably safe to use in the next month or so. Thanks Guy -- Don...
2006 Mar 18
1
A general deployment question (OT)
Does anyone have a guesstimate of how many active Asterisk installations there are? Sorry this is off topic, need it for a customer proposal and they need comfort on stability. A count of the downloads from Digium would be a good start but I couldn't find this anywhere with Google. Feedback from anyone who may...
2004 Aug 06
5
Number of listeners per server box ?
I have a proposal from RackSpace to put icecast on the following hardware at their server farm. Can someone give me a "guesstimate" of how many listeners each box can support? Proposed hardware by RackSpace for each server box: Dual 866 MHz processor 2 GB ECC RAM 100 Mbps connection I need to know how many listeners can connect to each of these boxes. I don't know how to specify the hardware that icecast...
2014 Jun 03
0
blazer_ser battery.high / battery.low
...he battery), but the charging voltage, which has nothing to do with the actual charge. > A little more explanation under the "Battery Charge" heading: > > "If you specify both battery.voltage.high and battery.voltage.low in ups.conf(5), but don?t enter runtimecal, it will guesstimate the state of charge by looking at the battery voltage alone. This is not reliable under load..." > > Does your UPS report load? If so, there is the "runtimecal" option. > > http://www.networkupstools.org/docs/man/blazer.html#_battery_charge > Yes, and it is set-up...
2013 Jan 31
3
[LLVMdev] Label and jump support for ms-inline-assembly
Wondering if someone could tell me what would be involved to add support for jumps (within asm block, between asm blocks, and between C/C++ and asm blocks) for Microsoft inline assembly? Is there a rough feel for where it is on the roadmap? Thanks, -Allen -------------- next part -------------- An HTML attachment was scrubbed... URL:
2023 Jan 15
1
PR to test for users of Qx devices (blazer and nutdrv_qx)
Cheers, One PR waiting to get into 2.8.1 release timeframe is https://github.com/networkupstools/nut/pull/1652 stemming from issue https://github.com/networkupstools/nut/issues/1279 The gist of it is that "battery.voltage" and "battery.charge" were not always reported correctly with nutdrv-qx driver (might be handled better by blazer drivers though), and the overrides
2006 May 11
2
Making my site multi-lingual
Hi, I''m wondering how I should go about making my website multi-lingual. Basically, there will be different content for the different languages, and that''s not really a problem... all I need to do is give each content entry in the database a language_id. But the problem is with the non-content text, eg, "In order to access this area, you must be logged in",
2007 Feb 27
16
understanding zfs/thunoer "bottlenecks"?
Currently I''m trying to figure out the best zfs layout for a thumper wrt. to read AND write performance. I did some simple mkfile 512G tests and found out, that per average ~ 500 MB/s seems to be the maximum on can reach (tried initial default setup, all 46 HDDs as R0, etc.). According to http://www.amd.com/us-en/assets/content_type/DownloadableAssets/ArchitectureWP_062806.pdf I would
2007 May 03
4
Re: Changes to megatec.c
...highere clamping voltage, but more than 42V will move it into the regions of 48V power supplies. - Battery manufacturers recommend a minimum of 10.8V for a 12V battery as the cutoff discharge voltage (further discharge will cause battery damage) but the UPS is likely to shut off before that, so I guesstimated 11V for a 12V cell to be a reasonable "empty battery" voltage. - The float charge (clamping) voltage for a fully charged 36V battery if 40.9V but I've subtracted 100mV to allow for tolerances Kind regards, Frank van Wensveen --- * Origin: www.vanwensveen.nl (80.253.112....
2006 Sep 15
8
reslivering, how long will it take?
Being resilvered 444.00 GB 168.21 GB 158.73 GB Just wondering if anyone has any rough guesstimate of how long this will take? It''s 3x1200JB ata drives and one Seagate SATA drive. The SATA drive is the one that was replaced. Any idea how long this will take? As in 5 hours? 2 days? I don''t see any way to get a status update on where it''s at in the reslivering p...
2018 Nov 02
2
RFC: System (cache, etc.) model for LLVM
Hey, I've been reading back the thread and there's a lot of ideas flying around, I may have missed more than I should, but here's my view on it. First, I think this is a good idea. Mapping caches is certainly interesting to general architectures, but particularly important to massive operations like matrix multiply and stencils can pull a lot of data into cache and sometimes thrash
2011 Sep 20
3
Adding a data in Live OR Saving Stream on Server side.
I want to build a website where user can listen my voice. I want to use only Icecast. But on my website I want to display some data too inside a stream. What data I want to add ? basically on my website there are various images. each image having a number. While I deliver my lecture I want to send image number too. Now I can send this number using http PUSH/PULL but I do not know How it will be