0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Slightly better but still hacky unicode handling. More... about 16 years ago
Fix a bug with debugging display in non-slow mode. More... about 16 years ago
Use the version of simplejson bundled with Django to avoid the extra dependency. More... about 16 years ago
Adds start and end parameters, json output, the HomepageHandler class, slow mode and fast mode, fixes skip so a click on 2 and 3 is only one skip on result 1, timing debug with deb=t, and a more link that uses ajax to precache the next page. More... about 16 years ago
Database converted to Article, everything under news now. More... about 16 years ago
New database schema which should be faster, crawler updated to use new schema, also click tracking used in scoring. More... about 16 years ago
Use a slice to avoid loading the whole database into memory for each request. More... about 16 years ago
Streamlined homepage, also added random quotes. More... about 16 years ago
A random logo. More... about 16 years ago
Forgot to check in new templates. More... about 16 years ago
Make the front page into a list of the most recent articles. More... about 16 years ago
Minor correction to some crawler comments. More... about 16 years ago
Updated server-side cron to work with python 2.5 and remove a bunch of deprecated scripts. More... about 16 years ago
Updating settings a bit to make diksel work with python 2.5 on os x. More... about 16 years ago
Random stuff that's been on my client forever. More... about 16 years ago
Just notes. More... over 16 years ago
onclick works, with a function that doesn't need any javascript args. More... over 16 years ago
Two-way messaging is functional. More... over 16 years ago
The alert function More... over 16 years ago
Some thoughts for what to do next. More... over 16 years ago
Missed a couple key files. More... over 16 years ago
The basic compiler works - now supports createElement, set_innerHTML, get_body, and appendChild. More... over 16 years ago
Structured the http server so that it can take a document tree. More... over 16 years ago
Can push to a client-side console.log now. More... over 16 years ago
Serving some html, javascript, and comet, although nothing talks to each other yet. Currently basing html serving just on BaseHTTPServer, since even the relatively minimalist CherryPy insists on its own url-mapping scheme. More... over 16 years ago
Instructions for what you need to install to use pogo. More... over 16 years ago
Pogo - a wrapper for comet and similar stuff. Goal is to make websites just in python, not with html or javascript or templating language. More... over 16 years ago
Code to count frequencies in wikipedia titles, but it's slow. More... over 16 years ago
Poking around with the wikipedia-article-titles corpus. More... over 16 years ago
firebugx.js, so js with console calls won't break in non-firebug browsers More... over 16 years ago