Archive for February, 2013
Why Are You Silent
February 19th, 2013, posted in Islam, PAKiSTAN, POEtRY..It is in this direction you refuse to look
As if doing so would alter your faith in “hope†and “changeâ€
As if standing up for the oppressed is something as simple as “choosing sidesâ€
As if speaking up for the murdered would threaten your “political outlookâ€
It is here, amidst these ruins of dead children
You dare to even shed a tear
As if mourning for shia blood were forbidden
As if flags could dictate what hearts should feel
It is here, where blood is on the inside and outside
You sit at your desks and dinner tables
Arguing and debating like a bunch of fools and cowards
Over the meaning of “genocide.â€
It is here, where Pakistan is crying and bleeding
She asks: What have my children done to you
To cause this reclusive silence?
How much louder do they need to keep screaming?
What did they do to you to make you shut your mouth?!
What did they do to you to make you close your eyes?!
What did they do to you to make you cover your ears?!
What did they do to you to make you ignore their desperate cries?!
What did they do to you to make you get so offended
When all someone did was beg you to speak for them?!
What did they do to you to make you so blind
From realizing this atrocity needs to be condemned?!
Yes, with all this blood and death
I see you look the other way
With all this murder and madness
I see you turn and walk away
Not your concern, not your child
Carry on with your everyday life
Someone else’s problem, someone else’s job
Not your war, not your strife
Yes, with all this terror, all this wailing
All you can say is I’m not educated enough
Or I dont know the history
As if that had anything to do with human empathy
Yes, with all this bloodshed and slaughter
You remain oblivious to how many lives it took
With all this horror and mayhem
It is in this direction you refuse to look
Note : I found this online and did little changes hope the writer wont mind.
Link to "References & Resources For Programming "
February 19th, 2013, posted in Programming1.  Java
General
- Java mother site @ http://java.sun.com (or http://www.oracle.com/technetwork/java/index.html).
- Java Developers’ sites, in particular, http://java.net.
JDK (aka Java SE)
- Java SE mother site @ http://java.sun.com/javase (or http://www.oracle.com/technetwork/java/javase/overview/index.html).
- JDK 7 API Documentation Online @ http://download.oracle.com/javase/7/docs/api/index.html.
- JDK 7 Documentation Online @ http://download.oracle.com/javase/7/docs/.
- Ken Arnold, James Gosling and David Holmes, “The Java Programming Language”, 4th Edition, 2005. (The defacto standard for Java Language, but does not seem to have been updated to cover the latest features?!)
- James Gosling, Bill Joy, Guy Steele and Gilad Bracha, “The Java Language Specification”, 3rd Edition, 2005. (The defacto standard for JVM, but does not seem to have been updated?!)
- JDK 7 Demos and Samples (to be downloaded @ http://www.oracle.com/technetwork/java/javase/downloads/index.html)
Books & Online Tutorials
- The online Java tutorial @ http://docs.oracle.com/javase/tutorial/. (The authoritative source.)
- Paul Deitel and Harvey Deitel, “Java How to Program”, 9th Edition, 2011. (A comprehensive reference for programmers.)
- Y. Daniel Liang, “Introduction to Java Programming”, 9th Edition, 2012. (Good text book for undergraduate Java courses.)
- Bruce Eckel, “Thinking in Java”, 4th edition, 2007. (Great book but has not been updated?!)
2.  HTML & CSS
Specifications
- HTML @ W3C (www.w3.org)
- HTML 4.01 Specification @ http://www.w3.org/TR/html401/.
- HTML 5 Draft Specification @ http://www.w3.org/TR/html5/.
- XHTML 1.0 Specification (W3C) @ http://www.w3.org/TR/xhtml1/.
- CSS Specification (W3C) @ http://www.w3.org/Style/CSS/.
Online Tutorials and Resources
- W3School Tutorials & References @ http://www.w3schools.com/.
- Mozilla Developers Network (MDN)
Books
- [TODO]
3.  Android
- Android mother site @ www.android.com.
- Android Developers @ developer.android.com.
- Andriod API Documentation @ http://developer.android.com/reference/packages.html.
4.  MySQL
MySQL Mother Site & Standards
- MySQL Mother Site @ www.mysql.com.
- MySQL 5.5 “Reference Manual” @ http://dev.mysql.com/doc/.
- MySQL 5.5 “SQL Statement Syntax” @ http://dev.mysql.com/doc/refman/5.5/en/sql-syntax.html.
- “ISO/IEC 9075 Information Technology – Database Languages SQL”: 1989 (SQL-89), 1992 (SQL-92 or SQL2), 1999 (SQL-99 or SQL3), 2003 (SQL-2003), 2006 (SQL-2006) and 2011 (SQL-2011).
Sample Databases
- MySQL Employees Sample Database @ http://dev.mysql.com/doc/employee/en/index.html.
- MySQL Sakila Sample Database @ http://dev.mysql.com/doc/sakila/en/index.html.
- Microsoft Nothwind Sample database @ http://www.microsoft.com/en-us/download/details.aspx?id=23654; MySQL port @ http://code.google.com/p/northwindextended.
- The “Classic Models” Retailer database @ http://www.mysqltutorial.org.
Books and Tutorials
- Codd E. F., “A Relational Model of Data for Large Shared Data Banks”, Communications of the ACM, vol. 13, issue 6, pp. 377–387, June 1970.
- (For Java Programmers) “JDBC Basics”, Java Online Tutorial @ http://download.oracle.com/javase/tutorial/jdbc/basics/index.html.
- Paul DuBois, “MySQL Developer’s Library”, 4th ed, 2009 (5th eds is probably available).
- http://mysqltutorial.org.
- Russell Dyer, “MySQL in a Nutshell”, 2nd ed, O’reilly, 2008.
5.  C Language
- Kernighan and Ritchie “The C Programming Language”, 2nd edition, 1988, (The “K&R”).
- Plauger, “The Standard C Library”, 1992, PrenticeHall.
- The Formal Specification of C Language:
- ISO/IEC 9899:2011 “Programming Languages. C” (The “C11”);
- ISO/IEC 9899:1999 “Programming Languages. C” (The “C99”);
- ISO/IEC 9899:1990 “Programming Languages. C” (The “C90”).
6.  C++ Language
- The Formal Specification for the C++ language:
- ISO/IEC 14882:2011 “Programming Language. C++” (The “C++11”);
- ISO/IEC 14882:2003 “Programming Language. C++” (The “C++03”);
- ISO/IEC 14882:1998 “Programming Language. C++” (The “C++98”).
- Bjarne Stroustrup (creator of C++), “The C++ Programming Language”.
- Bjarne Stroustrup, “The Design and Evolution of C++”.
- http://www.cplusplus.com (C++ documents, tutorials, library references).
- Stanley B. Lippman & Josee Lajoie, “C++ Primer”.
- Deitel & Deitel, “C++ How to Program”.
- Gary J. Bronson, “Program Development and Design using C++”.
Link to “References & Resources For Programming “
February 19th, 2013, posted in Programming1.  Java
General
- Java mother site @ http://java.sun.com (or http://www.oracle.com/technetwork/java/index.html).
- Java Developers’ sites, in particular, http://java.net.
JDK (aka Java SE)
- Java SE mother site @ http://java.sun.com/javase (or http://www.oracle.com/technetwork/java/javase/overview/index.html).
- JDK 7 API Documentation Online @ http://download.oracle.com/javase/7/docs/api/index.html.
- JDK 7 Documentation Online @ http://download.oracle.com/javase/7/docs/.
- Ken Arnold, James Gosling and David Holmes, “The Java Programming Language”, 4th Edition, 2005. (The defacto standard for Java Language, but does not seem to have been updated to cover the latest features?!)
- James Gosling, Bill Joy, Guy Steele and Gilad Bracha, “The Java Language Specification”, 3rd Edition, 2005. (The defacto standard for JVM, but does not seem to have been updated?!)
- JDK 7 Demos and Samples (to be downloaded @ http://www.oracle.com/technetwork/java/javase/downloads/index.html)
Books & Online Tutorials
- The online Java tutorial @ http://docs.oracle.com/javase/tutorial/. (The authoritative source.)
- Paul Deitel and Harvey Deitel, “Java How to Program”, 9th Edition, 2011. (A comprehensive reference for programmers.)
- Y. Daniel Liang, “Introduction to Java Programming”, 9th Edition, 2012. (Good text book for undergraduate Java courses.)
- Bruce Eckel, “Thinking in Java”, 4th edition, 2007. (Great book but has not been updated?!)
2.  HTML & CSS
Specifications
- HTML @ W3C (www.w3.org)
- HTML 4.01 Specification @ http://www.w3.org/TR/html401/.
- HTML 5 Draft Specification @ http://www.w3.org/TR/html5/.
- XHTML 1.0 Specification (W3C) @ http://www.w3.org/TR/xhtml1/.
- CSS Specification (W3C) @ http://www.w3.org/Style/CSS/.
Online Tutorials and Resources
- W3School Tutorials & References @ http://www.w3schools.com/.
- Mozilla Developers Network (MDN)
Books
- [TODO]
3.  Android
- Android mother site @ www.android.com.
- Android Developers @ developer.android.com.
- Andriod API Documentation @ http://developer.android.com/reference/packages.html.
4.  MySQL
MySQL Mother Site & Standards
- MySQL Mother Site @ www.mysql.com.
- MySQL 5.5 “Reference Manual” @ http://dev.mysql.com/doc/.
- MySQL 5.5 “SQL Statement Syntax” @ http://dev.mysql.com/doc/refman/5.5/en/sql-syntax.html.
- “ISO/IEC 9075 Information Technology – Database Languages SQL”: 1989 (SQL-89), 1992 (SQL-92 or SQL2), 1999 (SQL-99 or SQL3), 2003 (SQL-2003), 2006 (SQL-2006) and 2011 (SQL-2011).
Sample Databases
- MySQL Employees Sample Database @ http://dev.mysql.com/doc/employee/en/index.html.
- MySQL Sakila Sample Database @ http://dev.mysql.com/doc/sakila/en/index.html.
- Microsoft Nothwind Sample database @ http://www.microsoft.com/en-us/download/details.aspx?id=23654; MySQL port @ http://code.google.com/p/northwindextended.
- The “Classic Models” Retailer database @ http://www.mysqltutorial.org.
Books and Tutorials
- Codd E. F., “A Relational Model of Data for Large Shared Data Banks”, Communications of the ACM, vol. 13, issue 6, pp. 377–387, June 1970.
- (For Java Programmers) “JDBC Basics”, Java Online Tutorial @ http://download.oracle.com/javase/tutorial/jdbc/basics/index.html.
- Paul DuBois, “MySQL Developer’s Library”, 4th ed, 2009 (5th eds is probably available).
- http://mysqltutorial.org.
- Russell Dyer, “MySQL in a Nutshell”, 2nd ed, O’reilly, 2008.
5.  C Language
- Kernighan and Ritchie “The C Programming Language”, 2nd edition, 1988, (The “K&R”).
- Plauger, “The Standard C Library”, 1992, PrenticeHall.
- The Formal Specification of C Language:
- ISO/IEC 9899:2011 “Programming Languages. C” (The “C11”);
- ISO/IEC 9899:1999 “Programming Languages. C” (The “C99”);
- ISO/IEC 9899:1990 “Programming Languages. C” (The “C90”).
6.  C++ Language
- The Formal Specification for the C++ language:
- ISO/IEC 14882:2011 “Programming Language. C++” (The “C++11”);
- ISO/IEC 14882:2003 “Programming Language. C++” (The “C++03”);
- ISO/IEC 14882:1998 “Programming Language. C++” (The “C++98”).
- Bjarne Stroustrup (creator of C++), “The C++ Programming Language”.
- Bjarne Stroustrup, “The Design and Evolution of C++”.
- http://www.cplusplus.com (C++ documents, tutorials, library references).
- Stanley B. Lippman & Josee Lajoie, “C++ Primer”.
- Deitel & Deitel, “C++ How to Program”.
- Gary J. Bronson, “Program Development and Design using C++”.





