similar to: Problem with digits blending on inbound puls ed digits?

Displaying 20 results from an estimated 80 matches similar to: "Problem with digits blending on inbound puls ed digits?"

2016 Apr 06
1
Extracting windows from time series
Dear R Users Thanks for the help in advance and lets get straight to the problem: I have a 400 year long temperature time series and I am looking for decades that show a linear trend decrease of approximately -0.1 Kelvin or degrees. --> What I would like to program: A loop/function / command line that prints the values of all the trends (can also be overlapping) into a matrix that could have
2011 Oct 11
0
Package/Function for Blending Images
Hi there, Does someone know a package/function for blending two pictures or to add transparency.. Thanks in advance, KC ----- ------------------------ Kay Cichini Postgraduate student Institute of Botany Univ. of Innsbruck ------------------------ -- View this message in context: http://r.789695.n4.nabble.com/Package-Function-for-Blending-Images-tp3893170p3893170.html Sent from the R help
2009 Feb 03
1
Problem with alpha-blending animations under Wine
Hi, we developed product under Win, which is using GDI alpha-blending for animations like fade-in/out, glow effects and etc. We tried to run it under Linux with Wine. The problem is that all animations which are using alpha-blending are gone. Does somebody know what is going on?
2010 Jul 13
1
Warhammer Online Vertex Blending issue 6995
Hi. I'm a new user of Ubuntu and Wine. I have ok knowledge on Linux as I'm an IT tech but I mainly deal in Windows. I decided to switch my main home system to Linux because I prefer the look and feel of it to windows plus I like to tinker, which you all may identify with :) My problem is that when it comes to patching Wine, then compiling it and installing it, I have no clue what
2004 May 28
0
Problem with digits blending on inbound pulsed digits?
I have a situation where I am receiving DID calls using Immediate Start Pulse signalling on a Loop Start trunk. The line terminates on a Newbridge Mainstreet 3624 channel bank, which provides battery etc. The channel is converted and routed to Asterisk. The lines are configured as follows: /etc/asterisk/zapata.conf ; Channels 1-24 service MainStreet 3624 channel bank context=infrom-did group=1
2005 Mar 03
0
Update on the blending of app_cbmysql and app_meetme2 (out of tree modules)
Once again, I know that a true MeetMe2 is in the works, but if anyone is looking for a database conferencing setup then check this out. New diffs and PHP web interfaces at www.fitawi.com/Asterisk -New in the interface: Add a conference Modify an existing conference -New in app_cbmysql: Renamed confmysql.conf to cbmysql.conf Move conference application name to conf file Move conference
2010 Feb 03
1
color blending and transparency
I am using ggplot and posted this question at that helplist. It was suggested that I try a more general R-help list for a possible solution to this problem. Within ggplot, I am using geom_area with red and blue and expect where they overlap should be purple. But instead, it's dark red. Playing with alpha and with different colors doesn't seem to solve the problem. Here's a very
2010 May 31
1
[PATCH] nv50/exa: use dual-source blending for component-alpha composite
From: Ben Skeggs <bskeggs at redhat.com> --- src/nv50_accel.c | 38 ++++++++------------------------------ src/nv50_accel.h | 1 - src/nv50_exa.c | 45 ++++++++++++++++++++------------------------- 3 files changed, 28 insertions(+), 56 deletions(-) diff --git a/src/nv50_accel.c b/src/nv50_accel.c index 1218e18..db8c744 100644 --- a/src/nv50_accel.c +++ b/src/nv50_accel.c @@
2018 Oct 11
1
Ask for little change :)
Is it possible, that dovecot-lmtp, has in inserted "Received:" header something about its version ie. instead: --8<---------------cut here---------------start------------->8--- Received: from alfa.kjonca by alfa.kjonca with LMTP id n1O7D5Q3v1toSQAApvcrCQ (envelope-from <envelope at from>) for <kjonca at localhost>; Thu, 11 Oct 2018 13:44:20 +0200
2010 Feb 12
4
passing parameters to deliver
Is any posibility to pass parameters/environment variables to deliver with sieve plugin? I have some procmail rules to decide where mail should go, which can't be migrated to sieve (uses external programs). So far I write it to maildirs, but I wonder to migrate to mdbox, and procmail can't handle it. Any ideas? KJ --
2016 Oct 13
4
Filing bug report
Hi, switching from LLVM 3.8.1 to the LLVM Realease 3.9 branch an assertion gets thrown, when I use opt on some program. I build a reproducer according to the bug report guidelines and asked for a user account. How long does it normally take to get this account? Best regards, Florian Mit freundlichen Grüßen / Best Regards / Cordialement, Florian PICHLMEIER R&D VIS Infrastructure
2014 Jan 27
0
[PATCH] nv30: don't overwrite blend color setting for r32/r16 float formats
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- Untested. Happened to see this when I was reading this file (don't ask). I can't imagine the current situation to be the intended one, based on this code... src/gallium/drivers/nouveau/nv30/nv30_state_validate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git
2011 Jun 17
0
Unity3D works. .blend import doesn't
Unity3D seems to be working in wine fairly well, despite a few non-critical problems. One such problem is that when a .blend is imported, Unity complains with "Blender could not be found" and instructs me to "Make sure that Blender is installed and the .blend file has Blender as its 'Open with' application!" I installed the windows version of Blender in wine (first
2010 Jan 30
1
sha-512 ... shadow blended with database
The cryptic subject is the outcome of my looking into how to do a particular thing. I wonder if anyone else has solved this problem in a way that hasn't occurred to me. I'm using dovecot 1.1.11 on Ubuntu Server 9.10. I could consider upgrading to my own install of a newer dovecot if it made a difference to this problem. I have two populations of dovecot users. Some users have Unix
2008 Oct 12
6
COD4 alpah blend problem.
video card: X1950gt with ati limited driver linux: ubuntu 8.04 wine: 1.1.6 updated from the apt-get today, i try to install cod4 which is my favorite game.And it is my first time to use wine. i just mount the iso file, and run the setup.exe in the iso.Everything is ok at begin,but the error came out when the installation was going to finish.A window came up,said some errors with
2012 Dec 07
3
[LLVMdev] Need to create symbols only once
Hi Nick, We have few symbols like __bss_start, __bss_end, which are Undefined symbols in the code. I want a way in the Reader to create specific atoms before the linker bootstraps. I didnt find a way to do that with the existing interfaces. The way it needs to work is as below :- 1) ReaderELF creates Absolute symbols (for __bss_start, __bss_end etc) 2) ReaderELF reads each file and adds
2018 Nov 11
2
After reboot the server nmb service is not acitve.
I create multiple server instances for the samba with systemd, everything ok, but after reboot server, the service nmb does not work randomly. selinux disable samba version 4.2.10 config smb [global] workgroup = WORKGROUP3 netbios name = net3 security = user interfaces = enp7s0f3 bind interfaces only =
2001 Feb 15
3
who frees dd and xd in X11_Open?
Hi, I'm not sure this is a bug in the code, the comment or my thinking. So first try goes to r-devel... I find the following comment in X11_Open () (src/unix/X11/devX11.c): /* if we have to bail out with "error", then must free(dd) and free(xd) */ A couple lines down, there is: if (!strncmp(dsp, "png::", 5)) { FILE *fp; #ifndef HAVE_PNG error("No png support
2007 Mar 08
0
Fwd: Back to back E1 - asterisk <=> toshiba pbx -Call droping
Before studying your configs, what have you tried so far? Did you change this? Also, try changing your second span timing from span=2,2,0,ccs,hdb3,crc4 to span=2,0,0,ccs,hdb3,crc4. Here is the documentation on voip-info for why it may be the cause of your issues http://www.voip-info.org/wiki/view/Zaptel.conf+span+syntax span definition format:
2012 Dec 10
1
[LLVMdev] Need to create symbols only once
Thanks for the reply Nick. I will use the Writer::addFiles functionality. Do you want to move the SimpleFile class to lld/Core ? It might be useful for other types of object files too(like for ELF here). How does typeFirstInSection/typeLastinSection know that the addresses that need to be used for those symbols are the symbol values for the section start / section end ? I didnt see