search for: topf

Displaying 3 results from an estimated 3 matches for "topf".

Did you mean: top
2012 Aug 08
3
help, please! matrix operations inside 3 nested loops
...:19] #3) compare cells to each other, score: for (s in 3:34) { #walks though the matrix colum by colum, starting at colum 3 for (z1 in 1:617) { #for each current colum, take one row (z1)... for (z2 in 1:617) { #...and compare it to another row (z2) of the current colum if (z1!=z2) {topf<-indxind[z1,z2] if (daten[2*z1-1,s]==daten[2*z2-1,s]) topf<-topf+1 #actually, 2 rows make up 1 individual, if (daten[2*z1-1,s]==daten[2*z2,s]) topf<-topf+1 #therefore i compare 2 rows if (daten[2*z1,s]==daten[2*z2-1,s]) topf&l...
2001 Nov 02
3
su/sudo using ssh auth
...oot at localhost', but this is an unnecessary roundabout route, conflicts with policies disallowing remote root logins and doesn't give me access to other accounts (like 'news' or user accounts) I want to 'su' to. Any ideas how this could be accomplished? Jochen -- Jochen Topf - jochen at remote.org - http://www.remote.org/jochen/
2008 Jan 06
0
[ wxruby-Bugs-16848 ] segfault on Grid#set_cell_value
Bugs item #16848, was opened at 2008-01-06 10:32 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16848&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Jochen Topf (joto) Assigned to: Nobody (None) Summary: segfault on Grid#set_cell_value Initial Comment: Calling Grid#set_cell_value with negative coordinates will result in a segfault. (gem version 1.9.2). See attachment for example code that triggers this. --------------------------------------------------...