Popular recipes by Scott Beasley http://code.activestate.com/recipes/users/129906/2001-09-09T10:10:05-07:00ActiveState Code RecipesCollection of bit manipulation functions. (Tcl)
2001-09-08T10:01:37-07:00Scott Beasleyhttp://code.activestate.com/recipes/users/129906/http://code.activestate.com/recipes/68376-collection-of-bit-manipulation-functions/
<p style="color: grey">
Tcl
recipe 68376
by <a href="/recipes/users/129906/">Scott Beasley</a>
(<a href="/recipes/tags/datastructures/">datastructures</a>).
</p>
<p>A collection of simple bit manipulation functions in pure TCL.
Functions supplied:
testbit
setbit
clearbit</p>
Simple TCP port blocker. (Tcl)
2001-09-09T10:10:05-07:00Scott Beasleyhttp://code.activestate.com/recipes/users/129906/http://code.activestate.com/recipes/68380-simple-tcp-port-blocker/
<p style="color: grey">
Tcl
recipe 68380
by <a href="/recipes/users/129906/">Scott Beasley</a>
(<a href="/recipes/tags/network/">network</a>).
</p>
<p>A very simple TCP port blocker in pure TCL.</p>