Displaying 20 results from an estimated 1000 matches similar to: "R() in controllers"
2008 Mar 12
6
Are we ready for a release ?
Hi campers,
what do you think of releasing the current trunk as camping-1.6 ?
Nothing much has moved since a while and apart from FastCGI, I believe
most bugs where ironed out.
After the gem release, I propose putting some effort on documentation
and how to use Rack''s FastCGI. When that''s done, we''ll have a
Rubyforge announcement and such.
/me is waiting for community
2006 Nov 25
5
Newline problem
Hello all,
Recently I have started writing some small package apps. The main app
I''m working on at the moment is Camping/Photos[1]. Here I use
a controller to serve static files (Theme[3]) that I have copied from [2].
There seems a problem however, when using this via lighttpd. All files
that get served (via photos-dispatch.rb) get an extra ''\r\n'' in front.
This
2012 May 02
17
ChillDB License
A few of you sounded interested in using it. I haven''t explicitly put a software license on it, so I guess it''s not technically FOSS yet. What licenses are good? BSD? Public Domain?
?
Jenna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/camping-list/attachments/20120502/96b87580/attachment.html>
2017 Aug 12
4
Help to create bugzilla account
On 12 August 2017 at 15:10, luke-tierney at uiowa.edu wrote:
| As the Python posts poitns out, it is possible to use alternate malloc
| implementations, either rebuilding R to use them or using LD_PRELOAD.
| On Ubuntu for example, you can have R use jemalloc with
|
| sudo apt-get install libjemalloc1
| env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 R
|
| This does not seem to hold
2007 May 19
2
have_text matcher does not support should_not.
Hello Guys,
Doing conversion of some test for some controllers, still with integrated views.
Anyway, I have this:
it "should not see Join This Group button on profile page as member" do
get "show", :id => @group.id
response.should be_success
response.should_not have_text(/Join This Group/)
end
But running with spec (0.9.4), drop me the folling error:
2012 Jun 13
2
[LLVMdev] Develop on trunk.
On Wed, Jun 13, 2012 at 4:37 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> I think the best way that I can currently contribute to the project is
> through technical writing. So I see myself as doing a serious, long-term
> project of extending the FAQ. So, I can affirm that I want to really start
> working :)
Awesome.
I was myself thinking of a number of FAQs:
>
2007 Jun 01
1
redirect_to a relative path
In a controller spec, doing something like:
response.redirect_url.should == omglolsrofls_path
... fails, as so:
expected "/omglolrofls", got "http://test.host/omglolrofls" (using ==)
You can see that the http://test.host is prepended to the path.
My controller is indeed redirecting to the omglolrofls path, and not
the url.
Is this expected ?
Oh... and that''s an
2023 Oct 26
1
Inquiry about bandwidth rescaling in Ksmooth
Dear Sir, Madam, or to whom this may concern,
my name is Jan Failenschmid and I am a Ph.D. student at Tilburg University.
For my project I have been looking into different types of kernel regression estimators and corresponding R functions.
While comparing different functions I noticed that stats::ksmooth returned different estimates for the same bandwidth
as other kernel regression estimators
2005 Jun 27
5
Bridging problem with Shorewall and OpenVpn
Hello All,
I am trying to implement OpenVPN on Fedora core Linux 3 with the latest
pathces
installed. This server is used only as firewall/internet gateway/proxy/VPN
server, with kernel 2.6.1-1.27.FC3 and kernel 2.6.1-1.27.FC3 SMP
It has two NIC''s eth0 (10.0.0.150) connected to ADSL, eth1 (192.168.3.12)
connected to the local network.
I use shorewall 2.4 on this machine.
I like to test
2012 Jun 13
0
[LLVMdev] Develop on trunk.
Okay with the manual versus FAQ strategy. I just have to mention that
languages like C++ has many FAQs all over the net, altogether totalling
perhaps thousands of questions and I see C++ as simple compared to LLVM.
But I have plenty to do now. If nothing else, I could try reading the
manuals ;-)
2012/6/14 Chandler Carruth <chandlerc at google.com>
> On Wed, Jun 13, 2012 at 4:37 PM,
2014 Sep 25
0
[5/5] ARM: tegra: jetson-tk1: enable GK20A GPU
On Thu, 2014-09-25 at 18:41 +0200, Thierry Reding wrote:
> On Thu, Sep 25, 2014 at 09:48:01AM -0600, Stephen Warren wrote:
> > On 09/25/2014 07:27 AM, Sjoerd Simons wrote:
> > >Playing a bit with todays linux-next on my jetson, it seems this patch is
> > >still required for enabling the GPU. Is there anything blocking it (firmware
> > >not available yet in
2006 Feb 19
2
[patch] statfs64 sparc64 fix
From: Sjoerd Simons <sjoerd@spring.luon.net>
It seems that klibc uses __sparc64__ to determine if it's compiled in 64
bit mode on sparc, unfortunatly gcc doesn't define __sparc64__ :) It does
define __arch64__ though.
Signed-off-by: maximilian attems <maks@sternwelten.at>
--- klibc-1.2.2.orig/include/sys/vfs.h 2006-02-15 18:32:10.000000000 +0100
+++
2006 Apr 04
0
[patch] statfs64 sparc_v9 fix
It seems that klibc uses __sparc64__ to determine if it's compiled in 64
bit mode on sparc, gcc doesn't define __sparc64__
use __sparc_v9__ instead as proposed by Kyle McMartin <kyle@parisc-linux.org>,
based on a patch by Sjoerd Simons <sjoerd@spring.luon.net>
Signed-off-by: maximilian attems <maks@sternwelten.at>
---
resend
--- klibc-1.2.2.orig/include/sys/vfs.h
2011 Sep 04
6
How to run a .reg file?
Hi,
I need to run a .reg file.
In windows, I think I'd just double click on it. If I try to run it in wine, it says it's not a valid executable. How do I run it?
2023 Oct 26
1
Inquiry about bandwidth rescaling in Ksmooth
Apologies in advance if my comments don't help, in which case, no need
to respond, but I noted in ?ksmooth:
"bandwidth
the bandwidth. The kernels are scaled so that their quartiles (viewed
as probability densities) are at ? 0.25*bandwidth." So, could this be
a source of the discrepancies you cited?
Given that ?ksmooth explicitly says:
"Note:
This function was implemented for
2016 Jan 19
3
remote | local blocks in protocol settings
On 19 Jan 2016, at 13:34, Nikolaos Milas <nmilas at noa.gr> wrote:
>
> On 15/1/2016 8:02 ??, Nikolaos Milas wrote:
>
> Having received no reply, I tried using the above info by configuring:
>
> protocol imap {
> imap_client_workarounds = "delay-newmail"
> mail_plugins = quota imap_quota notify replication
> mail_max_userip_connections
2012 Jun 13
0
[LLVMdev] Develop on trunk.
I think the best way that I can currently contribute to the project is
through technical writing. So I see myself as doing a serious, long-term
project of extending the FAQ. So, I can affirm that I want to really start
working :) This at the same time as I plan to regularly release an
unofficial Windows distro of Clang with headers and libraries so people
don't need to install MinGW to use
2014 Sep 21
1
UEFI PXE / split config / TFTP attempted to DHCP server, not TFTP server
Gene,
All good questions. Thanks for taking time to respond. You've given me
great leads to follow up w/ DHCP appliance consultant.
>filename being file. I presume it looks like "/path/to/syslinux.efi"
>or "/path/to/bootx64.efi" and not a TFTP URL?
Correct.
>> TFTP Server Name (66) -- a string. I have tried:
>> - TFTP Server's IP
2012 Jun 13
3
[LLVMdev] Develop on trunk.
On Wed, Jun 13, 2012 at 3:41 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> Guys, that was very interesting and useful stuff you preached there. Mind
> if I make a patch to the FAQ and include it somewhere?
>
> "Q: When should I develop against a branch? A: Only if you are making
> really big or controversial changes. ... blah blah
>
> I am thinking that it
2012 Jun 14
2
[LLVMdev] Develop on trunk.
> 8. A Technical Writer FAQ (should include the Sphinx documentation from
the lld docs).
I'm working on the Sphinx stuff; if you have any questions about writing
Sphinx docs feel free to ask.
--Sean Silva
On Wed, Jun 13, 2012 at 4:37 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> I think the best way that I can currently contribute to the project is
> through technical