RSS Feeds Directory
Reader Rated Feeds, Most:
Useful
Boring
Entertaining

RSS Forum
Resource Directory

 Copia; RSS XML Feed: All RSS Feed Directory 

Featured Feeds:
Search for RSS Feeds:
[ Feeds: New (Mar 15, 2007 09:24); Updated (Jun 10, 2008 10:09) ]
All listings are the responsiblity of the feed provider. Keep in mind, anyone can post anything!
Allfeeds Blog

Login

Category: Bookmarks Subcategory: del icio us
Rate This Feed:

+ Copia +

...

This feed is provided by, the responsiblity of the provider. Click the link above for complete information.

Last Update: Sun Dec 17 05:37:10 2006

+ del.icio.us bookmarks for 2006-12-14 +

  • " ASPN : Python Cookbook : Find All Indices of a SubString in a Given String ": "I needed a version of the ...
+ del.icio.us bookmarks for 2006-12-03 +

  • " Quoderat » How not to suck at your presentation ": Good advice, although I believe that conference organizers have ...
+ del.icio.us bookmarks for 2006-12-01 +

  • " NetworkX trac - Trac ": "NetworkX (NX) is a Python package for the creation, manipulation, and study of the ...
+ del.icio.us bookmarks for 2006-11-18 +

  • " ASPN : Python Cookbook : chain execution of functions using generators ": "..uses generators to execute a chain of ...
+ del.icio.us bookmarks for 2006-11-15 +

  • " The Django Book ": "Welcome to the online version of The Django Book, a free book about Django." (from chimezie) ...
+ del.icio.us bookmarks for 2006-11-12 +

  • " Intel PRO/Wireless 2915 not working - Ubuntu Forums ": I have this exact problem on my DELL 600m with Ubuntu Edgy ...
+ Progress on two Reference Implementations for RETE and GRDDL +

Whew! During the moments I was able to spare while at ISWC (I was only there on monday and tuesday, unfortunately), I [...] an exercise to get a better understanding of it.

I still need a write up on the engaging conversations I had at I ...[Truncated]

+ del.icio.us bookmarks for 2006-11-05 +

  • " ASPN : Python Cookbook : Finding Eulerian path in undirected graph ": "Takes as input a graph and outputs Eulerian ...
+ Amara 1.2 goes alpha, and other developments +

First of all 4Suite went 1.0 rather quietly because the day job schedule has left room for very little besides quiet releases. [...] any less conservative version numbering scheme it would be 4Suite 3.0 by now.

I'm pushing Amara to 1.2 (a more ...[Truncated]

+ “Real Web 2.0: Bookmarks? Tagging? Delicious!” +

“Real Web 2.0: Bookmarks? Tagging? Delicious!”

Subtitle: Learn how real-world developers and users gain value [...] article, you'll learn how to work with del.icio.us, one of the classic Web 2.0 sites, using Web XML feeds and JSON, ...[Truncated]

+ Quick grab of XHTML metadata +

I recently needed some code to quickly scrape the metadata from XHTML Web pages, so I kicked up the following code: import [...] prefixes=PREFIXES): if node.localName == u'title': md[u'title'] = unicode(node) if node.lo ...[Truncated]

+ MSXML/XSLT on Python +

I updated my old overview page of XSLT processors APIs in Python with an MSXML 4.0 example I found on comp.lang.python today. ...

+ Amara trimxml: an XML reporting tool +

For the past few months in my day job (consulting for Sun Microsystems) I've been working on what you can call a really big (and [...] intersecting business rules and without the ability to make very quick ad-hoc reports from arbitrary data st ...[Truncated]

+ del.icio.us bookmarks for 2006-09-23 +

  • " ASPN : Python Cookbook : Checked exceptions ": "This recipe presents a checked exception implementation for Python ...
+ del.icio.us bookmarks for 2006-09-18 +

  • " ASPN : Python Cookbook : Memoize decorator with O(1) length-limited LRU cache, supports mutable types ": "There are ...
+ del.icio.us bookmarks for 2006-09-12 +

  • " ASPN : Python Cookbook : Finding the value passed for a particular parameter to a function by name ": "..you want to [...] be passed as a positional or keyword argument, or whether the wrapped function defines a default value for the parame ...[Truncated]
+ del.icio.us bookmarks for 2006-09-09 +

  • " ASPN : Python Cookbook : Lego Mindstorms Bluetooth interface ": Things that make you go Hmmm.. (from chimezie) ...
+ del.icio.us bookmarks for 2006-09-05 +

  • " NARS.Wang - NARS : an AI Project ": "What makes NARS different from conventional reasoning systems is its ability to ...
+ del.icio.us bookmarks for 2006-09-03 +

  • " ASPN : Python Cookbook : Nicely readable timedelta ": "Instead of writing 'Last modified 2006-07-01' you want that [...] (from chimezie)
  • " http://www.w3.org/2000/10/swap/pim/du/du-svg.py ": "Visualize disk usage as scalable graph ...[Truncated]
+ del.icio.us bookmarks for 2006-09-01 +

  • " Re: Implications and Issues in Converting UML to RDF/OWL When Constructing HL7 RIM Ontology from Alan Rector on ...
+ del.icio.us bookmarks for 2006-08-31 +

  • " Regional Teams Compete in Telluride Invitational Soccer Tournament [The Telluride Watch 8/22/06] ": "Team Telluride [...] 3-0 score." Ouch. Yeah. Second rebuilding year after the big win and we won 1, lost 2 and were out in the first round. ...[Truncated]
+ Amara en Español +

My focus during open-source development availability has been on pushing 4Suite XML to 1.0 (and we're on the very final leg of [...] time for it soon, and I have many ideas for what to do with that time.

Others have been up to fun stuff with Amar ...[Truncated]

+ del.icio.us bookmarks for 2006-08-26 +

  • " Sad that Trac cannot use MoinMoin as Wiki engine [The Trac Project] ": Culprit is MoinMoin's use of GPL license. Too [...] at the implementation level would be great. FWIW I strongly agree with Trac's move from GPL to BSD variant. (from uche)
+ LazyWeb Ho! Detecting whether a browser supports XML+XSLT +

I'm wrapping up applyxslt, a WSGI middleware module to serve separate XML and XSLT to browser that can handle it (using the [...] the browser, sending on the result. BTW, for more on WSGI Middleware, see “Mix and match Web components with Pyth ...[Truncated]

+ The BDFL's boundary +

I think my response to the recent news that Guido had "pronounced" Django as the Python Web framework was "so wot's 'e think [...] of a new one (Django, TurboGears, web.py, Clever Harold, etc.). It may be some bit of Ruby on Rails news, w ...[Truncated]

+ Discussion group for Atom protocol implementations in Python +

I've had discussions about implementing Atom protocol in Python with man colleagues, and I decided to create a proper forum [...] born.

A group dedication to discussion among developers and users of Python libraries and tools for processi ...[Truncated]

+ “Mix and match Web components with Python WSGI” +

“Mix and match Web components with Python WSGI”

Subtitle: Learn about the Python standard for build ...

+ XML Universal names (namespaces): To fuse or not to fuse +

I ran into Ken MacLeod on the Atom IRC channel today . Actually I think I've chatted with him before but I didn't know the [...] but more importantly Ken drew my attention to an old Weblog posting I'd somehow missed . In it he makes two s ...[Truncated]

+ del.icio.us bookmarks for 2006-08-09 +

  • " Ian Bicking's recipe for a WSGI-based Weblog stack [Paste mailing list] ": We're actually working on a project along ...
+ del.icio.us bookmarks for 2006-08-01 +

  • " The Road hits the rubber: Pros and Cons of design decisions ": "I thought it would be good to go over various ways ...
+ del.icio.us bookmarks for 2006-07-31 +

  • " Ro Blvd Music Video - The Corners (Malcolm X Remix) [YouTube] ": Ro Blvd is a producer I'll be watching. Cool remix ...
+ del.icio.us bookmarks for 2006-07-30 +

  • " Aquarium ": "Aquarium is a Web application [1] framework [2], written in Python." Another web framework that follows ...
+ del.icio.us bookmarks for 2006-07-27 +

  • " Cypher - Alpha Release — monrai.com ": "..The Cypher™ alpha release is a program which generates the .rdf (RDF ...
+ del.icio.us bookmarks for 2006-07-13 +

  • " String Interpolation with Evaluation of Embedded Expressions ": "..A lightweight and powerful way to evaluate ...
+ del.icio.us bookmarks for 2006-07-06 +

  • " 5.12.1 Recipes ": "This section shows various approaches to working with deques." (from chimezie)
  • " ...
+ Why Ruby doesn't interest me +

Kudos to Ruby boosters for building awareness of the language. It's now truly inescapable. That's undoubtedly a good thing. The [...] colleagues push me hard to look at Ruby, and once or twice I've done so,. I've found that it's definitely a nice lan ...[Truncated]

+ del.icio.us bookmarks for 2006-06-29 +

  • " Equality for Python - Push cx ": " .. how Python determines equality. It’s a pretty neat and extensible ...
+ del.icio.us bookmarks for 2006-06-26 +

  • " ASPN : Python Cookbook : A recursive function to get permutation of a list ": Very useful - might need this for RETE ...
+ del.icio.us bookmarks for 2006-06-10 +

  • " The Earliest Juncture of Semiotics and Mathematics ✏Copia ": Thoughts on the origins of semiotics in the Yijing ...
+ del.icio.us bookmarks for 2006-06-08 +

  • " SPARQL Clipboard: Intro ": Very impressive demonstration of aynchronous RDF-based UI (from chimezie)
  • " ...
+ del.icio.us bookmarks for 2006-06-04 +

  • " Practical Temporal Reasoning with Notation 3 ": (from chimezie)
  • "
+ del.icio.us bookmarks for 2006-05-29 +

  • " Templating via dict wrappers ": Ian Bicking follows up on Joshua's templating utility class (from chimezie)
...
+ SPARQL BisonGen Parser Checked in to RDFLib +

This is basically an echo of my recent post to the rdflib mailing list (yes, we have one now).

I just checked in the ...

+ del.icio.us bookmarks for 2006-05-19 +

  • " yapgvb ": Yapgvb is a shiny new way to use python and graphviz at the same time. (from chimezie)
  • " The Road ...
+ del.icio.us bookmarks for 2006-05-13 +

  • " Python Templates by Joshua Tauber ": An interesting approach to 'extending' using Python's use of string templates. ...
+ Cleveland Clinic Job Posting for Data Warehouse Specialist +

Cleveland Clinic Foundation has recently posted a job position for a mid-level database developer with experience in [...] and querying. I happen to know that experience with the following are big pluses:

  • Python
  • XML data ...[Truncated]
+ del.icio.us bookmarks for 2006-05-09 +

  • " PyTables - PyTables ": PyTables is a package for managing hierarchical datasets and designed to efficiently and ...
+ del.icio.us bookmarks for 2006-04-26 +

  • " "XML Design for Form and Function" [DAMA Symposium / Wilshire Metadata WIki] ": Wiki notes page for my April 26th ...
+ del.icio.us bookmarks for 2006-04-19 +

  • " Benchmarking mbox versus maildir [courier-mta.org] ": Interesting UNIX mailbox format benchmark (mbox versus ...
+ "Tip: Remove sensitive content from your XML samples with XSLT" +

"Tip: Remove sensitive content from your XML samples with XSLT"

Do you need to share samples of your XML code, but [...] to get some advice with a problem. In this tip, Uche Ogbuji shows how to use XSLT to remove sensitive content and ...[Truncated]


title: Copia; RSS XML Feed

What people are searching for: • www youtube ro
RSS Feed Syndication

Add a link to us:

Copyright (c) 2006-2008 GLR Sales LLC.

[ Top Searches ]
[ Submit RSS Feed ] -- [ Submit RSS Resource ]
[ RSS Downloads ] -- [ Ping ] -- [ DMCA Copyright Notice ]