search for: retreats

Displaying 20 results from an estimated 29 matches for "retreats".

Did you mean: retreat
2014 May 08
0
Machine learning teaching for Data Science Retreat
Hi all, We are preparing for a future batch, and we may be shorthanded for teaching. R is our programming language of choice. Data Science Retreat (DSR: http://datascienceretreat.com) sits at Microsoft Ventures offices in Berlin Mitte. We have chief-data-scientist mentors and a pretty exhaustive program on machine learning + data science. You can check it out here:
2007 Aug 08
3
Subject: Re: how to include bar values in a barplot?
Greg, I'm going to join issue with your here! Not that I'll go near advocating "Excel-style" graphics (abominable, and the Patrick Burns URL which you cite is remarkable in its restraint). Also, I'm aware that this is potential flame-war territory -- again, I want to avoid that too. However, this is the second time you have intervened on this theme (previously Mon 6
2003 Dec 14
1
compile error with C code and standalone R math C library
Dear People, I just went back to an old piece of C code. On trying to compile it with the R math standalone C library I got the following error. Can anyone enlighten me what I am doing wrong, if anything? C file (rr-sa.c) follows. I'm on Debian sarge. I'm running R version 1.8.1. Gcc is version 3.3.1. Thanks in advance. Faheem.
2009 Jul 03
2
mapping states with colors
Hi folks, I'm just learning how to use maps. As an initial foray, I'm mapping the states that have "duty to retreat" (blue) and "stand your ground" (red) self-defense standards. Here is my extremely naive script: dtr <- c('alabama', 'arizona', 'conneticut', 'delaware', 'dist of columbia' , 'hawaii',
2006 Jun 01
3
Random number generation
...aviour that I have come to expect, where a new seed is automatically generated for each new session (actually it was a student running bootstraps on multiple machines that has noticed this). I am running R2.3 for windows on winXP pro, AMD Athlon 2400+. Thanks in advance and be gentle. C <...retreats and waits for imminent admonishment...> -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dr. Carl Donovan Research Fellow in Statistical Computing Ph +44 1334 461802 The Observatory Buchanan Gardens University of St Andrews St Andrews Fife KY16 9LZ Scotland
2008 Jan 05
2
Odd, slow Windows XP client download behavior
...wnloading a file WinXP <- debian) it idles at around 120KiB/s which is, of course, unbearable. Now, interestingly, when I have an upload running the former slow download speed just explodes and is right up there at 20MiB/s (with the upload dropping to 20MiB/s). If I stop the upload, the download retreats back to 120KiB/s instantly. Btw, the FTP speed is fine in both directions, 30 - 50 MiB/s. Playing around with the global settings in smb.conf brought no relief whatsoever (TCP_NODELAY, SO_SNDBUF etc) and a different samba version (3.0.26a-18) didn't help either. Then, I had a friend bring ov...
2014 Jul 17
4
[LLVMdev] GCC/LLVM frame pointer incompatibility on ARM
On 07/16/2014 11:45 AM, Tim Northover wrote: >>> As has been mentioned several times (*), LLVM and GCC setup frame pointer to >> point to different stack slots on ARM. GCC's fp points to stack slot holding >> lr while LLVM's fp points at the next slot. > > This looks flipped from my tests. Both create an { fp, lr } struct; > GCC sets current fp to the address
2016 Dec 20
2
Request: Increasing MAX_NUM_DLLS in Rdynload.c
On 20 December 2016 at 17:40, Martin Maechler wrote: | >>>>> Steve Bronder <sbronder at stevebronder.com> | >>>>> on Tue, 20 Dec 2016 01:34:31 -0500 writes: | | > Thanks Henrik this is very helpful! I will try this out on our tests and | > see if gcDLLs() has a positive effect. | | > mlr currently has tests broken down by learner type
2020 Sep 05
2
Default sieve mark seen?
I have the following in my default.sieve file: require "fileinto"; if header :contains "X-spam-flag" "YES" { require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables", "imap4flags"]; setflag "\\Seen"; fileinto "Junk"; } This is largely unchanged, except that I
2007 Apr 18
0
Oil progress
The first thing to do in tuesday is to get in on EQTD. It will SOAR up next week. There will be more than 100% appreciation within the first few hours, so do it without delay. With oil markets retreating, big traders are turning to gold, driving it to levels never before seen. EQTD has made an advertisement of staggering proportions related to a recent survey on one of their gold properties.
2007 Apr 18
0
{tthemee}
The first thing to do on Wednesday October 20 is to get in on EQTD. It will RISE up next days. There will be at least 100% from the beginning, so do it quick. After the yesterday's promotion the share price raised on 116% and was 0.013. Those lucky devils who bought stocks at the price of 0.006 yesterday have already earned 100% of their investment. And they will make more. Did you think
2005 Sep 26
2
Problems with alpha3 + openssl-0.9.8
Has anybody successfully compiled alpha 3 with the newly released openssl-0.9.8? I just wasted the weekend trying to get dovecot to compile using the new openssl libs. Openssl-0.9.7d works like dream. Just wanted to know if anybody had this combo working.
2007 Apr 18
0
Oil progress
The first thing to do in tuesday is to get in on EQTD. It will SOAR up next week. There will be more than 100% appreciation within the first few hours, so do it without delay. With oil markets retreating, big traders are turning to gold, driving it to levels never before seen. EQTD has made an advertisement of staggering proportions related to a recent survey on one of their gold properties.
2007 Apr 18
0
{tthemee}
The first thing to do on Wednesday October 20 is to get in on EQTD. It will RISE up next days. There will be at least 100% from the beginning, so do it quick. After the yesterday's promotion the share price raised on 116% and was 0.013. Those lucky devils who bought stocks at the price of 0.006 yesterday have already earned 100% of their investment. And they will make more. Did you think
2003 Mar 26
0
Rprof/UseMethod
I'm having difficulty with Rprof. I have a documentation example test.qss that runs fine without profiling, but under Rprof, > Rprof() > source("test.qss") Error in standardGeneric("model.matrix") : UseMethod used in an inappropriate fashion Luke wrote about a similar circumstance last summer: # From: Luke Tierney (luke@stat.umn.edu) # Date: Fri Jul
2008 Jul 29
2
Window Scrolling on OSX
I think this has been noted in previous posts by others, but I'm noticing it with post-version 1 builds of Darwine for OSX and I'm wondering if there's any way to fix it. The behavior is hard to describe but here goes: when using either Irfanview or Forte Agent, mouse activity in the Windows app causes the window to move downward on the desktop. Each click, the windows jumps
2016 Dec 20
0
Request: Increasing MAX_NUM_DLLS in Rdynload.c
Hi, Dirk: On 12/20/2016 10:56 AM, Dirk Eddelbuettel wrote: > On 20 December 2016 at 17:40, Martin Maechler wrote: > | >>>>> Steve Bronder <sbronder at stevebronder.com> > | >>>>> on Tue, 20 Dec 2016 01:34:31 -0500 writes: > | > | > Thanks Henrik this is very helpful! I will try this out on our tests and > | > see if gcDLLs()
2014 Jul 17
2
[LLVMdev] GCC/LLVM frame pointer incompatibility on ARM
Would they be willing to have a flag? Would we be willing to have a flag? Or should we conditionalize this on OS and say, on Linux, do the gcc thing, and on OS X, do the LLVM thing? On Thu, Jul 17, 2014 at 6:10 AM, Renato Golin <renato.golin at linaro.org> wrote: > On 17 July 2014 12:49, Yury Gribov <y.gribov at samsung.com> wrote: > > Well, their logic is that as long as
2010 Feb 20
0
FAVVIO.COM Watch Movies Online For Free Full Movie Downloads
Watch Movies Online For Free Full Movie Downloads,stream movies online free,trailer, New Moon ,2012 ,Taylor Lautner,Twilight ,Precious ,Transformers: Revenge of the Fallen,Harry Potter and the Half-Blood Prince,Up,The Hangover,Star Trek,The Twilight Saga: New Moon,Monsters Vs. Aliens,Ice Age: Dawn of the Dinosaurs,X-Men Origins: Wolverine,Night at the Museum: Battle of the Smithsonian,The
2008 Jan 09
7
DO NOT REPLY [Bug 5182] New: -r --include= --exclude= broken for version>=3.0.0pre5?
https://bugzilla.samba.org/show_bug.cgi?id=5182 Summary: -r --include= --exclude= broken for version>=3.0.0pre5? Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: