Displaying 5 results from an estimated 5 matches for "treebase".
2011 May 05
1
functions pandit and treebase in the package apTreeshape
Hello.
I'm trying to use the functions pandit and treebase. They are in the package apTreeshape. Once I've loaded the package, R responses:
- no function pandit/treebase.
Somebody knows why or what is the reason?
Thanks,
Arnau.
------------------------------------------------------------
Arnau Mir Torres
Edifici A. Turmeda
Campus UIB
Ctra. Valldem...
2008 Feb 29
0
Net::LDAP
...me => "cn=Manager,dc=ibm,dc=com",
:password => "secret"
}
#if ldap.bind
#puts ldap.inspect
#else
#puts ldap.get_operation_result.message
#end
filter = Net::LDAP::Filter.eq( "mail", "lokesh-/E1597aS9LQAvxtiuMwx3w@public.gmane.org" )
treebase = "dc=ibm,dc=com"
attrs = ["userPassword"]
ldap.search( :base => treebase, :filter => filter, :attributes => attrs
) do |entry|
entry.each do |attribute, values|
values.each do |value|
puts "#{value}"
end
end
end
I am getting my...
2008 Nov 28
1
Rails Beginner.. NoMethodError
...h[:notice] = "Invalid user/password combination"
end
end
end
Here is my user model
model/user.rb
require ''net/ldap''
class User < ActiveRecord::Base
set_table_name "users"
attr_accessor :title
def self.authenticate(username,password)
treebase = "dc=corp,dc=ha,dc=org,dc=hk"
filter = Net::LDAP::Filter.eq( "sAMAccountName", username )
login_succeeded = false
ldap_con = initialize_ldap_con(username,password)
if ldap_con.bind
login_succeeded = true
@title=ldap_con.search( :base => treebase,...
2006 Mar 28
3
ListItem patches
Hi
Attached, patches to implement ListItem. This class, in wxruby 0.6.0, allows styling of individual items in a ListCtrl, via a particularly clunky API. In disambiguating the overloaded ListCtrl#set_item method it introduces one non backwards-compatible change. I''ve followed the WxPython convention as described in the Wx class ref, renaming set_item(index, col, string, imageid) to
[1007] trunk/wxruby2/swig: Fixed Wx::Image#scale and rescale signature, also added needed constants.
2007 May 04
0
[1007] trunk/wxruby2/swig: Fixed Wx::Image#scale and rescale signature, also added needed constants.
...UTC (rev 1007)
</span><span class="lines">@@ -13,6 +13,7 @@
</span><span class="cx"> #include <wx/artprov.h>
</span><span class="cx"> #include <wx/calctrl.h>
</span><span class="cx"> #include <wx/treebase.h>
</span><ins>+#include <wx/image.h>
</ins><span class="cx"> #include <wx/imaglist.h>
</span><span class="cx"> #include <wx/laywin.h>
</span><span class="cx"> #include <wx/imagbmp.h>
</span&...