search for: dylan

Displaying 20 results from an estimated 537 matches for "dylan".

2006 May 23
1
standardization of values before call to pam() or clara()
...y re-scale each of the variables, regardless of their intrinsic range to some set range, say from {0,1} ? I have tried dividing a variable by the maximum value of that variable, but I am not sure if this is statistically correct. Any ideas, thoughts would be greatly appreciated. Cheers, -- Dylan Beaudette Soils and Biogeochemistry Graduate Group University of California at Davis 530.754.7341
2005 Nov 28
1
overlay additional axes
...ferent numbers in position 3 axis(3,0.154/(2*sin(TIK[,1]/2*pi/180))) ...obviously the nature of the numbers in both axes is quite different. is it possible to have the bottom axis (degrees 2Theta) line up with a corosponding top axis of 0.154/(2*sin(TIK[,1]/2*pi/180)) ? thanks in advance! -- Dylan Beaudette Soils and Biogeochemistry Graduate Group University of California at Davis 530.754.7341
2006 Feb 01
6
Little Ferret Problem
...xists in the index/ directory, the form submits find... etc... Just 0 results... all the time :) I confirmed the data from my models is being put into the index... however, am having a hard time debugging why the lookup isn''t working. Any insight would be greatly appeciated ! Thanks ! == Dylan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060201/ee1cc4c8/attachment.html
2006 Feb 24
5
Sanity Check
Maaaaaaaaaaaaajor sanity check needed. I wrote a simple little plugin, and it wouldn''t load. I put some comments in it''s init.rb, and it didn''t even spit those out. So, I dug into the initializer.rb (/vendor/rails/railties/lib/initializer.rb) to see wtf is going on, and found the problem... but... can''t explain it. Here is the code in question:
2006 Jan 30
10
form_remote_tag and redirects
I would like to have a login box setup so that if incorrect info is submitted, the box "shakes" via Effect.Shake. If the correct information is submitted, I want to redirect to some other page. The only solution I''ve found is the following, which is pretty ugly, as it displays the javascript I''m invoking on the page prior to the redirect. Here is the code: The Form
2006 Sep 20
2
mysterious error on compile R 2.3.1
...INSTALL.r20887/cluster/src' ** R ** data ** moving datasets to lazyload DB Error in factor(c(1, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1), : invalid labels; length 2 should be 1 or 1 Execution halted ERROR: lazydata failed for package 'cluster' ** Removing '/home/dylan/src/R-2.3.1/library/cluster' make[2]: *** [cluster.ts] Error 1 make[2]: Leaving directory `/home/dylan/src/R-2.3.1/src/library/Recommended' make[1]: *** [recommended-packages] Error 2 make[1]: Leaving directory `/home/dylan/src/R-2.3.1/src/library/Recommended' make: *** [stamp-recommend...
2006 Mar 23
4
RJS and Form Validation (Best Practice)
...ld I be manually passing the RJS template some models error messages from the controller.... or ... should I be using error_messages_for in order to do the display ? I''ve implemented the first approach, but it seems like quite a hack. Any insight would be greatly appreciated ! Thanks ! == Dylan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060323/1a18bcae/attachment.html
2006 Jan 14
14
Javascript/AJAX Debugging
...1) My layout has all the proper javascripts being included. 2) I did a "new Effect.Highlight" on a test <div> within the index.rhtmlpage, and it worked fine. So, I''m at a loss as to how and debug further. Is there some other things I can check ? Thanks in advance ! == Dylan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060114/c4e1e1b7/attachment.html
2006 May 31
8
New Rails site... RightCart.com
...f you like the site/service, feel free to digg us too :) Our friends at TextDrive are going to be helping us deploy to a nice new grid container here in the next few days, so the site should start to fly. Feedback is more than appreciated, so would love to hear whatcha'' think. Thanks ! == Dylan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060531/66f457ce/attachment.html
2020 Mar 31
3
How to add new AVR targets?
Hi Dylan, looks ok now. One thing: the ISR is now: __vector_21: ; @__vector_21 __vector_21$local: sei push r0 push r1 in r0, 63 push r0 clr r0 push r24 lds r24, v1 sts v2, r24 pop r24 pop r0 out 63, r0 pop r1 pop r0 reti There...
2006 Jan 27
17
Multiple Model Validation
Hey All ! I have a form which contains two models. I would like both models to be validated, but have their validations aggregated on the page. If I do: <%= error_messages_for(:model1) %> <%= error_messages_for(:model2) %> It puts two big validation blocks on the page. I would like all the errors from both models, but only in one validation box. Is this possible ? All my attempts
2020 Mar 31
2
How to add new AVR targets?
...attribute is not being recognized by the backend. I have fixed it in https://github.com/llvm/llvm-project/commit/339b34266c1b54a9b5ff2f83cfb1da9cd8c9d90a Pull the latest LLVM and it should be fixed. On Tue, Mar 31, 2020 at 8:00 AM Wilhelm Meier <wilhelm.meier at hs-kl.de> wrote: > Hi Dylan, > > I used the following commandline: > > clang++ -Os -DF_OSC=20000000 -DF_CPU=20000000 --target=avr -I. > -I../include0 -I../../include0 -I../../../include0 -I../../include0/std > -I../include0/std -I../../../include0/std -I../../3rdparty/boost > -I/usr/avr/include -mmcu=atm...
2020 Apr 08
2
How to add new AVR targets?
...re will be a greater interest to this in llvm compared to the past. Thanks, Wilhelm Am 03.04.20 um 15:09 schrieb Wilhelm Meier via llvm-dev: > Should I create an issue in bugzilla for this? Just to be reminded ... > > Am 31.03.20 um 09:34 schrieb Wilhelm Meier via llvm-dev: >> Hi Dylan, >> >> looks ok now. >> >> One thing: >> >> the ISR is now: >> >> __vector_21: ; @__vector_21 >> __vector_21$local: >> sei >> push r0 >> push r1 >> in r0, 63 >> push r0 >&...
2006 Feb 22
15
Fixtures and Relationships
In my daily development, I migrate back and forth between versions, and often do: rake load_fixtures... ... in order to populate my development database with fun data. Now, with any HABTM relationship, there are failures, as there is no way to say "which" fixtures to load first. Within an actual functional or unit test case, you could simply load them in the proper order, but
2016 Nov 16
10
Status of the AVR backend
Hey all, The AVR backend has now finally been merged in-tree completely. Thanks to Krzysztof and Matt for all of their hard work reviewing patches <https://reviews.llvm.org/differential/query/AuHaJ3SXjDmO> Development will now halt on the downstream repository (on GitHub <https://github.com/avr-llvm/llvm>), and it will now be done LLVM proper. This is good news, especially for the
2006 Feb 06
4
Relationship Question (STI)
...ies table to get the relationships, then query both the Whale and Monkey to get the appropriate objects back. I saw Chad''s HABTM example using STI in the Recipes book... but I''m trying to stay away from STI. Any thoughts ? Also, sorry for the bizzare post... I have the flu ! == Dylan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/b8965178/attachment.html
2006 Jan 15
5
ActiveRecordCache
I believe I heard some talk of an ActiveRecordCache being developed while I was on IRC... however, can''t find the actual project. Anybody know if this is being developed, or where I can find more information on it ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060115/b47317b2/attachment.html
2009 Jun 30
2
odd behaviour in quantreg::rq
...Solution may be nonunique I have noticed that the error message goes away when specifying method='fn' to rq(). An example is below. Could this have something to do with replication in the data? # example: library(quantreg) # load data x <- read.csv(url('http://169.237.35.250/~dylan/temp/test.csv')) # with weights summary(rq(sand ~ method, data=x, weights=area_fraction, tau=0.5), se='ker') # without weights # note error message summary(rq(sand ~ method, data=x, tau=0.5), se='ker') # without weights, no error message summary(rq(sand ~ method, data=x, tau=...
2006 Feb 21
4
File_Column w/ Dynamic Sizing
...e tried replacing SIZE_HERE with self.size, replacing it with a @size instance variable in a "before_create"... etc, etc... ... but I can''t seem to get the proper value included in this hash prior to it running. Any insight into the above would be great, Thank you ! == Dylan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060221/bb8a57f2/attachment.html
2006 Feb 11
6
Rails Edge, has_many :through in searches
I have two tables, a Projects table and a Clients table. It''s basically a HABTM relationship, but I have additional project/ client-specific information in the join table. I''m trying to use the new has_many :through method to join these. It works fine when displaying records, but when I try to search, I''m having this problem: When I used a HABTM model to search