search for: 1v

Displaying 20 results from an estimated 47 matches for "1v".

Did you mean: v1
2018 May 30
2
Interprocedural register allocation. Status?
There was a GSoC project in 2016, final report at https://docs.google.com/document/d/1v-R7gB7Or4bPn0LW7d-yb1yla8jK3DVmTJNFVNYNu6k Google doesn't show a lot of activity since. Has anyone taken this work further / put it near production? I'm interested in removing register spills around functions that are known to not clobber said registers. Thanks! Jon -------------- next pa...
2024 Nov 13
2
Eaton 5PX 3rd party batteries
...ave a set of replacement new batteries, I then: > > - put each battery on a charger for several hours > - rotating thru the entire set at least twice > - then I take my bench supply with a (self-made) octopus cable > with individually-fused "hot" wires, and starting at .1V over the > average voltage, start adding batteries in parallel, waiting for the > current draw to reduce to a trickle. Once all of the batteries are > connected in parallel and drawing a trickle, I start bumping the > voltage by .1V until I get to either 13.5VDC (or the pub...
2024 Nov 13
1
Eaton 5PX 3rd party batteries
...have a set of replacement new batteries, I then: > > - put each battery on a charger for several hours > - rotating thru the entire set at least twice > - then I take my bench supply with a (self-made) octopus cable > with individually-fused "hot" wires, and starting at .1V over the > average voltage, start adding batteries in parallel, waiting for the > current draw to reduce to a trickle. Once all of the batteries are > connected in parallel and drawing a trickle, I start bumping the > voltage by .1V until I get to either 13.5VDC (or the pub...
2024 Nov 13
5
Eaton 5PX 3rd party batteries
..... bad. Anyway, when I have a set of replacement new batteries, I then: - put each battery on a charger for several hours - rotating thru the entire set at least twice - then I take my bench supply with a (self-made) octopus cable with individually-fused "hot" wires, and starting at .1V over the average voltage, start adding batteries in parallel, waiting for the current draw to reduce to a trickle. Once all of the batteries are connected in parallel and drawing a trickle, I start bumping the voltage by .1V until I get to either 13.5VDC (or the published trickle ch...
2006 Nov 27
1
Junghanns Bristuff PRI indication
...ISDN cards. Dialling in and out is working fine but the Telco's busy or invalid number indications are not being passed through to the user. I have priindication=passthrough in my zapata.conf but this doesn't seem to help. I'm using Asterisk 1.2.13, Zaptel 1.2.10 and Bristuff 0.3.0-PRE-1v. This is happening on three different boxes that I've setup with the same ISDN cards at three different sites. If the number is busy or invalid the Asterisk box responds with "all-circuits-are-busy" indication instead of what the Telco's is actually sending. This is causing major...
2015 Jun 23
2
Recording piano and voice
On Tue, 23 Jun 2015 10:41:42 -0700 John R Pierce wrote: > do note, if this is a stage grade electric piano, using big phone plugs, > the audio level out is not quite the same as consumer line level that a > computer input would want to record, My piano does indeed the big phone plugs. I have some adapter plugs in my junk box that will probably serve to allow me to do the physical
2024 Sep 16
2
Weekend Puzzle: computer posing as an UPS
...drew what it drew, and you hoped that the supply was big enough. It seems the RPI5 will use PD if given a capable supply. Looks like 5V 5A, and it won't negotitate higher voltages. There's an official supply that does PD https://www.newark.com/raspberry-pi/sc1153/power-supply-usb-c-5-1v-5a-white/dp/82AK3955 and the output spec is 5A at 5.1V, 3A at 9V, 2.25A at 12V, 1.8A at 15V looks like a TUV seal I find Jim's way of using this interesting, but my approach is totally different. First, when I'm using a Pi, it's because I want a low power computer that I can...
2019 Apr 08
0
[PATCH v4 2/7] common: Bundle the libvirt-ocaml library for use by virt-v2v
...quot;vol") { "virStorageVolPtr" } + elsif ($_ eq "sec") { "virSecretPtr" } + else { + die "unknown short name $_" + } +} + +# OCaml argument names. + +sub gen_arg_names +{ + my $sig = shift; + + if ($sig =~ /^(\w+) : string$/) { + ( "$1v" ) + } elsif ($sig =~ /^(\w+) : static string$/) { + ( "$1v" ) + } elsif ($sig =~ /^(\w+) : int$/) { + ( "$1v" ) + } elsif ($sig =~ /^(\w+) : uuid$/) { + ( "$1v" ) + } elsif ($sig =~ /^(\w+) : uuid string$/) { + ( "$1v" ) + } elsif ($sig =...
2024 Nov 12
3
Eaton 5PX 3rd party batteries
Hello, nut recently told me that the batteries need replacing in my Eaton 5PX2200RT (ups) and 5PXEBM48RT (external battery pack). According to my notes, it has been just over 4 years since I installed them. Looking at on-line sales, these seem to use batteries in a pre-packaged plastic shell. I don't recall if that's what's in my units or not. Do you have any experience with
2006 Nov 16
5
spandsp 0.0.3 RxFax fax reception crashes bristuffed asterisk 1.2.13
Hi, I'm using spandsp-0.0.3 [http://www.soft-switch.org/downloads/snapshots/spandsp/ spandsp-20061116.tar.gz] on a bristuffed asterisk (1.2.13) [http://212.91.251.199/~junghanns.net/downloads/bristuff-0.3.0- PRE-1v.tar.gz] libtiff is at version 3.6.0 Running on: Linux router2 2.6.17-2-686 #1 SMP Wed Sep 13 16:34:10 UTC 2006 i686 GNU/Linux Debian testing distro. I've tried many combinations of bristuffed ast and spandsp versions, but all fail at the same point. The last combination i got to work w...
2019 Dec 16
3
[v2v PATCH 0/2] Move libvirt-ocaml copy to v2v repo
libvirt-ocaml is used only by virt-v2v, so move it to this repository, instead of having it around in the common submodule. The removal from common will happen later. Pino Toscano (2): common: Bundle the libvirt-ocaml library for use by virt-v2v build: switch embedded copy of libvirt-ocaml .gitignore | 2 + 3rdparty/libvirt-ocaml/Makefile.am |
2024 Sep 27
1
Weekend Puzzle: computer posing as an UPS
...d that the supply was big enough. > > It seems the RPI5 will use PD if given a capable supply. Looks like 5V > 5A, and it won't negotitate higher voltages. There's an official > supply that does PD > > > https://www.newark.com/raspberry-pi/sc1153/power-supply-usb-c-5-1v-5a-white/dp/82AK3955 > > and the output spec is > > 5A at 5.1V, 3A at 9V, 2.25A at 12V, 1.8A at 15V > > looks like a TUV seal > > > > I find Jim's way of using this interesting, but my approach is totally > different. First, when I'm using a Pi, it'...
2018 Aug 30
8
[PATCH 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2018 Nov 27
8
[PATCH v2 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2024 Sep 28
2
Weekend Puzzle: computer posing as an UPS
...ough. >> >> It seems the RPI5 will use PD if given a capable supply. Looks like 5V >> 5A, and it won't negotitate higher voltages. There's an official >> supply that does PD >> >> >> https://www.newark.com/raspberry-pi/sc1153/power-supply-usb-c-5-1v-5a-white/dp/82AK3955 >> >> and the output spec is >> >> 5A at 5.1V, 3A at 9V, 2.25A at 12V, 1.8A at 15V >> >> looks like a TUV seal >> >> >> >> I find Jim's way of using this interesting, but my approach is totally >> differe...
2019 Jan 30
8
[PATCH v3 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2019 May 20
8
[PATCH v5 0/7] v2v: switch to ocaml-libvirt
Hi, this series switches virt-2v to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not test all
2015 Jun 23
0
Recording piano and voice
...er line level that a computer input would want to record, you'll likely have to crank the recording level way up, increasing the noise floor of the recordings. the cure for this is something called a 'DI box' (Direct Input), or using an amplifier or mixer that has a consumer line (1V P-P) output. an alternative might be to use the headphone output of the synth, with it set to moderately loud volume levels (say, 6-7 on a 0-10 scale) -- john r pierce, recycling bits in santa cruz
2015 Jun 23
0
Recording piano and voice
...plugs and whatnot. The only thing I've ever plugged into it so far is headphones. if you can plug in headphones, then you can plug it into a computer line-in jack with a suitable cable, just set the headphone volume on the piano for about 60-70% of full range, thats a good approximation of 1V P-P line input. make sure the piano is plugged into the same power strip or wall outlet as the computer to minimize potential for ground loop hum/buzz on your audio. now, if you're going to be doing a /lot/ of this, and want to be able to do it in realtime (playing while reading), getting...
2003 Sep 18
3
[Bug 680] different behavior for pam ssh-1 vs ssh-2 client
http://bugzilla.mindrot.org/show_bug.cgi?id=680 Summary: different behavior for pam ssh-1 vs ssh-2 client Product: Portable OpenSSH Version: 3.7p1 Platform: UltraSparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: PAM support AssignedTo: openssh-bugs at mindrot.org