Posted 1 month ago

Ubuntu segmentation fault when xpdf is launched?

$ sudo apt-get install libfreetype6-dev libmotif-dev
$ wget ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.03.tar.gz
$ tar xzpf xpdf-3.03.tar.gz
$ cd xpdf-3.03
$ ./configure —with-freetype2-library=/usr/lib/i386-linux-gnu
—with-freetype2-includes=/usr/include/freetype2 
—with-Xm-library=/usr/lib
—with-Xm-includes=/usr/include/Xm
$ make
$ sudo make install

Posted 2 months ago

Retrieve parameters in Perl functions is fun

# This function f(a,b) computes bla bla bla
sub f
{
     my $b=pop;
     my $a=pop;
     
     :
}

Posted 2 months ago

GALEX FITS stitching

Posted 5 months ago

Wikipedia (2/2)

Posted 5 months ago

Wikipedia (1/2)