Program for testing ray tracing. Script based povray : http://www.povray.org/
Tags: povray
Program for testing ray tracing. Script based povray : http://www.povray.org/
Tags: povray
Some links description on how to compile the driver module gspca_ov534 and mentions some usefull programs: http://wiki.tekkotsu.org/index.php/Sony_PlayStation_Eye_driver_install_instructions Linus opencv camera compability (search for “playstation 3”): http://opencv.willowgarage.com/wiki/FullOpenCVWiki Example of using v4l2 api for video capturing: http://sparse-stereo-vision.googlecode.com/svn/capture.cpp Video4linux (v4l) api: http://linuxtv.org/downloads/v4l-dvb-apis/ Programs: guvcview: camera control, view and recording that uses uvc (USB video class) uvcdynctrl: command line program for […]
Tags: eye cam, Playstation 3, ps3, quvcview, uvcdynctrl
If you are not able to link with a library that is specified via pkg-config then make sure your pkg-config flag is placed in the end of the compiler/linker command eg: g++ -o “OpenCV2.3Test” ./main.o `pkg-config –libs opencv` instead of g++ `pkg-config –libs opencv` -o “OpenCV2.3Test” ./main.o In Eclipse this is done by going to project […]
Tags: eclipse, pkg-config, pkgconfig
One way to install missing latex-packages is to find another package in the package repositories that contains the needed .sty file. According to this post (Easy package installation) one approach is to use apt-file the following way: apt-file -x search ‘/textcomp.sty$’ This will report which package contain the needed file and that package can then […]
Tags: apt-file, latex, package management
Use dpkg’s -L option followed by the package name eg. dpkg -L firefox
Tags: dpkg, install, package inspection
getting online.sdu.dk to work under linux requires installation of a citrix client and to add the global sign root certificate. citrix client/receiver A google search will give the certificate but here is a direct link: Certificate copy the certificate and paste it in a file called eg. globalsignrootcertificate.crt and save it in: /opt/Citrix/ICAClient/keystore/cacerts make sure […]
What files is installed on the system and where when running a .deb file either by software-center or dpkg -i .deb? find out by running: dpkg-build –contents .deb This doesnt install the package but let you inspect what will happen is you install
Tags: deb, dpkg-build
If you are not sure which directories gcc looks for header files or in which order this is done run the command gcc -v -x c -E –
Adding henriks texworks scripts Go to the directory: cd ~/.Texworks checkout henriks git repo (https://github.com/henrikmidtiby/TeXworks-scripts) git clone https://github.com/henrikmidtiby/TeXworks-scripts.git rename/delete existing scripts folder and rename the created folder “TeXworks-scripts” to “scripts” in texworks choose scripts->Scripting texworks-> reload script list Soem of the scripts may not work if texworks isnt the newest version