search for: nicklas

Displaying 8 results from an estimated 8 matches for "nicklas".

Did you mean: nickolas
2008 Nov 18
4
How do I generate multiple (similar) objects within R?
Hi, I wonder if anyone knows how to generate a list of objects, e.g. ten vectors with names: vect1, vect2, ... , vect10. My own idea was to use something like: for (i in 1:10) print(paste("vect", i,"<-NULL",sep="")) but the result is: "vect1<-NULL" ... "vect10<-NULL" and not vect1<-NULL ... vect10<-NULL as I would
2007 Nov 14
2
Globalize and acts_as_versioned
The subject says it all: Has anyone had any experience with using globalize and acts_as_versioned (or equivalent) together. That is, I would like the version control to take the locales into account, the en-US translation could be on version 7 while the fr-FR version is 3. Am thinking about extending these plugins but maybe someone has already done this? Tanks in advance. Regards Erik Lindblad
2010 Jun 17
3
RDoc 2.2.0 requirement
Looks like Rails 3 currently depends on RDoc 2.2.0 exactly, even though the latest version is 2.5.x. Why this specific version? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to
2007 Oct 11
0
Problems starting xend.
...;d be under /usr/lib/python/xen/lowlevel/xc.so. IIRC, Debian has some extra smarts so that you can easily change between multiple installed Xen versions. Maybe the more complicated path your system uses is due to that." In their view, I guess that makes it a packaging problem. Warm regards Nicklas B?rjesson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20071011/0a9d5bda/attachment.htm
2011 Sep 12
2
Using tilt in ActionView?
Hey friends, I was wondering what is the current opinion on using tilt in ActionView? Right now, there''s a lot of code in AV::Template/ TemplateHandler etc. which is nicely implemented in tilt. I''m currently refactoring the AV layer (private interest ;-) using tilt and it makes the whole thing much more readable and easier to follow. What do you guys think? I know there was a
2010 Apr 19
10
Overview of Ruby 1.9 encoding problem tickets
SUMMARY: -------- I tried to identify the general and root causes for these problems with 1.9, by taking into account non-utf encoding, current patches, comments and ideas. I used ticket #2188 as base for explanations. This is a long read. I wanted to include all the relevant information in one place. I also included information about related tickets in LH and their status. I decided that adding
2006 Jun 22
1
Mongrel behin Apache proxy: get "permission denied"
I am trying to run a Typo app behind on mongrel, with Apache proxying on Windows XP. The idea is to have the subdirectory /ebway point to my app. I am using the following code in my http.conf: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy>
2008 Jun 05
0
zFTPServer in wine
Hello, I'm currently experimenting on running zFTPServer (http://www.zftpserver.com) under wine and it's working quite well :D - I've added a switch "-wine" that will turn graphics off completely and using the latest wine release it's running ok on Ubuntu Server 8.04 without X installed and no "fake" X either... One thing that would be great to accomplish