MOST POPULAR
Computer Vision Object Representation
Humans use their eyes and their brains to see and visually sense the world around them. Computer vision is the science that aims to...
ANDROID
Patents Might be Bogus in the Post PC era
Intro..
Am writing This post not because am one of the CPTN or a Google fan, Name it, but because am a coder without Borders...
TECHNOLOGY
Computer Vision Object Representation
Humans use their eyes and their brains to see and visually sense the world around them. Computer vision is the science that aims to...
Artificial Intelligence
OpenCV Compilation steps on windows, MINGW,CMAKE,MSYS
OpenCV Compilation steps on windows
1 Install CMAKE
http://www.cmake.org/cmake/resources/software.html
Add C:Program Files (x86)CMake 2.8bin to PATH environmental variable
2 Install MingW
http://www.mingw.org/
add C:MinGWbin to PATH environmental variable
3 Install MSYS
http://www.mingw.org/wiki/msys/
add C:Python26Scripts to PATH environmental variable
4 Install Opencv
http://tenet.dl.sourceforge.net/project/opencvlibrary/opencv-win/2.4.1/OpenCV-2.4.1.exe
The...
Scipy,Numpy,Appengine Python Failed to Load Module
What is google App Engine?
Google App Engine lets you run your web applications on Google's infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as...
LATEST ARTICLES
Computer Vision Object Representation
Humans use their eyes and their brains to see and visually sense the world around them. Computer vision is the science that aims to give a similar, if not better, capability...
Pinpointing docker containers from experience part one
I have been creating software over the years and each time new stuff comes up from the tech scene in this game of crafting code. These gems are always magnificent and hence way much...
The Good, the Bad and the Ugly – Innovations in Uganda so far.
I would really love to see great stuff come out of Uganda and Uganda being called the Pearl of African should ignite some kind of belief for greatness in all things...
Reboot Mistaguy
It has been relatively some time since I blogged. Even if I might say that I have been so busy moving up and down and bringing consumable product after consumable product...
imap dropped connection squirrelmail
Well i spent hours, installed and unistalled.
It was because of permission
How to use ansible on localhost IP 127.0.0.1 using ubuntu 14
Ansible is a free software platform for configuring and managing computers. It combines multi-node software deployment, ad hoc task execution, and configuration management.It manages nodes over SSH or PowerShell and requires Python (2.4 or later) to be installed on them. Modules work over JSON and standard output...
Serving files for download on CakePHP 3.0, Download counter
I think what i am about to say may apply to other versions of cakePHP and most probably the most recent. I created a simple download counter for my app. It...
Introducing Xcrypto
I was faced with a challenge of making sure that i pass data back and forth securely via an api
on cakephp 3.0 from a windows forms (C#) application.It was a challenge...
Context for understanding the Test
At the moment i am part of the team that works on the Mansystems test framework (MTF). MTF provides users with a standard set of technical keywords that are specific for testing...
Authentication vs Authorization
These terms are usually confusing to a novice computer user. I got a lot questions about it during the summer training last month and thought that it would be nice to...