How to Real-time Scan with Clamwin on Jul 27, 2011 in open source foss tip Free Software windows Clamwin is a free and open source Anti-virus for Windows -- thus the suffix "win". This means that the community provides the developers tons and tons of possible virus infected files thus making Clamwin more efficient in tracking new virus than any...
GCC: G++ ifstream reads extra unwanted characters on Mar 19, 2011 in open source c++ problem g++ mingw tutorial solution windows guide Been having trouble with GCC's G++ 4.5.2 with MinGW on Windows. I kept having unwanted characters from a file, which should not be present in the first place. Given that I have a hello.txt text file that contains, Hello World and Hello Universe wh...
What the hell happened to facebook? on Feb 19, 2011 in facebook myspace Facebook redirects to Myspace. What in the world happened to Facebook? Good thing somehow. So I am forced not waste more time on any of those addictive yet lame Casual Games. Freedom! (/me goes back programming. :D)...
MSYS pr not found on Feb 12, 2011 in open source foss msys problem gnu mingw build Free Software windows compile pr Ever got the pr not found error on MSYS? Not sure why the packages made pr command to be obsolete. But compiling FFMPEG on Windows using MinGW and MSYS requires pr in the toolchain. Do not worry, it is still on MinGW's download page though not easi...
Open source Matroska MKV converter on Jan 11, 2011 in open source foss problem linux tip Free Software solution windows mac ubuntu It's been a long time since I blogged about anything. Is your hard drive (the one where you save you files and all that -- not the other one, if you know what I mean ^^) getting all spaced up because of your video file collections? Despite the numbe...
Problem with Red5 - SLF4JLogFactory does not implement LogFactory on Jul 8, 2010 in open source foss as3 problem tip flashdevelop red5 Free Software actionscript php Flash tomcat I'm currently working on a team of more at least 16 developers -- the largest team I worked with on a very complicated project. The setup is a central J2EE application that runs on JBoss, web application that written in PHP (powered by Apache web se...
Using PHP with Red5 on Jul 2, 2010 in open source java quercus red5 php tomcat The default installation of Red5 doesn't include support for PHP. And since Red5 is ran by Tomcat, this means we need Tomcat to handle PHP. I found a tutorial that requires you to recompile Tomcat with PHP enabled. Tedious task for a simple need of...
Red 5: Fixing NetConnection.Connect.InvalidApp Error on Jun 21, 2010 in open source red5 tutorial windows Are you having problem connecting to your Red5 server? Is the error message, NetConnection.Connect.InvalidApp? This happened to me too. Sadly, there was no available help online -- but there is now. ^^ This error occurs when your Flash application...
Connecting Sun Broadband Huawei 1550 USB modem on Ubuntu 10.04 on Jun 15, 2010 in mobile sun broadband ubuntu I'm finally trying Mobile Broadband and friends recommends Sun -- because its the cheapest you can have in Philippines. So before actually buying one, I tried my friends Sun USB modem which happens to be a Huawei E1550. My Ubuntu 10.04 installation...
GTK#: How to Change Font of Entry on May 5, 2010 in open source foss monodevelop gtk Free Software gnashdevelop mono This tutorial assumes that you are using MonoDevelop and created a C# GUI application using GTK#. Supposing you already have a Window with an Entry, named txtSource, this is how you change the Font. First, include Pango in imports. using Pango; Se...