Posted by adnandoric on Feb 10, 2010 in Art, Blog, Featured Articles | 1 comment
Beautiful Arabic Calligraphy :
The Arabic calligraphy is a type of Arabic writing that is merged with art and decorative motives along with the different types of Arabic handwritings fonts. The Arabic calligraphy artwork is sued to feature Qura’an (The Muslims holy book), prophet Mohammed words, quotes of wisdom and Arabic...
read more
Posted by adnandoric on Feb 7, 2010 in Actionscript, Blog | 0 comments
I needed to code a calculator in Flex but as you all know, programming languages have some accuracy problems with floating points.
Thank god I found this sweet little method from Josh Tynjala, it is not perfect but it really helps:
/**
* Corrects errors caused by floating point math.
*/
public function correctFloatingPointError(number:Number, precision:int = 5):Number
{
//default...
read more
Posted by adnandoric on Feb 7, 2010 in Blog, Eclipse | 0 comments
Good news everyone!
Unfuddle tickets can now be manipulated directly from the Eclipse Mylyn interface:
http://unfuddle.com/blog/2010/1/14/unfuddle-mylyn-connector
The Unfuddle Mylyn Connector is compatible with Mylyn...
read more