Scripts posted recently in Kelpi

1- 10 of 475.

El html

to kelpi code by

<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" />

Ubuntu bashrc

to ubuntu bashrc terminal 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" ] && return

FREETYPE2 instalatio log

to freetype log txt by nando.quintana

running install
running build
running build_py
running build_ext
building '_imagingft' extension

jQuery Tabs

to Javascript jQuery by Chris361

http://docs.jquery.com/UI/Tabs

lol

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!');

C code to look if the iface is up, using MII.

to C MII interface 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.

Exemplo de Array dynamic em C++, array no heap e assinatura no stack

to dynamic array C++ 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 heap

Create i386 bootable iso

to iso bootable shell 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>

C++ observer pattern implementation

to C++ observer template by jonbaine

#include <iostream>
#include <iterator>
#include <deque>
// Implementation of the observer pattern
// its implemented in the java way :D
hits counter