similar to: TentSteak First Release

Displaying 20 results from an estimated 100 matches similar to: "TentSteak First Release"

2007 Jun 19
5
TentSteak 0.2.0
The second release of TentSteak is out and available as a gem on rubyforge ("gem install tent_steak"). This version introduces a handful of new form helpers, a couple method renames, editable HTML tables, and some application bootstrappers for kickstarting Camping and initializing ActiveRecord. It''s still in active development, and I''d very much appreciate
2007 Jun 19
1
Reloader paths/
after investigating why the reloader wasnt working , i discovered 2 probs, one of which was sorta my fault (but will likely happen to others who make one-file apps) first, my app was like this: #!/usr/bn/env ruby %w{applib1 applib2 digest/md80 airbus}.each{|r| require r}} if __FILE__ == $0 Mongrel.config do handler ''/'', Camping.reloader.new(__FILE__) end end not
2007 May 07
3
Module Madness
I''m wanted to make a "global" module that I could include in my application for some shared code between them. I''ve been making several camping apps and wanted them all to share a helper/partial that contained the navigation. I ran into a lot of difficulty when trying to include it, the primary problem being "methodUndefined" errors. I did finally get it to
2007 Dec 03
31
How to enable 64bit solaris guest on top of solaris dom0
I can enabling 32bit solaris guest on top of solaris dom0, but I don''t know how to enable 64bit solaris guest on top of solaris dom0. what configuration I need to modify?
2005 Sep 03
1
CentOS bootstrapper for chroot(2) environment
Hi, just some script built along: Unattended install & run CentOS-4.1 just using chroot(1). Mostly a surprise for me it was so easy to reach that goal. It requires rpm(1) based host OS and it was tested only on Fedora Core 4. I needed it to do only a bit customized CentOS kernel package rebuild. Regards, Lace -------------- next part -------------- #! /bin/bash # Bootstrap for: CentOS-4.1
2012 Jan 03
6
turning off udev for eth0
I have set up a kvm host and configured a standard clone prototype for generating new guests. One persistent (pun intended) annoyance when cloning is the behaviour of udev with respect to the virtual network interface. The prototype is configured with just eth0 having a dedicated IP addr. When the prototype is cloned udev creates rules for both eth0 and eth1 in the clone. Because eth1 does not
2012 Jan 03
6
turning off udev for eth0
I have set up a kvm host and configured a standard clone prototype for generating new guests. One persistent (pun intended) annoyance when cloning is the behaviour of udev with respect to the virtual network interface. The prototype is configured with just eth0 having a dedicated IP addr. When the prototype is cloned udev creates rules for both eth0 and eth1 in the clone. Because eth1 does not
2007 Mar 19
2
steam&wine on Ubuntu dapper
Hi ! I've done several things, I've was blocked on several things, but this time it's serious ! It's just after : "Connecing to steam account Steam : xxx@xxx.xxx...", I got a window displaying "steam.exe (main exception): Win32 Structuredexception at xxxxxx : attempt to read from virtual adress 0 without appropriate...etc..." In console I got :
2007 Dec 27
2
Running R from a CD on Windows?
Greetings, R-ians: Yes it's easy to run R from a CD: I copied my windows installation folder to the CD, then copied my R working directory to the CD. To run from the CD, I copy the working directory from the CD to the desktop, and then create an R desktop icon that points to Rgui.exe on the CD, and starts in the working directory folder I just copied to the desktop. The problem is that to
2007 Mar 19
1
Problems with Steam (counter-strike)
Hi everyone, I recently switched to Ubuntu 6.06 (Dapper Drake) GNU/Linux. I installed wine 0.9.9 using Synaptic package manager, and then downloaded steamInstall.exe from http://www.steampowered.com. The installation worked more or less (at first, it occupied progressively (according to the system monitor widgets on the panel) all the free space in my /home/~ (1,2 Gb), all the swap space (1Gb)
2004 Dec 20
1
motherboard to use with CentOS 3
I'm about to build a server. I want to use a P4, and have lotsa RAM, I don't need audio, I do want to do RAID, but I'll do software RAID if hw isn't available for IDE. the RH hardware list seems rather woefully out of date, does anyone have any recommendations for a good motherboard guaranteed to work? I'm looking at ASUS P4P800-E-deluxe which has a driver on the ASUS site
2004 Jan 23
1
DG104S firmware has error?
I am installing a used DG104S.... I got it to ring from gnophone, but all I got was fast busies. so I upgraded based on Pavel's link: ftp://ftp.dlink.ru/pub/VoIP/DG-104S/Firmware/MGCPDG104.zip So I now have: PROM Version: 3.0B22-D RUNTIME Version: 3.0B44-D But when I pick the phone up I get: ggdbg>000001604 DIM: 0 DSP ERROR: Reason= DIM ERROR: State Timeout 000001604 DIM:
2010 May 20
2
can't update CENTOS - mirrore issue? or what?
For about a week a biug stack of updates have been pending for CENTOS but I can't install them. The yum update command leads to dependency resolution in the usual way but it always ends in this: ---> Package poppler-utils.i386 0:0.5.4-4.4.el5_4.11 set to be updated ---> Package xorg-x11-drv-qxl.i386 0:0.0.12-1.2.el5 set to be updated --> Running transaction check -->
2012 Mar 06
2
Why aren't row names in a data frame unique?
I expected the row names to be unique but a data frame appears to be able to hold duplicate row names. This makes me thing that there must be circumstances when it is necessary. However, I cannot think of any. Please enlighten me. [[alternative HTML version deleted]]
2009 Jan 07
2
1.6
Is it ready for prime time? I am about to install a new server that will be processing about 3M minutes per month and running a custom AGI program for prepaid calling cards. Need to choose between 1.4x and 1.6... Cheers, j
2019 Oct 08
0
[PATCH TRIVIAL v2] gpu: Fix Kconfig indentation
On Mon, 07 Oct 2019, Krzysztof Kozlowski <krzk at kernel.org> wrote: > On Mon, 7 Oct 2019 at 18:09, Alex Deucher <alexdeucher at gmail.com> wrote: >> >> On Mon, Oct 7, 2019 at 7:39 AM Jani Nikula <jani.nikula at linux.intel.com> wrote: >> > >> > On Fri, 04 Oct 2019, Krzysztof Kozlowski <krzk at kernel.org> wrote: >> > >
2018 Jan 31
0
Best practices in developing package: From a single file
On Tue, Jan 30, 2018 at 4:55 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 30/01/2018 4:30 PM, Kenny Bell wrote: >> >> In response to Duncan regarding the use of roxygen2 from the point of view >> of a current user, I believe the issue he brings up is one of correlation >> rather than causation. > > > Could be. However, I think editing
2018 Jan 31
2
Best practices in developing package: From a single file
On 30/01/2018 4:30 PM, Kenny Bell wrote: > In response to Duncan regarding the use of roxygen2 from the point of view > of a current user, I believe the issue he brings up is one of correlation > rather than causation. Could be. However, I think editing comments in a .R file is a bit harder than editing text in a .Rd file, so I think the format discourages editing. I think it does
2019 Oct 07
2
[PATCH TRIVIAL v2] gpu: Fix Kconfig indentation
On Mon, Oct 7, 2019 at 7:39 AM Jani Nikula <jani.nikula at linux.intel.com> wrote: > > On Fri, 04 Oct 2019, Krzysztof Kozlowski <krzk at kernel.org> wrote: > > drivers/gpu/drm/i915/Kconfig | 12 +- > > drivers/gpu/drm/i915/Kconfig.debug | 144 +++++++++++------------ > > Please split these out to a separate patch. Can't speak for others,
2009 Jan 13
3
adding stuff to wiki
Hi - I've signed up to add some stuff to the wiki. My username is jkinz First items i want to add to the wiki are: #1 - some notes about how to use Perl and cpan on Centos proabbly in section 16 on the how to page. http://wiki.centos.org/HowTos #2 - on the contribute page: http://wiki.centos.org/HowTos where it says : # Create a login with a username in the