I’ve spend almost 2 day struggling how to compile tesseract project on Windows, encountered too many errors, missing ddl, path issue, etc.. To make it short, here are the easy and complete step on how to compile Tesseract Github Project on Windows 10, 8, 7 or XP. Program Requirement: First Thing, you need to have… Continue reading How to Compile Tesseract Git Project on Windows
Category: Programming
How to reinitialize jScrollPane after loading new contents
Im stuck here, so i post a solution to this problem. When i call the reinitialize function of jScrollPane to change the content using Ajax, I got a blank page problem and the scroll is gone. The culprit is maybe because of the added elements to our scrolled content and some of the event listener… Continue reading How to reinitialize jScrollPane after loading new contents
How to Update Assaultfire PH manually to 1.0.0.9
I always get an Error when I’m trying to update my Assaultfire PH program, so i do some trick to download the patch manually.. The problem is the server is very busy to handle the traffic from the site.. To download the patch manually, you can download it in our host: 1.0.0.8 to 1.0.0.9 (2.16mb):… Continue reading How to Update Assaultfire PH manually to 1.0.0.9
C++ Number To Roman Numeral Source Code
This program will convert a number to Roman Numeral from (1-999) only. For example if user will input 555 the program will display the Roman Numeral “DLV”. Check the example screenshot below: Note: This program will work on Turbo C++ Borland International. Please add credit to GensanBlog.com, when you use it on your website. Source… Continue reading C++ Number To Roman Numeral Source Code
Download Turbo C++ for XP, Windows 7 and Windows 8.1
Download Turbo C++ Version 3.0 by the Borland International. This version will allow you to run Turbo C++ in Windows XP, Windows 7, Windows 8 and Windows 8.1. This program is powered by DosBox that run native DOS in Windows 7 and Windows 8 and the original Turbo C++ by Borland International. You can download… Continue reading Download Turbo C++ for XP, Windows 7 and Windows 8.1
Monthsary Calculator
This app will allow you to compute how many months you and your partner has been falling in-love each other. It is a perfect tool for lovers that has been years together and come to the point that counting the month is not that easy, so this tool is the answer for your problem! Just… Continue reading Monthsary Calculator
How to Activate Retina Mode in XCode iOS Simulator
If you are using MacBook Pro Retina, you probably looking how to activate retina mode in iOS Simulator. To activate this feature Run your program first in Xcode then on iOS Simulator, go to the Menu > then Press Hardware > then Device > then select one of the retina selection iPhone (Retina 3.5 inch),… Continue reading How to Activate Retina Mode in XCode iOS Simulator
Encrypt your SWF for FREE with SWFlock.com
If you are looking for FREE and 100% protection for your SWF. Swflock.com is the solution for your problem. It offers online converting of SWF using your Web Browser (Chrome, Firefox, Safari or IE). Usual free trial SWF encryption tool put watermark in your SWF for the exchange of their free service, but SWFlock.com do… Continue reading Encrypt your SWF for FREE with SWFlock.com
Microsoft Visual C++ Runtime Error
Have you experience Microsoft Visual C++ Runtime Error after installing a Certain software in Windows 7 OS? Here is a simple and fast method of solving this problem. First check the compatibility of the application (Right click the application > Properties>Compatibility) on Compatibility mode check the Run this program in compatibility mode for: Windows XP… Continue reading Microsoft Visual C++ Runtime Error
How to update and swap values using a query in mySQL
While Im working on a certain project, I encounter a situation where I accidentally interchange the first name and the last name. Since the entries are quite big, It’s very hard to manually swap the values one by one. So, I search the web and found out the used of temporary variable in a query.… Continue reading How to update and swap values using a query in mySQL