Recently i was updating my photography web page and realized that there are plenty of Instagram plugins. I have tried over a dozen, but none offered what i was looking for. Many of them do not even load the feed!
Start using Command Objects in Grails
Using Grails forces you to implement MVC architecture (Grails uses Spring MVC internally). Which is nice. Convention says, views communicate with controllers, which then uses services to alter models.This set-up is quite straightforward for simple applications, but having complex business
Grails – Groovy On Rails first project
Choosing the right programming language for your project is a big deal. While it might be possible to use your favorite one over and over again for any project there is, that can be sometimes counterproductive as some languages and
BPM Debug Helper – Mozilla add-on
While working on a IBM BPM project, i was really frustrated with debugging option Process Designer offered. It was really messy to look through the XML output every time i was searching for desired variable. This made me wonder why
Real view cameras
augmented reality on mobile devices took giant step forward in last few years and this field of study is really growing quickly. what i see like a big dissapoitement is that when using mobile phone cameras, output is still just
IBM Worklight experience
recently i have been on a 2 day long seminar about this new product from ibm. i have never been a mobile app developer, tried Objective C once but was not impressed… so i was expecting a lot from it…
K-Means Clustering algorithm explained
K-means clustering is used in data mining to analyze clusters. Method divides n observations into k clusters, deciding by distance from nearest mean. It tries to find centers of natural clusters in data by iterative improvement. After defining all clusters, clustering
Hidden Markov Models
The easiest way to treat sequential data would be simply to ignore the sequential aspects and treat the observations as independent and identically distributed (i.i.d.)[Bishop 2006] as shown in Figure 1. However, this approach would fail to exploit sequential patterns.
Finger Detection
Earlier i was writing about detecting hands in camera as part of my diploma thesis. Another part is to detect fingertips. By finger detection you can gain mouse-like experience to any software. Pointing with only one finger can simulate mouse, but
Skin Color Tracking Algorithm
i have been working on skin color tracking software as one part of my diploma thesis (actually it is the first part 😀 ). i think it is working fine… you can calibrate it in real-time for any color. i