search for: simplemind

Displaying 9 results from an estimated 9 matches for "simplemind".

Did you mean: simplebind
2006 May 30
7
Stripping HTML tags from a string
...way of stripping html tags from a string? Right now I''m just calling gsub!(/<.*?>/, ''''), but with a background in PHP and always having used its strip_tags() method, I wonder if the Rails community has standardized this fairly common task with something a bit less simpleminded than my quick fix. Thanks! Zack -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060530/f69f748d/attachment.html
2007 Jan 12
5
Regression lines
My simpleminded understanding of simple regression is that when plotting regression lines for x on y and y on x in the same plot, the lines should cross each other at the respective means. But, given the R function below, abline (lm(y~x)) works fine, but abline (lm(x~y)) does not. Why? function () { attac...
2015 Nov 10
3
[Aarch64 00/11] Patches to enable Aarch64
...fference between using and not using the ARM64 inline assembly. I believe the original justification on ARMv7 for the assembly was the processor's panoply of multiply instructions and their long cycle times. It seems to me that the ARM64 processor is much more like an x86 one, where using a simpleminded C multiply gives just as good of results. Inline assembly tends to hobble the compiler's optimizer, and in ARM64's case, may actually be counterproductive. The NEON code of course is valuable on all the ARM processors. On 11/10/2015 1:00 PM, opus-request at xiph.org wrote: > Send...
2009 Apr 29
1
Newbie R question PART2
...age with Rpad? > > Obviously, What I want to build is a web page, where it > say "click <here>" and when it is clicked the screen > blanks out and give a line: > Hello World! > > I have looked at an example or two of Rpad, but it was > overly complicated for simpleminded newbie. > > Regards, > > Tena Sakai > tsakai at gallo.ucsf.edu
2000 Sep 25
2
off-by-one errors in getnameinfo()
...len / hostlen bytes PLUS a terminating zero. This contradicts the manpage (and RFC 2533) as well as the way your own programs appear to use it (at least OpenSSH and in.ftpd use sizeof() of a buffer as servlen / hostlen). Proposed fix: Replace >'s with >='s. Related problems: The simpleminded implementation of getnameinfo() included in "portable OpenSSH" is affected too. --Pavel Kankovsky aka Peak [ Boycott Microsoft--http://www.vcnet.com/bms ] "Resistance is futile. Open your source code and prepare for assimilation."
2015 Nov 10
0
[Aarch64 00/11] Patches to enable Aarch64
...sing the ARM64 inline >> assembly. I believe the original justification on ARMv7 for the assembly >> was the processor's panoply of multiply instructions and their long >> cycle times. It seems to me that the ARM64 processor is much more like >> an x86 one, where using a simpleminded C multiply gives just as good of >> results. Inline assembly tends to hobble the compiler's optimizer, and >> in ARM64's case, may actually be counterproductive. >> >> The NEON code of course is valuable on all the ARM processors. > No, configuring my patchset w...
2015 Nov 10
0
[Aarch64 00/11] Patches to enable Aarch64
...ng and not using the ARM64 inline > assembly. I believe the original justification on ARMv7 for the assembly > was the processor's panoply of multiply instructions and their long > cycle times. It seems to me that the ARM64 processor is much more like > an x86 one, where using a simpleminded C multiply gives just as good of > results. Inline assembly tends to hobble the compiler's optimizer, and > in ARM64's case, may actually be counterproductive. > > The NEON code of course is valuable on all the ARM processors. No, configuring my patchset with ?disable-asm...
1998 May 26
0
Re: Beware of dangerous enviroment (Re: Overflows in minicom)
...ce), annihilate kernel messages (read /dev/kmsg), or corrupt open data streams (read /proc/1234/fd/0), one can hardly steal data or modify them in any predictible way. ad [2]: The proper precaution is to fix libc, of course. Ulrich Drepper posted a fix for glibc2.[01], I myself have made a rather simpleminded (thus overly paranoid) fix for libc 5.4.44 recently. I am enclosing it. (***) Hmmm... perhaps the even more proper precaution would be to separate "vital" (syscalls, string routines) and "user convenience" (NLS, time conversion) parts of libc, undertake an exhaustive audit of...
2008 Oct 24
18
Transferring results from R to MS Word
R-users At the moment I am teaching a course on the use of R for data analysis. Part of course requirements involves the transfer of results from R to something that resembles the APA (American Psychological Associations) type tables to MS Word. Until now I have used the HTML function in the R2HTML library, with a call like this: HTML(summary(model1), file("clipboard",