A URL shortening service (as a slightly non-trivial exercise in Erlang).
You can use base64 if you're happy with case sensitive URLs.
111–120 of 194 posts
A URL shortening service (as a slightly non-trivial exercise in Erlang).
You can use base64 if you're happy with case sensitive URLs.
My Django hosting service. I looked at Heroku and thought, "I want that for Python." Yesterday, I got most of the http request path finished. There is some node.js work left, and I still need to do some more work on Varnish. I'm hoping to get to the Postgresql stuff next week, then on to the website and API...
I'm working on text classification. I have a decent classifier that's especially suited to author identification. I can think of a few good uses for it; the first one I'm trying to commercialize is academic anti-cheating.
Earlier quoted context omitted.
I've been thinking of trying to write a machine learning app to do just that. Any hints?
I didn't implement the machine learning algorithms for myself, because there are some really good packages out there and I know I don't have the smarts to better them. Keep in mind that I didn't really have any success: There seem to be two main ML packages, Weka and Orange. I personally preferred Orange, it has a nice graph-based UI for linking various components together; when you've figured that out it can script…
Why did re-implementing the dissertation for greyhounds not work? Was the dissertation flawed?
If you're putting this much effort into it, why not stop by a horse racing track a few times and pick up some domain knowledge? Maybe you could even talk to race horse owners, jockeys, breeders?
I wonder if you could turn this into a product for breeders? Or maybe for people buying/selling race horses? Or people hiring Jockeys, or even marketing an offshoot of this to the gamblers? Just some wild thoughts.
Eventually this will lead to integrating pyjamas as an alternative to templating for pure-AJAX applications. This will mean adding a setuptools plugin for compiling the pyjamas client before packaging the application, creating a paster template for generating the project structure, and extending the test framework to support functional tests.
It might mean creating yet another framework built on pylons, but I'm hoping it will get folded into Pylons proper so that I don't have to maintain a separate project.
http://webchiever.com/ - Web achievements
http://inquiryapp.com/ - Hosted FAQs for your apps
http://search.cpan.org/~michael/Class-Declarative-0.06/lib/C... A declarative framework for Perl that lets you set up complex data structures and code in an easy-to-read format. A complete working example GUI program, using a not-yet-published set of semantic classes: use Class::Declarative qw(Wx::Declarative); dialog (xsize=250, ysize=110) "Wx::Declarative dialog sample" field celsius (size=100, x=20, y=20) "0" butt…
Is that...significant indentation in Perl? Will you marry me?
I'm still not sure how to locate potential customers or how much to charge. Any advice on that?