Copia
Ogbujis on just about everything
del.icio.us bookmarks for 2008-04-28 (del.icio.us import)
- "YAWL: Yet Another Workflow Language": YAWL (Yet Another Workflow Language) is an original and sophisticated workflow language [..] YAWL builds on the insights gained from the workflow patterns research and combines it with the powerful language of Petri-nets. The result - the ultimate mix of (from chimezie)
del.icio.us bookmarks for 2008-04-19 (del.icio.us import)
- "x2svg": x2svg is a tool to render tree like structures graphically as scalable vector graphic (SVG). (from chimezie)
del.icio.us bookmarks for 2008-04-14 (del.icio.us import)
- "PLEAC-Python": In this document, you'll find an implementation of the Solutions of the Perl Cookbook in the Python language. (from chimezie)
del.icio.us bookmarks for 2008-04-06 (del.icio.us import)
- "The Python Papers - Volume 3, Issue 1": (from chimezie)
del.icio.us bookmarks for 2008-04-05 (del.icio.us import)
- "Demystifying RESTful Data Coupling": "Yet, that's based on the invalid assumption that the data exchanged in a REST system is just like the data exchanged in systems such as Web services and Corba, which require interface specialization." (from chimezie)
del.icio.us bookmarks for 2008-04-01 (del.icio.us import)
- "The Py Side of Life: Using Pygments with less": "The de-facto standard UNIX pager less supports an environment variable called LESSOPEN that can be set to the name of an input preprocessor. It is normally used to transparently view compressed files etc., but of course it can also colorize your source f (from chimezie)
del.icio.us bookmarks for 2008-03-31 (del.icio.us import)
- "LibraryThing Tour": "LibraryThing helps you create a library-quality catalog of your books. You can do all of them or just what you're reading now. And because everyone catalogs online, they also catalog together. LibraryThing connects people based on the books they share." (from chimezie)
- "ASPN : Python Cookbook : decorator for doctests": It makes no sense to run all of a module's doctests at once. You just want to run one function's doctests, tweak it, rinse and repeat until that function passes, then move on to another function, rinse and repeat until your whole application. (from chimezie)
del.icio.us bookmarks for 2008-03-26 (del.icio.us import)
del.icio.us bookmarks for 2008-03-25 (del.icio.us import)
- "Real World Scalability Web": Another gold-mine for web scalability tips (from chimezie)
del.icio.us bookmarks for 2008-03-24 (del.icio.us import)
- "N3 / Turtle / NTriples / SPARQL syntax overlap": (from chimezie)
- "Sentient World Simulation (SWS):A Continuously Running Model of the Real World": "The goal of the Sentient World Simulation (SWS) is to build a synthetic mirror of the real world with automated continuous calibration with respect to current real-world information, such as major events, opinion polls, demographic statistics, economic r (from chimezie)
del.icio.us bookmarks for 2008-03-23 (del.icio.us import)
- "Clone Digger": Clone Digger aimed to detect similar code in Python and Java programs. (from chimezie)
- ""The Subprime Crisis Is Just Starting" by Daniel R. Amerman,": "I’m going to let you in on an unfortunate little secret – the real subprime mortgage securitization crisis may not have even started yet. But, there is a good chance the real crisis will arrive soon. " (from chimezie)
- "Transactionable Objects (reloaded)": This class allows sub-classes to commit changes to an instance to a history, and rollback to previous states. (from chimezie)
del.icio.us bookmarks for 2008-03-22 (del.icio.us import)
- "WSGI: A Series of Tubes": (from chimezie)
- "Sphinx: Documentation Generator": Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects, (from chimezie)
- "Google Visualization API": The Google Visualization API lets you access multiple sources of structured data that you can display, choosing from a large selection of visualizations. The Google Visualization API also provides a platform that can be used to create, share and reuse vis (from chimezie)
- "The KJ-Technique: A Group Process for Establishing Priorities": (from chimezie)
- "Pylot | Open Source Web Performance Tool": "Pylot is a free open source tool for testing performance and scalability of web services." (from chimezie)
del.icio.us bookmarks for 2008-03-19 (del.icio.us import)
- "Unicode In Python, Completely Demystified": Unicode In Python, Completely Demystified (from chimezie)
- "Python Package Index : trace2html 0.2.1": "a utility to convert execution coverage data obtained with the
tracemodule of the standard python library into a set of human readable HTML documents showing sortable summary and annotated source files." (from chimezie) - "Ned Batchelder: Python code complexity micro-tool": "Give it a Python source file, and it will report on the McCabe complexity measure of the functions and class methods within." (from chimezie)
- "Consistent Hashing and Random Trees: Distributed Caching Protocols for Relieving Hot Spots on the World Wide Web - Karger, Lehman, Leighton, Levine, Lewin, Panigrahy (ResearchIndex)": "We describe a family of caching protocols for distributed networks that can be used to decrease or eliminate the occurrence of hot spots in the network...[]" (from chimezie)
del.icio.us bookmarks for 2008-03-18 (del.icio.us import)
- "indoeuro.jpg (JPEG Image, 1062x678 pixels)": History of Anglo-saxon languages (from chimezie)
- "python-safethread - Google Code": "python-safethread is a large modification of CPython intended to provide safe, easy, and scalable concurrency mechanisms. It focuses on local concurrency, not distributed or parallel programs." (from chimezie)
del.icio.us bookmarks for 2008-03-17 (del.icio.us import)
- "figleaf -- Python code coverage analysis": figleaf is a Python code coverage analysis tool, built somewhat on the model of Ned Batchelder's fantastic coverage module. The goals of figleaf are to be a minimal replacement of 'coverage.py' that supports more configurable coverage gathering and report (from chimezie)
del.icio.us bookmarks for 2008-03-14 (del.icio.us import)
- "Ranking of Foreign Language OpenCourseWare Education Sources": "There are many free foreign language courses online, but not all of them are equal in content and quality. Here is a ranking of the best foreign language education sources." (from chimezie)
del.icio.us bookmarks for 2008-03-13 (del.icio.us import)
- "Project TextMate": Tutorials for TextMate (from chimezie)
- "Multiplex several ssh sessions over a single TCP connection": "There’s a nifty feature in openssh that lets you multiplex several ssh sessions over a single TCP connection. The first time you connect to a host it sets up a regular ssh connection, and creates a unix socket on a local filesystem; subsequence session (from chimezie)
del.icio.us bookmarks for 2008-03-12 (del.icio.us import)
- "sympy - Google Code": "SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. " (from chimezie)
- "dongwoo-Hg-120dpi.png (PNG Image, 1348x936 pixels) - Scaled (59%)": "Mercurial workflow diagram: what working with a DSCM looks like [pic]" (from chimezie)
- "ASPN : Python Cookbook : Automatic attribute assignment": "allow a method to assign (some of) its arguments as attributes of 'self' automatically." (from chimezie)
del.icio.us bookmarks for 2008-03-11 (del.icio.us import)
- "Performance Research, Part 2: Browser Cache Usage - Exposed! » Yahoo! User Interface Blog": "This is the second in a series of articles describing experiments conducted to learn more about optimizing web page performance." (from chimezie)
del.icio.us bookmarks for 2008-03-10 (del.icio.us import)
- "NodeBox | Home": "NodeBox is a Mac OS X application that lets you create 2D visuals (static, animated or interactive) using Python programming code and export them as a PDF or a QuickTime movie." (from chimezie)
- "Big DBA Head! - Database Brain Power! » A Few Common Performance Mistakes": "As I run into the same mistake over and over again I am going to throw them out here in order to serve as a warning and a learning tool to others." (from chimezie)
- "Free Shipping: Find Free Shipping on Amazon, eBay & 500+ stores": (from chimezie)
Calendar (click to toggle)
| << | May, 2008 | |||||
|---|---|---|---|---|---|---|
| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |
Archives (click to toggle)
- April, 2005
- May, 2005
- June, 2005
- July, 2005
- August, 2005
- September, 2005
- October, 2005
- November, 2005
- December, 2005
- January, 2006
- February, 2006
- March, 2006
- April, 2006
- May, 2006
- June, 2006
- July, 2006
- August, 2006
- September, 2006
- October, 2006
- November, 2006
- December, 2006
- January, 2007
- February, 2007
- March, 2007
- April, 2007
- May, 2007
- June, 2007
- July, 2007
- August, 2007
- September, 2007
- October, 2007
- November, 2007
- December, 2007
- January, 2008
- February, 2008
- March, 2008
- April, 2008