Displaying 3 results from an estimated 3 matches for "corin".
Did you mean:
coin
2007 Nov 28
1
little submissions feature request
...cot on my own to put the
submissions
file into the Maildir, everything else is unchanged. This works just
great and
as desired.
Anything I missed in my setup, locking issues, ...?
Otherwise it may worth adding a switch for this?
A directive like INDEX, CONTROL... :SUBMISSSIONS=path...
Regards,
Corin
2008 Apr 15
2
NoMethodError in StoreController#add_to_cart
I''m trying to set up the Depot app from Agile Web Development and I
got this error after C1 - Creating a Cart.
The exact error looks like this:
-------------------------------------------------------------------
NoMethodError in StoreController#add_to_cart
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occurred while
2012 Oct 29
3
How can I map numbers to colours with raster?
This code will read binary file and display it as a map. may problem is that
this code is using a continuous colour scheme, even though I have discrete
data (which is a classification scheme). How can I map numbers to colours
with raster? Please
require(raster)
conne <- file("C:\\lai.bin", "rb")
sd<- readBin(conne, integer(), size=1, n=360*720, signed=F)