Displaying 20 results from an estimated 800 matches similar to: "editor recommendation"
2006 Aug 16
3
problems with fastcgi, apache2 and debian sarge
Apache conf:
FastCgiServer /var/www/gissmoh.de/public/dispatch.fcgi -initial-env 
RAILS_ENV=prod
uction -processes 5 -idle-timeout 60
<virtualhost 212.87.142.234:80>
        ServerName      www.gissmoh.de
        DocumentRoot    /var/www/gissmoh.de/public
        CustomLog       /var/log/apache2/gissmoh.de/access.log 
combined
        SetEnv          RAILS_ENV production
       
2006 Aug 18
3
RoR logo on own webpage
Hello,
are there any restrictions in using the RoR logo on my own homepage?
Something like: powered by Ruby on Rails ..__logo__..
--
Jochen
2007 Jun 20
3
hover and displaying divs
Please take a look at:
  	http://www.lovelybooks.de/library/index.html?resetTabs=1&resetList=1
Can someone give me a hint how to display the divs (?) when moving
the mousepointer over the images?
Thanx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this
2007 Jul 21
3
manging rescues
What''s the recommended way to catch errors like this:
NoMethodError in Register#confirm
Showing app/views/register/confirm.rhtml where line #4 raised:
undefined method `namen'' for nil:NilClass
I get this error when someone does somethinh like:
http://.........../register/confirm?email=jkdsfadslkjflksd
If I make:
  remail = params[:email]
  @user = Request.find(:first,
2008 Jan 02
5
polymorphic assosciations - still the way in Rails 2.0.x
I store a lot of information concerning blogs, events, books, bla
bla...
So I have a lot of database tables including the same fields: url,
user_id, subject, comment.....
So I decided to use polymorphic assosciations.
Is this still the prefered way in 2.0.x or does Rails 2.0.x offers me
a easier, faster and more preferable way to do this?
By the way, isn''t it much easier to do all the
2014 Apr 03
1
process asterisk stop
Who can help?
I have Asterisk 1.8.3 server on Ubuntu 10.04.
Asterisk periodically falls here with this error:
[1227952.625701] asterisk [30237]: segfault at 18 ip 00007ff3504579bc sp 
00007ff34ddc3ff0 error 4 in libc-2.11.1.so [7ff3503e0000 +17 a000]
-- 
Pavel Chashkov
www www.ngs.ru <http://ngs.ru>
e-mail p.chashkov at office.ngs.ru <mailto:p.chashkov at office.ngs.ru>
???????
2008 Feb 04
3
backup strategy
what's the prefered way to backup users mail?
i use doevcot shipping with debian/etch an maildir.
thanx
-- 
jochen
2011 Nov 09
3
R to automate scatter plots
Hi R people!
I have a directory of .csv files I would like to make into objects  
then scatter plots. I have been having varying degrees of progress. I  
was able
make an object of all files, loop through it, and make a pdf of the  
last file I looped through. I kept renaming the pdf so instead of  
ending up with
27 pdfs I got one, with the data from the last file
I have been tweaking with it
2005 Dec 11
4
Problem with acts_as_paranoid: "ArgumentError: Unknown key(s): group"
Here''s the full error:
  1) Error:
test_add_message_to_existing_ticket(TicketTest):
ArgumentError: Unknown key(s): group
    /usr/lib/ruby/gems/1.8/gems/activesupport-1.2.4/lib/active_support/core_ext/hash/keys.rb:48:in
`assert_valid_keys''
    /usr/lib/ruby/gems/1.8/gems/acts_as_paranoid-0.2/lib/acts_as_paranoid.rb:125:in
`validate_find_options''
   
2012 Jul 27
1
How to run regressions over increasing time series
Hello,
I would like to run a series of regressions on my data (response variable
over time):
1) regression from T1 to T2
2) regressions from T1 through T3
3) regression from T1 through T4, etc.
I have been struggling to find a way to do this through commands, as
opposed to cutting up the data manually (my dataset has over 6000
rows/observations).
An illustrative dataset can be created thusly:
2004 Jun 07
1
Seeking Volunteers for an Intro to Asterisk Course
Our company, Signate, is going to be offering a three day introductory
Asterisk training course, the first of a series. 
The first class will be in San Francisco the week of June 28. It will be a
beta test to get the kinks out and we will not charge for the class or the
materials. Anyone who attends is responsible for their own travel and
lodging, if necessary. 
I doubt anyone reading the lsit
2008 Jul 13
2
GoldWave 5.08 doesn't work
GoldWave v 5.08 does not work. It starts, but when try to 
load any .wav file after pressing "Play" button it plays 
file endlessly. After pressing "Stop" button, playing 
loops - it plays endless some final part until program 
will closed. I had done log with +relay,+seh,+text 
parameters. It is relative big, so I do not attach it. 
Instead, I pack it with BZip2 and place to
2010 Jul 28
1
error in f(x,...)
Dear all,
I tried once to create one variable called bip such that:
bip <- cip + (1/f(cip))*fi(f,cip)
And this was working.
But now, doing the same thing I did before, the software shows me the
following message:
Error in f(x, ...) : unused argument(s) (subdivision = 2000)
I have the variable cip and the variable bip should be created such that:
Fn <- ecdf(cip)
f <- function(x) {(1 -
2012 Aug 31
1
reviews for quality control
Hi,
It might be a trivial question but I just wonder if you could advise good theoretical tutorials, reviews on NGS (different platforms) quality control  like nucleotides quality by cycle, nucleotides frequency by cycle, GC content and distribution, K-mer frequency by cycle as well as quality control after alignment and mapping.
Look forward to your reply,
Carol
	[[alternative HTML version
2013 Feb 25
3
First Version of OpusDrop
Hello everybody,
I just want to inform you, that the first alpha-version of a GUI for the 
opustools for Windows is online available [1]. Critics and comments are 
welcome - maybe someone know how to transfer that project to an open 
source site.
with greetings,
     Daniel Thomae
[1] http://foveon.de/sonstiges/opusdrop/index.htm
2023 Apr 12
1
Matrix scalar operation that saves memory?
I doubt that R's basic matrix capabilities can handle this, but have a look
at the Matrix package, especially if your matrix is some special form.
Bert
On Tue, Apr 11, 2023, 19:21 Shunran Zhang <szhang at ngs.gen-info.osaka-u.ac.jp>
wrote:
> Hi all,
>
> I am currently working with a quite large matrix that takes 300G of
> memory. My computer only has 512G of memory. I
2015 Feb 27
2
repositories
Hi all :-)
This is my first post: I'm coming from debian/bsd world.
A question about repositories:
minimal installation (version 7) provides:
CentOS-Base.repo
CentOS-CR.repo
CentOS-Debuginfo.repo
CentOS-fasttrack.repo
CentOS-Sources.repo
CentOS-Vault.repo
I known there are others repositories as:
RPMForge, EPEL, REMI, ATrpms, Webtatic (and maybe also others)
so, what kind of these
2007 Nov 29
1
mongrel_upload_progress and attachment_fu
Can one use mongrel_upload_progress in combination with attachment_fu  
(db_file)?
I wan''t to store uploaded files directly in a mysql-database - not in  
the filesystem.
Is there a way to use mongrel_upload_progress to do this, or do I have  
to store
files in the filesystem and copy them to the database?
Thanx
2007 Jun 06
1
"selected" in form.select
I have a search form in my navbar where a user can select in which
area he wants to search. After clicking the submit-button the
results get rendered but the previous selected area is no longer
selected.
<%= form.select (:suchfeld,
   [ [''Beschreibungen'',''description''],
   [''Headlines'',''headline'']] )
%>
I was able to
2005 Jun 13
1
kde and domain login
is it possible to show all domain-users in the
kdm dialog? 
wbinfo -u gives me the correct list of all domain-users
but when I try to login into my linuxbox I only see all
local users.
-- 
       _                         _          _      
  __ _(_)___ ___ _ __ ___   ___ | |__    __| | ___ 
 / _` | / __/ __| '_ ` _ \ / _ \| '_ \  / _` |/ _ \
| (_| | \__ \__ \ | | | | | (_) | | | || (_|