search for: difffer

Displaying 20 results from an estimated 33 matches for "difffer".

Did you mean: differ
2006 Jan 08
8
RaislsEdge - where to get latest javascripts ?
To play with RJS I just made a "rake freeze edge". But this copies only the libs into vendor/rails and any attempt of "rake update_javascripts" fails. But all the he required javascripts are there, at: BASEPATH/vendor/rails/actionpack/lib/action_view/helpers/javascripts/ Except of prototype, they seem to have no version number, so I am asking whether I should take those
2008 Jul 20
2
Different password for every mountpoint
Hi guys , I have a little doubt: It's possible with the last version of icecast2 to set a diffferent password for every mountpoint different from the server's password? Becasue I want to manage the access to the server for every mountpoint and without give the server's password. Another question it's if I do some changes on the icecast.xml configuration , and later restart the...
2011 Nov 28
1
plotting multiple lines on single graph ggplot2
Hello everyone I have some data of the following type. 100 200 300 400 500 1.1 1.2 1.3 1.4 1.5 600 700 800 900 1000 1.5 1.7 1.9 2.0 2.4 With plot() and points functions I can plot these 4 lines of data. But I dont know how to do it with qplot or ggplot functions. The scenario is something like this: the hundreds should appear on x-axis and the fractional values of y axis. Thanks alot. MEMON
2020 Apr 30
3
R 4.0.0 build error with sysdata.rda on ppc64el architecture
...d for v3.6.2. Could be related? Yes, that is what I refered to via "long double issue on powerpc". Without a URL but it is the same issue (in the sense of that architecture being "very different"); it simply is no longer the same issue of needing the #define to compile. But the diffferent nature of powerpc now bite's R own 'compiler' package. R Core is on it; I may avoid it in a quicker fix by disabling long double support on just this platform (til we have a better fix). Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2006 Jan 11
1
fiile_column persistent across different forms
is there a way to keep the file_column field in the form persistent across diffferent view templates ? In my controller (same controller for both views) i do @post = Post.new in the view i do form_step1.rhtml --------------------- <%= file_column_field "post", "image" %> <% if @post["image"] %> <%= image_tag url_for_file_column(...
2007 Jan 24
1
tree connect failled: ERRDOS - ERRnoaccess (Access denied.)
i have recently switched to ldap backend for passwords smbldap-useradd,smbldap-passwd works without error messages... but when i try to connect from linux it gives me the following error XXXXX:tree connect failled: ERRDOS - ERRnoaccess (Access denied.) XXXXX can be remplaced with diffferent numbers such as 10270 11202 11318 11750 ...evry time the number of the errors change i don't know why i have only tryed it with username that are valid unix usernames (i don't know if smbldap create the unix usernames for me) and the samba and unix password are the same
2007 Feb 26
1
2 data frames - list in one out put , matrix in another ??
...ing me different results on one subset of variables. I know that I assembled the 2 dataframes slightly differently but I don't see why I am getting this result because one set of variables are labelled and the other is not. Variable names are the same, etc. as far as I can acertain. The only diffference seems to be that bdata variables are labelled. About now I really don't care which I get but I would like them to be the same. Can anyone suggest what I am doing wrong or should be looking at? Windows XP , R 2.4.1 Using Hmisc and gtools as well as the basic R installation. Problem...
2007 Mar 13
7
Form with subforms
Hi, I''m looking for a way to implement subforms. For example, a form where you can add clients, and at the same time enter contactpersons for this client. I''ve been looking around, reading ebooks, etc, but can''t seem to find a good example/tutorial for something like this. So I would be very thankful if someone could point me in the right direction. Thanks, Sven
2013 Mar 08
4
create bar chart with different totals in a bar
Hello together, perhabs anyone of you, has an ideal, how i can do this: I have a matrix, like this one: [,1] [,2] [,3] [,4] abnr2 11425 11425 11555 11888 TIME 2 1 1 2 Cat 1 2 1
2006 Jan 25
9
connection_specification and adapter
Hi, I wish to know, how those class work exactly, where can I find the documentation? or can someone explain to me how a connection is made via those class??? Thanks you very much!!!! Saiho __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2006 Jan 16
11
Plans to intigrate ObjectGraph in to Rails
Are there any plans to move the schema definition from migrations to the model, where it should be? Like og does, which I think is used by the ruby Nitro framework... ObjectGraph: http://www.rubygarden.org/index.cgi/Libraries/og_tutorial.rdoc Example code: [code] class Post property :title, String, :sql => ''VARCHAR2(32) NOT NULL'' property :body, String property
2016 Apr 06
3
ThinLTO naming scheme for promoted local functions
On Wed, Apr 6, 2016 at 1:33 PM, Teresa Johnson <tejohnson at google.com> wrote: > > > On Wed, Apr 6, 2016 at 12:18 PM, Peter Collingbourne <peter at pcc.me.uk> > wrote: > >> Hi David, >> >> We've been considering changing the naming scheme for promoted local >> functions in ThinLTO. Currently we just prepend the file name, but that >>
2020 Mar 15
0
Fwd: Replace completely an AD PKI authentication with Samba ?
...One thing that forced me to take some detour was the need to separate DC and FS as I wanted to have POSIX rights management which lead to clashing ports on the host. The approach taken in nowsci/samba-domain did not work for me. I ended up in different images for both. practically mainly init files difffer and could be recombined. I went for a dedicated docker network with individual IP adresses separate from that on the host. I did not plan to publish my stuff as? I do not have much time to follow up on comments and doing documentation. However I'd be more than happy to share dockerfile, init...
2020 Apr 30
0
[External] Re: R 4.0.0 build error with sysdata.rda on ppc64el architecture
...elated? > > Yes, that is what I refered to via "long double issue on powerpc". Without a > URL but it is the same issue (in the sense of that architecture being "very > different"); it simply is no longer the same issue of needing the #define to > compile. But the diffferent nature of powerpc now bite's R own 'compiler' > package. R Core is on it; I may avoid it in a quicker fix by disabling long > double support on just this platform (til we have a better fix). Maybe I missed something. How is the 'compiler' package involved? Best, luk...
2003 Oct 06
0
randomizing within factors and combining unequal-sized arrays
...ample of the array now has its values randomized within that subsample? At the same time, I do not want to mix up the array too much by substituting values in one factored category by values in another category. 2. Combining unequal-sized arrays. I have a series of arrays in a dataframe, of diffferent lengths. One column of the arrays consists of a series of values between 1 and 5,000, and each of these values denotes the position of that row of data in a larger data set that has 5,000 positions. Each row of the arrays carries other information about the individual that has that position...
2006 Mar 28
0
~/.mime.types - format conflict with standard /etc/mime.types?
...uded there will take # precedence over those listed here. <snip> application/futuresplash spl application/ghostview application/hta hta <snip> However, the format of wine's (or cxoffice's) ~/.mime.types file is completely diffferent: <snip> # X-Created-By-mcap-cxoffice-ff120fd1-93c5-4bef-8da1-b9ecff669032:text_h323=text_h323 type=application/x-crossover-ade \ desc=Microsoft Access Project Extension \ exts="ade" <snip> (Sorry about line wraps. The "# X-Created-By" is one line, and the &quot...
2001 Jun 21
1
ogg123, buffering, tag
I was just about to commit a big buffer overhaul when I realized that it would probably break a lot of stuff and I'd get yelled at, so it's in the kcarnold_work tag (or will be momentarily...). Have a look at it, try to make it deadlock. If I messed up the CVS tagging, also let me know -- I know only enough about CVS to be dangerous :) This should also reduce CPU usage noticably. The
2011 Jan 19
3
About Sampling Rate Correction in acoustic echo cancellation
Hi all, We have discussed so many about sampling rate asynchronous (or offset) between rendering (D/A converter) and capturing (A/D converter) of most PC soundcards. It seems all acoustic echo cancellers, include AEC in speex, can not deal with this trouble, because it causes a drift of echo path and also buffer overflow and underflow which jumps the delay of echo path seriously. Unfortunately,
2011 Jan 19
0
About Sampling Rate Correction in acoustic echo cancellation
...ws Server 2003, and later, this > limitation does not exist. The AEC system filter correctly handles > mismatches between the clocks for the capture and render streams, and > separate devices can be used for capture and rendering. > I see no mention of correcting the fine sample rate diffferences that plague the sounds cards. They only seem to talk about matching, say, a 48k sample per second speaker stream with an 8k sample per second mic stream. > > There is also a IEEE paper, Adaptive Sampling Rate Correction for > Acoustic Echo Control in Voice-Over-IP, which introduce...
2005 Feb 14
5
Sipura g729 call quality to PSTN
If this has been covered before - I appologize. We use some Sipura SPA-2000's with the g711 codec and all seems fine (except for the occasional failure to register errors in my asterisk logs - but I will save that for another post). g711 call quality is on par with our Cisco 7960's. However, when using the g729 codec, the call quality on the Sipura device goes downhill on the PSTN side