similar to: Multiple records, both save and create

Displaying 20 results from an estimated 70000 matches similar to: "Multiple records, both save and create"

2009 Mar 23
4
Bird''s Eye integration in Mapstraction
Are there any plans to integrate Virtual Earth''s Bird''s Eye view to mapstraction? I tried an "integration hack" but then found out that there are too many issues involved (check whether birds eye is available for the current map area, disabling zoom controls,...). Has anyone else tried it? Franz
2009 Oct 13
0
tm: Why does adding local metadata take so long?
I'm running tm 0.5 on R 2.9.2 on a MacBook Pro 17" unibody early 2009 2.93 GHz 4GB RAM. I have a directory with 1697 plain text files on the Mac, that I want to analyze with the tm package. I have read the documents into a corpus, Corpus_3compounds, as follows: # Assign directory to a character vector dirName <- "/Volumes/RDR Test Documents/3Compounds/TXT" # Put the
2006 Aug 29
1
Bootstraping for groups and subgroups and joing with other table
Dear R-experts, I have a table with following collumns: State, SamplePlot, Species and BodySize. I sampled bird species at 34 SamplePlots and 5 States (regions) monthly during two years. On each bird record I measured bodysize and identified the species. So I have many records of each species (about 150 species) at each SamplePlot and each Region (State). Now I would like bootstrap
2012 Oct 17
1
generate 10 UUID records and save it it database in rails
I need to create certain number of UUId records(based on the selection of drop down) and save it in the database. Now I am generating only one unique id. Can this be done in the model in this way. Or do I need to write a helper file for that?? def generate_unique_token=(value) self.secret = Base64.encode64(UUIDTools::UUID.random_create)[0..8] end In my controller........... def create
2006 Jul 26
1
How to create table entry with multiple related categories?
Perhaps I should create a table row to hold an array of category ID''s? There''s probably an easy standard way of doing this in RoR and I just can''t wrap my brain around a practical way to do this right off. Specifically... I have a table that contains my product category names and another table that contains my actual product names with other product specific
2012 Mar 10
1
Draw values from multiple data sets as inputs to a Monte-Carlo function; then apply across entire matrix
Hi all, I am trying to implement a Monte-Carlo simulation for each cell in a spatial matrix (using mcd2 package) . I have figured out how to conduct the simulation using data from a single location (where I manually input distribution parameters into the R code), but am having trouble (a) adjusting the code to pull input variables from my various data sets and then (b) applying the entire
2006 Apr 18
0
Asterisk/FreePBX/Alcatel2400
Hello Fellow Users, This is my first post so please be kind :-) I am using asterisk@home <mailto:asterisk@home> with freePBX talking to an Alcatel 2400 analogue port via a Digium TDM01B - 1 FXO card I can make calls into the asterisk by dialling the asterisk extn number from the 4200. I can dial extns on the 4200 from asterisk by dialling 9(4200extn number) if I don't have any
2004 Jun 13
0
Spanish, Portuguese, other recordings for Allison
Hello - I am going to have Allison record some "intro" messages in my next round of text to her. I'd like to have a consistent voice during the first messages at a company, even if the user presses buttons that take them to a different voice for the alternate language. In other words, I'd like to have Allison say: Thank you for calling Foo, Incorporated. Para
2004 Jul 19
0
*** Asterisk Sun/Monday News: Time to download, Scotty!
This week starts with the exciting news: We're getting close to Asterisk 1.0 again. After the failed attempt earlier this year, we've been able to remove a lot of the MAJOR/CRASH bugs from the bug tracker and Mark feel's it's time to target 1.0 again. At this point, the community needs to work as a community, spending extra time on finding bugs, solving issues, improving
2011 Apr 16
3
lme4 problem: model defining and effect estimation ------ question from new bird to R community from SAS community
Hi R community, I am new bird to R and moved recently from SAS. I am no means expert on either but very curious learner. So your help crucial for me to learn R. I have already got positive expression. I was trying to fit a mixed model in animal experiment but stuck at simple point. The following similar example is from SAS mixed model pp 212. # data genetic_evaluation <-
2010 Apr 26
2
Using optim function for logistic model simulation
Hello! I'm a college undergrad desperately trying to finish up my thesis. I have a dataset on the distribution of a grassland bird from the Breeding Bird Survey. I have a very straightforward and simple version of the logistic growth model to describe changes in this bird's abundance over time. The variables are the natural birth rate, mortality, and carrying capacity. The equation itself
2012 May 29
1
Extract time from irregular date and time data records
Hello, I am having a problem making use of some data outputted from an instrument in a somewhat weird format. The instrument outputs two columns - one called JulianDay.Hour and one called Minutes.Seconds. I would like to convert these columns into a single column with a time. So I was using substr() and paste to extract that info. This works fine for the JulianDay.Hour column as there are always
2004 Jul 29
0
*** Asterisk Summer News: The heat is on!
Another issue of Asterisk Summer News, delivered right to your mailbox! Back here in Sweden, it's finally summer weather. Sunshine and some heat. It's good for our ice bears and the snow houses to get some sunshine :-) Asterisk development and IRC chat has gone into a lazy summer mode, but the mailing list is still cooking. It's impossible to keep up with it, for both gurus and
2013 May 13
2
[Bug 819] New: ipset create setname timeout 2147484 records greater timeout
https://bugzilla.netfilter.org/show_bug.cgi?id=819 Summary: ipset create setname timeout 2147484 records greater timeout Product: ipset Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: major Priority: P5 Component: default AssignedTo:
2006 Apr 26
2
2 analogue ports on an Alcatel PBX patched to 2 FXO ports on my *
Hello, I have 2 analogue ports on an Alcatel PBX patched to 2 FXO ports on my <mailto:*@home> *@home 2.8 running on top of CentOS. Both FXO Ports are on ONE Digium card. What I would like is: If someone calls extn 281 on my Alcatel PBX it is routed through to Extn 233 on my * thruogh FXO port/module 4 If someone calls extn 282 on my Alcatel PBX it is routed through to Extn 234 on my *
2008 Dec 28
1
automounting home dirs
Hi, I'm running dovecot-1.0.10 on a Solaris 10 server with home dirs automounted over NFS. I have set the mail_location configuration option so that nothing should be written to a user's home dir over NFS but, as far as I can tell, dovecot still by default tries to chdir to a user's home dir when reading mail, although this is not required. This creates additional unnecessary load on
2009 Oct 14
1
R neophyte question.
Hi all, I'm currently working through the "Beginner's Guide to R" (Zurr et al.) and I'm wondering about the first exercise in chapter 3: I imported the data from BirdFluCases.txt and executed the 'names' and 'str' functions as follows: Bird = read.table(file='C:\\rbook\\BirdFluCases2.txt', header=TRUE) names(Bird) [1] "Year"
2006 Apr 20
1
lmer{lme4}, poisson family and residuals
Hello, I’m trying to fit the following model: Dependent variable: MAXDEPTH (the maximum depth reached by a penguin during a given dive) Fixed effects: SUCCESSMN (an index of the “individual quality” of a bird), STUDYDAY (the day of the study, from -5 to 20, with 0=Dec 20), and the interaction SUCCESSMN*STUDYDAY Random effect: BIRD (the bird id, as each bird is performing several dives)
2009 Oct 14
1
Beginning R help?
Hi all, I'm currently working through the "Beginner's Guide to R" (Zurr et al.) and I'm wondering about the first exercise in chapter 3: I imported the data from BirdFluCases.txt and executed the 'names' and 'str' functions as follows: Bird = read.table(file='C:\\rbook\\BirdFluCases2.txt', header=TRUE) names(Bird) [1] "Year"
2006 Jul 27
2
Saving records in mySQL for many-to-many relationship
Hey guys, Maybe someone could point out what wrong here. I''ve simplified the issue to this: Both User.find(6) and Sport.find(1) exist, Im just trying to setup the relationship between them. My controller looks like this def tester @c = User.find(6) @c.sports = Sport.find(1) end And I keep getting this error: undefined method `each'' for #<Sport:0x36a3488