Displaying 20 results from an estimated 55 matches for "eveything".
Did you mean:
everything
2004 Sep 29
3
Fixed point bug in 1.1.6
...hen decompressing from speex to wav (using speex_encode_int
and speex_decode_int).
Only difference was used speex library.
krwawa_fixed.wav was created by libspeex compiled with defined FIXED_POINT
krwawa_float.wav was created without FIXED_POINT.
When samples values do not exceed (-32000;32000) eveything is ok.
Testing platform was Pocket PC, with ARM cpu, libspeex compiled in MsEVC++4.
2020 Jun 05
3
[PATCH v3 0/5] Add a vhost RPMsg API
...pt at describing what it's supposed to do.
Sure, I can work on this with the original authors of the virtio-rpmsg
implementation.
> Another it's out of line with 1.0 spec passing guest
> endian data around. Won't work if host and guest
> endian-ness do not match. Should pass eveything in LE and
> convert.
Yes, I have to fix this, thanks.
> It's great to see it's seeing active development finally.
> Do you think you will have time to address these?
Sure, I'll try to take care of them.
Thanks
Guennadi
> > Guennadi Liakhovetski (5):
> > vhost...
2020 Jun 05
3
[PATCH v3 0/5] Add a vhost RPMsg API
...pt at describing what it's supposed to do.
Sure, I can work on this with the original authors of the virtio-rpmsg
implementation.
> Another it's out of line with 1.0 spec passing guest
> endian data around. Won't work if host and guest
> endian-ness do not match. Should pass eveything in LE and
> convert.
Yes, I have to fix this, thanks.
> It's great to see it's seeing active development finally.
> Do you think you will have time to address these?
Sure, I'll try to take care of them.
Thanks
Guennadi
> > Guennadi Liakhovetski (5):
> > vhost...
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 and GT 830. They were working s...
2006 Mar 15
1
Dynamic Link Handler
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? Any suggestions? I already
made a LinkHandler helper but I want something clean and Ra...
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 the good word). If I say no, everything ok, when I
say yes,...
2010 Sep 23
1
Winbindd foreign language issue
...'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. 'wbinfo -u' is
OK.
In 3.4.9
eveything works fine.
Thanks,
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 files from linux, accented chars are eithe...
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 I thought of using disk-based backup. I've tried scp'ing the files
directly to my backup server, but the operation is too long (120 min).
I tried generating a tar.g...
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
2009 Oct 07
1
merging dataframes with an unequal number of variables
...ame with 4 variables
var1=c(1,2,3,4,5,6)
var2=c("a","b","a","b","a","a")
var3=c(1,NA,NA,2,3,NA)
var4=c(100,200,300,100,200,300)
df1=data.frame(cbind(var1,var2,var3,var4))
# Data frame 2 and three has two of the 4 variables and 4 has eveything
df2=df1[,c(1,2,4)]
df3=df1[,c(2,3,4)]
df4=df1
# I wanted to do this but it produces an error because the number of
variable differ
df=data.frame(rbind(df1,df2,df3,df4))
#I have figured out how to print the names of variable that do match the
'master' list (in this case df1):
# examp...
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
2004 Oct 07
2
TDM400P with FXO/FXS hangup problem
...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 interrupted. I
didn't find any usuable log, I just see that a Zap channel hang up in
the CLI.
Have you any ideas ? Here are my conf files :
/etc/zaptel.conf :
----------------------------------
fxoks=1-2
fxsks=3-4
loadzone=fr
defaultzone=fr
----...
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 profile. Changes you make to this
profile wi...
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
2020 Jun 04
0
[PATCH v3 0/5] Add a vhost RPMsg API
...One is that it's
not specced at all. Before we add more stuff, I'd like so
see at least an attempt at describing what it's supposed to do.
Another it's out of line with 1.0 spec passing guest
endian data around. Won't work if host and guest
endian-ness do not match. Should pass eveything in LE and
convert.
It's great to see it's seeing active development finally.
Do you think you will have time to address these?
> Thanks
> Guennadi
>
> Guennadi Liakhovetski (5):
> vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
> vhost: (cosmetic) remove...
2020 Jun 08
0
[PATCH v3 0/5] Add a vhost RPMsg API
...200, Guennadi Liakhovetski wrote:
>
> On Thu, Jun 04, 2020 at 03:23:37PM -0400, Michael S. Tsirkin wrote:
[snip]
> > Another it's out of line with 1.0 spec passing guest
> > endian data around. Won't work if host and guest
> > endian-ness do not match. Should pass eveything in LE and
> > convert.
>
> Yes, I have to fix this, thanks.
Just to make sure my understanding is correct: this would involve also
modifying the current virtio_rpmsg_bus.c implementation to add
endianness conversions. That's what you meant, right?
Thanks
Guennadi
link_to_remote, how to send "data" to another <div> when something system detects something wrong???
2006 Jul 10
0
link_to_remote, how to send "data" to another <div> when something system detects something wrong???
HI,
I try use link_to_remote to do a ajax update on my
page,
when eveything is OK, the syetem returns data to the
ajax zone, but when there is something wrong, like the
entry wasn''t correct, I want to send data(a message)
to another zone (the zone is defined in the layout
(message zone used flash[:notice]) I was never able
send data to the other zone, because it i...
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,