search for: fortmann

Displaying 20 results from an estimated 26 matches for "fortmann".

2007 Mar 18
6
[LLVMdev] Google SOC - Idea
Hi, I noticed that LLVM had signed up as a mentoring organization for Google's summer of code. LLVM looks like an exciting project that overlaps some of my interests. I would be interested in developing an additional front end for a language it does not currently support (I'm open to what language). I do not know much about what this entails in regards to what LLVM requires from its
2006 May 27
5
Rails without cookies
Why does rails keep installing cookies on users machines, even if I am not ussing th session variable for anything? How do I stop this? Thanks, Scott -- Easily help charity when you shop: www.GiveTeam.org I''m a member of the Give Team, are you?
2006 Jun 01
3
New rails site: AJAX Webbrowser
Heres my Ruby on Rails webbrowser: https://palary.org Sorry, but I just couldn''t resist. Cheers, Scott
2007 Mar 19
5
[LLVMdev] Google SOC - Idea
...etting the front end for Fortran finished is definitely something I would be interested in working on. I will draft up a little proposal and send it out to this list. -Scott On 3/19/07, Kenneth Hoste <kenneth.hoste at ugent.be> wrote: > Hi Scott, > > On 18 Mar 2007, at 04:22, Scott Fortmann-Roe wrote: > > > Hi, > > > > I noticed that LLVM had signed up as a mentoring organization for > > Google's summer of code. LLVM looks like an exciting project that > > overlaps some of my interests. > > > > I would be interested in developing an add...
2007 Mar 19
0
[LLVMdev] Google SOC - Idea
Hi Scott, On 18 Mar 2007, at 04:22, Scott Fortmann-Roe wrote: > Hi, > > I noticed that LLVM had signed up as a mentoring organization for > Google's summer of code. LLVM looks like an exciting project that > overlaps some of my interests. > > I would be interested in developing an additional front end for a > language i...
2006 Jun 30
7
Inspiring Web 2.0 Rails Sites?
Anybody know of any Rails-using web sites that really capture the essence of the nebulous Web 2.Oh from which ideas, instruction, and inspiration can be drawn? BTW, what exactly IS Web 2.0? Joe -- Posted via http://www.ruby-forum.com/.
2006 Apr 01
2
RadRails KeyBindings
Hi, I''m new to this whole Rails thing but like what I see. Anyways probably stupid question: I was wondering if anyone knew where I could get a list of RadRails key bindings and shortcuts, I can''t seem to find it anywhere in the application or on the ''net. Thanks a lot, Scott
2007 Mar 19
0
[LLVMdev] Google SOC - Idea
On Sat, 17 Mar 2007, Scott Fortmann-Roe wrote: > Are you folks interested in this? > If so, please let me know ASAP and I'll put together an application. Yes!, particularly if it is in a domain that LLVM isn't known to handle well currently. I'd suggest ocaml/haskell or python/ruby as representatives of the func...
2007 Mar 20
0
[LLVMdev] Google SOC - Idea
...available (targeting an obsolete version of ANTLR, but it should not be too difficult to update). * In Short I'm psyched :) I am confident that this is a very manageable project, I will complete it on time, and I will learn a great deal in the process of implementing it. On 3/19/07, Scott Fortmann-Roe <scottfr at gmail.com> wrote: > Getting the front end for Fortran finished is definitely something I > would be interested in working on. I will draft up a little proposal > and send it out to this list. > > -Scott > > On 3/19/07, Kenneth Hoste <kenneth.hoste at ug...
2007 Jan 02
4
Inconsistant Search Results
Hi, I have this maddening strange bug using acts_as_ferret. If I search for a given phrase (let''s say "xyz") I get one set of results (lets call them set A). I search for xyz again and I get set A again. I search for xyz a third time and I get a different set (set B). I can keep executing the search query and my result sets continue to cycle a-a-b-a-a-b-a-a-b. It''s
2006 Jun 21
11
executive: "is rails secure?"
Yesterday, I was doing a dog-and-pony for the head of the company that I work for. He asked, "Is this (a rails application) secure?" I said, "It''s as secure as anything else on the web is," and proceeded to talk about how the data was protected, how we weren''t saving anything that''s worth protecting, and so on. I''d like to have a better
2006 Jul 31
7
Problem with routes when I move the app to a different machine
Hi all: I have an application that runs great on my macbook pro, however, when I move the app to the production linux box, all routes fail except for the one I set up as the default: map.connect '':controller/:action/:id'', :controller => "Employee", :action => "status" I made sure the shebang line in dispatch.* was set to be OS independent
2006 Jun 27
1
HTTPS and Rails under Debian Stable
Hi, Does anyone know how I can get the ''https'' module that is part of the standard rails distribution to be included when I install rails with debian''s apt-get command. Normal apt-get install (with debian stable) leaves this module out for some reason. I tried adding it myself but I destroyed the system. Anyone know of a clean, easy way to add it? Thanks, Scott
2006 May 31
1
Lighttpd: HTTP and HTTPS Simultaneously
Hi is it possible to configure lighttpd to serve pages for http and https requests simultaneously? I would like users to be able to access my site securely or non-securely where the choice is theirs. The only instructions I can find to do this involve creating two copies of the lighttpd application (http://wiki.archlinux.org/index.php/Lighttpd_For_Both_SSL_And_Non-SSL). Is there any way to do it
2006 Oct 30
0
adehabitat version 1.5
...have been added, including the first passage time (function fpt()), a rediscretization algorithm (redisltraj()), and an interactive graphic window for dynamic analysis (trajdyn()) * A function for interactive exploration of maps of class "kasc" has been added (explore.kasc) * Scott Fortmann-Roe (Univ. Berkeley) programmed a better algorithm for Nearest neighbour Convex hull home range estimation. * The function kasc2spixdf() have been updated Happy testing, Cl?ment CALENGE -- Cl?ment CALENGE Laboratoire de Biom?trie et Biologie ?volutive UMR CNRS 5558 43 Bd. 11 Nov. 1918 69622...
2006 Oct 30
0
adehabitat version 1.5
...have been added, including the first passage time (function fpt()), a rediscretization algorithm (redisltraj()), and an interactive graphic window for dynamic analysis (trajdyn()) * A function for interactive exploration of maps of class "kasc" has been added (explore.kasc) * Scott Fortmann-Roe (Univ. Berkeley) programmed a better algorithm for Nearest neighbour Convex hull home range estimation. * The function kasc2spixdf() have been updated Happy testing, Cl?ment CALENGE -- Cl?ment CALENGE Laboratoire de Biom?trie et Biologie ?volutive UMR CNRS 5558 43 Bd. 11 Nov. 1918 69622...
2011 Jun 18
1
Applying function to all elements of a formula
Hi, I would like to do a regression like: reg <- lm(y~log(.), data) where the log function is applied to "." in the form: log(x1)+ log(x2)+ log(x3)... instead of in the form log(x1+x2+x3+...) Is this possible? Thank you, Scott [[alternative HTML version deleted]]
2007 Apr 18
1
[LLVMdev] Web Based LLVM Demo is down.
just a heads up
2008 May 09
3
[LLVMdev] llvm-gcc debug info on mingw32msvc?
...it be feasible to add this? Also, totally unrelated, should the current trunk build again? I'm getting a lot of /Developer/Cocotron/1.0/Source/llvm/lib/CodeGen/SelectionDAG/ SelectionDAGISel.cpp:3229: error: ‘atomic_lss’ is not a member of ‘llvm::Intrinsic’ as of r50895. Cheers, Johannes Fortmann
2016 Apr 24
0
CRAN package check results tabulated ... wasRe: Number of package in Ubuntu
Or grab https://cran.r-project.org/web/checks/check_results.rds and read it w/o the need for scraping. On Sat, Apr 23, 2016 at 10:43 AM, David Winsemius <dwinsemius at comcast.net> wrote: > >> On Apr 23, 2016, at 6:56 AM, David Winsemius <dwinsemius at comcast.net> wrote: >> >> >>> On Apr 22, 2016, at 11:51 AM, mylisttech at gmail.com wrote: >>>