home
to by anonymous
<html>
<head>
<title>Win een beta key!</title>
<script type="text/javascript">
alert('Hallo, als je hier bent, dan wil je waarschijnlijk een key winnen!');to by anonymous
/* Exemplo de Array Dinâmico em C++
Essa implementação cria a estrutura de dados
varia o tamanho do array quanto se queira
atribui um valor para cada posição e
imprime cada valor. Memória alocada no heapto by anonymous
#!/bin/bash
# Bram Borggreve (c) 2008. GPL Licensed
# Script to convert ASX to MP3. Needs mplayer & lame binaries
# Check if we received a parameterto by anonymous
import java.io.StringReader;
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.document.Document;
import org.apache.lucene.document.Field;
import org.apache.lucene.index.IndexWriter;to by anonymous
public static void main (String ... args) throws Exception{
IndexWriter iw_temp = new IndexWriter("i.temp",new StandardAnalyzer());
IndexWriter iw = new IndexWriter("i",new StandardAnalyzer());
to by anonymous
#!/usr/bin/env python
# Copyright 2008 by Aidin Abedi <fooguru@msn.com>
# Some parts are modifications of http://www.pixelbeat.org/talks/python/ls.py
# This script is essentially equivalent to "ls -lagFR"
# It recursively prints details of all (even hidden) files in a directoryto by anonymous
;;; Cadalyst Tips & Tools Weekly October 23, 2006
;| TOTLEN.LSP c.2000 Rob Herr robherr@hotmail.com
'Add selected lines, plines, lwplines, splines, and arcs for total length'
Revisions:
1.0 Originally created 02/10/2000 Rob Herrto by anonymous
#
# # regex for slugs. Note that the regex matches even
# # .html without slug: this gets handled in views.single
# (r'^blog/(?P<slug>((\w+|-)*))(.html)\/?$', 'djangotest.blog.views.single'),
#to by anonymous
# go to your project directory and create the (PO) messages file
cd /path/to/my/project
mkdir locale
/path/to/my/django/bin/make-messages.py -l es