Scripts posted recently in Kelpi
1-10 of 469.
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.
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
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>
to
C++
observer
template
by
jonbaine
#include <iostream>
#include <iterator>
#include <deque>
// Implementation of the observer pattern
// its implemented in the java way :D
to
perl
highlight
pipe
unix-style
by
kaoru
#!/usr/bin/perl -w
#
# pipe text to highlight.pl to highlight certain words
#
# eg. cat nastyfile.pl | highlight words you want
to
perl
checkperl
syntax
by
kaoru
#!/usr/bin/perl -w
#
# Checks the syntax of .pl and .pm scripts using perl -cw
# Will check all .pl and .pm files in $PWD with no arguments
#
to
bash
asx
asf
mp3
convert
lame
mplayer
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 parameter