Displaying 20 results from an estimated 100 matches similar to: "[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails"
2009 Jul 31
0
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
On Thu, Jul 30, 2009 at 11:03 PM, james
northrup<northrup.james at gmail.com> wrote:
> CC="p llvm-gcc-4.2 `llvm-config --cflags` -march=i386 --emit-llvm -O0
> -c -I$PLAT/include -I$ROOT/include -I$ROOT/utils/ include"
> LD="p llvm-ld `llvm-config --ldflags --libs all `"
> AR="p llvm-ar crvs"
Using llvm-ar+llvm-ld is likely to give you bad
2009 Jan 09
5
The R Inferno
"The R Inferno" is now on the Burns Statistics website at
http://www.burns-stat.com/pages/Tutor/R_inferno.pdf
Abstract: If you are using R and you think you're in hell,
this is a map for you.
Also, I've expanded the outline concerning R on the
Burns Statistics 'Links' page. Suggestions (off-list) for
additional items are encouraged.
Patrick Burns
patrick at
2009 Sep 17
2
r-inferno.pdf with detailed table of contents and bookmarks
Hi,
I don't find a r-inferno.pdf that has detailed table of contents and
bookmarks. If it is possible, can somebody help generated one and post
it on line?
Regards,
Peng
2002 Feb 08
1
RC3: oggenc & iconv
I'm currently trying to figure out why RC3 oggenc with iconv support
will
- work, but enter replacement characters into tags instead of
converting to UTF-8;
- dump core; or
- catch an assert();
depending on the locale settings. (On FreeBSD, with Chuguev iconv.)
I think I'm getting a handle on the assert(). It's this one:
assertion "(!k && !ibl) || (k == (size_t)(-1)
2013 Aug 13
0
Processed: perl 5.18 transition nearly ready
Processing commands for control at bugs.debian.org:
> severity 711434 serious
Bug #711434 [src:libconfig-std-perl] libconfig-std-perl: FTBFS with perl 5.18: test failures
Severity set to 'serious' from 'important'
> severity 711604 serious
Bug #711604 [src:libmime-lite-html-perl] libmime-lite-html-perl: FTBFS with perl 5.18: test failures
Severity set to 'serious'
2006 Feb 06
0
Persistant prelinking/exec-shield issue - please help. =/
Greetings,
I'm experiencing in issue with the latest Wine on Fedora Core 4, latest
kernel and all latest drivers available.
I'm attempting to run World of Warcraft, after compiling a custom build of
wine, with instructions outlined at
http://wiki.kaspersandberg.com/doku.php?id=howtos:wine:worldofwarcraft
Everything compiles fine, and I'm able to run wine to generat the
2010 Mar 23
2
[LLVMdev] Summer of Code ideas
On Mar 23, 2010, at 2:47 AM, Nick Frolov wrote:
> mån 2010-03-22 klockan 17:23 -0700 skrev Chris Lattner:
>
>> We generally prefer for GSoC projects that are useful to a broad range
>> of people or that opens llvm to a new community.
>
> My idea was to propose bringing LLVM to Inferno OS (the complement
> project of Plan 9 from Bell Labs). This OS has a virtual
2010 Mar 23
0
[LLVMdev] Summer of Code ideas
mån 2010-03-22 klockan 17:23 -0700 skrev Chris Lattner:
> We generally prefer for GSoC projects that are useful to a broad range
> of people or that opens llvm to a new community.
My idea was to propose bringing LLVM to Inferno OS (the complement
project of Plan 9 from Bell Labs). This OS has a virtual machine (called
Dis) included in the kernel, which is the only option to write
2010 Mar 25
0
[LLVMdev] Summer of Code ideas
tis 2010-03-23 klockan 09:23 -0700 skrev Chris Lattner:
> > Does all this count as opening LLVM to a new community?
>
> Yes, particularly if the Plan 9 folks are interested in incorporating the result into their distribution.
There were some efforts to start a LLVM-based toolchain for Plan 9
during GSoC'09 (did not result in a project), and there are ongoing
discussions to try it
2018 Aug 05
0
Is this a bug in `[`?
This is Circle 8..1.13 of the R Inferno.
On 05/08/2018 06:57, Rui Barradas wrote:
> Thanks.
> This is exactly the doubt I had.
>
> Rui Barradas
>
> ?s 05:26 de 05/08/2018, Kenny Bell escreveu:
>> This should more clearly illustrate the issue:
>>
>> c(1, 2, 3, 4)[-seq_len(4)]
>> #> numeric(0)
>> c(1, 2, 3, 4)[-seq_len(3)]
>> #> [1] 4
2024 Aug 23
1
paired raster boxplots
? Fri, 23 Aug 2024 10:15:55 +0200
<sibylle.stoeckli at gmx.ch> ?????:
> > s<-sf$Unterregio
> > r<-allrasters_pres[[1]]
> >
> >
> > rs <- stack(r, s)
> > names(rs) <- c('r', 's')
> Error in `names<-`(`*tmp*`, value = c("r", "s")) :
> incorrect number of layer names
It looks like at least one
2024 Aug 24
1
paired raster boxplots
Dear Ivan
Dear community
Quite nice book recommendation.
Yes indeed my raster "s" (the shape file for the boxplot classes) has several layers. That's way I tried to select a layer by " s<-sf$Unterregio".
> sf <- read_sf("C:/Users/....._BiogeoRegion.shp")
> names(sf)
> names(sf)
[1] "RegionNumm" "RegionName"
2007 Mar 15
1
Re: zapata with Tiger3XX compilation error
Ok so I read the Linux 2.6 related README and finally
compiled propperly, I thought but at the end I notice
that lscpi does report the cards, but I cant modprobe
wcfxo nor zaptel and I do have wcfxo.ko in the
/lib/modules/2.6.8/extra/ directory, so what gives?
This is a Debian Sarge, thanks!
#
# make clean starts here
#
make[1]: Entering directory
`/usr/src/zaptel-1.4.0/menuselect'
rm
2013 Mar 28
1
make R program faster
Hi
there are some good tips in "The R Inferno"
http://www.burns-stat.com/documents/books/the-r-inferno/
or connect C++ to R with Rcpp
http://dirk.eddelbuettel.com/code/rcpp.html
or byte code compiler (library(compiler))
or library(data.table)
but do you have an idea to fasten standard R source code, with the
following Rprof output
self.time self.pct total.time
2008 Feb 13
1
How to log uid and keywords of delivered mail?
Hi,
I?d like to extend the mail_log plugin to log the uid and keywords of a mail delivered by LDA. The keywords are set by the sieve plugin.
I added a mail_log_save_finish() function hook listed below.
However, the uid of the mail is always zero and trying to get the keywords results in assertion failure, probably because the message is not committed yet:
Feb 13 08:07:42 ha-test1 deliver(test1
2002 Nov 02
1
Unable to open passdb???
Hello,
Getting this error:
[2002/11/02 12:55:16, 0] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1367)
unable to open passdb database.
[2002/11/02 12:55:16, 0] smbd/chgpasswd.c:check_oem_password(761)
check_oem_password: getsmbpwnam returned NULL
[2002/11/02 12:55:16, 0] passdb/passdb.c:pdb_free_sam(210)
pdb_free_sam: SAM_ACCOUNT was NULL[2002/11/02 12:55:16, 0]
2010 Sep 29
0
Resumen de R-help-es, Vol 19, Envío 28
Hola Ivan gracias por tu ayuda, justo ayer a ultima hora hice una
modificacion en el programa q hizo q el programita ande, aunq no entendi
porque lo hizo.
La modificacion fue agregar "*w" al final de cada parametro en la definicion
de la funcion "grini" q habia creado, cosa q deduje de mirar la funcion q le
habia robado al ejemplo del manual de boot
ratio <- function(d, w)
2010 Dec 23
1
speed issues? read R_inferno by Patrick Burns: & a memory query
Hi,
I'm just starting out with R and came across R_inferno.pdf by Patrick Burns
just yesterday - I recommend it!
His description of how 'growing' objects (e.g. obj <- c(obj,
additionalValue) eats up memory prompted me to rewrite a function (which
made such calls ~210 times) so that it used indexing into a dimensioned
object instead (i.e. obj[i, ] <- additionalValue).
This
2009 Jan 15
2
Interface to open source Reporting tools
Hi,
I am a new user of R 2.8.1. I use Tinn-R for code editing. I use a windows
2003 system with 1 GB RAM.
I am interested to generate dashboard and reports based on data from MS
Access. These reports need to be posted on a weekly basis to the web. The
reporting interface should provide facilities for "what if" scenarios.
Is it possible to interface R analysis results to good open
2010 Mar 07
1
Some hints for the R beginner
There is now a document called "Some hints
for the R beginner" whose purpose is to get
people up and running with R as quickly as
possible.
Direct access to it is:
http://www.burns-stat.com/pages/Tutor/hints_R_begin.html
JRR Tolkien wrote a story (sans hobbits) called
'Leaf by Niggle' that has always resonated
with me. I offer you an imperfect, incomplete
tree (but my roof is