Popular recipes by Keisuke URAGO http://code.activestate.com/recipes/users/668964/2014-10-17T10:40:48-07:00ActiveState Code RecipesUsing QMacCocoaViewContainer on PyQt4 (Python) 2014-10-17T10:40:48-07:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/578951-using-qmaccocoaviewcontainer-on-pyqt4/ <p style="color: grey"> Python recipe 578951 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/pyqt/">pyqt</a>). </p> <p>This code is QMacCocoaViewContainer on PyQt4 example.</p> search file extensions in directory (Python) 2014-04-17T22:33:39-07:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/578862-search-file-extensions-in-directory/ <p style="color: grey"> Python recipe 578862 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/files/">files</a>, <a href="/recipes/tags/finder/">finder</a>). </p> <p>This code is find and print file extensions from directory.</p> Copy audio files from exported playlist of iTunes (using plistlib) (Python) 2010-03-13T19:08:30-08:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/577107-copy-audio-files-from-exported-playlist-of-itunes-/ <p style="color: grey"> Python recipe 577107 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/itunes/">itunes</a>). Revision 3. </p> <p>It script is copy from original audio file to directory of you decide.</p> Build sqlite3 database like a locatedb (Python) 2009-11-19T17:20:52-08:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/576960-build-sqlite3-database-like-a-locatedb/ <p style="color: grey"> Python recipe 576960 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/file/">file</a>, <a href="/recipes/tags/find/">find</a>, <a href="/recipes/tags/locatedb/">locatedb</a>). Revision 2. </p> <p>This recipe is "updatedb" like command.</p> Using proxy connection for QWebView (Python) 2009-10-02T02:32:51-07:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/576921-using-proxy-connection-for-qwebview/ <p style="color: grey"> Python recipe 576921 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/browser/">browser</a>, <a href="/recipes/tags/gui/">gui</a>, <a href="/recipes/tags/pyqt/">pyqt</a>, <a href="/recipes/tags/qt4/">qt4</a>, <a href="/recipes/tags/web/">web</a>). Revision 4. </p> <p>QWebView is powerful web browser. This script can use a http-proxy host. Log file name is minibrowser.log in same directory.</p> Grab screen on Windows (PrintScreen emulation) (Python) 2006-06-30T09:53:18-07:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/496853-grab-screen-on-windows-printscreen-emulation/ <p style="color: grey"> Python recipe 496853 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/graphics/">graphics</a>). Revision 2. </p> <p>Grab the screen shot on Windows.</p> Wrapping template engine and template document (Python) 2003-05-08T13:23:50-07:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/198823-wrapping-template-engine-and-template-document/ <p style="color: grey"> Python recipe 198823 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/text/">text</a>). </p> <p>It is not so easy to put template engine and the template itself together, and to separate logic and a template. This example should define the value substituted for the slot of the easy source code for using template engine, the function of template engine, a template, and a template, and they should operate well by calling using render function.</p> <p>Below is an e-mail generate and sendings.</p> Convert to something objects from string arguments (Python) 2003-04-19T16:59:41-07:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/194375-convert-to-something-objects-from-string-arguments/ <p style="color: grey"> Python recipe 194375 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/programs/">programs</a>). Revision 5. </p> <p>Usually, although they are a character sequence, all the arguments when starting a program are making it a special format, and if they change an argument into various models and pass it, they are convenient.</p> Generate thumbnail image (Python) 2003-03-21T13:33:42-08:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/180670-generate-thumbnail-image/ <p style="color: grey"> Python recipe 180670 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/graphics/">graphics</a>). Revision 7. </p> <p>On the web and various purpose, we want to thumbnail images.</p> Geometrical-oriented image search (Python) 2003-02-18T22:23:37-08:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/181424-geometrical-oriented-image-search/ <p style="color: grey"> Python recipe 181424 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/graphics/">graphics</a>). </p> <p>A find command is able to size-oriented search files. This script is searching image files by geometry.</p> Controlling gzipped I/O (Python) 2003-05-10T16:31:48-07:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/148292-controlling-gzipped-io/ <p style="color: grey"> Python recipe 148292 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/programs/">programs</a>). Revision 3. </p> <p>Using gzip and StringIO module, then controllable gzipped stream.</p> Behavior like a list object is carried out to an instance. (Python) 2002-09-05T03:29:44-07:00Keisuke URAGOhttp://code.activestate.com/recipes/users/668964/http://code.activestate.com/recipes/148291-behavior-like-a-list-object-is-carried-out-to-an-i/ <p style="color: grey"> Python recipe 148291 by <a href="/recipes/users/668964/">Keisuke URAGO</a> (<a href="/recipes/tags/programs/">programs</a>). </p> <p>In order to change into a list, the length of an instance is investigated first. "__len__()" Next, all the contents are taken out in order. "__getitem__()"</p>