search for: correspod

Displaying 20 results from an estimated 25 matches for "correspod".

Did you mean: correspond
2020 May 20
2
Is there compression feature?
Hi I recently started to look into Samba source code and SMB protocol . I saw that SMBv3 has an compression feature but I couldnt find any source code related to it. I tried sending compression_capabilities in negotiate request packet but there was no correspoding response. Isn't feature implemented yet? If not when are you planning to implement it? Thanks
2006 Dec 27
3
counties in different colours using map()
...e function to use, e.g. library(maps); map('usa'); map('county', 'colorado', add=T,fill = T, col=c(1:5)) plots Colorado counties using colours 1 to 5. However, I want each color to represent a certain value - a value to be picked from a data frame. This code should show a correspoding map at the level of states: state.names <- system('tr "[A-Z]" "[a-z]"', state.name) map.states <- unix('sed "s/:.*//"', map(names=T,plot=F)) state.to.map <- match(map.states, state.names) color<- votes.repub[state.to.map, votes.year = 190...
2006 May 26
1
Overriding default type mappings of ActiveRecord
Hi: Is there a good way to override the mappings between class variables and database column type as determined by activerecord ? I have a column in the database table (postgres) that is declared as numeric(1000,0) which is an exact precision type. However, activerecord maps the correspoding class variable to type float which will not work for me. I''d like to map it to ruby type Bignum which can handle very large integers. Any way I can do this by declaring something in the model ? Thanks !! -------------- next part -------------- An HTML attachment was scrubbed... URL: h...
2010 Feb 08
1
Color intervals in image.plot function
...0, by = 1), add = TRUE, col = 'peru') ############################################## The plot worked fine but i?found difficult to fix the interval of the color corresponding?to z value. In my case, the range of z values is between 1 and 40 and ?i'd like to fix the color in the image correspoding to?four sub-intervals of z values. For instance: 1.?1 < z < 10 : blue 2. 11 < z < 20: green 3. 21 < z < 30: yellow 4. 31 < z < 40 : red. I did't find a suitable code to do this. Could someone please give?an advice on this matter? Thank you. Fir
2008 Jul 14
3
How to assert a simple link (testing)
<%= link_to ''my_profile'',:controller => ''users'', :action => ''show'', :id => current_user.id %> <a href=''http://localhost:3000/users/show/2''>my_profile</a> What is the easy and simple way to assert this link in testing. -- Posted via http://www.ruby-forum.com/.
2009 Jan 15
1
misalignment of x-axis when overlaying two plots using latticeExtra
...lt;- xyplot(outcome~group,df,type="p", col="blue") #Last, overlay the two plots barchart.obj+ as.layer(dot.outcome,style=2,axes=c("y"), outside=TRUE) #Now, you should be able to see the x-axis of the two plots are not matching. #i.e., a dot is not at the center of its correspoding bar. How can I fix this? Your help will be highly appreciated. Many thanks in advance. -Sean [[alternative HTML version deleted]]
2013 Oct 02
2
[LLVMdev] builtin_apply?
Interesting. Just having __builtin_apply_args() (and a correspoding __builtin_apply_args_size()), would make it possible to do a memcpy store of arguments to a (varargs) function, which sometimes is useful for our users (for debug/trace purposes). /Patrik Hägglund From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Eric Ch...
2013 Oct 02
2
[LLVMdev] builtin_apply?
...szek Sent: den 2 oktober 2013 19:12 To: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] builtin_apply? I think varargs functions would be an example of where this builtin would not work. -K On 10/2/2013 2:32 AM, Patrik Hägglund H wrote: > Interesting. Just having __builtin_apply_args() (and a correspoding > __builtin_apply_args_size()), would make it possible to do a memcpy > store of arguments to a (varargs) function, which sometimes is useful > for our users (for debug/trace purposes). > > /Patrik Hägglund > > *From:*llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at...
2013 Oct 02
0
[LLVMdev] builtin_apply?
I think varargs functions would be an example of where this builtin would not work. -K On 10/2/2013 2:32 AM, Patrik Hägglund H wrote: > Interesting. Just having __builtin_apply_args() (and a correspoding > __builtin_apply_args_size()), would make it possible to do a memcpy > store of arguments to a (varargs) function, which sometimes is useful > for our users (for debug/trace purposes). > > /Patrik Hägglund > > *From:*llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at...
2013 Oct 16
0
[LLVMdev] builtin_apply?
...dev at cs.uiuc.edu > Subject: Re: [LLVMdev] builtin_apply? > > I think varargs functions would be an example of where this builtin > would not work. > > -K > > > On 10/2/2013 2:32 AM, Patrik Hägglund H wrote: >> Interesting. Just having __builtin_apply_args() (and a correspoding >> __builtin_apply_args_size()), would make it possible to do a memcpy >> store of arguments to a (varargs) function, which sometimes is useful >> for our users (for debug/trace purposes). >> >> /Patrik Hägglund >> >> *From:*llvmdev-bounces at cs.uiuc.ed...
2012 Feb 10
2
Detach devices using Libvirt+Xen
...vices using Libvirt+KVM without any problems. We've tested this on Xen with both CD-ROM and USB devices without success. See below for detailed descriptions. Thankful for any help! Regards, Daniel Espling --- For CD-ROM, we can mount them using attach-device but cannot remove them using the correspoding call to detach-device: cdrom7.xml contains: <disk type='file' device='cdrom'> <driver name='file' type='raw'/> <source file='/opt/diskimages/test7.iso'/> <target dev='hdc' bus='ide'/> <readonly/> </disk...
2018 Oct 10
0
Samba and Freeradius...
...mber (a domain controller is ''joined by default'' to the domain...). A little note: you 'lock' the domain name in configuration; it is also possible to leave the domain info, provinding a default if absent, so you can auth multiple domains. Clearly, you have to define the correspoding realms in proxy.conf. eg (LNFFFVG is my domain): winbind_username = "%{mschap:%{User-Name}:-None}" winbind_domain = "%{mschap:%{NT-Domain}:-LNFFVG}" ntlm_auth = "/usr/bin/ntlm_auth --allow-mschapv2 --helper-protocol=ntlm-change-password-1" ntlm_auth_username...
2006 Feb 15
0
a basic question about standardization?
Hi all, I have a question about standardization. Suppose I have training data which is a X matrix, of size N x p, where N is the number of samples, p is the number of variables in the data set. Y is a response vector of size N x 1, each element correspoding to each row of the X matrix. I do standardization on X, X1=scale(X, TRUE, TRUE), and Y1=scale(Y, TRUE, FALSE). And I got a regression coefficient vector Beta. I am wondering how to I manipulate this Beta to run the test? Is this Beta the same as the one we would obtain if we don't standi...
2007 Jul 26
2
libvorbis 1.2.0 release
A new libvorbis release is now available. http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.bz2 http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.gz http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.zip This release fixes some robustness issues with corrupt streams, including a security issue. Also new in this release is support for multiplexed streams in
2018 Oct 09
2
Samba and Freeradius...
Hello, Wiki entry was based on my mail to this list, sorry if I was not clear enough. I'm glad You figured it out yourself, Regards, Kacper W dniu 09.10.2018 o 17:21, Marco Gaiarin via samba pisze: >> Someone have some hints? Thanks. > ...i reply to myself. > > Indeed the option 'ntlm auth = mschapv2-and-ntlmv2-only' (4.7+) or 'ntlm auth = > yes'
2011 Sep 23
0
Error message when using 'optim' for numerical maximum likelihood
...curacy of the estimates) and ran the 'optim' function to optimise the log-likelihood function. The optimiser seemed to work fine for sample sizes up to 100,000 i.e. the optim function converged, but when I tried to run optim using a sample size of 200,000 the optim failed to converge - the correspoding error message was "NEW_X". Can someone please advise what this error message means, and what I can do to avoid producing this error? I have supplied an extract of my code below for inspection (note that I am fairly new to programming so my code is probably not the most efficient/eleg...
2013 Oct 02
0
[LLVMdev] builtin_apply?
__builtin_apply is an abomination. Even in GCC it is held to have been a bad idea. --eric On Oct 1, 2013 10:03 PM, "reed kotler" <rkotler at mips.com> wrote: > why does clang not support builtin_apply? > > 6.5 Constructing Function Calls > > Using the built-in functions described below, you can record the arguments > a function received, and call another
2013 Oct 16
1
[LLVMdev] builtin_apply?
...VMdev] builtin_apply? >> >> I think varargs functions would be an example of where this builtin >> would not work. >> >> -K >> >> >> On 10/2/2013 2:32 AM, Patrik Hägglund H wrote: >>> Interesting. Just having __builtin_apply_args() (and a correspoding >>> __builtin_apply_args_size()), would make it possible to do a memcpy >>> store of arguments to a (varargs) function, which sometimes is useful >>> for our users (for debug/trace purposes). >>> >>> /Patrik Hägglund >>> >>> *From:...
2004 Jul 31
3
Openldap samba 3.0.5 net group add does not work
When I run net add groupmap rid=512 ntgroup="Domain Admins" UNIXgroup="ntadmins" i get this error: adding entry for group Domain Admins failed! The error isn't very specific and the log doesn't show any error. I look in the log (log level -1 in slapd.conf) and I can tell it is able to search. I can post the syslog if you need it. I think their is an error in my
2008 Oct 22
2
suboptimal lp solutions
Hi list, I want to find the total maximum resources I can spend given a set allocation proportion and some simple budget constraints. However, I get suboptimal results via lp and friends (i.e. lpSolve and simplex in the linprog and boot) . For example: library(lpSolve) proportions = c( 0.46, 0.28, 0.26) constraints = c( 352, 75, 171) lp(objective.in = proportions, const.mat =