similar to: Dynamic Link Handler

Displaying 20 results from an estimated 300 matches similar to: "Dynamic Link Handler"

2004 Sep 29
3
Fixed point bug in 1.1.6
Please compare samples: http://www.ivo.pl/ivo2/sound/krwawa_org.wav http://www.ivo.pl/ivo2/sound/krwawa_fixed.wav http://www.ivo.pl/ivo2/sound/krwawa_float.wav krwawa_org.wav is original file. Both output files was created using same program by compressing from wav to speex, then decompressing from speex to wav (using speex_encode_int and speex_decode_int). Only difference was used speex
2020 Jun 05
3
[PATCH v3 0/5] Add a vhost RPMsg API
Hi Michael, Thanks for your review. On Thu, Jun 04, 2020 at 03:23:37PM -0400, Michael S. Tsirkin wrote: > On Wed, May 27, 2020 at 08:05:36PM +0200, Guennadi Liakhovetski wrote: > > v3: > > - address several checkpatch warnings > > - address comments from Mathieu Poirier > > > > v2: > > - update patch #5 with a correct vhost_dev_init() prototype > > -
2020 Jun 05
3
[PATCH v3 0/5] Add a vhost RPMsg API
Hi Michael, Thanks for your review. On Thu, Jun 04, 2020 at 03:23:37PM -0400, Michael S. Tsirkin wrote: > On Wed, May 27, 2020 at 08:05:36PM +0200, Guennadi Liakhovetski wrote: > > v3: > > - address several checkpatch warnings > > - address comments from Mathieu Poirier > > > > v2: > > - update patch #5 with a correct vhost_dev_init() prototype > > -
2006 Mar 16
0
Dynamic Link Library
Hello, Can someone point me in the right direction? I''m trying to find a clean way of using dynamic link buttons with mouseovers and eveything. Basically, all I really want it to do is keep the Names and IDs of the images and links accounted for automatically and be able to define javascript functions, etc. Does Rails have something to assist with this? Does anyone have any suggestions?
2015 Dec 05
1
My Issue
I run quad heads 2 graphic cards..They are NVidia chipset cards. Everything worked perfectly. Then I upgraded to FC23 and eveything goes wrong. Only 1 monitor comes up at half the resolution of the monitor. I tried a fresh install of FC23 with the same effect. I wish I could tell you more, but I have quite a bit going on right now and had to get my station running agin. The cards are GF 8600
2003 Jan 31
1
exel
Hi, I'm having a weird problem. I have exel files with links in it to other exel files. When I share the map on a windows server (or windows os) eveything works. When I share it on a samba server it doesn't. When I open the file, it asks to enable macro's (I need them so say yes) - everything fine - After that It asks if I want to rework/check the links (don't know if reworks is
2010 Sep 23
1
Winbindd foreign language issue
Hi, Could somebody look at this problem? In 3.5.5 If I set "unix charset" to something other than UTF-8 like Chinese then 'getent passwd or groups ' doesn't list ADS users/groups in foreign languages. 'wbinfo -ug' works fine but I guess they are not transfered to nsswitch layer. In 3.5.4 even 'wbinfo -g' doesn't list ADS groups in foreign language.
2003 Feb 25
1
encoding problem with samba 227 ad rh80
Hello I'm using an OOTB RH80 with recent updates, and samba 227, french language when I access a samba share from a w98 box eveything works fine but with accented chars I just can't get the right filename under linux. whatever filename I use on w98, with accented chars, it works from the w98 side (I get write and read files with their right filenames) but when I try to access those
2009 Jan 26
1
Backup methods for an Oracle DB
Hi, I've been testing different methods and I'd like to have some advice. I want to perform a cold backup once a week on the Oracle DB, and put it on tape. I'm using EMC Networker for backup software, and I am not too at ease with the fact of doing eveything with Networker, because if there is a problem with the backup, the Oracle DB might not come up after the backup run. So
2009 Oct 07
1
merging dataframes with an unequal number of variables
Hallo Everyone I have the kind of problem that one should never have because one must always plan well and communicate with your team. But now I haven't so here is my problem. I have data coming in on a daily basis from surveys in 10 towns. The questionnaire has 62 variables but some of the regions have used older versions of the questionnaire that have a few variables less. I want to combine
2019 Jun 09
2
Dial(${PJSIP_DIAL_CONTACTS(Alice)} & ${PJSIP_DIAL_CONTACTS(Bob)}) how not to fail if one endpoint has no registered AOR?
Dear List It's probably been more than a year now I switched from chan_sip to pjsip. pjsip works much cleaner than chan_sip. But! I have come across a Problem I was not able to solve with Asterisk Dialplan Logic. With pjsip an endpoint can have multiple AOR, so you need to expand them with ${PJSIP_DIAL_CONTACTS()} to be able to Dial() all of them simultaneously. But there are also
2017 Jan 17
2
How to send SIP_NOTIFY messages with variable content ?
I would be very interested in using sipsak for something like this. What have you tried so far? -Thufir On Mon, 16 Jan 2017, Olivier wrote: > Thinking over my previous, I wonder if sipsak could be used to send > outgoing SIP NOTIFY messages. > Would both Asterisk and sipsak be able to share networks resources ? > > Thoughts ? > > 2017-01-16 14:10 GMT+01:00 Olivier
2004 Oct 07
2
TDM400P with FXO/FXS hangup problem
Hello, I've got an Asterisk server with a TDM400P with 2 FXO modules and 2 FXS modules. This server is connected to 2 PSTN lines and 2 analog phones. In my Zaptel configuration, I've defined 2 groups : one for the 2 FXO's and one for the 2 FXS. The asterisk server is just used to add a little IVR and Voicemail service. Eveything works fine, but sometimes the conversation is
2010 Sep 08
5
Adding a selected checkbox to a new nested model without polluting the model
Context: I have a GoodsReturn model with many ReturnedItem. For the new view, I create a new GoodsReturn with many new ReturnedItems from a sale (and its SoldItems). Problem: I want to have a Add/Selected checkbox with which the user can pick the items he wants to return. I know I could use a ''selected'' virtual attribute but I don''t want to pollute my model just for
2007 Jul 30
1
Vista roaming profiles
Hi All, I've happily had Samba (3.0.24) operating as DC for my Win2k/XP network for years. I've just upgraded to Vista and eveything seems to be working fine (shares, domain logons) apart from roaming profiles. Just after logging on, the following error appears in a bubble from the system tray: "Your user profile was not loaded correctly! You have been logged on with a temporary
2006 Mar 09
2
extending an existing DOM object in a prototype way
I want to take an existing DOM object and extend it with some functionality. I know there''s a way to do this with prototype. Unfortunately, I''m not entirely sure how to do this. Basically, I want to take an existing DOM object and turn it into a ''widget'' by adding some functionality. say we have a span: <span id="blah">some text
2011 Oct 30
5
Fatal error: The remote end hung up unexpectedly
Hi, I''d like to create my first ROR application on Heroku but I can''t deal with one step in this tutorial: http://devcenter.heroku.com/articles/quickstart I''ve spent all my day for this and I have no idea what is wrong... I cannot deal with last one in 3th part -> Create your Heroku application What I did: I''ve installed eveything what I need 1. switch to
2007 Mar 05
1
FeedTools/FeedUpdater and Rails1.2 Problem
FeedUpdater has stopped working now that I have upgrade to Rails 1.2.2 When I run script/feed_updater start I get: /usr/local/lib/site_ruby/1.8/rubygems.rb:196:in `activate'': can''t activate activesupport (= 1.3.1), already activated activesupport-1.4.1] (Gem::Exception) from /usr/local/lib/site_ruby/1.8/rubygems.rb:214:in `activate'' from
2013 Nov 15
1
[LLVMdev] lld fails to build on Visual Studio 2013
I'm currently using MSVC 2012, but I saw that Alp Toker landed a patch to LLD to make it compile with MSVC 2013, so I believe it's doable. Update and try again. On Fri, Nov 15, 2013 at 11:49 AM, Rafael EspĂ­ndola < rafael.espindola at gmail.com> wrote: > I think I removed all uses of ErrorOr<void>. Can you try updating? > > On 15 November 2013 12:09, Daniel Albuschat
2004 Dec 05
1
fixed-point version
Hello, I've just joined the list. I'm interested in helping on the fixed-point version of Speex. If there is anyone currently directing this work, would they please contact me and let me know how I can help. Thanks, -paul -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote ... If you make yourselves sheep,