search for: sebastian

Displaying 20 results from an estimated 2508 matches for "sebastian".

2011 Feb 05
1
ActionMailer::Base.default_url_options
...I use config.action_mailer.default_url_options = { :host => "localhost" } in my environments (test.rb, production.rb, ...). The problem is, I get a deprecation error and rails won''t start. I have no solution... Any hints for me? Testing started at 16:31 ... /Users/sebastian/.rvm/gems/ruby-1.9.2-p136/gems/actionmailer-3.0.3/lib/action_mailer/base.rb:763:in `deprecated_url_options'': You can no longer call ActionMailer::Base.default_url_options directly. You need to set config.action_mailer.default_url_options. If you are using ActionMailer standalone, you n...
2006 Aug 10
1
installing rimage
...kage 'rimage' although i have installed jpeglib as required. does R not find this library? but why did it find the fftw library which rimage also required and i installed at the very same place? OS: Linux Suse 9.3 R version 2.1.0 thanks ------------------------------------------------ Sebastian Leuzinger University of Basel, Department of Environmental Science Institute of Botany Sch?nbeinstr. 6 CH-4056 Basel ph 0041 (0) 61 2673511 fax 0041 (0) 61 2673504 email Sebastian.Leuzinger at unibas.ch web http://pages.unibas.ch/botschoen/leuzinger
2020 May 09
3
SV: Marking all emails in "Trash" as opened, and also prohibiting email clients from creating new ma
...codes should be returned to IMAP client. (The reason I want this, is because I have configured my outgoing SMTP server to populate Sent, and some email clients doesn't have the option to "Don't store a copy of the email in Sent folder" resulting in duplicates) Best regards, Sebastian Nielsen -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5249 bytes Desc: S/MIME Cryptographic Signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20200509/9b410b3c/attachment.p7s>
2006 Jun 14
4
write data from function into external table
...difficult to assign it to a certain keyword. test<-c(1:3) testfct <- function(x) {test[1]<-100} test [1] 1 2 3 testfct(1) [1] 1 2 3 Basically, I would like to write data into an external table that the function does not know. Why is this not working / what alternatives exist? Thanks, Sebastian ------------------------------------------------ Sebastian Leuzinger University of Basel, Department of Environmental Science Institute of Botany Sch?nbeinstr. 6 CH-4056 Basel ph 0041 (0) 61 2673511 fax 0041 (0) 61 2673504 email Sebastian.Leuzinger at unibas.ch web http://pages.unibas.ch/...
2010 Mar 21
6
[PATCH] mboot: set boot loader name
Set a pointer to syslinux_version()->version_string in mbinfo. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> diff --git a/com32/mboot/mboot.c b/com32/mboot/mboot.c index 8425e06..76ef7a0 100644 --- a/com32/mboot/mboot.c +++ b/com32/mboot/mboot.c @@ -222,6 +222,13 @@ int main(int argc, char *argv[]) /* Add auxilliary information */ mboot_make_memmap(); mboo...
2015 Apr 30
2
[LLVMdev] LLVM 3.6 homebrew core formula
>(though i personally use the tap ones because the core ones do not support asan) Is there a particular reason why the core ones do not support asan? > > >On Wed, Apr 29, 2015 at 1:21 PM, Sebastian Blessing ><sebastian at causality.io> wrote: >> Dear LLVMers, >> >> I am working on a project that depends on LLVM 3.6. For Homebrew, the core >> formula is pointing to LLVM 3.5.1 and LLVM 3.6 is only available as a >> homebrew tap. Since no core formula can d...
2015 May 07
3
[LLVMdev] Pony Language: LLVM Project
...use BSD) and runs on Mac OSX, Linux and Windows (x86_64). Our compiler is based on the LLVM backend. Would it therefore be possible to be named as official project on http://llvm.org/ProjectsWithLLVM/ ? A preliminary (work-in-progress) tutorial is available at http://tutorial.ponylang.org. Best, Sebastian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150507/a91c0083/attachment.html>
2006 Apr 11
5
[OT] RailsConf Tickets ?
...ase -- if anybody has got a spare ticket for RailsConf, i''d be very happy to buy it... I live in Chicago, so i can do this on very short notice as well, should anybody not be able to attend... :) Otherwise - this being Chicago - no question there''ll be scalpers... :) Thanks, Sebastian
2010 May 08
3
Count cases in a list
Hi everybody, I would like to count how many times names in list L, nombreL, apear in list C, nombreC. Can I improve the next program? cuenta <- 0 topL <- length(nombreL) topC <- length(nombreC) for (i in 1:topL) { for (j in 1:topC) { k <- grep(noquote(nombreL[i]),nombreC[j])
2013 Mar 01
1
[LLVMdev] llvm get annotations
Hi, I solved it. From the ConstantStruct you can call getOperand() multiple times, so "mine" as deep as you can. On Fri, Mar 1, 2013 at 1:41 PM, Alexandru Ionut Diaconescu < alexandruionutdiaconescu at gmail.com> wrote: > > Hi Sebastian, > > Thanks for the response. > > I already did this : > > I cast the entire annotated expression to Value*. Then, in order to avoid > ugly things like getAsString(), I check if V->getValueID() == > Value::ConstantArrayVal in order to cast it to ConstantArray. Because it...
2008 Jun 18
4
Editor for Mac OSX
...indow (console + editor) as well as syntax highlighting. Can anyone help? Especially the split-window feature does not seem to be easily available in the editors desribed on the R-help site, except Emacs, which I am reluctant to start using. I am on a MacBook Air with OS X 10.5 using R 2.7.0 Thanks Sebastian .............................................................................. Sebastian Leuzinger McClintock, PhD University of Basel, Department of Environmental Science Institute of Botany Schönbeinstr. 6 CH-4056 Basel ph 0041 (0) 61 2673511 fax 0041 (0) 61 2673504 email Sebastian.Leuzing...
2008 Jan 07
4
is there something like or() ?
...would be handy, with the potential or() function leading to what plot(table1[table1$var2=="a" | table1$var2=="b" | table1$var2=="c" | table1$var2=="d","var1"]) would do. thanks for any hint ---------------------------------------------- Dr. Sebastian Leuzinger University of Basel, Department of Environmental Science Institute of Botany Sch?nbeinstr. 6 CH-4056 Basel ph 0041 (0) 61 2673511 fax 0041 (0) 61 2673504 email Sebastian.Leuzinger at unibas.ch web http://pages.unibas.ch/botschoen/leuzinger
2013 Mar 01
0
[LLVMdev] llvm get annotations
Hi Sebastian, Thanks for the response. I already did this : I cast the entire annotated expression to Value*. Then, in order to avoid ugly things like getAsString(), I check if V->getValueID() == Value::ConstantArrayVal in order to cast it to ConstantArray. Because it contains only array[0], I cast array0...
2014 Dec 16
1
[LLVMdev] 3.5.1 Testing Phase Begins
...recipient list (I don't remember doing this and it's unusual for me but that's what the emails say). You presumably saw my email and thought I was replying to you and things got confused from there. I'll commit that patch to the trunk and ask Tom for permission to merge it. From: sebastian.dressler at gmail.com [mailto:sebastian.dressler at gmail.com] Sent: 16 December 2014 05:20 To: Daniel Sanders Cc: Ben Pope; Nikola Smiljanic; llvmdev Subject: Re: [LLVMdev] 3.5.1 Testing Phase Begins On 15.12.2014, at 23:01, Daniel Sanders <Daniel.Sanders at imgtec.com<mailto:Daniel.Sander...
2013 Feb 05
2
adjacency list to non-symmetric matrix
...oups as columns: a b c d Sam 1 1 1 0 Greg 1 0 0 0 Tom 0 1 1 1 Mary 0 1 0 1 I know that there are several possibilities in some of the network packages to convert adjacency lists to symmetric or sparse matrices, but I couldn't find a way to coerce them into affiliation matrices. kind regards Sebastian -- PD Dr. Sebastian Haunss SfB 597 - Transformations of the State Universit?t Bremen Linzer Str. 9a 28359 Bremen T: +49-(0)421-218-56654 http://shaunss.ipgovernance.eu/ Recently published: Haunss, Sebastian (2012), ?Gewalt und Gewaltlosigkeit in sozialen Bewegungen?, Forschungsjournal Soziale B...
2013 Jan 09
3
[LLVMdev] Pointer "data direction"
Hi Dmitry, On 01/09/2013 03:48 PM, Dmitry Mikushin wrote: > Hi Sebastian, > > This kind of analysis is a pretty complex problem in general case. > Consider, for instance, function "f" has nested calls of other functions > with "side effects", meaning they could potentially change the contents of > "in" or "out" ind...
2014 Dec 16
1
[LLVMdev] 3.5.1 Testing Phase Begins
Yeah, I was just puzzled :D No worries. Cheers, Sebastian 2014-12-16 11:09 GMT+01:00 Daniel Sanders <Daniel.Sanders at imgtec.com>: > It looks like I missed that email completely, I started out replying to > Nikola and Hans which is why I was talking about Windows rather than OS X. > > > > I've just found your first email in m...
2013 Feb 27
3
[LLVMdev] llvm get annotations
Hello everyone ! I followed http://stackoverflow.com/questions/4976298/modern-equivalent-of-llvm-annotationmanagerin order to get annotations from my target bytecode. All the examples that I give in the following is related to the code from that link. I have `__attribute__((annotate("DS"))) int f=0;` into the target C++ program and the related IR code: @.str = private unnamed_addr
2014 Oct 20
3
[PATCH] virtio_ccw: remove unsued variable
Hi, 016c98c6f virtio: unify config_changed handling introduced a warning in virtio_ccw which is fixed by the following patch. Regards, Sebastian --- virtio_ccw: remove unsued variable Fix this warning: drivers/s390/kvm/virtio_ccw.c: In function ?virtio_ccw_int_handler?: drivers/s390/kvm/virtio_ccw.c:891:24: warning: unused variable ?drv? [-Wunused-variable] struct virtio_driver *drv; Signed-off-by: Sebastian Ott <sebott at linux.vn...
2014 Oct 20
3
[PATCH] virtio_ccw: remove unsued variable
Hi, 016c98c6f virtio: unify config_changed handling introduced a warning in virtio_ccw which is fixed by the following patch. Regards, Sebastian --- virtio_ccw: remove unsued variable Fix this warning: drivers/s390/kvm/virtio_ccw.c: In function ?virtio_ccw_int_handler?: drivers/s390/kvm/virtio_ccw.c:891:24: warning: unused variable ?drv? [-Wunused-variable] struct virtio_driver *drv; Signed-off-by: Sebastian Ott <sebott at linux.vn...