Displaying 20 results from an estimated 6000 matches similar to: "character string to name"
2006 Jan 11
2
Book Gap(s)?
As a long-time author of computer books, fairly experienced MVC/OO
thinker/coder, and recent Rails convert, it is probably not
surprising that my midnight ruminations occasionally lead me to
wonder if a Rails book might not be an interesting undertaking. But I
know there are some great titles out there already and undoubtedly
dozens more in the works.
I''m interested in writing
2005 Nov 22
1
SPSS-like factor analysis procedure
I've read through many postings about principle component analysis in
the R-help archives, but haven't been able to piece together the
information I need. I'd like to recreate an SPSS-like experience of
factor analysis using R. Here's what SPSS produces:
1. Scatterplots of all possible variable pairs, with regression lines.
xyplot(my.dataframe) is perfect but for the lack of
2012 Aug 28
1
psad Error
Just installed psad and am testing it. This morning I awoke to an email saying:
[-] You may just need to add a default logging rule to the /sbin/ip6tables
''filter'' ''INPUT'' chain on hydra. For more information,
see the file "FW_HELP" in the psad sources directory or visit:
http://www.cipherdyne.org/psad/docs/fwconfig.html
Well I have
2009 Mar 16
1
Creating variables with different levels depending on conditions
Dear R-help-list,
I started using R coming from the former use of SPSS, mainly writing my own
syntax.
I do classical experimental cognitive psychology and am interested in the
cognitive control of task sequences (i.e. classification task). Especially I
am interested in the performance of the actual depending on the tasks
before. Thus, in SPSS I create variables like this one:
Compute cond =
2014 Sep 11
3
[LLVMdev] patch for DragonEgg 3.3
Hi - attached is a patch to enable building DragonEgg (x86_64) for LLVM3.3 and LLVM3.4. That is, add these changes to the 3.3 release, and it becomes possible to build DragonEgg against a llvm3.4 compiler.
Regards,
Richard Gorton
Cognitive Electronics
rcgorton at cog-e.com
----------
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name:
2013 Nov 18
2
[LLVMdev] CodeExtractor status?
I am working on a pass to extract small regions of code to run somewhere else (different node in a cluster). Basically what I need is the ability to isolate a region of code, get its inputs and outputs, create a new function with the extracted code and code aggregating the in and out parameters as structs that can be cast for a “void*”-based interface.
It looks like the CodeExtractor
2005 May 14
2
Need some help
Hello,
I would like to ask for some specialist assistance in dissecting a
'rootkit' (seems to be massmailing specific,crafted somehow from
another kit perhaps)
It was found running on 5.x machines belonging (sofar) to my
knowledge, 2 companies,one of wich was an isp and another a webhosting
service running bsd.
I will provide the kit and further details as soon as i am sure the
thing will
2019 Apr 22
3
[RFC] Should we add isa_or_null<>?
Hi All:
Just wanted to wind this up and summarize the results.
Although there were a few no votes, it looks like there's a consensus for
adding a `isa_and_nonnull` type operator. While there were some who
preferred `isa_nonnull`, it wasn't overwhelming, and since
`isa_and_nonnull` is already committed, I'm going to leave it as
`isa_and_nonnull` for the time being.
Thanks for all
2008 May 21
4
[LLVMdev] MultiSource/Applications/lemon slow in JIT
Hi,
I've been toying around with the testsuite for a bit, and after recompiling
llvm-gcc a bunch of times and fixing a nasty bashism bug, I actually got it to
run and pass most tests.
When running, I noticed a very long runtime on the lemon test. At first I
suspected an infinite loop, but it turned out the test simply needed around
1000 seconds to run. Some investigation turned out that the
2015 May 06
3
VirtIO drivers and CentOS 5.4(Final)
Leon Fauster wrote:
> Am 06.05.2015 um 13:04 schrieb lhecking at users.sourceforge.net:
>>
>>> You have several hundred more Critical or Important security updates
>>> outstanding. If that box touches the Internet in any way, it is likely
>>> compromised. Just in the last 6 months there are 21 Important or
>>> Critical updates.
<snip>
>>
2008 Mar 25
2
[LLVMdev] Adding SQLite3 to llvm test-suite
Evan Cheng wrote:
> Hi Edwin,
>
Hi Evan,
> It works fine for me. Thanks!
>
> We prefer a flat directory structure. Is it possible for you to
> separate it out to sqlite3 and lemon rather than having them as sub-
> directories under SQLite?
Ok.
The new package is here:
http://edwintorok.googlepages.com/sqlite_lemon_llvmtest.tar.gz
Anything else I should change?
>
2016 Oct 19
4
IntrusiveRefCntPtr vs std::shared_ptr
On Wed, Oct 19, 2016 at 6:24 PM, Benjamin Kramer via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> In terms of performance shared_ptr has a number of disadvantages. One
> is that it always uses atomics even though most IntrusiveRefCntPtrs
> are used in single-threaded contexts. Another is weak_ptr adding a lot
> of complexity to the implementation, IntrusiveRefCntPtr
2005 Apr 14
6
Inverse of the Laplace Transform/Gaver Stehfest algorithm
Hi there,
Is there an implementation of the Gaveh Stehfest algorithm in R
somewhere ? Or some other inversion ?
Thanks,
Tolga
2017 Aug 31
2
Converting character to numeric using the package "XLConnect"
Thanks very much for your answer.
I?m trying the function ?strtoi? but it fails to convert character to numeric after the command "set[index] <- strtoi(set[index])".
> strtoi(set[index]) ## This works: all values are numeric !!!
[1] 1 2 3 4 2 8 9 7
> set[index] <- strtoi(set[index])
> print(set[10,1]) ## Problem: must be numeric !!!!
[1] "1"
Thanks
2023 Mar 31
1
single character in R, and how to manipulate it
Also see the "arctext" function in the plotrix package.
Jim
On Fri, Mar 31, 2023 at 11:12?AM Jim Lemon <drjimlemon at gmail.com> wrote:
>
> Hi Jinsong,
> Maybe "srt" will do what you want. As you noted non-orthogonal
> rotations may not work on some devices. You may be able to download
> mirror fonts from places like fontmirror.com, but it more
2008 Mar 22
2
[LLVMdev] Adding SQLite3 to llvm test-suite
Hi,
SQLite3 has a very simple build system, and it comes with an extensive
testsuite (over 40000 tests).
It hasn't shown any bugs in LLVM, but it is fairly simple to build [even
turn off features via -D], and can be CPU intensive.
I have integrated SQLite3 into llvm-test's build system, it is too large
to send as attachment (784K), you can get it from here:
2005 Nov 19
1
[package concord] seeking maintainer
Hi,
can anybody tell me how to contact the maintainer of the
"concord" package? The address given in the help file is not
valid anymore.
,----
| > help(package=concord)
|
| Information f?r Paket 'concord'
|
| Description:
|
| Package: concord
| Version: 1.4-2
| Date: 2005-05-10
| Title: Concordance and reliability
| Author: Jim Lemon
2008 Mar 24
0
[LLVMdev] Adding SQLite3 to llvm test-suite
Hi Edwin,
It works fine for me. Thanks!
We prefer a flat directory structure. Is it possible for you to
separate it out to sqlite3 and lemon rather than having them as sub-
directories under SQLite? Also, can you increase lemon's test size?
Please file bug about the performance issue. Thanks!
Evan
On Mar 22, 2008, at 8:20 AM, Török Edwin wrote:
> Hi,
>
> SQLite3 has a very
2010 Sep 21
2
Trouble installing pwr package
Hi all,
I'm having trouble getting access to the pwr. This is on Ubuntu Lucid Lynx,
64 bit.
I'm installing pwr via packages.install('pwr'), and loading it via
library(pwr), both of which appear successful.
Strangely, I never get access to the pwr object in R.
I tried installing it to /usr/local/lib/R/site-library and
~/R/x86_64-pc-linux-gnu-library.
I also tried installing it
2007 Apr 12
1
[LLVMdev] "Name that compiler"
On Wed, 11 Apr 2007, Jeff Cohen wrote:
> How about Illuvium? It's pronounceable, it pays homage to "LLVM", and
> the domain's already taken by someone who might be persuaded to give it
> up :)
a non goal: sounding like the old name. :)
-Chris
--
http://nondot.org/sabre/
http://llvm.org/