TvQuran
Showing posts with label General. Show all posts
Showing posts with label General. Show all posts

Thursday, January 27, 2011

How To Open Blocked Facebook From Egypt -- كيف تفتح فيس بوك المحجوب من مصر

After Blocking Facebook.com by Egypt. You now can easily open it by the https site url.
Please share it to help freedom of the Internet. 

بعد اغلاق الفيس بوك من قبل السلطات المصرية يمكنك الان فتحه بكل سهولة من خلال العنوان البديل 
من فضلك شارك الطريقة لدعم حرية الانترنت

https://www.lisp4.facebook.com/
read more...

Monday, December 14, 2009

Unknown Java Traps that most of us fall in, Video Inside

I watched yesterday awesome tutorial that you deserve to see.
It's about Traps, Pitfalls, and Corner Cases in our lovely language, Java, It deals with 8 issues that most of us fall in it, Not to talk too long, I'll show you the first easy example and let you discover the rest and the reasons at this awesome video introduced by Google.

Problem One:
Here is a Java code and the question is to find the output and the reason of your selection, there are 4 multiple choices to select one from it, let's dance :)

public static void main(String args[]) {
            Set set = new HashSet();
            for (short i = 0; i < 99; i++) {
                set.add(i);
                set.remove(i - 1);
            }
            System.out.println(set.size());
        }

The Options is :
  • 1.
  • 99.
  • Through an Exception.
  • None of the above.
You will find the detailed solution with reasons at the first 5 minutes of the video.
Now, I'll let you with the awesome video by Josh Bloch and Bill Pugh.




for any questions, I'll be here and hope to enjoy the tricks.
read more...

Friday, December 11, 2009

NetBeans IDE 6.8 Overview, The only IDE you need!

NetBeans IDE 6.8 offers best-in-class support for the entire Java EE 6 specification and the GlassFish Enterprise Server v3 platform. Simplify Java application development with Java EE 6 language features: less XML configuration and more POJO-like development; easily target and deploy to GlassFish v3.


















read more...

Saturday, December 5, 2009

Why Java From Egypt in 2.5 minutes

For most of us, the term tutorial is nothing but boring long files that contain lots of information, we often not need to meet our need,We just need a small hack of how it work. We thought to introduce the boring long tutorials in a simple form for most of us.

Here, from Egypt where one of the oldest civilizations, We provide Mini-Tutorials in one of the newest technologies.

We hope to enjoy your journey with our Mini-Tutorials. If you have an interesting tutorial want to share, please feel free to contact us at : javafromegyptblog[AT]gmail[DOT]com
read more...