This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#CHECK { print map { "$_\n"} keys %INC } | |
END { print map { "$_\n"} keys %INC } | |
use Gtk2::TrayIcon; | |
Gtk2->init; | |
sub evolution_empty_trash | |
{ | |
system qq{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use Math::FFTW; | |
use Audio::DSP; | |
use Time::HiRes qw(time); | |
my $amp = 0xffff; | |
my $len = 0xfff; |
NewerOlder