Displaying 11 results from an estimated 11 matches for "luon".
Did you mean:
leon
2006 Nov 25
5
Newline problem
...use
the X-Sendfile header I kind of assumed it is in the hands of lighttp.
However, I have had this working and the only things I have changed are
in the app and not in lighttpd, maybe there are some subtleties I am
missing. Can anyone help me finding the bug?
Kind regards,
Paul
1: https://trac.luon.net/camping-photos/
2: http://code.whytheluckystiff.net/camping/wiki/ServingStaticFiles
3: https://trac.luon.net/camping-photos/file/trunk/photos/controllers.rb
--
Student @ Eindhoven | email: paul at luon.net
University of Technology, The Netherlands | JID: paul at luon...
2006 Nov 28
2
R() in controllers
...rs[''Refresh''] = "60; url=#{R(Foo, bar)}"
The generated link is /foo/bar, which obviously links to something
non-existant. Can somebody affirm that R() in controllers do not
work correctly?
Regards,
Paul
--
Student @ Eindhoven | email: paul at luon.net
University of Technology, The Netherlands | JID: paul at luon.net
>>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181
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
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>
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...
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 2006-02-15 18:32:10.000000000 +0100
+++ klibc-1.2.2/include/sys/vfs.h 2006-02-15 18:32:35.000000000 +0100
@@ -13,7 +13,7 @@
/* struct statfs64 -- there seems to be two standard...
2014 Sep 25
0
[5/5] ARM: tegra: jetson-tk1: enable GK20A GPU
...ice if it's set up the VPR and disable it otherwise?
I guess in that case the vdd-supply should still be added to the dts
with u-boot toggling the status field of the node?
0: http://git.denx.de/?p=u-boot.git;a=commit;h=df3443dfa449ad02bef8ddf6e2c90a6fd9394fc9
--
Sjoerd Simons <sjoerd at luon.net>
2014 Sep 25
4
[5/5] ARM: tegra: jetson-tk1: enable GK20A GPU
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 liux-firmware?)
>
> I think initially I was waiting for the DRM patch
2005 Nov 22
0
Problems when connecting to a tracker that requires a passkey
I''m trying to download a torrent from a site that requires authentication,
but the tracker refuses the connection.
This is the error in the log: (With a slightly obfuscated passkey)
--------------
trying tracker http://www.moviehouse.nl/announce.php?passkey=a60240a26d4018******************
warning: couldn''t connect to tracker, next try in 10 seconds
connecting to
2006 Jul 02
4
2 bugs when parsing emphasized or bold text
I''ve found 2 bugs that produce (imho) incorrect rendering results:
1) The regexp for strong (*) and bold (**) is greedy, which produces
very strange results.
The simplest way to show the problem is to give an example.
This is the original code:
=====
Strong:
Lets do a little test *t*
this should not be strong *u*.
Bold:
Lets do another test **t**
this should not be bold **u**.
=====
2014 Sep 25
3
[5/5] ARM: tegra: jetson-tk1: enable GK20A GPU
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 liux-firmware?)
On Mon, May 19, 2014 at 06:24:10PM +0900, Alexandre Courbot wrote:
> Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
> ---
> arch/arm/boot/dts/tegra124-jetson-tk1.dts | 8 +++++++-
>