Displaying 4 results from an estimated 4 matches for "impt".
Did you mean:
imp
2006 Dec 13
1
0.0.38 tag and release
...(ScrolledWindow on MSW,
KeyEvent on OS X etc)
We seem to be in the sweet position of having very few GUI wx classes
left to port. Apart from Clipboard the ones that are left seem mostly
(for implementation reasons - eg DatePickerCtrl) to be more trouble than
they are worth right now, and less impt than getting a stable beta/final 2.0
all the best
alex
2005 Jun 29
10
TCP Snoop & wrapper shell script posted
Hi ,
I have posted DTrace script to snoop tcp traffic and also provided a
wrapper script
for it to filter out unwanted traffic.
http://blogs.sun.com/roller/comments/raviswam/Weblog/tcp_snoop_using_dtrace
Please let me know if you have any feedback/comments on this.
Thanks
Ravi
2006 Sep 11
15
ruby method names
Hi
Attached is a patch that adds aliases to the API for methods that look
like attribute accessors. So
a_frame.set_title(''The title'') # currently
a_frame.title = ''The title'' # now an alternative
textctrl.get_value # currently
textctrl.value # now an alternative
Also, C++ methods named ''IsXXX'' are now exposed in ruby with
2005 Feb 01
0
Reliable Samba just stopped mounting Windows machine
...ct connections to machines which are on your local network.
# The following example restricts access to two C class networks and the "loopback" interface.
# If hosts allow is used, localhost _must_ be included.
# For more examples of the syntax see the smb.conf man page
# Impt note: global hosts allow means any hosts allow in shares will not be recognized.
; hosts allow = 192.168.1. 192.168.2. 127.
hosts allow = 192.168.0. 127.
; stopnn hosts allow = lanet localhost # kills browsing - hosts not setup right?
# If you want to automatically load your pri...