similar to: 24 bit flac decoding efficiency

Displaying 20 results from an estimated 1000 matches similar to: "24 bit flac decoding efficiency"

2018 Dec 16
3
detailed ups.test.result
My UPS has an LCD that says the battery is 100% and the estimated run time is 12min. The uspc has similar results. The problem is when line power is lost the UPS batter goes to 0% very quickly (seconds). It charged to 85% when power was restored. 86-100% is slower. I did: $ upscmd desktop_ups test.battery.start.deep Username (admin): Password: OK Now the ups.test.result says there is a
2010 Sep 01
2
diamond/triangle "plot"
Hi, does anyone have any idea how I might make a plot in R similar to this: http://assets.sbnation.com/assets/272612/BATTER-1B-PENA.png Specifically looking to plot 3 numbers in a triangle like that. [[alternative HTML version deleted]]
2012 Apr 04
2
question on DHCP
If a machine with centos 6.2 is set for DHCP and it looses power and the switch looses power for a long time. lets say a day. so the switch really goes off even with batter backup. Now power comes on, the machine asks for a DHCP address before the switch is read as its not back up yet. there is no response and the machine does not get an address. Finally the switch comes back up , the machine
2014 Feb 13
2
Eaton Powerware 5110 - some stats not reported
Hi all, I've hooked up an Eaton Powerware 5110 to Ubuntu 13.10 server, and configured nut appropriately. The cgi scripts are working fine, but on upsstats.cgi, the Batter, UPS Temp and Battery Runtime fields are all blank - and there are no entries for these values in the 'All data' tree. I've checked the man page for bcmxcp_usb
2006 May 16
1
Size of observations
Hi All I had to assure the randomness of backgammon game's two dices. I took 8,000,000 observations and found that one of the dices is not uniform distributed. I took 80,000,000 observations and found that the dice is uniform distributed. In both tests I used Pearson Chi Square test. My questions: 1. How many observations should I take? 2. How much the 80,000,000
2016 Dec 12
3
kde failing???
greetings. centos 6.8 kde 4.3.4 toshiba satellite l4550-s5976 laptop - part 1: clock losing time first noticed time was off by 8 min, reset via F2 cl terminal. ~40 min later, off by ~2 min, reset via 'service manager' by stopping ntpd, count 20, started ntpd, within a few seconds, clock reset to correct time. ~1 hour later, noticed clock off again, considered cause to be cmos
2014 Feb 13
0
Eaton Powerware 5110 - some stats not reported
Run the driver with -DDDDD and see what variables it picks up. I have noted that with the Prestige 9 in bcmxcp, some variables are not consistent within models, and had to do some gentle remapping to get things to work correctly. - Tim On 02/12/2014 06:46 PM, Greg Vickers wrote: > Hi all, > > I've hooked up an Eaton Powerware 5110 to Ubuntu 13.10 server, and > configured nut
2012 Dec 07
2
Tripp Lite SMART1000RM2U
Hi, I recently purchased a Tripp Lite SMART1000RM2U UPS (http://www.tripplite.com/en/products/model.cfm?txtSeriesID=744&txtModelID=2657) and tried to configure the NUT with tripplite_usb driver and encounter the following problems: 1. battery.charge doesn't report correct charge level when the UPS is On Batter. It just reports 0. Even though it will report 100 when on line power. 2. I
2013 Jan 08
1
sftp "cd" command to drive letter under cygwin
Hello. When using sftp under cygwin, a "cd d:" attempt to change to the d: drive, results in the following: sftp> cd d:/ Couldn't canonicalise: No such file or directory. It can only be done by using a cygdrive-type path: sftp> cd /cygdrive/d sftp> pwd Remote working directory: /cygdrive/d sftp> yet a local cd (lcd) works fine. "lcd d:" works, and then lpwd
2014 Feb 13
2
Eaton Powerware 5110 - some stats not reported
On Feb 12, 2014, at 7:50 PM, Tim Dawson wrote: > Run the driver with -DDDDD and see what variables it picks up. I have noted that with the Prestige 9 in bcmxcp, some variables are not consistent within models, and had to do some gentle remapping to get things to work correctly. Tim, is this the issue you mentioned on 2014-02-02 with blocks 0x9 and 0x13? I'll reply to that email. > On
2006 Feb 21
3
sniffing sip password/uri/host info
Hello all, I want to sniff all these info to test a sip ip phone talking to a asterisk server. I have used tcpdump, but It just shows the UDP, length: 602 Anyway to see the sip uri. Host info? Regards, Dinesh. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 May 11
2
[RFC] Remove AGP support from Radeon/Nouveau/TTM
On Monday, May 11, 2020, 1:17:19 PM, "Christian K?nig" wrote: > Hi guys, > Well let's face it AGP is a total headache to maintain and dead for at least 10+ years. > We have a lot of x86 specific stuff in the architecture independent > graphics memory management to get the caching right, abusing the DMA > API on multiple occasions, need to distinct between AGP and
2020 May 11
3
[RFC] Remove AGP support from Radeon/Nouveau/TTM
On Tue, 12 May 2020 at 06:28, Alex Deucher <alexdeucher at gmail.com> wrote: > > On Mon, May 11, 2020 at 4:22 PM Al Dunsmuir <al.dunsmuir at sympatico.ca> wrote: > > > > On Monday, May 11, 2020, 1:17:19 PM, "Christian K?nig" wrote: > > > Hi guys, > > > > > Well let's face it AGP is a total headache to maintain and dead for at
2014 Feb 15
0
Eaton Powerware 5110 - some stats not reported
On 13/02/14 12:16, Charles Lepple wrote: > On Feb 12, 2014, at 7:50 PM, Tim Dawson wrote: > >> Run the driver with -DDDDD and see what variables it picks up. I have noted that with the Prestige 9 in bcmxcp, some variables are not consistent within models, and had to do some gentle remapping to get things to work correctly. I ran the new driver (see below) and with -DDDD it throws out
2006 Mar 10
6
How do i apply a patch?
Hi, i have a patch to make instiki work with the latest version of ruby : as_clean_logger_rb-fixed.patch But i dont know how to apply it. Any ideas?? Thanks, Chris -- Posted via http://www.ruby-forum.com/.
2020 Sep 29
5
Question about hardware failures / FSD
Hello, The UPS I am developing a driver to is able to report several flags for critical hardware conditions, like overheat, overload, inverter failure, output short etc. What should be the correct policy of operation when such a condition occurs? I think that the an UPS in such a condition is not reliable and therefore a system shutdown should be called. However, the developer's manual and
2005 May 18
1
Small office setup with Asterisk @home, IAX and analog termination
I'm setting up a small office with about 8 SIP phones. Incoming and outgoing lines will be through IAX. We would also like to use an analog line for 911. Is the TDM01B a good option for this kind of configuration? Are there gotchas I'm missing? Finally, we would like to be able to use analog fax machines in the office. Would it make more sense to purchase the TDM400 card with 1 FXO
2016 Sep 30
1
Good Bye SAMBA?!?!?
lol 60++ posts. 2016-09-29 18:30 GMT-03:00 Miguel Medalha via samba <samba at lists.samba.org>: > >> Problem is -- inotify is not recursive by default. > > Yup. That's why I've been using Watcher, a recursive incron type daemon > written in Python. > > https://github.com/splitbrain/Watcher > -- > To unsubscribe from this list go to the following URL
2006 Mar 07
0
Form fields and MySQL column name Association
Im having trouble with a sports site im creating for a client of mine. The part is where the Team Captians for each team in the league go into the admin section to submit a match report for each match. The form looks like this: TEAM 1 BATTING: (these are all drop down menus that pull the player names from the database) There are 10 of these rows that look like this, 1 row for each player.
2020 Sep 29
0
Question about hardware failures / FSD
Hello Daniel! On Tue, Sep 29, 2020 at 6:23 PM Daniel F. Dickinson <cshore at thecshore.com> wrote: > > Hello joão, > > To get more responses you should plaintext email (standard for open source development mailing lists) instead of HTML mail. I just can't believe that I was sending HTML e-mail. Thank you very very much for bringing this to my attention. I hope it is ok now.