Russian subtites translated by Notabenoid pasted on English x264 720p synced subtitles.
(Русские сабы для Lost 6×15 720p) : [Download not found]
A good scientist continually questions his own theories and assumptions
Russian subtites translated by Notabenoid pasted on English x264 720p synced subtitles.
(Русские сабы для Lost 6×15 720p) : [Download not found]
I present here my literature seminar (as a requirement for PhD degree) on topic “Intrinsically Conductive Polymers”.
PowerPoint version: Conductive_Polymers_Final_Publish.pptx (2418 downloads)
PDF version: Conductive_Polymers_Final_Publish.pdf (2513 downloads)
There is a list of programs and their versions compatible with PocketPC iPAQ 214 WM6.0 device (Programs are presented in the install order):
There is registry key that MCE reads the frequencies for the tuning. The key can be found at: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\TV System Services\TVAutoTune. Within this registry key, you will see that there are a number of sub keys with the following format: TSXX-0 or TSXX-1. TS stands for Tuning Space. XX is the country code based on the international dialling code prefix. 0 or 1 indicates the signal type, 0 is for analogue antenna and 1 cable or satellite. Within those keys there are a number of DWORD sub keys and values. The DWORD key name is the channel number and the value is a hexadecimal number equating to the frequency in Hz that you require. You are looking at an 8 digit number, e.g. 243250000 equates to 243.25MHz.
To start with the setup you need to obtain the Channel Frequency List. For Israel HOT provider you can find it at http://www.hot.net.il/HOT.aspx?FolderID=1654&lang=he. Other information about obtaining frequencies you can view at http://sa-mce.com/blogs/blog2/archive/2006/05/04/finding-analogue-tv-broadcast-frequencies-for-mce-2005.aspx
Now we convert this frequncies into registry format and apply the fine tune correction to the frequencies. The easiest way to do this with Excel and small program.
Paste the frequencies list to the Excel, now you need to convert it to Hz, for that, multiply the frequency (which is in MHz) by 1,000,000 (10^6) and add 500,000 or 250,000 (fine tune correction). And convert it to the 8-byte hex format.
Example file: Channels-Haifa_cable.xlsx
After that create text file (ch.txt) with hex numbers for frequencies, one per line, and empty line at the end. (Copy/paste the hex numbers column from excel to the new text file named ch.txt in Notepad.)
Download the “freqwrite” program to the directory with hex frequencies file.
Type in command prompt within this directory
freqwrite.exe < ch.txt > autotune.reg
Now, you get registry file with frequencies list which can be added to the registry.
My autotune file: autotune.reg
Download, install and run the MegaEPG program from http://pvr.co.il/
You can setup guide as described at http://pvr.co.il/distribution/Docs/readme.html#vistasetup
When Media Center ask you which signal you want to use, select the Cable.
Important! Before “Scan for Services”, go to the Windows and run the autotune.reg file and check the registry (with regedit.exe) that you have applied the frequency list. Now Media Center finds defined channels. After all needed channels was found you can press ‘Stop’.
And, the last step, after you have dowloaded EPG listings assign them to each channel.
find / -type f -size +20000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
or
du --max-depth=1 -h /
cd /var/www/html/
wget http://joomlacode.org/gf/download/frsrelease/6828/22537/Joomla_1.0.15-Stable-Full_Package.tar.gz
tar -zxvf Joomla_1.0.15-Stable-Full_Package.tar.gz
from su (assuming that you have ‘apache’ user for httpd):
chgrp -R apache administrator/backups/ administrator/components/ administrator/modules/ administrator/templates/ components/ images/ images/banners/ images/stories/ language/ mambots/ mambots/content/ mambots/editors/ mambots/editors-xtd/ mambots/search/ mambots/system/ media/ modules/ templates/ cache/
chmod -R g+w,o-rwx administrator/backups/ administrator/components/ administrator/modules/ administrator/templates/ components/ images/ images/banners/ images/stories/ language/ mambots/ mambots/content/ mambots/editors/ mambots/editors-xtd/ mambots/search/ mambots/system/ media/ modules/ templates/ cache/
chgrp -R apache components/com_expose/expose/xml/ components/com_expose/expose/img/ components/com_expose/expose/manager/amfphp/extra/passhash.inc.php components/com_expose/expose/config/config.xml components/com_expose/expose/manager/amfphp/extra/settings.xml
chmod -R g+w,o-rwx components/com_expose/expose/xml/ components/com_expose/expose/img/ components/com_expose/expose/manager/amfphp/extra/passhash.inc.php components/com_expose/expose/config/config.xml components/com_expose/expose/manager/amfphp/extra/settings.xml
Must have components:
http://www.joomfish.net/ joomfish
http://www.artio.cz/en/downloads/joomla-extensions/2 joomsef
Set permissions:
chgrp -R apache cache files store images/avatars/upload images/avatars/gallery images/ranks images/smilies config.php
chmod -R g+w,o-rwx cache files store images/avatars/upload images/avatars/gallery images/ranks images/smilies config.php
Latest version at http://www.eaccelerator.net/
Installing:
cd ~
wget http://bart.eaccelerator.net/source/0.9.5.3/eaccelerator-0.9.5.3.tar.bz2
tar jxvf eaccelerator-0.9.5.3.tar.bz2
cd eaccelerator-0.9.5.3.tar.bz2
phpize
./configure –enable-eaccelerator=shared –with-eaccelerator-content-caching –with-php-config=/usr/bin/php-config
make
make install
mkdir /tmp/eaccelerator
chgrp -R apache /tmp/eaccelerator
chmod -R g+w,o-rwx /tmp/eaccelerator
cp ~/eaccelerator-0.9.5.3/eaccelerator.ini /etc/php.d
#change ini file#
Upgrade:
Same until – mkdir
Check if installed properly:
php -v
Response:
PHP 5.2.6 (cli) (built: May 5 2008 10:32:59)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with eAccelerator v0.9.5.3, Copyright (c) 2004-2006 eAccelerator, by eAccelerator