Geschreiben von HeleneaufMrz 9, 2010 in Allgemein, Hast du gewusst... | Abonniere Heute habe ich von einem ganz neuen “Service” gelesen und gleich ausprobiert. Memonic, ein Online-Archivierungssystem
with 10 comments Suppose you have a master-master replication setup, and you know one of the tables has the wrong data. How do you re-sync it with the other server? Warning: don’t just use any tool
Google App Engine application that Mirrors the content of URLs you supply. Rewrites the fetched page to mirror all content, including images, Flash, Javascript, CSS, and even favicons.
Published: 3/03/2010 at 12:00 AM Newspaper section: Database This week's Internet Site of the Week brings you another tool to get your information organised and easily retrievable: www.memonic.com.
64 def square_image(img): 65 """if the image is taller than it is wide, square it off. determine 66 which pieces to cut off based on the entropy pieces.""" 67 x,y = img.size 68 while y > x: 69 #slice
February 28, 2010 1:33 PM P3PC is a project to review the performance of 3rd party content such as ads, widgets, and analytics. This blog post looks at the Digg Widget. Here are the summary stats:
Friday, February 26, 2010 at 9:06AM If you look at the early days of this blog, when web scalability was still in its heady bloom of youth, many of the articles had to do with leveraging MySQL and
with 6 comments My team is currently working on a brand new product – the forthcoming MMO www.FightMyMonster.com. This has given us the luxury of building against a NOSQL database, which means we can
Implements Java-style futures for Python Documentation Releases "Download many URLs in parallel." import functools import urllib . request import futures URLS = [ 'http://www.foxnews.com/' ,