How data is shared between multiple activities in Android
In this article, we will learn about the data sharing between multiple android application activities.
Tweet 0 Comments Save Tags: how-to , java , mobile , other languages
C# Performance Benchmark Mistakes, Part Two
So far in this series we've learned about the jitter and how it compiles each method in your program "on the fly"; we'll come... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
The CORRECT Way to Code a Custom Exception Class
There is a lot of advice out there on how to go about building your own custom exception classes. A lot of these sources are at... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
Book Review: Async in C# 5.0
This is a book purely on async. It's not a general C# book, and it doesn't even cover the tiny non-async features in C# 5. It's all about... more »
Tweet 0 Comments Save Tags: books , other languages , reviews
How to use 'not like' in Apache Hive
Usage of 'not like' in apache hive'
Tweet 0 Comments Save Tags: cloud , how-to , open source , other languages
PHP vs Ruby and the Python Phenom
Both Ruby and PHP have been around since 1995, but the “newcomer” Python is actually older, first appearing in 1991. Since their... more »
Tweet 0 Comments Save Tags: opinion , other languages , php , web design
Objective-C Associated Object
As you build your app, you may need to create a category for extending core foundation class like NSString, NSMutableArray, etc.... more »
Tweet 0 Comments Save Tags: apple , other languages , reviews
.NET Framework – Serialize and Deserialize
This article is about serialization and deserialization in Microsoft .NET Framework. At the time of writing this article I am using .NET... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
mysql-async and postgresql-async 0.2.2 for Scala released
A newer version of the postgresql-async project has been released and now it also includes MySQL support with the mysql-async project.... more »
Tweet 0 Comments Save Tags: database , java , other languages , trends
Quantifying Scientific Consensus, Zombies in R, and More Data Links
Arthur Charpentier's regular data link roundup explores quantified consensus on anthropogenic global warming, compares SAS and R for... more »
Tweet 0 Comments Save Tags: other languages , tools
XML Serialization and Deserialization: Part-1
The article talks about serialization of objects in XML format and deserialization of an XML file back to an object. Serialization is a... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
Retrying tasks with TPL, async and synchronous code
In this world, we have to face up to the horrible possibility of failure. Sometimes, that failure is irrecoverable. There’s no going... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
Traceroute’s Working and Problems With It
Traceroute’s Working and Problems With It
Tweet 0 Comments Save Tags: other languages , unix-linux
Dart Is Not the Language You Think It Is
When Dart was originally launched, many developers mistook it for some sort of Java clone. In truth, Dart is inspired by a range of... more »
Tweet 0 Comments Save Tags: other languages , reviews
AngularJS and TypeScript
Lately, I’ve started using AngularJS instead of Knockout. Knockout.js is very popular in the .NET world, is very easy to use, and meshes... more »
Tweet 0 Comments Save Tags: frameworks , javascript , other languages
Thinking in Scala: For Java Developers
Think more, different, deep - think in Scala
Tweet 2 Comments Save Tags: how-to , java , other languages