agileweb.org - posts tagged 'howto' http://www.agileweb.org/ agileweb.org - posts tagged 'howto' - posts tagged 'howto' http://www.agileweb.org/ http://1.asset.soup.io/asset/0129/4353_8c96.gif 128 128 Ross Lawleys tumblelog mainly on software and agile methods. Setting up a python CI server with Hudson {"tags":["python","howto","testing","agile","continuousintegration","ci","setup","hudson"],"type":"link","title":"Setting up a python CI server with Hudson","source":"http://www.rhonabwy.com/wp/2009/11/04/setting-up-a-python-ci-server-with-hudson/","body":"Looks nicer than cruisecontrol and more features."} <p>Looks nicer than cruisecontrol and more features.</p> <p><a href="http://www.rhonabwy.com/wp/2009/11/04/setting-up-a-python-ci-server-with-hudson/">http://www.rhonabwy.com/wp/2009/11/04/setting-up-a-python-ci-server-with-hudson/</a></p>Fri, 06 Nov 2009 10:25:06 GMThttp://agileweb.org/post/33839067/Setting-up-a-python-CI-server-withurn:www-soup-io:1:33839067linkpythonhowtotestingagilecontinuousintegrationcisetuphudson Resume: A Tale of Desire, Intrigue, and Formatting {"tags":["design","jobsearch","article","tips","howto","typography","fonts","career","jobs","cv","resume","formatting","foss"],"type":"link","title":"Resume: A Tale of Desire, Intrigue, and Formatting","source":"http://www.zackgrossbart.com/hackito/resume/","body":"I hardly ever hand people paper documents, but about a year ago two events happened in my life which caused me to think more about them. The first was reading The Elements of Typographic Style by Robert Bringhurst. The second was getting laid off. I started thinking about the one piece of paper every engineer prints out and hands to people, their resume."} <p>I hardly ever hand people paper documents, but about a year ago two events happened in my life which caused me to think more about them. The first was reading The Elements of Typographic Style by Robert Bringhurst. The second was getting laid off. I started thinking about the one piece of paper every engineer prints out and hands to people, their resume.</p> <p><a href="http://www.zackgrossbart.com/hackito/resume/">http://www.zackgrossbart.com/hackito/resume/</a></p>Mon, 02 Nov 2009 10:27:40 GMThttp://agileweb.org/post/33335592/Resume-A-Tale-of-Desire-Intrigue-andurn:www-soup-io:1:33335592linkdesignjobsearcharticletipshowtotypographyfontscareerjobscvresumeformattingfoss Unicode HOWTO {"tags":["python","howto","tutorial","encoding","development","article","i18n","unicode"],"type":"link","title":"Unicode HOWTO","source":"http://www.amk.ca/python/howto/unicode","body":"This HOWTO discusses Python's support for Unicode, and explains various problems that people commonly encounter when trying to work with Unicode."} <p>This HOWTO discusses Python's support for Unicode, and explains various problems that people commonly encounter when trying to work with Unicode.</p> <p><a href="http://www.amk.ca/python/howto/unicode">http://www.amk.ca/python/howto/unicode</a></p>Fri, 17 Jul 2009 07:02:31 GMThttp://agileweb.org/post/23430223/Unicode-HOWTOurn:www-soup-io:1:23430223linkpythonhowtotutorialencodingdevelopmentarticlei18nunicode Doug Hellmann: PyMOTW: abc - Abstract Base Classes {"tags":["python","oop","howto"],"type":"link","title":"Doug Hellmann: PyMOTW: abc - Abstract Base Classes","source":"http://blog.doughellmann.com/2009/07/pymotw-abc-abstract-base-classes.html","body":"Abstract base classes are a form of interface checking more strict than individual hasattr() checks for particular methods. By defining an abstract base class, you can define a common API for a set of subclasses."} <p>Abstract base classes are a form of interface checking more strict than individual hasattr() checks for particular methods. By defining an abstract base class, you can define a common API for a set of subclasses.</p> <p><a href="http://blog.doughellmann.com/2009/07/pymotw-abc-abstract-base-classes.html">http://blog.doughellmann.com/2009/07/pymotw-abc-abstract-base-classes.html</a></p>Sun, 05 Jul 2009 16:14:49 GMThttp://agileweb.org/post/22657842/Doug-Hellmann-PyMOTW-abc-Abstract-Base-Classesurn:www-soup-io:1:22657842linkpythonoophowto Fraser Speirs – Understanding Git Submodules {"tags":["git","toread","versioncontrol","svn","howto","submodules","vcs"],"type":"link","title":"Fraser Speirs \u2013 Understanding Git Submodules","source":"http://speirs.org/2009/05/11/understanding-git-submodules/","body":"Submodules are akin to svn:externals but are locked to a revision (they dont automatically track HEAD), but seem easy to use and simple enough"} <p>Submodules are akin to svn:externals but are locked to a revision (they dont automatically track HEAD), but seem easy to use and simple enough</p> <p><a href="http://speirs.org/2009/05/11/understanding-git-submodules/">http://speirs.org/2009/05/11/understanding-git-submodules/</a></p>Tue, 12 May 2009 09:33:14 GMThttp://agileweb.org/post/19038202/Fraser-Speirs-Understanding-Git-Submodulesurn:www-soup-io:1:19038202linkgittoreadversioncontrolsvnhowtosubmodulesvcs Using a Virtualenv Sandbox - Pylons Cookbook - PythonWeb {"tags":["web","python","deployment","howto","pylons","configuration","virtualenv"],"type":"link","title":"Using a Virtualenv Sandbox - Pylons Cookbook - PythonWeb","source":"http://wiki.pylonshq.com/display/pylonscookbook/Using+a+Virtualenv+Sandbox","body":"Virtualenv is a new product by Ian Bicking which aims to combine the best features of a workingenv with a virtual Python install. It allows you to set up an isolated Python environment whose libraries do not affect programs outside it, making it a good choice for experimenting with new packages or to deploy different programs with conflicting library requirements."} <p>Virtualenv is a new product by Ian Bicking which aims to combine the best features of a workingenv with a virtual Python install. It allows you to set up an isolated Python environment whose libraries do not affect programs outside it, making it a good choice for experimenting with new packages or to deploy different programs with conflicting library requirements.</p> <p><a href="http://wiki.pylonshq.com/display/pylonscookbook/Using+a+Virtualenv+Sandbox">http://wiki.pylonshq.com/display/pylonscookbook/Using+a+Virtualenv+Sandbox</a></p>Sun, 14 Dec 2008 18:01:08 GMThttp://agileweb.org/post/9497195/Using-a-Virtualenv-Sandbox-Pylons-Cookbook-PythonWeburn:www-soup-io:1:9497195linkwebpythondeploymenthowtopylonsconfigurationvirtualenv CouchDB - A use case - Kore Nordmann - PHP / Projects / Politics {"tags":["erlang","howto","couchdb","tumblr"],"type":"link","title":"CouchDB - A use case - Kore Nordmann - PHP / Projects / Politics","source":"http://kore-nordmann.de/blog/couchdb_a_use_case.html","body":"This article tries to give you an overview on how CouchDB can be used to map data to a data storage and how it is completely different from relational databases"} <p>This article tries to give you an overview on how CouchDB can be used to map data to a data storage and how it is completely different from relational databases</p> <p><a href="http://kore-nordmann.de/blog/couchdb_a_use_case.html">http://kore-nordmann.de/blog/couchdb_a_use_case.html</a></p>Tue, 02 Sep 2008 07:32:11 GMThttp://agileweb.org/post/5189124/CouchDB-A-use-case-Kore-Nordmann-PHPurn:www-soup-io:1:5189124linkerlanghowtocouchdbtumblr Pastie << self: TextMate to Keynote in 2 steps {"tags":["howto","presentation","osx","code","to","keynote"],"type":"link","title":"Pastie \u003C\u003C self: TextMate to Keynote in 2 steps","source":"http://blog.pastie.org/2008/06/textmate-to-key.html","body":null} <p><a href="http://blog.pastie.org/2008/06/textmate-to-key.html">http://blog.pastie.org/2008/06/textmate-to-key.html</a></p>Sun, 20 Jul 2008 18:40:11 GMThttp://agileweb.org/post/5189137/Pastie-self-TextMate-to-Keynote-in-2urn:www-soup-io:1:5189137linkhowtopresentationosxcodetokeynote