Setting the Foreground Window (.NET)
Occasionally it is necessary for a .NET program to activate a window that belongs to a separate application. The facility to set the... more »
Tweet 0 Comments Save Tags: .net , how-to , windows
How to Install Cinnamon 1.8 on Ubuntu Desktop (13.10/13.04/12.10/12.04)
Cinnamon 1.8 the desktop environment developed by the team of Linux Mint has many new features and many bug fixes , and various... more »
Tweet 0 Comments Save Tags: how-to , open source , reviews , unix-linux
Creating a Google Maps shortcode for WordPress
This week we’ll be extending WordPress by adding a custom shortcode. This shortcode will allow us to add a Google Map to a post using a... more »
Tweet 0 Comments Save Tags: how-to , usability , web design
Just how fast is JBoss Middleware?
Let Radical Rich show you how in this demonstration video from 855 ft up in the air!
Tweet 0 Comments Save Tags: how-to , humor , open source , opinion
Memory Allocators 101
For the last few weeks, I've been working on a couple of patches to tcmalloc, Google's super high performance memory allocator. I'm going... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Source Code Typography
What’s the one thing we, as developers, do with source code more than anything else? We read it. Sure, we change it, and even... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
The Binary Keypad
ts main purpose is to send data to a shift register, LED driver, or other serial-input circuit without having to wire up and program a... more »
Tweet 0 Comments Save Tags: hardware , how-to , methodology
Data initialization in C++
In this blog post, I am going to review the different kind of data and how they are initialized in a program.
Tweet 0 Comments Save Tags: c-and-cpp , how-to , tools
Fricative Computing
Marie de Rabutin-Chantal, marquise de Sévigné, was a 17th century French Parisian aristocrat, remembered for her... more »
Tweet 0 Comments Save Tags: announcement , how-to , news , tools
Shazam in Java
Roy van Rijn has written wonderful post about Shazam algorithm and how to implement it on our own. To do this he placed many chunks of... more »
Tweet 0 Comments Save Tags: how-to , java
Creating Shazam in Java
This got me interested in how a program like Shazam works… And more importantly, how hard is it to program something similar in Java?
Tweet 0 Comments Save Tags: how-to , java , methodology , tools
Ruby on Rails Installation run error (fedora 17)
sqlite3 error on fedora and how to fix it.
Tweet 0 Comments Save Tags: how-to , open source , ruby , server
Deep dive into Require.js - Tech.Pro
Require.js is one of my favorite ways to write JavaScript these days. It's modularity breaks up larger apps into smaller, manageable... more »
Tweet 0 Comments Save Tags: how-to , javascript , web design
WSO2 ESB Payload Mediator Tutorial
This simple tutorial will lead you to write proxy with WSO2 ESB Payload Mediator. Here is the client sending request payload for proxy...
Tweet 0 Comments Save Tags: how-to , open source , tools
Working with Tween Animation in Android
This article intend to provide a good understanding of how to use translation animation in android on any View and also provide a... more »
Tweet 0 Comments Save Tags: how-to , java , mobile , other languages
Switching From Windows to Nix or a Newbie to Linux – 20 Useful Commands for Linux Newbies
So you are planning to switch from Windows to Linux, or have just switched to Linux?, Then, here are the 20 useful Linux commands for Newbies.
Tweet 0 Comments Save Tags: how-to , open source , server , unix-linux
Kanban Board Examples
Kanban boards have become popular among many companies from different industries. This presentation contains several Kanban boards... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Complex Types and java -2
Complex elements and types are almost always a part of our XSD files. A brief revision of these concepts and the java code that is... more »
Tweet 0 Comments Save Tags: how-to , java , xml
Complex Types and java
Complex elements and types are almost always a part of our XSD files. A brief revision of these concepts and the java code that is... more »
Tweet 0 Comments Save Tags: how-to , java , xml
Simple elements and java
A look at simple elements and types defined in XSDs and the java code that is generated from them when using XJC.
Tweet 0 Comments Save Tags: how-to , java , xml
Free Webinar May 29th: PhpStorm Best Practices - The Perfect Workflow for PHP Developers
Join us Wednesday, May 29th at 17:00 GMT for a free webinar, PhpStorm Best Practices – The Perfect Workflow for PHP Developers with... more »
How to automatically choose a camera viewing angle of any 3D model
When I wrote stljs, a library to read, write, and convert STL to PNG, one of the things I had to decide was how to calculate where the... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Basic Usage · scala.rx
The above example is an executable program. In general, import rx._ is enough to get you started with Scala.Rx, and it will be assumed in... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Growing Open Source Seeds
Years ago, Facebook created a Python library for interfacing with their API. The project had a large number of users (after all, Facebook... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Learning Effectively - The Path To Expertise
I was inspired by the book “Pragmatic Thinking and Learning” by Andy Hunt that I’ve read not so long ago and so I decided to write this... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools