home
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Create a new user - kelpi</title>
<link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.beta.kelpi.com/css/2.001-kelpi.css" />
<link rel="shortcut icon" href="http://static.beta.kelpi.com/img/2.001-favicon.ico" type="image/x-icon" />to by edoedoedo
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && returnto by nando.quintana
running install
running build
running build_py
running build_ext
building '_imagingft' extensionto 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 jonbaine
/*
This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation.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 jonbaine
#Replace <> marked args. with the correct value.
mkisofs -pad -l -J -v -V "<Name>" -no-emul-boot -boot-load-size 4 -boot-info-table -b < binary -> isolinux boot/isolinux/isolinux.bin> -c <catalog -> isolinux boot/isolinux/boot.cat> -hide-rr-moved -o <DVD.iso -- output iso> -r </tmp/DVD which dir to take>
to by jonbaine
#include <iostream>
#include <iterator>
#include <deque>
// Implementation of the observer pattern
// its implemented in the java way :D