Displaying 20 results from an estimated 227 matches for "mikkel".
2008 Jan 07
3
Deliver core dump in b13 (hg 20080102)
Hi there
I'm redirecting e-mails from mikkel at euro123.dk to another account
(mikkel2 at euro123.dk) using sieves "redirect" with sieve 1.1.3. The e-mail
is redirected just fine.
But deliver still creates a core dump and returns an "e-mail
undeliverable" to the sending account (even though delivery is
successful).
My .d...
2006 Feb 03
6
Saving a User Object while in the Address Controller
Hi,
My saves are failing me and I can''t figure out why.
I am trying to save an address id to a user object just after I create
the address.
This isn''t the exact code, but it shows what I am trying to do.
class AddressesController < ApplicationController
def create
@address = Address.new(params[:address])
saved_address = @address.save
@user =
2006 Mar 28
4
1.1 won''t install!
I get this result in Terminal (10.4.latest)
pb12-olivier:~ ambush$ gem install rails --include-dependencies
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
ERROR: While executing gem ... (Errno::EACCES)
Permission denied -
/usr/local/lib/ruby/gems/1.8/cache/activesupport-1.3.0.gem
2006 Feb 24
6
Changes to Class File Not Being Recognized by Webrick
Newbie, having good luck with Dave Thomas'' book ''Depot'' application
until I discovered that changes to one of my .rb class files are not
being recognized until I bounce the webrick server.
Any ideas on this? Thanks.
--
Posted via http://www.ruby-forum.com/.
2001 Aug 13
3
subset syntax
...llowing commands work fine
xx<-subset(x,LOCAL.NAME==c("Chikota"),select=c(13,16,19,23,26,29,30,33:48))
xx<-subset(x,LOCAL.NAME==c("Chifumbata"),select=c(13,16,19,23,26,29,30,33:48
))
but I want a file with both the Chifumbatas and the Chikotas and several
others.
Cheers,
Mikkel
Mikkel Grum
Genetic Diversity Scientist
International Plant Genetic Resources Institute (IPGRI)
Sub-Saharan Africa Group
***
m.grum at cgiar.org
ipgri-kenya at cgiar.org
www.ipgri.cgiar.org
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Re...
2004 Dec 31
2
Supressing empty sections with Sweave
...\pagebreak
\section*{Disease Y}
<<MapY,fig=TRUE,echo=FALSE>>=
...etc.
Often one or more of the diseases is not observed (all
values in matrixz are 0), in which case I would prefer
not to display the section at all. Does any one no
whether it is possible automate this with Sweave?
Mikkel
2001 Apr 26
5
Transgamings patch - install
...o I install the DirectX-patch from Transgaming? I run the Wine that
came with Mandrake 7.2. I've tried to run the patches in all the folders
that has something to do with wine. I'm using "patch -p1 < wine-something".
It just says that it couldn't find the file to patch.
Mikkel Mastrup
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
2002 Jan 08
6
Subsets without NA
...?
I usually use
subset(x, var1!="NA")
and repeat for each variable. It would be nice to be able to do it in one
fell swoop. Also, surprisingly, it doesn't always work. Sometimes I'm left
with an empty set even though not all rows have missing values for the
variable.
Cheers,
mikkel
Mikkel Grum, PhD
Genetic Diversity Scientist
International Plant Genetic Resources Institute (IPGRI)
Sub-Saharan Africa Group
***
c/o ICRAF
PO Box 30677 Nairobi, Kenya
Tel: 254 2 524505 / 524500
Fax: 254 2 524501 / 524001
m.grum at cgiar.org
ipgri-kenya at cgiar.org
www.ipgri.cgiar.org
-.-.-....
2006 Mar 24
3
generating a controller that inherits from a base controller
how can I generate a new controller that inherites from another bas
controller?
using: ruby/script generate myNewController command?
--
Posted via http://www.ruby-forum.com/.
2017 Nov 14
1
Dates to numeric in for loop
..."1970-01-01")))
+ }
[1] 17483
[1] "numeric"
[1] "2017-11-13"
[1] "Date"
[1] 17484
[1] "numeric"
[1] "2017-11-14"
[1] "Date"
Why is this apparently not a bug? Are there other types that change type
when looped over?
Kind regards
Mikkel
_____________________________________________________
*Mikkel Grum*
+44 7377337321 (mobile)
mikkelgrum (Skype)
[[alternative HTML version deleted]]
2007 Aug 07
2
backslash c
...r{blue}"
[1] "color{blue}"
Warning messages:
1: '\c' is an unrecognized escape in a character
string
2: unrecognized escape removed from "\color{blue}"
> "\\color{blue}"
[1] "\\color{blue}"
>
Any help greatly appreciated.
Best regards,
Mikkel
> sessionInfo()
R version 2.5.1 (2007-06-27)
i386-pc-mingw32
locale:
LC_COLLATE=English_Ireland.1252;LC_CTYPE=English_Ireland.1252;LC_MONETARY=English_Ireland.1252;LC_NUMERIC=C;LC_TIME=English_Ireland.1252
attached base packages:
[1] "stats" "graphics" "grDevic...
2010 Dec 28
4
batch file output
...atch file with the following command in Windows XP:
C:\R\R-2.12.1\bin\Rterm.exe --no-save --no-restore <C:\users\me\file.R> C:\users\me\file.out 2>&1
Is there any way to get only the output of R in file.out, without getting all the code from file.R too?
Any help greatly appreciated,
Mikkel
2006 Apr 11
4
find(params[:id]) question
Admin Controller -
def show
@wizard = Wizard.find(params[:id])
end
View -
<td><%= link_to ''Show'', :action => ''show'', :id => wizard %></td>
URL -
http://localhost:3000/admin/show/1
I want user_name (one of the columns in the database) instead of the id
to show
For example:
2006 Feb 21
29
script/console
The agile book says "You can inspect variables, set values, add other
breakpoints, and generally have a good time".
This is very sweet and totally useless. For example, I want to see the session variable,
the cookies variable and so on. These names are unknown. I think I guess that the things
that are available depend on where you put the breakpoint() call. I''ve tried a
2001 Aug 21
4
looking for a smarter way
....000001)/sum(xtab[,14])*(log((xtab[,14]+0.000001)/s
um(xtab[,14]))))
xshw<-rbind(xshw1,xshw2,xshw3,xshw4,xshw5,xshw6,xshw7,xshw8,xshw9,xshw10,xsh
w11,xshw12,xshw13,xshw14)
xtap<-cbind(xtap1,xtap2,xtap3,xtap4,xtap5,(xtapx<-(xtap1+xtap2+xtap3+xtap4+x
tap5)),xshw)
Thanks a lot in advance!!
Mikkel
Mikkel Grum, PhD
Genetic Diversity Scientist
International Plant Genetic Resources Institute (IPGRI)
Sub-Saharan Africa Group
***
c/o ICRAF
PO Box 30677 Nairobi, Kenya
m.grum at cgiar.org
ipgri-kenya at cgiar.org
www.ipgri.cgiar.org
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2005 Jul 07
3
xmat[1, 2:3] <- NULL
...I can't get the programme to accept that sometimes
what the query looks for just doesn't exist, and I
just want to move on to the next calculation leaving
the dataframe with a missing value in the given cell.
It's a real show stopper and I haven't found a way
round it.
Best wishes,
Mikkel
PS. I'm using dbGetQuery to query an SQLite database.
2006 Feb 11
16
Why does''nt rails pick up more metadata from a mysql schema?
Hi,
when I define a db column to be non-nullable or of length 20 or as
numeric, I would expect rails to validate that, but that doesn''t seem
to be the case.
Any idea why that is? The metadata is accessible, at least in the mysql case.
I am using rails 1.0 with mysql 5.
Cheers,
Mariano
2007 Dec 30
3
Date formats
...acter(date-1), date)
[1] "2007-12-29"
> if (TRUE) {date}
[1] "2007-12-30"
It would seem more natural to me if a date produced
the same format in an if and an ifelse function.
Moreover, as far as I can see the ifelse function
consists of hardly anything but two if functions.
Mikkel
> sessionInfo()
R version 2.6.1 (2007-11-26)
i386-pc-mingw32
locale:
LC_COLLATE=English_Ireland.1252;LC_CTYPE=English_Ireland.1252;LC_MONETARY=English_Ireland.1252;LC_NUMERIC=C;LC_TIME=English_Ireland.1252
attached base packages:
[1] stats graphics grDevices utils datasets
method...
2006 Jan 05
3
file_column url_for_file returns nil
Hi Guys,
I have been struggling with this one for a while...
file_column 0.3.1
My file gets uploaded and thumbnailed correctly,
however <%= url_for_file_column("item", "image") %> returns nil...
I have tracked the problem to line 60 in file_column_helper.rb but I
cant figure out why my model would return nil in this case...
--
Posted via
2006 Jan 27
3
substituting an object not found
Is there any function in R like
is.not.found(x, y)
meaning if you can't find object x, then use object
y??
Mikkel Grum