My Recent Pastes (20 and counting)
All Pasties (over 20 and counting)
Pages: 1 2
Below are summaries of the 5 most recent pasties by Kevin Evans.
August 10, 2006
3:36PM EDT
by Kevin Evans
View more (44 lines)
1 2 3 4 5 |
def search(request):
import SwishE
from django.conf import settings
from django.core.paginator import ObjectPaginator, InvalidPage
from django.http import HttpResponse
|
July 27, 2006
7:07PM EDT
by Kevin Evans
View more (12 lines)
1 2 3 4 5 |
def search(request):
import SwishE
from django.conf import settings
handle = SwishE.new(settings.SEARCH_INDEX_FILE)
|
July 05, 2006
9:26AM EDT
by Kevin Evans
View more (7 lines)
1 2 3 4 5 |
setNewPhotoParams: function() {
// Set source of new image
Element.setSrc(this.photo,photoDir + photoArray[photoId][0]);
// Set anchor for bookmarking
Element.setHref(this.prevLink, "#" + (photoId+1));
|
June 20, 2006
8:30AM EDT
by Kevin Evans
1 2 |
export DJANGO_SETTINGS_MODULE=planet.settings /usr/bin/feedjack_update.py |
June 19, 2006
3:12AM EDT
by Kevin Evans
View more (10 lines)
1 2 3 4 5 |
def save(self):
super(Photo, self).save()
if self.id is not None and len(self.the_image) >1:
import Image
size = 128, 128
|
Pastie