#!/usr/bin/perl
require "alib.pl"; # Configure All path in this File.
my ($name, $value);
foreach (split(/&/, $ENV{'QUERY_STRING'})) {
tr/+/ /;
s/%([0-9a-fA-F]{2})/pack("c",hex($1))/ge;
($name, $value) = split(/=/, $_);
$in{$name}=$value;
}
print "Content-type: text/html\n\n";
print &Adverts(time, $in{'lg'}, $in{'kw'});
Name : How to do beat detection
Author : Ilia Yordanov
Category : Multimedia-Miscellaneous
This is a short tutorial, in which I explain how to do beat detection. The tutorial is quite short, so you must be pretty good with DSP algorithms to understand it.
|
Name : Vocal remover- Karaoke effect
Author : Ilia Yordanov
Category : Graphics/Sound
This is a simple demo how to create karaoke effect on .wav file. It just removes the vocal assuming the file is stereo, and the vocal is equal for L and R channels. Works great :)
|
Name : Computer Forums
Category : Discussion
www.ComputerForums.org specializes in the discussion of all aspects of computing from server administration and setup, hardware and software configuration, operating systems, the very latest and cutting edge products from the leading manufatures', shared and dedicated hosting aswell as discussions on running a webhosting biz.
|
Name : EXECryptor
Category : General
Powerful software tool used for an application code protection from reverse engineering, analysis and modifications, based on a brand new metamorphing code tranformation technology, that provides with strong software security.
|
|

|
|
#!/usr/bin/perl
require "alib.pl"; # Configure All path in this File.
my ($name, $value);
foreach (split(/&/, $ENV{'QUERY_STRING'})) {
tr/+/ /;
s/%([0-9a-fA-F]{2})/pack("c",hex($1))/ge;
($name, $value) = split(/=/, $_);
$in{$name}=$value;
}
print "Content-type: text/html\n\n";
print &Adverts(time, $in{'lg'}, $in{'kw'});
|
|
Hosted By: HostRocket.Com
Copyright © 2001-2002 www.cpp-home.com
All rights reserved.