<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;A0EDSXgyfCp7ImA9WhRRFE4.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000</id><updated>2011-11-28T02:21:18.694+02:00</updated><category term="Games" /><category term="Internet" /><category term="FPC" /><category term="Linux" /><category term="Projects" /><category term="Jobs" /><category term="Lazarus" /><category term="Tools" /><category term="Web Browsers" /><category term="Hardware" /><category term="Pocket PC/PDA" /><category term="SVN" /><category term="Android" /><category term="Tutorials" /><category term="Freebies" /><category term="Programming" /><title>GintasDX</title><subtitle type="html">Software/Technology and Games blog</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://gintasdx.althirius-studios.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>42</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/althirius-studios/mSNt" /><feedburner:info uri="althirius-studios/msnt" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DkEGR3s6fip7ImA9WhdVEE8.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-9172401778110543847</id><published>2011-09-14T21:23:00.002+03:00</published><updated>2011-09-14T21:23:46.516+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-14T21:23:46.516+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tutorials" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><title>Remove custom search in Linux Mint</title><content type="html">I find a Google custom search rather annoying since it doesn't have a sleek look as the original one so here is few steps how to get back into using normal one.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Mozilla Firefox&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Download and install &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/always-com-googlecom-in-englis/"&gt;Google.com in English&lt;/a&gt;. To select it as default for search field click on search engine icon in the search field. Select "Manage Search Engines..."&lt;br /&gt;
and move it to the top. Second step is to make it work in the address (URI) field.&lt;br /&gt;
In the address field type &lt;b&gt;about:config&lt;/b&gt; and press the "I'll be careful..." button. Here type a google in the Filter field.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-LjDgZP2P72I/TnDrciWLVtI/AAAAAAAAAOs/rCc3VWQ5tPM/s1600/firefox_google.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="210" src="http://4.bp.blogspot.com/-LjDgZP2P72I/TnDrciWLVtI/AAAAAAAAAOs/rCc3VWQ5tPM/s640/firefox_google.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Now you need to change the the 3 lines:&lt;br /&gt;
&lt;b&gt;browser.search.defaultenginename&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;browser.search.order.1&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;browser.search.selectedEngine&lt;/b&gt;&lt;br /&gt;
double click on each field and type &lt;b&gt;Google.com (in English)&lt;/b&gt; .&lt;br /&gt;
That's all you are done! Try to search for something random in address to see if it working :)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Chromium&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Click on wrench icon and go to Preferences. In the Basics options you need to find Search options. Click on the &lt;b&gt;Manage Search Engines &lt;/b&gt;button. In a new window you will find a &lt;b&gt;Default search options&lt;/b&gt; in the third value field replace a current entry with this one: &lt;br /&gt;
&lt;b&gt;http://www.google.com/search?hl=en&amp;amp;q=%s&lt;/b&gt; .&lt;br /&gt;
&lt;br /&gt;
You are done!&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Opera&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
I rarely use this,but it's really easy too. Go to Tools-&amp;gt;Preferences... -&amp;gt; Search tab. Select Google and click Edit... button. Press &lt;b&gt;Details &amp;gt;&amp;gt; &lt;/b&gt;button and replace&lt;br /&gt;
Address field entry with &lt;b&gt;http://www.google.com/search?hl=en&amp;amp;q=%s&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-OohUnmta52Y/TnDwnzdZCQI/AAAAAAAAAOw/DTvOxzBDggw/s1600/opera_google.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="266" src="http://4.bp.blogspot.com/-OohUnmta52Y/TnDwnzdZCQI/AAAAAAAAAOw/DTvOxzBDggw/s640/opera_google.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
The Linux Mint project is funded from the Ads in custom search engine so make sure you are giving them a donation before removing their search engine. &lt;br /&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-9172401778110543847?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/gOS1Ztk6MvQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/9172401778110543847/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=9172401778110543847" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/9172401778110543847?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/9172401778110543847?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/gOS1Ztk6MvQ/remove-custom-search-in-linux-mint.html" title="Remove custom search in Linux Mint" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-LjDgZP2P72I/TnDrciWLVtI/AAAAAAAAAOs/rCc3VWQ5tPM/s72-c/firefox_google.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/09/remove-custom-search-in-linux-mint.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0cCRH05eCp7ImA9WhdVEEw.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-7838876511689603462</id><published>2011-09-14T19:50:00.003+03:00</published><updated>2011-09-14T19:51:05.320+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-14T19:51:05.320+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Android" /><title>Android phone as 3G modem on Linux</title><content type="html">I was quite sad when the Linux couldn't connect to internet using LG GT540 via USB cable. Since the phone runs Android 2.1 there is no option of WiFi Hotspot,but I found a working solution called &lt;a href="market://search?q=pname:net.szym.barnacle"&gt;Barnacle Wi-Fi Tether&lt;/a&gt; . Just open the market app and look for this app. Once you installed it open and press "Start" button. Optionally you can make a password for your WiFi connection in the settings menu. &lt;i&gt;On many phones you need to enable &lt;a href="http://szym.net/barnacle/fix/#nonetwork"&gt;Skip wpa_supplicant&lt;/a&gt; in Settings to actually create the ad-hoc network. In that case WEP will most likely not work.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Turn on WiFi on your computer and Linux should notice you about new availabe WiFi connection by default named "barnacle". Connect and start surfing the web.&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;
I like that this app also displays the connection speed and dowload/uploaded data.&lt;br /&gt;
On Windows you need to check TCP/IP settings to make sure you are obtaining IP address automatically. It doesn't worked for me first time since I was forgot about static IP settings in WiFi connection since I was using WLAN&lt;i&gt;.&amp;nbsp;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;
At no cost you now have the wireless hotspot probably working even with old Android 1.5 phones too :) &lt;i&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Here are some more detailed steps about WiFi tethering on rooted Android phones:&lt;/i&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i&gt;&lt;a href="http://maketecheasier.com/use-your-android-phone-as-a-wireless-hotspot/2010/07/30"&gt;Use your Android Phone as a Wireless Hotspot (Rooted Phones Only)&lt;/a&gt;&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;&lt;i&gt;&lt;a href="http://www.youtube.com/watch?v=3rQ_wz1FWnA"&gt;Root your GT540 video&lt;/a&gt;&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;&lt;i&gt;&lt;a href="http://android.modaco.com/topic/321196-1click-app2sd-now-includes-1-click-root/"&gt;One click rooting GT540 tutorial&lt;/a&gt;&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-7838876511689603462?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/Jo0FUqqqzGs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/7838876511689603462/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=7838876511689603462" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/7838876511689603462?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/7838876511689603462?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/Jo0FUqqqzGs/android-phone-as-3g-modem-on-linux.html" title="Android phone as 3G modem on Linux" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/09/android-phone-as-3g-modem-on-linux.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUEMQXk8fip7ImA9WhdRF0k.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-4800110302612555026</id><published>2011-08-07T23:07:00.003+03:00</published><updated>2011-08-07T23:08:00.776+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-07T23:08:00.776+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tutorials" /><title>Tutorial: Code::Blocks with FLTK</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-GW-mSlT5QWI/Tj7whD-QDLI/AAAAAAAAAOc/P6k-3b8b58w/s1600/splash_fltk.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="93" src="http://2.bp.blogspot.com/-GW-mSlT5QWI/Tj7whD-QDLI/AAAAAAAAAOc/P6k-3b8b58w/s320/splash_fltk.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Building&amp;nbsp;the &lt;a href="http://www.fltk.org/"&gt;FLTK&lt;/a&gt; library is pretty easy.&lt;br /&gt;
&lt;b&gt;Building the library on Windows&lt;/b&gt;&lt;br /&gt;
Stuff you will need:&lt;br /&gt;
&lt;a href="http://www.cmake.org/"&gt;CMake&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://tdm-gcc.tdragon.net/"&gt;MinGW Compiler System&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.petri.co.il/add_command_prompt_here_shortcut_to_windows_explorer.htm"&gt;CmdHere Powertoy&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Make sure you have a MinGW in your PATH. On Windows XP you just need to right click on My Computer&lt;br /&gt;
and select Advanced tab. Press the "Environment Variables" and add the MinGW folder path into the PATH variable. In some cases MinGW setup lets you add this&amp;nbsp;automatically.&lt;br /&gt;
&lt;br /&gt;
Lets setup the CMake. Run the CMake-GUI application and setup the extracted FTLK library folder.&lt;br /&gt;
I was testing this with stable 1.3 and 1.1.10 versions.&lt;br /&gt;
&lt;br /&gt;
On first time run you need press "Configure". Options window should appear. From the list select&lt;br /&gt;
"&lt;b&gt;MinGW Makefiles&lt;/b&gt;" and select "&lt;b&gt;Specify native compilers&lt;/b&gt;".&lt;br /&gt;
Browse for the C and C++ compilers in MinGW folder.&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-IJs4PHc6c7s/Tj7TPodCL1I/AAAAAAAAAOM/520nK_lW95M/s1600/native_compilers.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="248" src="http://4.bp.blogspot.com/-IJs4PHc6c7s/Tj7TPodCL1I/AAAAAAAAAOM/520nK_lW95M/s320/native_compilers.jpg" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;For the C compiler select &lt;b&gt;gcc.exe&lt;/b&gt; and for C++ compiler select&lt;br /&gt;&lt;b&gt;g++.exe&lt;/b&gt;&amp;nbsp;. Yes not the c++.exe :)&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-R5utW6mWUBI/Tj7NcaWSNDI/AAAAAAAAAOI/z4DrCz2YYCE/s1600/cmake_fltk1.3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="314" src="http://2.bp.blogspot.com/-R5utW6mWUBI/Tj7NcaWSNDI/AAAAAAAAAOI/z4DrCz2YYCE/s320/cmake_fltk1.3.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
Your settings should look like this. We don't want to use the system libraries and build all the examples.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
Hit the Configure button and later Generate. All the red warning should be gone.&amp;nbsp;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;b&gt;Note:&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
For 1.1.10 version you need to open the CMakeLists.txt from &lt;b&gt;\src\&lt;/b&gt; folder and&amp;nbsp;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
and in the end of file add the following lines:&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="color: #073763;"&gt;if&lt;/span&gt;&lt;/b&gt;(&lt;span class="Apple-style-span" style="color: #cc0000;"&gt;WIN32&lt;/span&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;&amp;nbsp; &amp;nbsp;&lt;span class="Apple-style-span" style="color: #073763;"&gt;target_link_libraries&lt;/span&gt;(fltk comctl32)&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="color: #073763;"&gt;endif&lt;/span&gt;&lt;/b&gt;(&lt;span class="Apple-style-span" style="color: #cc0000;"&gt;WIN32&lt;/span&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;Now we have configured and build all makefiles we need. Lets build the library and FLUID.&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;If you have configured Comand line shell in explorer from the link above you just need to right click&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;and on the extracted folder of FTLK that includes all the source and test files,and select "Open Command Window Here". If you don't have such option press Windows Logo key + R or from Start menu select&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;"Run..." and type &lt;b&gt;cmd&lt;/b&gt;&amp;nbsp;in opened window.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;Now you need to execute command &lt;b&gt;pushd&lt;/b&gt; &lt;path folder="" ftlk="" of="" root=""&gt; .&amp;nbsp;&lt;/path&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;And execute command &lt;b&gt;mingw32-make &lt;/b&gt;or just&amp;nbsp;&lt;b&gt;make. &lt;/b&gt;Look the image bellow.&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-wCVP6UHOGh0/Tj7YCPhL99I/AAAAAAAAAOU/ITQBeEdiAVk/s1600/makeexe_b.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="161" src="http://4.bp.blogspot.com/-wCVP6UHOGh0/Tj7YCPhL99I/AAAAAAAAAOU/ITQBeEdiAVk/s320/makeexe_b.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;If everything alright you should get everything build 100% and all FTLK libraries plus FLUID app in the&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;FTLK bin folder. Or in the folder defined in CMake. Copy those libraries into MinGW installation &lt;b&gt;lib &lt;/b&gt;folder.&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;I actually added FLTK library folder into Code::Blocks search directories. You can find those in&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;Settings-&amp;gt;Compiler and debugger... -&amp;gt; Global compiler settings -&amp;gt; Search directories tab.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;b&gt;How to build libraries on Linux?&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
Everything is quite the same. You need to download cmake and cmake-gui (probably with QT interface).&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
After generating makefiles right click on the FTLK source folder and open the terminal.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
In terminal enter &lt;i&gt;make&lt;/i&gt; command. That's all. If you get some errors you might be missing some libraries&amp;nbsp;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
and dev packages.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
When building from the imported MS Visual Studio files on Code::Blocks don't forget to link those libraries:&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;ftlk&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;uuid&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;ole32&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;comctl32&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;comdlg32&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;gdi32&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-CCHtAtoG0EA/Tj7kGrGIkRI/AAAAAAAAAOY/xis1c_Ykk8k/s1600/fltklibs.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="233" src="http://4.bp.blogspot.com/-CCHtAtoG0EA/Tj7kGrGIkRI/AAAAAAAAAOY/xis1c_Ykk8k/s320/fltklibs.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;If you get and error that some X function cannot be found in libfltka you may want to look in Google&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;for that function to see what library you will need to link. If you are building a new project using wizard simply make new folder called &lt;b&gt;include&lt;/b&gt; in FLTK library folder and copy here the &lt;b&gt;FL &lt;/b&gt;folder since Code::Blocks Project wizard always looks for include folder.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;Have fun with codding!&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;span class="Apple-style-span" style="background-color: white;"&gt;You can download my Win32 build version with 4 extra &lt;a href="http://ergoeclectic.com/projects/fltk-gleam.html"&gt;Gleam&lt;/a&gt; themes. &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
[&lt;b&gt;&lt;a href="http://www.box.net/shared/ebo9h8vp4frstp3tjmvf"&gt;Download FLTK 1.30 Stable + 4 Gleam themes&lt;/a&gt;&lt;/b&gt;]&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-4800110302612555026?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/7jRe2yR8A0Q" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/4800110302612555026/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=4800110302612555026" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/4800110302612555026?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/4800110302612555026?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/7jRe2yR8A0Q/tutorial-codeblocks-with-fltk.html" title="Tutorial: Code::Blocks with FLTK" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-GW-mSlT5QWI/Tj7whD-QDLI/AAAAAAAAAOc/P6k-3b8b58w/s72-c/splash_fltk.png" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/08/tutorial-codeblocks-with-fltk.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EMQ3k8fyp7ImA9WhdTEk8.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-7757488834908747484</id><published>2011-07-09T18:33:00.003+03:00</published><updated>2011-07-09T18:34:42.777+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-09T18:34:42.777+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Hardware" /><title>Atheros WiFi problems</title><content type="html">I am using &lt;b&gt;Atheros AR9285&lt;/b&gt; Wireless Network Adapter and I couldn't connect to other home computer using&lt;br /&gt;
WLAN. I tried few registry tweaks and&amp;nbsp;modifying&amp;nbsp;Firewall settings,but seems the problem was really easy. The computers was on&amp;nbsp;different&amp;nbsp;workgroup.&lt;br /&gt;
&lt;br /&gt;
So if you having problems with Atheros this might be not the drivers problem. To change the workgroup of computer right click on My Computer icon and select Properties. Select the "Computer Name" tab and make sure both computers are on same workgroup. I am using default - MSHOME.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-8NenYswZ3TI/ThhwuSEvGYI/AAAAAAAAAMw/qSsbLjdBqXU/s1600/pc_workgroup.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-8NenYswZ3TI/ThhwuSEvGYI/AAAAAAAAAMw/qSsbLjdBqXU/s320/pc_workgroup.png" width="275" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Also I don't&amp;nbsp;automatically defined IP&amp;nbsp;address. You can change the IP settings by going to Control Panel.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;From the left menu select &amp;nbsp;"Switch to Classic View" if you using default view.&lt;/li&gt;
&lt;li&gt;Double click on Network Connections.&lt;/li&gt;
&lt;li&gt;Find the "Wireless Network Connection"&lt;/li&gt;
&lt;li&gt;Press Right mouse button and select "Properties"&lt;/li&gt;
&lt;li&gt;In the "General" tab select the "Internet Protocol (TCP/IP)" in a list box.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Press "Properties" button.&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
Your settings should look like this. On the computer you want to connect use&amp;nbsp;different&amp;nbsp;IP&amp;nbsp;address like 169.10.10.22 .&amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-5g3BYYw7jSY/ThhzPXFxTEI/AAAAAAAAAM0/0FZOuHcmErk/s1600/IP_settings.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/-5g3BYYw7jSY/ThhzPXFxTEI/AAAAAAAAAM0/0FZOuHcmErk/s320/IP_settings.png" width="284" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Hope it works for you.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Some useful links to follow:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href="http://www.opendrivers.com/"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;Atheros Drivers&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="background-color: white; font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 34px;"&gt;&lt;a href="http://www.techrepublic.com/article/build-your-skills-configure-a-wireless-lan-connection-in-windows-xp/1048162"&gt;Configure a wireless LAN connection in Windows XP&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-7757488834908747484?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/NLvPrfxpi_E" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/7757488834908747484/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=7757488834908747484" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/7757488834908747484?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/7757488834908747484?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/NLvPrfxpi_E/atheros-wifi-problems.html" title="Atheros WiFi problems" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-8NenYswZ3TI/ThhwuSEvGYI/AAAAAAAAAMw/qSsbLjdBqXU/s72-c/pc_workgroup.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/07/atheros-wifi-problems.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0UAQXw-fCp7ImA9WhdTEUk.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-4675364589428453021</id><published>2011-07-08T19:06:00.002+03:00</published><updated>2011-07-08T19:07:20.254+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-08T19:07:20.254+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tools" /><category scheme="http://www.blogger.com/atom/ns#" term="Freebies" /><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>Chrome To Phone alternative for Android 2.1</title><content type="html">The Chrome and &lt;a href="http://www.madxperts.com/2010/08/18/fox-phone-alternative-chrome-phone-android/"&gt;Firefox&lt;/a&gt; has a simply extension to pull links into mobile,but sadly it's not&amp;nbsp;compatible&amp;nbsp;with my phone. There is&amp;nbsp;an free alternative which doesn't requires to have an GMail account,works on Android Eclair and Symbian,Windows Mobile phones and you can pull not only links but also:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Geo location on Google Maps&lt;/li&gt;
&lt;li&gt;Phone Number&lt;/li&gt;
&lt;li&gt;Calendar Event&lt;/li&gt;
&lt;li&gt;Contact Information&lt;/li&gt;
&lt;li&gt;SMS&lt;/li&gt;
&lt;li&gt;Text&lt;/li&gt;
&lt;li&gt;Wifi Network login details&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
It's called ZXing and you can download it from the Android Market or &lt;a href="http://code.google.com/p/zxing/"&gt;official website&lt;/a&gt;. It's a QR Code scanner and you will need to copy the link or text you want and generate the QR code using &lt;a href="http://zxing.appspot.com/generator/"&gt;online QR code generator&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-jqfsZSeRMQk/Thck7LFHdfI/AAAAAAAAAMQ/VQbOGnIWgi4/s1600/gintasdx_qrcode.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-jqfsZSeRMQk/Thck7LFHdfI/AAAAAAAAAMQ/VQbOGnIWgi4/s1600/gintasdx_qrcode.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;QR code of my blog.&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
Lunch the ZXing app on your phone and it will&amp;nbsp;automatically read the code.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-6zithYiokNw/Thcn2dRK6JI/AAAAAAAAAMU/HA7HshPGdH0/s1600/url_on_lg.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-6zithYiokNw/Thcn2dRK6JI/AAAAAAAAAMU/HA7HshPGdH0/s1600/url_on_lg.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;Now you may wonder how to pull links from phone to computer. It's quite simple,just download an &lt;a href="http://www.opera.com/mobile/"&gt;Opera Mini&lt;/a&gt; for your phone and turn on &lt;a href="http://www.opera.com/link/"&gt;Opera Link&lt;/a&gt; feature in settings menu.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Here is some good QR code scanners for other mobile phones.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href="http://www.freewarepocketpc.net/ppc-tag-barcode.html"&gt;Barcodes readers for Windows Mobile phones&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href="http://www.quickmark.com.tw/En/basic/download.asp"&gt;Barcode readers for iPhone and Symbian phones&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-4675364589428453021?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/S7D6LecDom4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/4675364589428453021/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=4675364589428453021" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/4675364589428453021?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/4675364589428453021?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/S7D6LecDom4/chrome-to-phone-alternative-for-android.html" title="Chrome To Phone alternative for Android 2.1" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-jqfsZSeRMQk/Thck7LFHdfI/AAAAAAAAAMQ/VQbOGnIWgi4/s72-c/gintasdx_qrcode.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/07/chrome-to-phone-alternative-for-android.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0MAQn8-fCp7ImA9WhdTEEs.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-3388221824297911009</id><published>2011-07-07T20:56:00.001+03:00</published><updated>2011-07-07T20:57:23.154+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-07T20:57:23.154+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Freebies" /><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>Covert videos to Android phones...</title><content type="html">Well this method works for all mobile phones and portable media players (PMP).&lt;br /&gt;
&lt;br /&gt;
One of the best free converters I found without ads or junk after install is &lt;b&gt;&lt;a href="http://www.pcfreetime.com/"&gt;Format Factory&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
The best things I love about it that I can rip whole DVD into single file and the lets you to pickup&lt;br /&gt;
language for audio and subtitles. Also it can convert download Youtube videos into MP3.&lt;br /&gt;
&lt;br /&gt;
Start the program and from left menu click on Video bar. Select All to mobile.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-Krvud-Ec6WM/ThXsgJ6EZMI/AAAAAAAAALs/jlVpJ1DcNMg/s1600/ff_mobile.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="160" src="http://1.bp.blogspot.com/-Krvud-Ec6WM/ThXsgJ6EZMI/AAAAAAAAALs/jlVpJ1DcNMg/s640/ff_mobile.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
From the models list I selected Google phone and 480x320 resolution since my mobile has HVGA resolution. To find out your screen size you can check your phone model at&amp;nbsp;manufacturer&amp;nbsp;website or &lt;a href="http://www.pdadb.net/"&gt;PDAdb.net&lt;/a&gt;&amp;nbsp;and &lt;a href="http://www.gsmarena.com/"&gt;GSMArena.com&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-t-8PTkdV_xQ/ThXty6yvgwI/AAAAAAAAALw/JitKgJr--z8/s1600/ff_google.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="260" src="http://4.bp.blogspot.com/-t-8PTkdV_xQ/ThXty6yvgwI/AAAAAAAAALw/JitKgJr--z8/s400/ff_google.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
If you have large SD card sure you pick a better sound quality when default.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
Press OK.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-q-SMDAhQrSI/ThXu4aGeelI/AAAAAAAAAL0/76aZESONl1c/s1600/ff_video.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="290" src="http://1.bp.blogspot.com/-q-SMDAhQrSI/ThXu4aGeelI/AAAAAAAAAL0/76aZESONl1c/s400/ff_video.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
In the new dialog select the files you want to convert and press OK.&amp;nbsp;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
In the main window press start button and have a coffee while you will get all your videos converted.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
And press the "Output folder" if it doesn't popup for you and simply copy all the videos into your phone&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
using PC suite or WiFi.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;b&gt;How to convert DVD into mobile video?&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
From the main window select the "DVD to Video file"&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-ML1FobqnDLg/ThXyweHuwoI/AAAAAAAAAL8/pZ-R59uL120/s1600/ff_dvd.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-ML1FobqnDLg/ThXyweHuwoI/AAAAAAAAAL8/pZ-R59uL120/s1600/ff_dvd.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
Make sure to check &lt;a href="http://www.youtube.com/results?search_query=format+factory&amp;amp;aq=f"&gt;Youtube&lt;/a&gt; for detailed tutorials about Format Factory.&amp;nbsp;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
As alternative you can &lt;a href="http://www.freemake.com/free_video_converter/"&gt;FreeMake Video Converter&lt;/a&gt;. It requires .NET Framework 4 . Make sure to check their "How to" section with lots of video tutorials.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-3388221824297911009?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/5QfrZqs_V-8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/3388221824297911009/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=3388221824297911009" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/3388221824297911009?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/3388221824297911009?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/5QfrZqs_V-8/covert-videos-to-android-phones.html" title="Covert videos to Android phones..." /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-Krvud-Ec6WM/ThXsgJ6EZMI/AAAAAAAAALs/jlVpJ1DcNMg/s72-c/ff_mobile.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/07/covert-videos-to-android-phones.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8BQXg5cCp7ImA9WhdTEEg.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-240941251999134002</id><published>2011-07-07T20:13:00.001+03:00</published><updated>2011-07-07T20:14:10.628+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-07T20:14:10.628+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Games" /><category scheme="http://www.blogger.com/atom/ns#" term="Freebies" /><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>Battle City - Free Remakes</title><content type="html">&lt;a href="http://en.wikipedia.org/wiki/Battle_City_(video_game)"&gt;Battle City&lt;/a&gt;&amp;nbsp;or Missile Tank 1991 was one the first video games I played. It was&amp;nbsp;coming&amp;nbsp;in with NES/Famicom console clone bundle.&amp;nbsp;Simple game play was pretty addicting and one the best feature in two players mode.&lt;br /&gt;
You can &lt;a href="http://www.youtube.com/watch?v=ok1vRZvZmuw"&gt;watch the video&lt;/a&gt; from orginal game.&lt;br /&gt;
&lt;br /&gt;
Anyways after more than 15 years I decided to take a look at PC version of this game and I was really&amp;nbsp;satisfied&amp;nbsp;with games I found. All games are free and full versions.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="http://www.gametop.com/download-free-games/tank-commander/"&gt;Tank Commander&lt;/a&gt;&lt;/b&gt;&amp;nbsp;- A one of the best remakes with great effects and graphics. Has a two players mode and includes 4&amp;nbsp;different&amp;nbsp;zones and about 40 levels.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="http://www.gametop.com/download-free-games/battle-rush/"&gt;Battle Rush&lt;/a&gt;&lt;/b&gt; - &amp;nbsp;A 3D clone of Battle City with simply graphics and two players mode. Too bad there is not much levels to play.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="http://linux.softpedia.com/get/GAMES-ENTERTAINMENT/Arcade/Diamond-Fighters-39646.shtml"&gt;Diamond Fighters&lt;/a&gt;&lt;/b&gt; - A remake for Linux and comes with 30 levels.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="http://www.myplaycity.com/combatant_area/"&gt;Combatant Area&lt;/a&gt;&lt;/b&gt; - A simple 2D remake with new graphics and two players support.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="http://www.acid-play.com/download/battle-city-x"&gt;Battle City X&lt;/a&gt;&lt;/b&gt; - Really nice clone with original graphics and&amp;nbsp;power-ups. Includes lots of additional levels in&lt;br /&gt;
addition to all original levels.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="http://code.google.com/p/battle-city-tanks/"&gt;Battle City Tanks&lt;/a&gt;&lt;/b&gt; - Original game made in Python. You will need to download &lt;a href="http://www.pygame.org/"&gt;PyGame&lt;/a&gt; and &lt;a href="http://www.python.org/"&gt;Python&lt;/a&gt; to able to play it.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="http://www.normal-tanks.com/"&gt;Normal Tanks&lt;/a&gt;&lt;/b&gt; - A game with nice 3D rendered sprites and single player game mode. Great action packed game. &lt;i&gt;&lt;a href="http://www.youtube.com/watch?v=5m2Jw-KdwOE&amp;amp;feature=player_embedded"&gt;Wacth the gameplay&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Post in comments if you find some more :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-240941251999134002?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/fGCj--TdXdc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/240941251999134002/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=240941251999134002" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/240941251999134002?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/240941251999134002?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/fGCj--TdXdc/battle-city-free-remakes.html" title="Battle City - Free Remakes" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/07/battle-city-free-remakes.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08DR3w7eSp7ImA9WhdTEEg.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-6610939117053826019</id><published>2011-07-07T19:23:00.000+03:00</published><updated>2011-07-07T19:24:36.201+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-07T19:24:36.201+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Freebies" /><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>Online 8-bit sounds generator</title><content type="html">&lt;br /&gt;
There is one little &lt;a href="http://www.drpetter.se/project_sfxr.html"&gt;great tool&lt;/a&gt; that generates 8-bit video games like sound effects. You can generate tons of random sounds like coin pickup from Super Mario Bros. or explosion sound from Galaga game.&lt;br /&gt;
&lt;br /&gt;
Today I randomly found this little app ported into Flash so you can generate all the sounds online. It's free for any use including commercial titles. It will come handy in making old school retro games.&lt;br /&gt;
&lt;br /&gt;
Check it now!&lt;br /&gt;
&lt;a href="http://www.superflashbros.net/as3sfxr/"&gt;http://www.superflashbros.net/as3sfxr/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I hope there is more tools like this. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-6610939117053826019?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/QKdTldXAKUQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/6610939117053826019/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=6610939117053826019" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/6610939117053826019?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/6610939117053826019?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/QKdTldXAKUQ/online-8-bit-sounds-generator.html" title="Online 8-bit sounds generator" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/07/online-8-bit-sounds-generator.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkcCQnszfip7ImA9WhZaGEw.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-786087511717031824</id><published>2011-07-04T23:07:00.000+03:00</published><updated>2011-07-04T23:07:43.586+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-04T23:07:43.586+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tutorials" /><title>Phone as FM tuner for laptop</title><content type="html">Since USB FM&amp;nbsp;tuners&amp;nbsp;for laptops and desktop computers aren't very cheap you can make an alternative just for&lt;br /&gt;
0.99$. All you will need is:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-G6Emba0Iw0I/ThIbo4eQ3EI/AAAAAAAAALo/guNJe1UFEjc/s1600/phone_radio.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="222" src="http://1.bp.blogspot.com/-G6Emba0Iw0I/ThIbo4eQ3EI/AAAAAAAAALo/guNJe1UFEjc/s400/phone_radio.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Phone with FM radio,iPod,MP3 Player or basic FM radio with 3.5" audio jack&lt;/li&gt;
&lt;li&gt;&lt;a href="http://r.ebay.com/yVrd70"&gt;3.5" to 3.5" audio cable&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Connect one jack into phone 3.5" port and another jack into your computers microphone port. Most times it's a colored in pink or has a little microphone icon near. Turn on the FM radio on your phone and unmute the Microphone in the Volume control. On my Realtek soundcard it is called Pink In in Volume control &amp;nbsp; panel. And that's all! You can now record the music from your favorite radio station or listen to iPod music on your laptop/desktop PC speakers.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;i&gt;Some phones has 2.5" inch headphones port so you will need an&amp;nbsp;additional&amp;nbsp;adapter.&lt;/i&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-786087511717031824?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/ECc6Zcml8pM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/786087511717031824/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=786087511717031824" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/786087511717031824?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/786087511717031824?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/ECc6Zcml8pM/phone-as-fm-tuner-for-laptop.html" title="Phone as FM tuner for laptop" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-G6Emba0Iw0I/ThIbo4eQ3EI/AAAAAAAAALo/guNJe1UFEjc/s72-c/phone_radio.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/07/phone-as-fm-tuner-for-laptop.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4ARnoyeyp7ImA9WhZaGE0.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-1534224678098254329</id><published>2011-07-04T21:41:00.000+03:00</published><updated>2011-07-04T21:42:27.493+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-04T21:42:27.493+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tutorials" /><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>Download Youtube videos to PC</title><content type="html">There is probably lots of tips and tricks how to download those. I often search for some Flash game development tutorials and sure I want to watch video again without internet connection. With old Flash Player plugin it was easy since all the&amp;nbsp;videos&amp;nbsp;was saved into browsers cache folder, but now the Flash Player holds the downloaded video in &lt;i style="background-color: white;"&gt;&lt;span class="Apple-style-span" style="color: #351c75;"&gt;&lt;b&gt;&amp;lt;User Name&amp;gt;\Local Settings\Temp&lt;/b&gt;&lt;/span&gt;&lt;/i&gt;&amp;nbsp;(well on WinXP anyways :P) folder &lt;b&gt;*.tmp&lt;/b&gt; files. They are locked by program and cannot be&amp;nbsp;copied. I tried&amp;nbsp;various&amp;nbsp;force copy handlers,but not much help from those.&lt;br /&gt;
&lt;br /&gt;
After testing &amp;nbsp;a few Firefox extensions I found the one that does the job well. It can download vidoes in High or Low quality and in .FLV or .MP4 format (yep you can watch your downloaded videos on the phone or iPod) . It's called&amp;nbsp;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/flash-video-downloader-youtube/"&gt;Flash Video Downloader Youtube Downloader Facebook&lt;/a&gt;&amp;nbsp;. Sure it does downloads any embedded videos from any websites. To use it simply press Play on the video and right click on the player and select "Stop Download"&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-IxDdNgW4KPU/ThIHY7a0jnI/AAAAAAAAALc/rFDWsqLWhXc/s1600/stop_download.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-IxDdNgW4KPU/ThIHY7a0jnI/AAAAAAAAALc/rFDWsqLWhXc/s1600/stop_download.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Find the blue arrow near&amp;nbsp;address bar or in the bottom right corner and click it.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-FnDHJInGfng/ThIIevf6CZI/AAAAAAAAALg/Hj-1KgUZWWk/s1600/youtube.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="38" src="http://4.bp.blogspot.com/-FnDHJInGfng/ThIIevf6CZI/AAAAAAAAALg/Hj-1KgUZWWk/s320/youtube.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
A dialog should appear with all available video formats. Pick the one you need and wait until extension downloads the video.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-XIzBi1z3-YY/ThIJPEAl3zI/AAAAAAAAALk/XvBbfbbBbX4/s1600/youtube_downloader.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="160" src="http://1.bp.blogspot.com/-XIzBi1z3-YY/ThIJPEAl3zI/AAAAAAAAALk/XvBbfbbBbX4/s320/youtube_downloader.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Even more goodies available at extension developers website:&lt;br /&gt;
&lt;a href="http://www.flashvideodownloader.org/"&gt;http://www.flashvideodownloader.org/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Enjoy!&lt;br /&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-1534224678098254329?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/RCElUPttlOA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/1534224678098254329/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=1534224678098254329" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/1534224678098254329?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/1534224678098254329?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/RCElUPttlOA/download-youtube-videos-to-pc.html" title="Download Youtube videos to PC" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-IxDdNgW4KPU/ThIHY7a0jnI/AAAAAAAAALc/rFDWsqLWhXc/s72-c/stop_download.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/07/download-youtube-videos-to-pc.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C04GQngzcCp7ImA9WhZaGE0.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-7840767480297347275</id><published>2011-07-04T20:52:00.000+03:00</published><updated>2011-07-04T20:52:03.688+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-04T20:52:03.688+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Web Browsers" /><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>Chrome Web Apps... make your own</title><content type="html">If you still using your default browser on Windows like Internet Explorer 6 then I feel for you. You really need to download &lt;a href="http://filehippo.com/download_google_chrome/"&gt;Google Chrome&lt;/a&gt;. Like other modern web browsers it can be expanded with extension and apps available from &lt;a href="http://www.pnosker.com/news/tech/844-the-chrome-web-store"&gt;Chrome Web Store&lt;/a&gt;&amp;nbsp;and while those extensions &lt;a href="http://news.cnet.com/8301-1009_3-20075801-83/chrome-os-has-security-flaws-claims-researcher/"&gt;can be not very perfect&lt;/a&gt;&amp;nbsp;you may find some really great apps. Sure one of the popular is the Angry Birds game.&lt;br /&gt;
&lt;br /&gt;
Chrome Apps is most times just a website bookmarks and it might be good idea to make one for your own website. You will only need to create and few site icons and manifest file.&lt;br /&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
And here is my&amp;nbsp;&lt;span class="Apple-style-span" style="background-color: white; color: #007000; font-family: monospace; font-size: 13px; line-height: 16px;"&gt;manifest.json &lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: monospace; font-size: 13px; line-height: 16px;"&gt;file:&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="background-color: white; font-family: monospace; font-size: 13px; line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="background-color: white; font-family: monospace; font-size: 13px; line-height: 16px;"&gt;&lt;span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: x-small; line-height: normal;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;pre style="background-color: #fafafa; border-bottom-color: rgb(187, 187, 187); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(187, 187, 187); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(187, 187, 187); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(187, 187, 187); border-top-style: solid; border-top-width: 1px; color: #007000; font-family: monospace; font-size: 9pt; line-height: 15px; margin-top: 1em; overflow-x: auto; overflow-y: auto; padding-bottom: 0.99em; padding-left: 0.99em; padding-right: 0.99em; padding-top: 0.99em; word-wrap: break-word;"&gt;{
  "name": "GintasDX Blog",
  "description": "Techonology and random blog",
  "version": "1",
  "app": {
    
    "launch": {
      "web_url": "http://gintasdx.blogspot.com"
    }
  },
  "icons": {
    "32": "32.png",
    "16": "16.png",
    "96": "96.png",
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}&lt;/pre&gt;
&lt;br /&gt;
You need read a &lt;a href="http://code.google.com/chrome/apps/docs/developers_guide.html"&gt;developers guide&lt;/a&gt;&amp;nbsp;if you want to know what exactly each line does. Basically all you need is a 128x128px size icon and this sample&amp;nbsp;manifest&amp;nbsp;file. Finally you need to pack your extension using Chrome.&lt;br /&gt;
&lt;br /&gt;
Start Chrome and push the wrench icon in the right upper corner. Go to &lt;b&gt;Tools&lt;/b&gt;-&amp;gt;&lt;b&gt;Extensions....&lt;/b&gt;&lt;br /&gt;
Select the &lt;b&gt;Developer Mode&lt;/b&gt; and press the &lt;b&gt;Pack Extension&lt;/b&gt; button. In new dialog you need select the folder where you put an icon and &lt;span class="Apple-style-span" style="color: #38761d;"&gt;manifest.json&lt;/span&gt; file .&lt;br /&gt;
&lt;br /&gt;
Later just drag and drop the .crx file on Chrome browser window. You will see a some warning at the bottom,but since you are using your own extension you can press &lt;b&gt;Continue&lt;/b&gt; without worries.&lt;br /&gt;
&lt;br /&gt;
A dialog like this should appear:&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-am03Wj_TCZw/ThH8TvmR9pI/AAAAAAAAALY/NLlmRsiUG1Y/s1600/confirm_app.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="153" src="http://2.bp.blogspot.com/-am03Wj_TCZw/ThH8TvmR9pI/AAAAAAAAALY/NLlmRsiUG1Y/s320/confirm_app.png" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;After pressing&amp;nbsp;Install&amp;nbsp;you will have your custom app in a main&lt;br /&gt;start page.&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="background-color: #eeeeee; color: #0b5394;"&gt;&lt;a href="http://dl.dropbox.com/u/17084229/GintasDX_Blog.crx"&gt;&amp;lt;&amp;lt;DOWNLOAD MY APP&amp;gt;&amp;gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-7840767480297347275?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/X_i4DiM3ids" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/7840767480297347275/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=7840767480297347275" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/7840767480297347275?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/7840767480297347275?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/X_i4DiM3ids/chrome-web-apps-make-your-own.html" title="Chrome Web Apps... make your own" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-am03Wj_TCZw/ThH8TvmR9pI/AAAAAAAAALY/NLlmRsiUG1Y/s72-c/confirm_app.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/07/chrome-web-apps-make-your-own.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEAEQX8_fyp7ImA9WhZaF0Q.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-267279732452390932</id><published>2011-07-04T19:25:00.000+03:00</published><updated>2011-07-04T19:25:00.147+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-04T19:25:00.147+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Pocket PC/PDA" /><title>WM6 Game Development</title><content type="html">&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-ip2FF7ODRz0/ThHnsiDygoI/AAAAAAAAALQ/m8RZvJl5HUs/s1600/omnia_2.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="240" src="http://4.bp.blogspot.com/-ip2FF7ODRz0/ThHnsiDygoI/AAAAAAAAALQ/m8RZvJl5HUs/s320/omnia_2.jpg" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;OMG! It works! :) &lt;a href="http://www.pascalgamedevelopment.com/showthread.php?6404-Description"&gt;ZenGL &lt;/a&gt;demo with Software rendering mode.&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
In the &lt;a href="http://www.pascalgamedevelopment.com/forumdisplay.php?63-ZenGL"&gt;Pascal Game Development&lt;/a&gt; forums I found that one the easiest OpenGL 2D game engines for Pascal can run on Windows Mobile devices. I checked the demo on brother's Samsung i900 and sadly was only able to run demo in Software Emulation mode. I got only average ~12FPS. I guess I will get more FPS in Windows Mobile emulator :) There is really not much&amp;nbsp;choices of game engines for Windows Mobile 6. Android community has a really way to more options and with much better market ahead.&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-iL6nttqCGtE/ThHmpHd9raI/AAAAAAAAALM/4aTvNYkoCiM/s1600/omnia_1.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="240" src="http://1.bp.blogspot.com/-iL6nttqCGtE/ThHmpHd9raI/AAAAAAAAALM/4aTvNYkoCiM/s320/omnia_1.jpg" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Samsung Omnia (i900) doesn't have a GPU so it doesn't supports&lt;br /&gt;
rendering with OpenGL ES in hardware mode. Also the 3.1" display only has&lt;br /&gt;
a 65k colors. This phone only good for checking email,lol&lt;br /&gt;
&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-267279732452390932?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/QTrlI6wTPNI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/267279732452390932/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=267279732452390932" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/267279732452390932?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/267279732452390932?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/QTrlI6wTPNI/wm6-game-development.html" title="WM6 Game Development" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-ip2FF7ODRz0/ThHnsiDygoI/AAAAAAAAALQ/m8RZvJl5HUs/s72-c/omnia_2.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/07/wm6-game-development.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE4GSH48fip7ImA9WhZaF0U.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-976234723595087049</id><published>2011-07-04T16:42:00.002+03:00</published><updated>2011-07-04T16:42:09.076+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-04T16:42:09.076+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lazarus" /><title>Few useful function in Lazarus</title><content type="html">I randomly found and very easy function to copy files for "Save as..." function.&lt;br /&gt;
Simply include "&lt;b&gt;&lt;i&gt;ProjectTemplates&lt;/i&gt;&lt;/b&gt;" unit from &lt;span class="Apple-style-span" style="color: #999999; font-style: italic;"&gt;lazarus\components\projecttemplates\ &lt;/span&gt;&lt;span class="Apple-style-span"&gt;folder.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;i&gt;&lt;span class="Apple-style-span" style="color: #073763;"&gt;&lt;b&gt;Function&lt;/b&gt;&lt;/span&gt; SimpleFileCopy(&lt;span class="Apple-style-span" style="color: #073763;"&gt;&lt;b&gt;Const&lt;/b&gt;&lt;/span&gt; Source,Dest : &lt;b&gt;&lt;span class="Apple-style-span" style="color: #073763;"&gt;String&lt;/span&gt;&lt;/b&gt;) : Boolean; &amp;nbsp;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;
As parameters you need to input what file to copy and define where to copy. It returns &lt;b&gt;true &lt;/b&gt;if file copying&lt;br /&gt;
was&amp;nbsp;successful.&lt;br /&gt;
&lt;br /&gt;
Also I needed &lt;a href="http://www.delphibasics.co.uk/RTL.asp?Name=AnsiCompareStr"&gt;AnsiCompareString&lt;/a&gt; or CompareString from Delphi in Lazarus,to check if TListBox has same items.&amp;nbsp;Luckily the Lazarus has alternative better&amp;nbsp;method for comparing &amp;nbsp;two strings.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;span class="Apple-style-span" style="color: #073763;"&gt;&lt;b&gt;function&lt;/b&gt;&lt;/span&gt; SameText(const s1,s2:&lt;span class="Apple-style-span" style="color: #073763;"&gt;&lt;b&gt;String&lt;/b&gt;&lt;/span&gt;):Boolean&lt;/i&gt;;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-976234723595087049?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/D4MqbaaKcAM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/976234723595087049/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=976234723595087049" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/976234723595087049?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/976234723595087049?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/D4MqbaaKcAM/few-useful-function-in-lazarus.html" title="Few useful function in Lazarus" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/07/few-useful-function-in-lazarus.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUUHRH45fCp7ImA9WhZaE0s.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-1061800308318672296</id><published>2011-06-29T20:06:00.001+03:00</published><updated>2011-06-29T20:07:15.024+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-29T20:07:15.024+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Android" /><title>List of Android Game Engines</title><content type="html">I was currently searching for these lately and made a quick list which engines are worth your attention.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://code.google.com/p/libgdx/"&gt;LibGDX&lt;/a&gt;&amp;nbsp;- Java game engine for mobile and desktop game engines. You can make both 3D and 2D games and it's cross-platform so you can make games for all major systems Linux,Windows and MacOS . More information on official page&amp;nbsp;&lt;a href="http://libgdx.badlogicgames.com/"&gt;http://libgdx.badlogicgames.com&lt;/a&gt;&amp;nbsp;. It's free for commercial use.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.wiyun.com/"&gt;WiEngine&lt;/a&gt; - a powerful game engine based on Cocos2D. The main website is in Chinese,but examples should help you get started. You can also check the WiAd which helps to add in game&amp;nbsp;advertisements and earn revenue. You need to register to download the SDK.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://papayamobile.com/developer/engine"&gt;Papaya Game Engine&lt;/a&gt; - This one looks really easy and promising engine. You can also download additional SDKs for in-game payments and online score boards. Quote from original site:&lt;br /&gt;
&lt;span class="Apple-style-span" style="background-color: white; color: #444444; font-family: Verdana, Arial; font-size: 12px; line-height: 18px;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="background-color: white; color: #444444; font-family: Verdana, Arial; font-size: 12px; line-height: 18px;"&gt;&lt;i&gt;The Papaya game Engine was written entirely in C and is much faster than Java based game engines. We've benchmarked our engine against the competition to make sure it outperforms them all.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="background-color: white; color: #444444; font-family: Verdana, Arial; font-size: 12px; line-height: 18px;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="background-color: white; color: #444444; font-family: Verdana, Arial; font-size: 12px; line-height: 18px;"&gt;&lt;i&gt;Games can be written for Papaya game engine in Python or ActionScript, making it simple for any experienced engineer to start building games immediately.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="background-color: white; color: #444444; font-family: Verdana, Arial; font-size: 12px; line-height: 18px;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://www.andengine.org/"&gt;AndEngine&lt;/a&gt;&amp;nbsp;- Has a nice community forums and great tutorials section to get started.&amp;nbsp;Licensed&amp;nbsp;under LGPL and written in Java. Here is some features: &lt;br /&gt;
&lt;span class="Apple-style-span" style="background-color: white; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;ul style="max-width: 62em; padding-left: 25px;"&gt;
&lt;li style="margin-bottom: 0.3em;"&gt;Android-Optimized&lt;/li&gt;
&lt;li style="margin-bottom: 0.3em;"&gt;Android 1.6 Compatibility&lt;/li&gt;
&lt;li style="margin-bottom: 0.3em;"&gt;SplitScreen&lt;/li&gt;
&lt;li style="margin-bottom: 0.3em;"&gt;Network Multiplayer&lt;/li&gt;
&lt;li style="margin-bottom: 0.3em;"&gt;Live-Wallpapers&lt;/li&gt;
&lt;li style="margin-bottom: 0.3em;"&gt;MultiTouch&lt;/li&gt;
&lt;li style="margin-bottom: 0.3em;"&gt;Physics-Engine (Box2D)&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
You can look in Android market for a demo application.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href="http://www.e3roid.com/"&gt;E3Droid&lt;/a&gt; - 2D OpenGL Game Engine. Supports LUA,JavaScript scripting and other goodies.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Here is some more engines to try:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;a href="http://code.google.com/p/candroidengine/"&gt;Candroid&lt;/a&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;a href="http://code.google.com/p/cocos2d-android-1/"&gt;Cocos2D-Android&lt;/a&gt;&amp;nbsp; &lt;a href="http://code.google.com/p/android-2d-engine/"&gt;Android 2D Engine&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="http://code.google.com/p/angle/"&gt;ANGLE&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="http://code.google.com/p/android-3d-engine/"&gt;Android 3D Engine&lt;/a&gt;&amp;nbsp; &lt;a href="http://code.google.com/p/rokon/"&gt;Rokon&lt;/a&gt;&amp;nbsp; &lt;a href="http://code.google.com/p/alien3d/"&gt;Alien3D&lt;/a&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href="http://pygame.renpy.org/"&gt;PyGame for Android&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;a href="http://code.google.com/p/loon-simple/"&gt;Loon Simple&lt;/a&gt;&amp;nbsp; &lt;a href="http://code.google.com/p/prboom4android/"&gt;Doom Engine for Android&lt;/a&gt;&amp;nbsp; &lt;a href="http://sourceforge.net/projects/jgame-engine/"&gt;JGame&lt;/a&gt;&amp;nbsp; &lt;a href="http://code.google.com/p/yoghurtgum/"&gt;YoghurtGum&lt;/a&gt;&amp;nbsp; &lt;a href="http://sourceforge.net/projects/androidflixel/"&gt;Android Flixel&lt;/a&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href="http://code.google.com/p/catcake/"&gt;Catcake&lt;/a&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Just use the one that fits all your needs ;)&lt;/div&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-1061800308318672296?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/OoQRTKku1Jo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/1061800308318672296/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=1061800308318672296" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/1061800308318672296?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/1061800308318672296?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/OoQRTKku1Jo/list-of-android-game-engines.html" title="List of Android Game Engines" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/06/list-of-android-game-engines.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkAARHczeCp7ImA9WhZTGE4.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-7530787692431839162</id><published>2011-03-23T00:59:00.000+02:00</published><updated>2011-03-23T00:59:05.980+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-23T00:59:05.980+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lazarus" /><title>Cross compiling from Windows to Linux (QT Interface)</title><content type="html">Again I was if I can make a Linux executables without switching back into my Linux Mint 10 or using virtual machine. This time I decided to play around with QT interface. First I needed to rebuild LCL for QT Interface and set project to use QT widget set and Linux i386 architecture.&lt;br /&gt;
Since I got my Linux partition working on Windows using awesome &lt;a href="http://sourceforge.net/projects/ext2fsd/"&gt;Ext2fsd&lt;/a&gt; tool that lets you mount EXT2/EXT3 partitions on Windows systems I just needed to set a path to Linux lib folders &lt;i&gt;/lib/&lt;/i&gt; and &lt;i&gt;/usr/lib/ &lt;/i&gt;in Lazarus project path&lt;br /&gt;
field. But if you don't have Linux on your machine you may come to really time consuming way to build Linux executables.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step by step&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;1. &lt;/b&gt;Download the &lt;a href="http://www.pilotlogic.com/sitejoom/"&gt;CodeTyphon&lt;/a&gt;&amp;nbsp;and and using "setup.bat" or CodeTyphon Center choose&lt;br /&gt;
the &amp;nbsp;&lt;i&gt;Remove and Build ALL (FPC + Lazarus). &lt;/i&gt;This should setup the brand new IDE for your development.&lt;br /&gt;
&lt;b&gt;2. &lt;/b&gt;Using CodeTyphon Center build a cross-compiler. Select from menu&lt;br /&gt;
&lt;i&gt;Cross-build-&amp;gt;Free Pascal 32bits-&amp;gt;FPC32 build cross element i386-linux&lt;/i&gt;&lt;br /&gt;
After completing this step now you need to build Lazarus cross element.&lt;br /&gt;
Select from menu &lt;i&gt;Cross-build-&amp;gt;Lazarus3&lt;/i&gt;&lt;i&gt;2 build cross element i386-linux&lt;/i&gt;&lt;br /&gt;
&lt;b&gt;3. &lt;/b&gt;If everything went smooth now you should have &amp;nbsp;a cross-compiler. Start the Lazarus IDE and&lt;br /&gt;
make a simple application or open some sample from Lazarus examples folder.&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="https://lh6.googleusercontent.com/-hp31to7fsIM/TYkpUqgS9dI/AAAAAAAAAKg/Ab-IgWSPdNs/s1600/windows.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="228" src="https://lh6.googleusercontent.com/-hp31to7fsIM/TYkpUqgS9dI/AAAAAAAAAKg/Ab-IgWSPdNs/s320/windows.jpg" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Yeah very random test app... :)&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;br /&gt;
Now build the LCL with QT widget set. To do this in Lazarus menu select &lt;i&gt;Tools-&amp;gt;Configure "Build Lazarus"... . &lt;/i&gt;In a opened window select:&lt;br /&gt;
Profile to Build: &lt;b&gt;Build LCL&lt;/b&gt;&lt;br /&gt;
LCL Widget Type: &lt;b&gt;qt&lt;/b&gt;&lt;br /&gt;
Target OS:&lt;b&gt; Linux&lt;/b&gt;&lt;br /&gt;
Target CPU&lt;b&gt;: i386&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;[x] With Packages.&lt;/b&gt;&lt;br /&gt;
Leave all other options default and press &lt;b&gt;Build&lt;/b&gt; button.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;4. &lt;/b&gt;From the Lazarus IDE menu select &lt;i&gt;Project-&amp;gt;Project Options... or just press CTRL+Shift+F11&lt;/i&gt;&lt;br /&gt;
In the &lt;b&gt;Build modes&lt;/b&gt; options select macros LCLWidgetType to qt&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="https://lh5.googleusercontent.com/-cGAB4-yqmKk/TYklNqZh1HI/AAAAAAAAAKY/2UvfRBUqdgc/s1600/macros.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="190" src="https://lh5.googleusercontent.com/-cGAB4-yqmKk/TYklNqZh1HI/AAAAAAAAAKY/2UvfRBUqdgc/s320/macros.png" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;I was using Lazarus 0.9.31. The macros might not be available in an older versions.&lt;br /&gt;
You may need to find &amp;nbsp;a LCL Widget Type option in another options page...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;At the same window, in a compiler options in a &lt;b&gt;Code generation &lt;/b&gt;page you need to set the Target Platform. Simple from drop-down menu select &lt;i&gt;Target OS : Linux&lt;/i&gt; and and &lt;i&gt;Target CPU family: i386.&lt;/i&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;5. &lt;/b&gt;Now you will need to have a lots of Linux libraries to link &amp;nbsp;an executable. Here is the whole list that may need to download from &lt;a href="http://packages.debian.org/"&gt;http://packages.debian.org&lt;/a&gt; or &lt;a href="http://packages.ubuntu.com/"&gt;http://packages.ubuntu.com&lt;/a&gt; . Or maybe a friend with Linux can send it to you. After downloading all those libs create the folder "LinuxLibs" or etc. and add it to project paths. Here are all the libs you will need from /lib/ and /usr/lib/ folders.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="font-weight: bold;"&gt;ld-linux.so.2&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; libogg.so.0&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp;libsndfile.so.1&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libaudio.so.2&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; libpcre.so.3&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp;libsqlite3.so.0&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libc.so&amp;nbsp;&lt;span class="Apple-style-span" style="font-size: xx-small; font-weight: normal;"&gt;(copy and rename libc.so.6)&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp; &amp;nbsp; libphonon.so.4&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp;libstdc++.so.6&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libc.so.6&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; libpng12.so.0&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp;libuuid.so.1&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libdbus-1.so.3&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; libpthread.so.0&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp;libvorbisenc.so.2&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libdl.so.2&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; libpulsecommon-0.9.22.so&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp;libvorbis.so.0&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libexpat.so.1&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; libpulse-mainloop-glib.so.0 &amp;nbsp;libwrap.so.0&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libFLAC.so.8&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; libpulse.so.0&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp;libX11.so&lt;/div&gt;&lt;b&gt;libfontconfig.so.1 &amp;nbsp; libQt4Pas.so&amp;nbsp;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(copy and rename libQt4Pas.so.5)&lt;/span&gt;&lt;span class="Apple-tab-span" style="font-weight: bold; white-space: pre;"&gt;  &lt;/span&gt;&lt;b&gt; &amp;nbsp;libXau.so.6&lt;/b&gt;&lt;br /&gt;
&lt;div style="font-weight: bold;"&gt;libfreetype.so.6 &amp;nbsp; &amp;nbsp; libQtCore.so.4&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp;libxcb-atom.so.1&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libgcc_s.so.1&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; libQtDBus.so.4&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp;libxcb.so.1&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libglib-2.0.so.0 &amp;nbsp; &amp;nbsp; libQtGui.so.4&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp;libXdmcp.so.6&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libgobject-2.0.so.0 &amp;nbsp;libQtNetwork.so.4&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp;libXext.so.6&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libgthread-2.0.so.0 &amp;nbsp;libQtWebKit.so.4&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp;libXrender.so.1&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libICE.so.6&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; libQtXml.so.4&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt; &amp;nbsp;libXt.so.6&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libm.so.6&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; librt.so.1&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;   &lt;/span&gt; &amp;nbsp;libz.so.1&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;libnsl.so.1&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &amp;nbsp; &amp;nbsp; libSM.so.6&lt;/div&gt;&lt;div style="font-weight: bold;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;b&gt;And in the end you should get something working&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="https://lh5.googleusercontent.com/-i6ywy9FZ5p4/TYko-soRkiI/AAAAAAAAAKc/Hl22hO8O91Y/s1600/qt.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="272" src="https://lh5.googleusercontent.com/-i6ywy9FZ5p4/TYko-soRkiI/AAAAAAAAAKc/Hl22hO8O91Y/s320/qt.jpg" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Same app running on Linux Mint 10. &lt;br /&gt;
Goodluck with having fun :)&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-7530787692431839162?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/xEZo1OkcvJk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/7530787692431839162/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=7530787692431839162" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/7530787692431839162?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/7530787692431839162?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/xEZo1OkcvJk/cross-compiling-from-windows-to-linux.html" title="Cross compiling from Windows to Linux (QT Interface)" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh6.googleusercontent.com/-hp31to7fsIM/TYkpUqgS9dI/AAAAAAAAAKg/Ab-IgWSPdNs/s72-c/windows.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/03/cross-compiling-from-windows-to-linux.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4FQn04eip7ImA9Wx9aEEw.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-7470214375791713596</id><published>2011-03-01T23:28:00.000+02:00</published><updated>2011-03-01T23:28:33.332+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-01T23:28:33.332+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><title>Game Engine for Netbooks</title><content type="html">I found a very neat game engine called &lt;a href="http://d2d.googlecode.com/"&gt;D2D&lt;/a&gt;&amp;nbsp;the main features of it is:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Takes 0% percent of CPU usage (saves battery lifetime when playing unplugged)&lt;/li&gt;
&lt;li&gt;Uses DirectDraw which is enought for fast simple 2D games.&lt;/li&gt;
&lt;li&gt;Supports PNG&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Fully&amp;nbsp;written&amp;nbsp;in C&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
Here is some simple game made with it:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh3.googleusercontent.com/-Z1IVAFLMFOs/TW1j_36KbNI/AAAAAAAAAKU/b6EaRIiruSY/s1600/super_mario.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://lh3.googleusercontent.com/-Z1IVAFLMFOs/TW1j_36KbNI/AAAAAAAAAKU/b6EaRIiruSY/s1600/super_mario.gif" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;a href="http://zii-game.blogspot.com/2008/12/mario-demo.html"&gt;http://zii-game.blogspot.com/2008/12/mario-demo.html&lt;/a&gt;&lt;br /&gt;
Only 32kb.&lt;br /&gt;
It should perfectly fit small resolutions and I no doubt I may run on old Windows 95 machines. I will play around with later on...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-7470214375791713596?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/ad2Jv00tBPQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/7470214375791713596/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=7470214375791713596" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/7470214375791713596?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/7470214375791713596?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/ad2Jv00tBPQ/game-engine-for-netbooks.html" title="Game Engine for Netbooks" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh3.googleusercontent.com/-Z1IVAFLMFOs/TW1j_36KbNI/AAAAAAAAAKU/b6EaRIiruSY/s72-c/super_mario.gif" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/03/game-engine-for-netbooks.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkUARn86eyp7ImA9Wx9VGU8.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-8939331820555542156</id><published>2011-02-05T17:37:00.000+02:00</published><updated>2011-02-05T17:37:27.113+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-05T17:37:27.113+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>Need a DropBox invitation?</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_TnvwrS2E3JM/TU1toB3vikI/AAAAAAAAAKM/wzq6E86uExg/s1600/logo.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_TnvwrS2E3JM/TU1toB3vikI/AAAAAAAAAKM/wzq6E86uExg/s1600/logo.png" /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;Looking for a place to share your files online with &amp;nbsp;a friends? I can say &lt;a href="http://www.dropbox.com/"&gt;DropBox&lt;/a&gt; is the best place for that.&lt;br /&gt;
It features 2GB of free space and doesn't limit a file size uploads,plus it's so easy to sync files&amp;nbsp;across&amp;nbsp;computers by&amp;nbsp;installing&amp;nbsp;their neat app.&lt;br /&gt;
&lt;br /&gt;
If you want an free&amp;nbsp;invitation&amp;nbsp;just drop me an email:&lt;br /&gt;
&lt;b&gt;aliencide (at) gmail (dot) com&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;With invitation you will get a additional 250mb for your 2gb storage ;)&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-8939331820555542156?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/B9iiWSlyETE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/8939331820555542156/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=8939331820555542156" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/8939331820555542156?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/8939331820555542156?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/B9iiWSlyETE/need-dropbox-invitation.html" title="Need a DropBox invitation?" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_TnvwrS2E3JM/TU1toB3vikI/AAAAAAAAAKM/wzq6E86uExg/s72-c/logo.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/02/need-dropbox-invitation.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A08DQ3s5fyp7ImA9Wx9VF0k.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-6070517008835120199</id><published>2011-02-03T18:15:00.002+02:00</published><updated>2011-02-03T18:17:52.527+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-03T18:17:52.527+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lazarus" /><title>Lazarus IDE Custom Themes</title><content type="html">Since Lazarus &lt;a href="http://lazarus-dev.blogspot.com/2010/06/user-defined-color-schemes.html"&gt;started to support custom themes&lt;/a&gt; for source editor I ported a few random themes from&lt;br /&gt;
&lt;a href="http://www.notepad-plus-plus.org/"&gt;Notepad++&lt;/a&gt; source code editor. I think the best fonts for editor is Droid ones :)&lt;br /&gt;
&lt;br /&gt;
[&lt;a href="http://dl.dropbox.com/u/17084229/userschemes.zip"&gt;Download&lt;/a&gt;]&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_TnvwrS2E3JM/TUrScAiPddI/AAAAAAAAAKI/3Dw2PHYDUvw/s1600/deep_black.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="221" src="http://1.bp.blogspot.com/_TnvwrS2E3JM/TUrScAiPddI/AAAAAAAAAKI/3Dw2PHYDUvw/s400/deep_black.png" width="400" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Deep Black by&amp;nbsp;Mariusz Kasperkiewicz&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_TnvwrS2E3JM/TUrRU4kPm1I/AAAAAAAAAKA/QieERIdvdAQ/s1600/hellokitty.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="223" src="http://3.bp.blogspot.com/_TnvwrS2E3JM/TUrRU4kPm1I/AAAAAAAAAKA/QieERIdvdAQ/s400/hellokitty.png" width="400" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Hello Kitty theme&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_TnvwrS2E3JM/TUrRmZixo6I/AAAAAAAAAKE/PExS-FSwunA/s1600/obsidian.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="221" src="http://4.bp.blogspot.com/_TnvwrS2E3JM/TUrRmZixo6I/AAAAAAAAAKE/PExS-FSwunA/s400/obsidian.png" width="400" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Obsidian theme by&amp;nbsp;Joni Eskelinen&lt;br /&gt;
&lt;br /&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-6070517008835120199?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/DzQHTA80DgY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/6070517008835120199/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=6070517008835120199" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/6070517008835120199?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/6070517008835120199?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/DzQHTA80DgY/lazarus-ide-custom-themes.html" title="Lazarus IDE Custom Themes" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_TnvwrS2E3JM/TUrScAiPddI/AAAAAAAAAKI/3Dw2PHYDUvw/s72-c/deep_black.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/02/lazarus-ide-custom-themes.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0YBRXg8cCp7ImA9Wx9VFU0.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-6389910925941987637</id><published>2011-01-31T22:19:00.000+02:00</published><updated>2011-01-31T22:19:14.678+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-31T22:19:14.678+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Lazarus" /><title>S2DL Game Engine</title><content type="html">Heya,&lt;br /&gt;
&lt;br /&gt;
I recently found an old game engine in my downloads. It's a cross-plaftorm (works on Linux and Windows) and is based on SDL library. Features and easy game states engine and has all functions you need for a 2D PC games.&lt;br /&gt;
&lt;br /&gt;
I just tested and compiled a demo without no problems with Free Pascal 2.4.3 and Lazarus IDE.&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_TnvwrS2E3JM/TUcXuldoVvI/AAAAAAAAAJ4/B3_d_lO8mMc/s1600/flies.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="251" src="http://3.bp.blogspot.com/_TnvwrS2E3JM/TUcXuldoVvI/AAAAAAAAAJ4/B3_d_lO8mMc/s320/flies.jpg" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Mini game from a demos folder showing &amp;nbsp;the use of game states and collision. &lt;br /&gt;
The engine website is no longer available&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;br /&gt;
Here is a &lt;a href="http://dl.dropbox.com/u/17084229/s2dl.zip"&gt;download link&lt;/a&gt;&amp;nbsp;of 2.0 version made in 2007.&lt;br /&gt;
As alternative I would recommend a &lt;a href="http://www.zengl.org/"&gt;ZenGL&lt;/a&gt;&amp;nbsp;which works on Linux/MacOS and sure Windows.&amp;nbsp;Compatible&amp;nbsp;with Delphi and Lazarus and can be linked&amp;nbsp;statically.&amp;nbsp;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-6389910925941987637?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/CEngTtWjZQY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/6389910925941987637/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=6389910925941987637" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/6389910925941987637?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/6389910925941987637?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/CEngTtWjZQY/s2dl-game-engine.html" title="S2DL Game Engine" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_TnvwrS2E3JM/TUcXuldoVvI/AAAAAAAAAJ4/B3_d_lO8mMc/s72-c/flies.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2011/01/s2dl-game-engine.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEEASXo-fSp7ImA9Wx5UEUg.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-2962744389843788060</id><published>2010-10-15T17:24:00.000+03:00</published><updated>2010-10-15T17:24:08.455+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-15T17:24:08.455+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><title>Update Linux Mint 9 to newest Ubuntu 10.10</title><content type="html">The Ubuntu 10.10 is finally here,but I don't see nothing impressing into this release. I only need updated packages like Pidgin 2.7.3,Geany 0.19.1 and so on from Ubuntu 10.10&amp;nbsp; Maverick Meerkat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First we need to open terminal and type:&lt;br /&gt;
&lt;i&gt;&lt;b&gt;sudo apt dist-upgrade&amp;nbsp;&lt;/b&gt;&amp;nbsp;&lt;/i&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
And secondly you can try to add a Ubuntu 10.10 repositories into&lt;i&gt; /etc/apt/sources.list &lt;/i&gt;using great online &lt;a href="http://repogen.simplylinux.ch/"&gt;Ubuntu Sources List Generator&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Open Update-Manager and press &lt;i&gt;Refresh&lt;/i&gt; button. You now should get lots of new packages to update.&lt;br /&gt;
&lt;br /&gt;
Also there is alternative way I found on &lt;a href="http://www.ubunturoot.com/2010/05/how-to-upgrade-ubuntu-1004-to-ubuntu.html"&gt;UbuntuRoot.com blog&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Open terminal and type:&lt;br /&gt;
&lt;i&gt;&lt;b&gt;sudo perl -p -i.lucid -e 's/lucid/maverick/' /etc/apt/sources.list&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Now open the Update Manager from &lt;i&gt;Menu -&amp;gt; System -&amp;gt; Update Manager&lt;/i&gt; and click the refresh button.&lt;br /&gt;
&lt;i&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
I couldn't install packages due error&lt;i&gt;&lt;b&gt; &lt;/b&gt;&lt;/i&gt;"Could not apply changes! Fix broken packages first."&lt;br /&gt;
&lt;br /&gt;
If you get this message to simple open deselect packages in Update Manager which is 0 bytes of size. It worked fine for me and I am downloading now a 1251 package from Maverick Meerkat repositories.&amp;nbsp; :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-2962744389843788060?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/PU-sgrOgrc0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/2962744389843788060/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=2962744389843788060" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/2962744389843788060?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/2962744389843788060?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/PU-sgrOgrc0/update-linux-mint-9-to-newest-ubuntu.html" title="Update Linux Mint 9 to newest Ubuntu 10.10" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2010/10/update-linux-mint-9-to-newest-ubuntu.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0QDQH87fip7ImA9WhZaF0Q.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-6796397862900174721</id><published>2010-09-27T21:30:00.007+03:00</published><updated>2011-07-04T19:02:51.106+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-04T19:02:51.106+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><title>DevPaks</title><content type="html">I am doing backup of DevPaks that I was downloaded long time ago using DevC++ IDE. You can download some of these from official website. Since a lot of download links are broken I decided to upload all DevPaks I have on my CDs. All of them are really outdated from year 2004-2007. I would really recommend you to update to &lt;b&gt;&lt;a href="http://www.codeblocks.org/"&gt;Code::Blocks&lt;/a&gt;&lt;/b&gt; open-source IDE. It's a cross-platform and has really nice user interface. There was an&amp;nbsp;unofficial update to DevC++ called &lt;a href="http://wxdsgn.sourceforge.net/"&gt;wxDevC++&lt;/a&gt; (comes with wxWindows library),but it's written in same Delphi and was crashing a lot since I last time I was using and moving all the toolbars was a really pain. Also I am glad somebody packed MinGW compiler in really handy way. You can grab it from:&lt;br /&gt;
&lt;a href="http://tdm-gcc.tdragon.net/"&gt;http://tdm-gcc.tdragon.net/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Some are with&amp;nbsp;unknown&amp;nbsp;version in the name since I copied directly from DevC++ IDE.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/v0aa1rhsyq5fmhc4ostv"&gt;WxWindows.devpak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/se8xg5jmmlb6zz4fpjv6"&gt;wxWidgets-2.8.6-msw-static.devpak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/ka79jv55sqxr72urqbl3"&gt;Win32API.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/440uzspr4l4ckylacu81"&gt;w32api-3.10-1pm.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/gq4cbtbng5erk0ubkgbj"&gt;Tools.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/6myfyuuenqci22dknfy5"&gt;smartwin-1.0.1-gcc3.4-1mol.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/fmxku637pvf4b7ksryd0"&gt;SDL.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/3did0mvigbv5r0p7cy6b"&gt;SCR-1-1nz.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/fnos9boq6d5quiph8k3j"&gt;RADC++.GuiLlib-1.2.3-gcc3.4.2-2set.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/4tqna8uqupyjirekg371"&gt;qwt-20060130-gcc3.4.4-2siomek.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/dmv4yytcd2"&gt;pthreads_w32-2.8.0-1aj.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/2df3z4sfe0s9vugvk7y0"&gt;PackMaker.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/2df3z4sfe0s9vugvk7y0"&gt;OpenSSL.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/pjnhhiehj75l37umr8km"&gt;OpenGLAPI.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/fy3b5a969odmtvv856tx"&gt;OpenAL.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/sd7db1016eti9xu0mnca"&gt;mingw-runtime-3.14-1spec.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/24mz66dq08hnupq8ep1a"&gt;MessageBoxer-1.3-2JDG.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/ln9xgjd0sye4axbe1cxt"&gt;make-3.81_2-1spec.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/3z0n34u55yoyr331gvn4"&gt;make-3.81_1-1spec.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/bhja2j7r17jgg453revi"&gt;libcda-0.5-1mol.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/okxqso0kzf1h62c6drku"&gt;libbzip2.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/bnta3y9jinvi9vj54cev"&gt;Insight_Source.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/x93k3uaxq502ljatg5i8"&gt;Insight_Binary.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/a1z9z3f53vh60hf6zuh9"&gt;ImageLib.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/1jt4c9d03p6cezq9n4f0"&gt;GTK.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/fb7sd7ghkm60nif3kg3x"&gt;GLibCHelp.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/23omdyifoyj6ziyubgd8"&gt;glfw-2.5.0-1fun.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/4xm0hdc45nvakojyev6v"&gt;gcc-objc-3.4.2_20040916_1-1spec.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/s69t60htfbo2fkxet5zx"&gt;gcc-g++-3.4.2_20040916_1-1spec.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/sfo80uoarxcobiujlp1u"&gt;gcc-core-3.4.2_20040916_1-1spec.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/61lmv8df4atxren8uql4"&gt;FreeImage.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/mdooijhnk2yict7smjdk"&gt;FLTK2-r5783-1pkz.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/hln4tslk4g0y44r2xku8"&gt;FLTK.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/42ql3iduc37ptrsfla8q"&gt;fltk-1.1.7-1cyd.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/0sh808n0okdaol5jakp3"&gt;eFLTK.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/95zddptni993k9m7zc3x"&gt;Dscan.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/ab945qhguey7trc195cr"&gt;DevCppHelp.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/ebsdk1rb4cxp5x6ttjg6"&gt;databaselayer-1.5-gcc3.4.5-1fiammy.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/110rimlqyhk0s4gkrtf8"&gt;CryptoAPI.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/86zpveip1o927z2genj9"&gt;Cal3D.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/zy8q5yzdyop0f6spqr5x"&gt;binutils-2.17.50_20060824_1-1spec.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/hgkxcvnumc01k8kstjba"&gt;allegrogl-0.2.5_CVS_20050308-1mol.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/e4zngh133fht1mz9b9g6"&gt;Allegro.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/czauzde30iefdee6onlt"&gt;allegro-4.2.2-1len.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.box.net/shared/4298iq55o0atjaxnrx81"&gt;AKRip.DevPak&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
Some also has mirrored some of the packages and I am sure you can easily search for those in Google.&lt;br /&gt;
Also check out this mirror:&lt;br /&gt;
&lt;a href="http://sourceforge.net/projects/devpaks/files/"&gt;http://sourceforge.net/projects/devpaks/files/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;embed height="345" src="about:blank" type="application/x-shockwave-flash" width="460" wmode="transparent"&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-6796397862900174721?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/2DqU4Ye50hw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/6796397862900174721/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=6796397862900174721" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/6796397862900174721?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/6796397862900174721?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/2DqU4Ye50hw/devpaks.html" title="DevPaks" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2010/09/devpaks.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkQFQHg7eSp7ImA9Wx5XE0w.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-3944838107751651290</id><published>2010-09-09T23:17:00.002+03:00</published><updated>2010-09-12T22:05:11.601+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-09-12T22:05:11.601+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Android" /><title>Android On VirtualBox</title><content type="html">The official &lt;a href="http://www.android.com/"&gt;Android&lt;/a&gt; emulator based on &lt;a href="http://wiki.qemu.org/Main_Page"&gt;QEMU&lt;/a&gt; is really slow and makes me depressed, when it comes to testing real apps. So for that reason I was quite away from testing games development on this OS. Even Windows Mobile 6.5 emulator booted much faster :) Luckily I randomly found a &lt;a href="http://www.android-x86.org/"&gt;Android-x86&lt;/a&gt; project which tries to port Android for native desktop computers and laptops. You can find some screenshots on &lt;a href="http://picasaweb.google.com.tw/androidx86photo"&gt;their Picasa web album&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
I was supper happy since after booting Android from virtual ISO image it loaded maybe 15x faster&lt;br /&gt;
than on standard emulator. I was testing older &lt;span style="font-size: small;"&gt; &lt;a href="http://www.android-x86.org/releases/releasenote_1_6_r2"&gt;Android-x86 1.6-r2&lt;/a&gt; version which doesn't worked on a real PC.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: small;"&gt;&lt;i&gt;Update&lt;/i&gt;:&amp;nbsp; I found another ISO for testing &lt;/span&gt;&lt;a href="http://code.google.com/p/android-x86/downloads/detail?name=android-x86-eeepc-2.0.iso&amp;amp;can=2&amp;amp;q=" style="white-space: nowrap;"&gt;android-x86-eeepc-2.0.iso&lt;/a&gt;&lt;br /&gt;
which worked just fine on a real PC,but pretty slowly on my widescreen resolution. I decided&lt;br /&gt;
to keep using it on &lt;a href="http://www.virtualbox.org/"&gt;VirtualBox&lt;/a&gt; emulator only. Lets hope soon to have &lt;a href="http://www.digitaljournal.com/article/273550"&gt;Android on native x86&lt;/a&gt; architecture Netbooks and UMPC.&lt;br /&gt;
&lt;br /&gt;
More info:&lt;br /&gt;
&lt;a href="http://www.small-laptops.com/category/google-android/"&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.olpcnews.com/software/operating_system/looking_forward_to_android_100_laptops.html"&gt;Looking Forward to Android $100 Laptops&lt;/a&gt;&lt;br /&gt;
and something random: &lt;a href="http://www.webaddict.co.za/2010/08/30/android-powered-washing-machine/"&gt;Android powered Washing Machine&lt;/a&gt; :)&lt;br /&gt;
&lt;table style="width: auto;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://picasaweb.google.com.tw/lh/photo/Xf3S8Ou3w9JYUlhDCIJyaw?feat=embedwebsite"&gt;&lt;img src="http://lh4.ggpht.com/_TnvwrS2E3JM/TIk_B3CjShI/AAAAAAAAAJI/f6AtwbRMXj4/s400/android_on_linux.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr align="center"&gt;&lt;td style="font-family: arial,sans-serif; font-size: 11px;"&gt;Running Android on VirtualBox on meh Linux Mint 9.&lt;br /&gt;
Now let's have some fun with apps development :)&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-3944838107751651290?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/G1yN9qgORw4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/3944838107751651290/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=3944838107751651290" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/3944838107751651290?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/3944838107751651290?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/G1yN9qgORw4/android-on-virtualbox.html" title="Android On VirtualBox" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh4.ggpht.com/_TnvwrS2E3JM/TIk_B3CjShI/AAAAAAAAAJI/f6AtwbRMXj4/s72-c/android_on_linux.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2010/09/android-on-virtualbox.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04GRHw7fSp7ImA9WxFaF08.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-2395898427710054239</id><published>2010-07-21T18:25:00.000+03:00</published><updated>2010-07-21T18:25:25.205+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-21T18:25:25.205+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tools" /><title>Do More With 7-Zip</title><content type="html">&lt;a href="http://www.7-zip.org/"&gt;7-Zip&lt;/a&gt; is one the best freeware and open source compression utilities so far. I use it a lot when I don't want to install a software and poop into my registry. Plus it works with any EXE and DLL file so you can look inside the program resources. Also I randomly figured that new &lt;em&gt;9.15 Beta&lt;/em&gt; and older &lt;em&gt;9.x&lt;/em&gt; series works nice with extracting SWF and FlashVideo files.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_TnvwrS2E3JM/TEcMSFo6PFI/AAAAAAAAAIc/PDo_bS3vBXk/s1600/flv_video.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_TnvwrS2E3JM/TEcMSFo6PFI/AAAAAAAAAIc/PDo_bS3vBXk/s1600/flv_video.png" /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;The comments always helps to see what's inside. After extracting a audio file it was a acc file inside,but no player worked with it. Somehow headers was messed up. But the &lt;em&gt;behind.audio.flv&lt;/em&gt; worked just fine. The easiest way to extract audio from Youtube movies is download &lt;a href="http://www.pcfreetime.com/"&gt;FormatFactory&lt;/a&gt; . It's freeware and the best converter I found. Works just fine when you need to rip a DVD into single iPod video file.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Extracting textures and music resources from Flash games:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Simple download a SWF file and open with 7-zip.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_TnvwrS2E3JM/TEcPAEC89SI/AAAAAAAAAIg/zUnOSfWg3po/s1600/swf_part1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="231" src="http://4.bp.blogspot.com/_TnvwrS2E3JM/TEcPAEC89SI/AAAAAAAAAIg/zUnOSfWg3po/s320/swf_part1.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;All you will see is the one single file that we need to extract again. Open the Flash file with tilde in 7-zip and you should see something like this:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_TnvwrS2E3JM/TEcPfrFvFlI/AAAAAAAAAIk/zGgyP_Biyp8/s1600/swf_part2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_TnvwrS2E3JM/TEcPfrFvFlI/AAAAAAAAAIk/zGgyP_Biyp8/s1600/swf_part2.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
That's all. By the comments you can easy figure out where is JPEG image and MP3/WAV sounds. :)&lt;br /&gt;
If you want more tools for editing and creating Flash files take a look at these resources:&lt;br /&gt;
&lt;a href="http://swftools.org/"&gt;http://swftools.org/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.osflash.org/"&gt;http://www.osflash.org/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.libming.org/"&gt;http://www.libming.org/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.flashdevelop.org/"&gt;http://www.flashdevelop.org&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-2395898427710054239?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/_MOXKPdgiv4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/2395898427710054239/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=2395898427710054239" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/2395898427710054239?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/2395898427710054239?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/_MOXKPdgiv4/do-more-with-7-zip.html" title="Do More With 7-Zip" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_TnvwrS2E3JM/TEcMSFo6PFI/AAAAAAAAAIc/PDo_bS3vBXk/s72-c/flv_video.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2010/07/do-more-with-7-zip.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0EHQ3w5cSp7ImA9WxFbE0o.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-4504812449199310726</id><published>2010-07-06T02:13:00.000+03:00</published><updated>2010-07-06T02:13:52.229+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-06T02:13:52.229+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Web Browsers" /><title>Seamonkey 2 Dark Theme</title><content type="html">I noticed there is a just few themes for &lt;a href="http://www.seamonkey-project.org/"&gt;SeaMonkey&lt;/a&gt; . This browser isn't very popular since it's bit lighter FireFox version and I mainly use it for editing web pages using Composer editor inside this browser. I hope somebody will make a &lt;a href="http://www.getpersonas.com/"&gt;Personas&lt;/a&gt;&amp;nbsp; soon for it since those are much better than real themes and easier to make. They get a thousand of downloads just in a first weeks. &lt;br /&gt;
&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_TnvwrS2E3JM/TDJmeT25jHI/AAAAAAAAAHU/CQL-fmpl9C0/s1600/Seamonkey_darktheme.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/_TnvwrS2E3JM/TDJmeT25jHI/AAAAAAAAAHU/CQL-fmpl9C0/s320/Seamonkey_darktheme.jpg" width="295" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;I only changed the main navigator screen and main icons. :P Feel free to edit and see how it was made it.&lt;/td&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;br /&gt;
&lt;/td&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;br /&gt;
&lt;/td&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;br /&gt;
&lt;/td&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;br /&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;a href="https://addons.mozilla.org/en-US/seamonkey/addon/185209"&gt;Download it from here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-4504812449199310726?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/UFRtoRHJnl8" height="1" width="1"/&gt;</content><link rel="related" href="https://addons.mozilla.org/en-US/seamonkey/addon/185209" title="Seamonkey 2 Dark Theme" /><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/4504812449199310726/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=4504812449199310726" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/4504812449199310726?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/4504812449199310726?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/UFRtoRHJnl8/seamonkey-2-dark-theme.html" title="Seamonkey 2 Dark Theme" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_TnvwrS2E3JM/TDJmeT25jHI/AAAAAAAAAHU/CQL-fmpl9C0/s72-c/Seamonkey_darktheme.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2010/07/seamonkey-2-dark-theme.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIDQnY9eSp7ImA9WxFVGEQ.&quot;"><id>tag:blogger.com,1999:blog-3053614803282190000.post-2335494901888535864</id><published>2010-06-18T20:46:00.002+03:00</published><updated>2010-06-18T23:22:53.861+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-18T23:22:53.861+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FPC" /><category scheme="http://www.blogger.com/atom/ns#" term="Lazarus" /><title>Cross-compile From Windows To Linux via FPC</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_TnvwrS2E3JM/TBu_dH32BWI/AAAAAAAAAGw/rkp4jM7bNs4/s1600/linux_lazarus_demo.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/div&gt;Since the past time I wrote this I was only able to compile boring console programs and Free Vision examples. Now I would love to share a detailed tutorial how to compile Linux applications from Windows using &lt;a href="http://www.pilotlogic.com/"&gt;CodeTyphon IDE&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Cross-compiling using CodeTyphon&lt;/b&gt;:&lt;br /&gt;
&lt;br /&gt;
CodeTyphon IDE from &lt;a href="http://www.pilotlogic.com/"&gt;PilotLogic&lt;/a&gt;&amp;nbsp; includes all cross-compilers (NDS,GBA,FreeBSD and so etc. ). It weights more than 200mb,but it is worth to download it since it includes such good components like GLScene,ZEOS Access,AGG and lots of OpenGL,DirectX examples in CodeOcean folder.&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;After downloading extract the archive and run &lt;i&gt;CodeTyphon_win32.exe&lt;/i&gt; . &lt;/li&gt;
&lt;li&gt;From menu select &lt;i&gt;CodeTyphon - &amp;gt; Remove and Build ALL (FPC+Lazarus)&lt;/i&gt;&lt;/li&gt;
&lt;/ol&gt;It may take a while after program will build you a fresh IDE and FPC from sources. Another step is to build a crosscompiler. From main menu select &lt;i&gt;Cross-Build -&amp;gt; Lazarus32 build cross element 1386-linux&lt;/i&gt; .&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_TnvwrS2E3JM/TBuc34kr0JI/AAAAAAAAAGg/eeP3nY4K9dU/s1600/menu.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_TnvwrS2E3JM/TBuc34kr0JI/AAAAAAAAAGg/eeP3nY4K9dU/s1600/menu.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&amp;nbsp;Wait a while after you will get all LCL and FPC units compiled for Linux i386 system. After getting done this step now you can run the Lazarus IDE by clicking Lazarus icon in the CodeTyphon Center toolbar.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_TnvwrS2E3JM/TBujUP4Xc3I/AAAAAAAAAGk/0iHHjSVgDYo/s1600/codetyphon.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="85" src="http://4.bp.blogspot.com/_TnvwrS2E3JM/TBujUP4Xc3I/AAAAAAAAAGk/0iHHjSVgDYo/s320/codetyphon.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;Lets start some testing :)&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
You can open a simple Lazarus example or write some small demo program. I made just a simple program with a message box.&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_TnvwrS2E3JM/TBukQdAQvrI/AAAAAAAAAGo/ZsNqEP7yyhE/s1600/Lazarus_Win32_demo.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="193" src="http://2.bp.blogspot.com/_TnvwrS2E3JM/TBukQdAQvrI/AAAAAAAAAGo/ZsNqEP7yyhE/s320/Lazarus_Win32_demo.jpg" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Boring tiny test app with just a PNG image and message box.&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;After you made some demo application go to &lt;i&gt;Project - &amp;gt; Project Options&lt;/i&gt;... or simply press &lt;i&gt;Shift+CTRL+F11&lt;/i&gt;. In the &lt;i&gt;Compiler Options &lt;/i&gt;you need to specify a &lt;i&gt;Libraries (-Fl)&lt;/i&gt; path. You need specify a folder where you are going to store Linux libraries with .so extension. Just simply click on the "..." button and press the Browse button in opened window. Make a new folder where you are going to put a Linux libraries and select it. &lt;br /&gt;
&lt;br /&gt;
Now comes the hardest part. To compile a Linux programs you will need some native libraries from it. After trying to copy missing GTK 2 libraries from secondary Linux partition I figured that some libraries were way to new for cross-compiler. Luckily I found a old Kubuntu 6.06 Live DVD. The full list of what libraries you exactly need is available &lt;a href="http://www.stack.nl/%7Emarcov/buildfaq/"&gt;up here&lt;/a&gt;. As I remember I copied a &lt;i&gt;Pango 1.0 , ATK 1.0, LibGTK2.0, LibGlib2.0&lt;/i&gt;,&lt;i&gt;LibCairo2-dev_2.18.17,LibSelinux,LibPNG12 and LibC6-dev_2.3.6,LibX11-6.1&amp;nbsp;&lt;/i&gt; packages from DVD disk and was also using a Ubuntu 10.04 Linux partition in &lt;i&gt;Libraries path&lt;/i&gt;. You may try to search for those packages in &lt;a href="http://ftp.nluug.nl/ftp/pub/os/Linux/distr/puppylinux/pupget_packages-1/"&gt;old Puppy Linux repositories &lt;/a&gt;. Also have in mind that you might need to rename libraries &lt;b&gt;&lt;i&gt;libatk-1.0.so.0.1114.0&lt;/i&gt;&lt;/b&gt; &lt;b&gt;-&amp;gt;&lt;/b&gt; &lt;b&gt;&lt;i&gt;libatk-1.0.so.0&lt;/i&gt;&lt;/b&gt; . &lt;br /&gt;
&lt;br /&gt;
It may take a really while to search all those libraries. Use &lt;a href="http://packages.debian.org/"&gt;Debian&lt;/a&gt; and &lt;a href="http://packages.ubuntu.com/"&gt;Ubuntu&lt;/a&gt; packages repositories to find packages containing the required libraries.&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_TnvwrS2E3JM/TBu_dH32BWI/AAAAAAAAAGw/rkp4jM7bNs4/s1600/linux_lazarus_demo.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_TnvwrS2E3JM/TBu_dH32BWI/AAAAAAAAAGw/rkp4jM7bNs4/s1600/linux_lazarus_demo.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;No matter a bit distorted PNG the executable compiled on Windows worked just fine on my Linux Mint 9 (Ubuntu 10.04) :)&amp;nbsp;&lt;/td&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;br /&gt;
&lt;/td&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;br /&gt;
&lt;/td&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;br /&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;If you bother about huge executable you need to uncheck the one debugging option&amp;nbsp; which causes to increase the executable size up to &lt;b&gt;10 times&lt;/b&gt;!&lt;br /&gt;
Go to &lt;i&gt;Project -&amp;gt; Project Options&lt;/i&gt;... . In Opened window select &lt;i&gt;Compiler Options -&amp;gt; Linking&lt;/i&gt; and uncheck the &lt;b&gt;&lt;i&gt;Display Line Numbers in Run-time Error Backtraces (-gl).&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Further reading:&lt;br /&gt;
&lt;a href="http://wiki.lazarus.freepascal.org/Cross_compiling"&gt;http://wiki.lazarus.freepascal.org/Cross_compiling&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://wiki.lazarus.freepascal.org/buildfaq"&gt;http://wiki.lazarus.freepascal.org/buildfaq&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.pilotlogic.com/codetyphon_help/cross_build_for_wince.htm"&gt;Cross building for Windows Mobile/WinCE&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://wiki.lazarus.freepascal.org/Setup_Cross_Compile_For_ARM"&gt;Build Maemo 5 applications with Lazarus &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Tools:&lt;br /&gt;
&lt;a href="http://puppylinux.org/"&gt;PuppyLinux &lt;/a&gt;a small (~100mb) Linux distribution that might be installed into USB thumb drive or CF card and used as Lazarus for Linux development environment.&lt;br /&gt;
&lt;a href="http://sourceforge.jp/projects/toplinux/releases/"&gt;TOP (Tacky Optimizing Puppy) Linux&lt;/a&gt; - similar to Puppy Linux,but includes my favorite XFCE desktop shell.&lt;br /&gt;
&lt;br /&gt;
On the weekend I am going to try the &lt;i&gt;arm-linux &lt;/i&gt;cross-compiler for &lt;a href="http://www.android.com/"&gt;Android&lt;/a&gt; software. &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053614803282190000-2335494901888535864?l=gintasdx.althirius-studios.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/althirius-studios/mSNt/~4/1ebpwbje6EY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://gintasdx.althirius-studios.com/feeds/2335494901888535864/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=3053614803282190000&amp;postID=2335494901888535864" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/2335494901888535864?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3053614803282190000/posts/default/2335494901888535864?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/althirius-studios/mSNt/~3/1ebpwbje6EY/cross-compile-from-windows-to-linux-via.html" title="Cross-compile From Windows To Linux via FPC" /><author><name>Gintas</name><uri>http://www.blogger.com/profile/00639421247433403734</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/-WanDp7VbDjA/TnIuh6y2gOI/AAAAAAAAAO4/rbjZjDD-0Cc/s220/ID_citrus.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_TnvwrS2E3JM/TBuc34kr0JI/AAAAAAAAAGg/eeP3nY4K9dU/s72-c/menu.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://gintasdx.althirius-studios.com/2010/06/cross-compile-from-windows-to-linux-via.html</feedburner:origLink></entry></feed>

