search for: tarmo

Displaying 16 results from an estimated 16 matches for "tarmo".

Did you mean: jarmo
2006 Feb 09
1
Shapefiles
...ould like to convert them to shapefiles. Since the circles and ellipses are do not return a coordinate list during the plotting sequence (e.g., all I need supply are the lengths of axes and rotation angle), is there an easy way by which the plot window can be converted to a shapefile? Thank you, Tarmo __________________________________________ Tarmo Remmel Ph.D. GUESS Lab, Department of Geography University of Toronto at Mississauga Mississauga, Ontario, L5L 1C6 Tel: 905-569-4382 Lab: 905-828-3868 Fax: 905-828-5273 Skype: tarmoremmel http://eratos.erin.utoronto.ca/remmelt
2005 May 30
1
Unique arrangements of a vector
...and is difficult to filter when using values beyond 0,1. Is there some mathematically elegant method for doing this? I'd hope to have initial vectors significantly longer than the demonstrated 4 values (e.g., thousands). Any help is appreciated and I will gladly SUM afterwards. Thank you, Tarmo __________________________________________ Tarmo Remmel Ph.D. GUESS Lab, Department of Geography University of Toronto at Mississauga Mississauga, Ontario, L5L 1C6 Tel: 905-828-3868 Fax: 905-828-5273 Skype: tarmoremmel http://eratos.erin.utoronto.ca/remmelt
2011 Sep 20
1
Boxplots from 4 dimensional array
...duce boxplots of the values in the 4th dimension. Is there a simple way to do this? I have been playing with boxplot() and apply() but am getting some dimensions mixed up and thought that this would be a good time to seek some help. Any help with this would be greatly appreciated. Thank you, Tarmo _____________________________________ Tarmo K Remmel PhD Associate Professor, Department of Geography York University, N413A Ross Building 4700 Keele Street, Toronto, Ontario, M3J 1P3 Tel: 416-736-2100 x22496, Fax: 416-736-5988 Skype: tarmoremmel
2006 May 25
1
Building Libraries
...ext(domain, unlist(args)) : invalid 'domain' value Execution halted ERROR: lazy loading failed for package 'aspace' /usr/local/lib/R/bin/INSTALL: test: argument expected ERROR Installation failed. ~/RWork > Can somebody please help me dicypher these error messages? Thank you, Tarmo ____________________________________________ Tarmo Remmel Ph.D. * MOVING TO YORK UNIVERSITY ON JULY 1 2006 * Department of Geography University of Toronto at Mississauga Mississauga, Ontario, L5L 1C6 Lab: 905-828-3868 Fax: 905-828-5273 Skype: tarmoremmel http://eratos.erin.utoronto.ca/remmelt
2006 May 22
2
selectively disabling parameter logging in controllers
By default, Rails logs all parameters passed to a controller method. As far as I can tell, this happens in both development and production modes. I have a form that collects some sensitive data. I don''t want that data sent to the log, at least not in production mode. Of course, I''d still like to log everything else. Is there a way to accomplish this? -- Posted via
2007 Jul 22
18
db:fixtures:load order
I was trying to deal with foreign key issues related to order of fixture loading when I came across this: http://techpolesen.blogspot.com/2007/04/rails-fixture-tips.html This got me looking deeper into rails and I noticed that db:fixtures:load calls Fixtures.create_fixtures once for each fixture file. However, Fixtures.create_fixtures is capable of taking multiple files and also handle the
2006 Jan 10
3
Serving lots of images to only registred users
Hello guys, I am building a photo website and I have some questions before I really start programming the site. My system will be Debian + lighttpd + mysql +fastcgi + ImageMagick I plan to use file_column for image handling/verification and thumbnail creation. My question is; I need to store images in a place outside of webroot so only registered members can see them. To serve them secure
2007 Aug 12
0
ActiveRecord with only a primary key
...to the database adapters which is used when a row needs to be created but there are no actual attributes, or the insert method needs a condition to cover this edge case. I''d like to implement this, but I''d first like to know which approach (if any) I should take. Thank you, -- Tarmo Tänav <tarmo@itech.ee> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group...
2007 Dec 01
10
Fixtures Cleanup
All, I''ve been playing a bit with some patches to make the fixture loading and management code a little bit easier to maintain. If I were to start chopping out features, how would you feel about losing: Fixture instantiation, Old school single-file fixtures, CSV fixtures, The ability to specify a subset of fixtures (everything''s always loaded instead), The ability to
2006 May 22
4
How to check an input String is a number or not in ruby?
How to check an input String is a number or not in ruby? Thanks in advance, Joshua -- Posted via http://www.ruby-forum.com/.
2012 Jun 03
0
[LLVMdev] clang -ast-dump-xml....
...me how you would integrate this kind of wrapper / stub generation into llvm / clang - may be I could refresh '-ast-dump-xml' command argument to walk also for normal compilation pass - what kind of problems / open issues you see about it ? What does -cc1 stands for ? -- Have a nice day! Tarmo. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120602/b2739394/attachment.html>
2012 Jun 10
0
[LLVMdev] Shared libraries and windows ?
...ibcall_lib.dll clang: warning: argument unused during compilation: '-shared' clang: error: unable to execute command: program not executable clang: error: linker command failed with exit code 1 (use -v to see invocation) Do you know are dll's supported on windows ?   -- Have a nice day! Tarmo. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120610/29863676/attachment.html>
2003 Jul 01
1
tcp 22 > tcp 22
...string from xxx" etc, when somebody tries to scan SSH port. Also, as you can see, the connection is made from port 22 to port 22, which is odd. Is this somekind of SYN packet trick and how come is no I/O to sshd made? sshd -v shows: sshd version OpenSSH_3.4p1 FreeBSD-20020702 --- Regards, Tarmo Renter
2005 Nov 21
5
Error: Error creating domain: (22, ''Invalid argument'')
Hi there I get the following error message when i try to "xm create <domid>" Error: Error creating domain: (22, ''Invalid argument'') I have included everything i can think of Thanks The DomU config is kernel = "/boot/vmlinuz-2.6.12-xenU" ramdisk = "/boot/initrd-2.6.12.6-xenU.img" memory = 128 name = "xen01" nics=1 disk = [
2005 Jan 04
4
Re : Frequency count
Dear list, I have a dataset as follow and I would like to count the frequencies for the combination of the two variables (f1 and f2) for each id. I know it is should be straight forward, but I just don't know how to do it in R. Here is the SAS code I will use to get the output I want : proc means nway; class id f1 f2; var flag output out=temp; Dataset: id f1 f2 flag 798 1 2
2005 Jan 07
6
coercing columns
Dear all, I have a data frame that looks like this: c1 c2 c3 A B C B C A A A B and so on; I?d like to produce one single vector consisting of the columns c1,c2, c3, such that vector=("A","B","A","B","C","A","C","A","B") I guess it?s easy to do but I don?t know how...Can anyone