Most viewed recipes by Chris Wolf http://code.activestate.com/recipes/users/4173108/views/2011-01-21T17:43:35-08:00ActiveState Code Recipeswhois client (Python) 2010-09-15T12:08:34-07:00Chris Wolfhttp://code.activestate.com/recipes/users/4173108/http://code.activestate.com/recipes/577364-whois-client/ <p style="color: grey"> Python recipe 577364 by <a href="/recipes/users/4173108/">Chris Wolf</a> (<a href="/recipes/tags/nic/">nic</a>, <a href="/recipes/tags/whois/">whois</a>). Revision 6. </p> <p>Python whois utility which looks up records in the databases maintained by severa Network Information Centers (NICs). Functions exactly like the UNIX whois(1) utility.</p> <p>Callable from the command-line, but also has an function entry point for calling from code.</p> Custom import script for Salesforce (Python) 2011-01-21T17:43:35-08:00Chris Wolfhttp://code.activestate.com/recipes/users/4173108/http://code.activestate.com/recipes/577550-custom-import-script-for-salesforce/ <p style="color: grey"> Python recipe 577550 by <a href="/recipes/users/4173108/">Chris Wolf</a> (<a href="/recipes/tags/csv/">csv</a>, <a href="/recipes/tags/dataloader/">dataloader</a>, <a href="/recipes/tags/excel/">excel</a>, <a href="/recipes/tags/import/">import</a>, <a href="/recipes/tags/salesforce/">salesforce</a>). Revision 2. </p> <p>Normally you should try to use the Salesforce import Wizard or Apex Data Loader for importing. This script demonstrates that programmatic import can handle complex conditional logic that the Import Wizard or Data Loader cannot anticipate.</p> Axis POJO stripper. (Python) 2011-01-04T12:05:12-08:00Chris Wolfhttp://code.activestate.com/recipes/users/4173108/http://code.activestate.com/recipes/577533-axis-pojo-stripper/ <p style="color: grey"> Python recipe 577533 by <a href="/recipes/users/4173108/">Chris Wolf</a> (<a href="/recipes/tags/axis/">axis</a>, <a href="/recipes/tags/pojo/">pojo</a>, <a href="/recipes/tags/wsdl2java/">wsdl2java</a>). </p> <p>This utility lets us use the 'wsdl2java' utility from Axis-1 to generate POJOs from the schema embedded in a WSDL. If we just want POJOs without the Axis marshalling/unmarshalling code, then this script will strip out the Axis code, leaving just the POJOs.</p>