http://viewtext.org Pulls article text out of html pages Populates RSS feeds Save text to PDF Extract text from PDF's API to pull article text in XML, JSON, JSONP formats
May I link to it from another page? http://viewtext.org/api/text?url=techbio.org&format=html...
Ask HN: Show me your Half Baked project
241–250 of 313 posts
Re: Ask HN: Show me your Half Baked project
#242Re: Ask HN: Show me your Half Baked project
#243http://hacker.watrcoolr.us/ - hacker version
Re: Ask HN: Show me your Half Baked project
#244Re: Ask HN: Show me your Half Baked project
#245It's a simple discussion board, w/o registration, very (too?) clean.
Re: Ask HN: Show me your Half Baked project
#246Re: Ask HN: Show me your Half Baked project
#247Crappy re-implementation of git-web in php. Yes, I realize it looks like github. Yes, I realize the code is from various existing frameworks/blogs. But git internals are so cool!
Re: Ask HN: Show me your Half Baked project
#248This is my first project using Web.py. I wanted to get a feel for the framework and see how difficult it would be to build a minimalist twitter-like site. Not sure if I'm going to give it any more time.
Re: Ask HN: Show me your Half Baked project
#249It's awesome to see so many building so much cool stuff. I just got lost for 20 minutes in benjoffe's site. Here are a few of mine: Track lunch debts (turns out I'd rather just buy people lunch but I got to play with some JS): http://lunchng.appspot.com/ Save clippings from web pages (2008, seems like someone builds one of these every six months, could use a refresh with ideas from http://pagestackandroid.appspot.com…
Re: Ask HN: Show me your Half Baked project
#250-----------------
At http://blog.marc-seeger.de/ , I'm trying to get a blog based on serious (http://github.com/colszowka/serious) (ruby, sinatra + flat files) up and running. I don't seem to find the time (or muse) to keep doing some improvements such as:
- start adding more CSS and beef up the HTML semantically
- publish some new papers (e.g. my M.Sc. thesis)
- Introduce tags
- Create a cellphone-friendly version by just using CSS3 media queries
------------------
http://fitness.marc-seeger.de/category/joggen (aka: http://github.com/rb2k/run-a-log ) is another side project that works, but could need some polish.
I scratched my own itch after I couldn't find a simple way to visualize gpx files recorded with my cellphone (simple = just upload via scp)
------------------
http://github.com/rb2k/viddl-rb
A plugin-extendable commandline downloader for video sites. Currently does Youtube, Vimeo and Megavideo. I basically hacked it together and never got arround to properly document or package it... :(