Dendroid - software solutions for everyone

Dendroid software solutions for everyone from small websites, mobile presentations, up to full featured software and  applications.

prejsť na web

Insta Feed Widget WordPress

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! The post Insta Feed Widget WordPress appe

prejsť na článok

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 applica

prejsť na článok

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 The post Grails Groovy

prejsť na článok

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 The post BPM Debug Help

prejsť na článok

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 The post Real view cameras

prejsť na článok

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 The post IBM Worklight experience appeared first on dendr

prejsť na článok

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 cluster

prejsť na článok

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 sequen

prejsť na článok

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 The pos

prejsť na článok