
Linux
Get flash to fully experience Pearltrees
Video
"Statista offers thousands of statistical graphs describing numerous topics. Highcharts is our first choice to display our charts because it’s fast, stable, accurate and beautifully designed." Dr. Friedrich Schwandt, CEO and Founder of Statista I'm writing on behalf of TellApart to thank you for your diligence in making the Highcharts library a success.
Highcharts - Interactive JavaScript charts for your webpage
Mechanical Engineering Useful Software in Linux
Installing Windows XP under Debian with QEMU - Debian Manual
Ubuntu Tip:Howto reduce PDF file size from command line | Ubuntu Geek
Second release candidates for Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 released Another iteration of release candidates for Python 2.6.8 , 2.7.3 , 3.1.5 , and 3.2.3 have been released for testing. They include several security fixes. EuroPython 2012 will be in Florence, Italy, July 2nd-8th. The Call for Proposals is open until March, 18th. Sponsorship packages are available, too!
Python Programming Language – Official Website
Inter-Process Communications
Caveat: The material in this topic uses the os.fork() function which is not available under Microsoft Windows. (One reason is that Windows, compared to Unix, is very slow to create new processes so that in practice you would never use fork() even if you could! There is another solution to this problem - threading - that works on both Unix and Windows which we will cover in a later topic.) If you are using Windows I recommend that you read the concept sections at the top because the principles will be used in the next topic.wxPython is not part of the standard Python distribution and has to be downloaded and installed separately. It's best to tell the user that wxPython is required but has not been found (hence the try/except ImportError). Keeping track of parents is usefull when we have to show/hide a group of widgets, repaint them on screen or simply destroy them when application exits. It's usually best to have the portion of code which creates all the GUI elements (button, text fields...) separate from the logic of the program.
Building a basic GUI application in Python with Tkinter and wxWidgets
SynapticsTouchpad - Debian Wiki
Note: Xorg -configure may not always work, as indicated in Xorg(1). In any case, if you are using Squeeze, read on, as you no longer need a full xorg.conf. You should use a file in /etc/X11/xorg.conf.d , e.g.Advanced Bash-Scripting Guide
Sound
Latex
7.8. Using MEncoder to create VCD/SVCD/DVD-compliant files
Daniel Davis - Watching videos on the Wii
I looked into the AVI method as I have a 2GB SD card handy. It seems the Wii only supports MJPEG video files which, while compatible with many digital cameras, tend to be very large with a 100MB file giving you just a few minutes of video. You need to have Mencoder installed first (it's part of MPlayer ) and you may need to change the framerate (fps) to 23.97 or similar if the audio is out of sync. Mencoder should accept any video format as input (i.e. FLV, etc.), not just AVI.7.8.1. Format Constraints MEncoder is capable of creating VCD, SCVD and DVD format MPEG files using the libavcodec library. These files can then be used in conjunction with vcdimager or dvdauthor to create discs that will play on a standard set-top player. The DVD, SVCD, and VCD formats are subject to heavy constraints. Only a small selection of encoded picture sizes and aspect ratios are available.

