08:05

Underworld 4 2012 The Awakening Hindi Dubbed



Quote:
General
Complete name : C:\Users\admin\Desktop\Underworld%204%202012%20Hin di%20Scam%20Rip%20XviD%20Team%20ICTV%20By%20PokeST AR%20ON%20FRENDZ4M.avi
Format : AVI
Format/Info : Audio Video Interleave
File size : 528 MiB
Duration : 1h 12mn
Overall bit rate : 1 014 Kbps

Video
ID : 0
Format : MPEG-4 Visual
Format profile : Advanced Simple@L5
Format settings, BVOP : 2
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Codec ID : XVID
Codec ID/Hint : XviD
Duration : 1h 12mn
Bit rate : 912 Kbps
Width : 592 pixels
Height : 256 pixels
Display aspect ratio : 2.35:1
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.241
Stream size : 475 MiB (90%)
Writing library : XviD 1.2.1 (UTC 2008-12-04)

Audio
ID : 1
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Mode : Joint stereo
Mode extension : MS Stereo
Codec ID : 55
Codec ID/Hint : MP3




Code:
http://www.easybytez.com/ba0j9p3n8l89
Code:
http://ul.to/lnx9v86n

08:04

Agneepath (2012)






Quote:
Imdb Link:
Code:
http://www.imdb.com/title/tt1849718/
Stars: Hrithik Roshan, Arush Bhiwandiwala and Deven Bhojani
Source: DDR
Video: 512*384, MKV
Audio: 48KBPS @ AAC



Code:
http://www.filefactory.com/file/c2e5a50/n/APH.400MB.CamRip.X264.AAC.By.Team.SD.mkv

http://ul.to/ym7vyzbc

http://turbobit.net/9gjrddhwyqyn/APH.400MB.CamRip.X264.AAC.By.Team.SD.mkv.html

08:02

Roudram(2011) - 400MB



Single Link
Code:
http://ul.to/cqc8vv7b

http://sharerun.com/wlzy8ihdccv3/Roudram.400MB.R5.DvdRip.X264.AAC.By.Team.SD.mkv.html

http://turbobit.net/912jc6uwkyvx.html

http://file4sharing.com/mlai35r6kjbk/Roudram.400MB.R5.DvdRip.X264.AAC.By.Team.SD.mkv.html

08:01

Vaishali (2011) 400MB







Code:
http://www.filefactory.com/file/c2e09ba/n/Vaishali.400MB.DTHRip.X264.AAC.By.Team.SD.mkv

http://ul.to/zlwewwjk

http://turbobit.net/coz68pz0c9m3/Vaishali.400MB.DTHRip.X264.AAC.By.Team.SD.mkv.html

17:26

happy republic day






07:51

write google android application


Step 1: Get Eclipse

For this tutorial, I’m going to use Eclipse, because frankly it’s the easiest and most hassle-free development tool for Android right now. If you’re a NetBeans programmer, be my guest; but I’ll use Eclipse today.
Note: This is a .zip file; when you unzip it you will be able to run it wherever you unpacked it – there is no installer. I’d recommend that you put this in “C:\Program Files\” unless you plan on making it a portable application on a USB drive or something.

Step 2: Download The Java JDK

If you don’t have it already, you need to download the Java JDK 6. If you currently have the JDK 5, you should be okay, but there’s really no reason not to update. Just install it by downloading and then running through the setup to get things going. I’d recommend that you just hit next–>next–>finish, rather than doing anything fancy. Once you get things working, you can mess around a bit.

Step 3: Download The Android SDK Tools

Next, you’ll need to get the Android SDK Tools straight from Google. Unpack and install this to a directory you’ll remember – you need to reference this in the next few steps.

Step 4: Configure Eclipse For Your Android

Start Eclipse, and head to ‘Help>Install New Software‘. Hit  “Add…” and for the name, type “Android” and set the link to “https://dl-ssl.google.com/android/eclipse/” (if this doesn’t work, try it with http:// instead of https://).Click “OK” and the following should appear.
how to write Google Android apps
Select both of the resulting packages, and hit next – this will download the Android ADT(Android Development Tools). Go ahead and start the download to obtain these two packages. Restart Eclipse (it should prompt you to on completion of the downloads). We’re almost ready to start coding.

Step 5: Configure The Android SDK

Navigate to the folder you downloaded/unpacked the Android SDK to. In there, you’ll find a file named “SDK Setup.exe.” Start that file – the following dialogue should appear.
how to write Google Android apps
Don’t feel obligated to download every single thing. Could it hurt? Not really. For me, however, I only really want to program for Android 2.1 and 2.01, so those are the only API packages I bothered to get (someday I may pay for my folly, but not today). Either way, get what you want (and you do need to pick one) and hit install. The SDK manager will install it for a little while – go grab a snack.

Step 6: Set Up Your Android Virtual Device (AVD)

Now that you’ve finished yet another painful download, click over to “virtual devices” (still in the SDK Manager). We’re going to create an Android device that will test run your programs for you! Hit “New” to create a new Android device, and put in the specifications that you want it to have. In the screenshot below, you’ll see the options I wanted (that closely mimic that of my Motorola Droid).
how to write Google Android apps
Click “Create AVD” to–well–create your AVD. Select your AVD from the list, and hit “Start” to make sure that you do indeed have a working emulation of an Android phone. After a pretty lengthy start-up wait, it should look something like this.
writing google android apps
Fool around with it and explore for a bit if you want, then close it up so we can get back to work.

Step 7: Configure Eclipse Again

Remember that Android SDK we got earlier? We didn’t do anything with it. Now, it’s time to tell Eclipse where it is so Eclipse can use it as a resource. To do this, open Eclipse and navigate to Window>Preferences (or on Mac, Eclipse>Preferences) and select the Androidtab. As shown below, browse to the location of your Android SDK and hit “Apply“.
writing google android apps
Everything check out so far? Hit “OK” to save everything and let’s go program.

Step 8: Create A New Project

It’s finally time to code some. Navigate to ‘File>New>Other…>Android>Android Project‘, and input a project name, as well as some other details. If you want, copy from my screenshot below. Some of the fields need explaining that simply doesn’t belong here, so if you want to know more specifically, please let me know and maybe I’ll write an article about it.
writing google android apps
Hit “Finish” and the project will be created.

Step 9: Input Your Code

In the tree on the left, navigate to the “src” folder and expand everything. Go to the file with the name of your “Activity” (created in step 8, mine was HelloWorld) and double click it to see the contents. Presently, your code has all of the content in black (with some minor modifications depending on your settings). To make a working “Hello world” program, you need to add the text that is in bold red. Note that there are two bold red “blocks” of code, and you need to add both to make things work.
//==========Start Code============
package com.android.helloandroid;

import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;

public class HelloAndroid extends Activity {
   /** Called when the activity is first created. */
   @Override
   public void onCreate(Bundle savedInstanceState) {
       super.onCreate(savedInstanceState);
       TextView tv = new TextView(this);
       tv.setText("Hello, Android");
       setContentView(tv);
   }
}
//==========End Code============
I would love to explain all of the code, but that’s not exactly the point of this tutorial; the point is to get your feet off the ground. I know some/most of this is confusing; but it’s just how things are wired.

Step 10: Run Your Program

Above your code, you’ll see a little green “Play” button (or navigate to ‘Run>Run‘). Click it.When a popup box asks you how to run the application, you’re going to tell it to run as an “Android Application”. It will prompt you to save changes; hit yes.
Now you get to wait an eternity while your virtual device boots up. I’d recommend that you leave it open for the duration of your programming sprees, otherwise you’re going to spend more time watching the Android logo spin than you will watching your program freeze up. Just saying. Efficiency.
After everything’s done loading, your application should upload and start automatically. Which means that right after you “unlock” the device, you’ll be greeted with your first Android program.I only captured the top half of the screen because the rest of it is black.
make google android apps
That’s it, congratulations! The task can be a bit daunting at first; and definitely confusing, but if you stick with it you won’t be disappointed. If you step back and think about it, we only did a few really major things, the rest was just the process of connecting the pieces to make everything work.
Do you want to become an Android developer? Have you ever written an Android app, and if so, what did it do? As always I love getting feedback in the comments section. As someone who answered yes to the first question, I’m in the process of learning to adequately code for my Android device, so do you have any websites or pointers that would help me or a fellow Android newbie out?

03:59

Making Things Talk: Using Sensors, Networks, and Arduino to see, hear, and feel your world, 2nd Edition



Information:
Quote:
2011 | ISBN: 1449392431 | 496 pages | PDF | 6,9 MB

Make microcontrollers, PCs, servers, and smartphones talk to each other.

Building electronic projects that interact with the physical world is good fun. But when the devices you've built start to talk to each other, things really get interesting. With 33 easy-to-build projects, Making Things Talk shows you how to get your gadgets to communicate with you and your environment. It’s perfect for people with little technical training but a lot of interest.

Maybe you're a science teacher who wants to show students how to monitor the weather in several locations at once. Or a sculptor looking to stage a room of choreographed mechanical sculptures. In this expanded edition, you’ll learn how to form networks of smart devices that share data and respond to commands.

-Call your home thermostat with a smartphone and change the temperature.
-Create your own game controllers that communicate over a network.
-Use ZigBee, Bluetooth, Infrared, and plain old radio to transmit sensor data wirelessly.
-Work with Arduino 1.0, Processing, and PHP—three easy-to-use, open source environments.
-Write programs to send data across the Internet, based on physical activity in your home, office, or backyard.

Whether you want to connect simple home sensors to the Internet, or create a device that can interact wirelessly with other gadgets, this book explains exactly what you need.
Download:

Code:
http://www.filesonic.com/file/RvrJTMQ

Please Leave A Comment To Keep This Topic Alive. Thanks :)

03:58

Getting started with Open Source Development Rachna Kapur , Mario Briggs , Tapas Saha




Quote:
2010 | ISBN: n/a | PDF | 136 pages | 12 MB

Open source software development is a community-driven methodology to develop products, from the design and development stages to distribution. Developers across differents part of the world are passionate about their collaboration, and several successful projects including Firefox, Moodle, and Drupal are widely used today. Moreover, many companies are using open source software as the foundation to build their business models.
This books gets you started into the fascinating world of open source software development. Using the exercises and case studies provided, you will get good hands-on experience to contribute to and start open source projects.

DP
Code:
http://depositfiles.com/files/mgavfkwr3

03:57

Reset Windows Password 1.90




Reset Windows Password 1.90 | 29.5 MB

Reset Windows Password is a bootable utility to reset forgotten administrator or other account passwords on Windows 7 / Vista / XP / NT / 2008 / 2003 / 2000 and Active Directory (AD) servers. Instantly unlock your system if you have forgotten Windows password or user account is locked out or disabled. Reset Windows Password is designed to help general users to remove forgotten Windows passwords by burning a bootable CD/DVD or USB flash drive.

Key Features & Benefits
• 100% satisfaction guaranteed.
• Simple and intuitive graphic interface.
• Bypass, remove or reset Windows local administrator and user passwords.
• Reset forgotten domain administrator and user passwords for Windows 2000, 2003 and 2008 AD (Active Directory) domain controller.
• Reset passwords to DSRM (Directory Services Restore Mode) accounts.
• Unlock and enable local user and administrative accounts.
• Enable you to get into Windows if your password is expired or compromised.
• New! Disable the "Force Smart Card Login" if your Smart Card is lost.
• Automatically detect all operating systems installed on your computer.
• Reset passwords for Windows 7, Windows XP, 2003, 2000, NT, Windows XP Professional x64 Edition (64-bit), Windows Server 2003 x64 Edition (64-bit), Windows VISTA, Windows VISTA (64-bit), Windows Server 2008.
• Reset administrator password of virtual machine runs in VMware or Microsoft Virtual PC.
• Reset Windows passwords with a bootable CD, DVD or USB flash drive.
• Support RAID/SCSI/SATA drives, and FAT16, FAT32, NTFS, NTFS5 file systems.

Download-

Code:
http://uploading.com/files/17f113b1/Reset.Windows.Password.v1.90.rar/

03:55

Unlock Phones All in One





Unlock Phones All in One:NEW LINK

Here all in one to unlock this mobile phones
Quote
Nokia
Motorola
Alcatel
Ericsson
Panasonic
Sagem
Samsung
Siemens
Sony

DOWNLOAD:
Code:
http://www.filesonic.com/file/U8f8nhj/UnLockcel.DB.CW.rar

03:52

Interview Materials


Rs Agarval Book
Code:
http://www.mediafire.com/?7jlwxd8fpxhe4s2

Sectional Test
Code:
http://www.mediafire.com/?oc6zartuxqo0hny

Technical Questions
Code:
http://www.mediafire.com/?khtf4lh2uh2deco
Verbal Questions
Code:
http://www.mediafire.com/?b1rdwccr5kyr3sb

04:45

Best Android apk Collection


Best Android apk Collection  | 3.08 GB 
FileSonic, Uploaded links - Single Extraction - InterChangable - No Password

2000 files - Best colection Android Apps and Games
The title says it all. I have tested all of these on my Evo and Evo 3D , HTC Desire HD
This is my entire Android collection!
They all work!!!

Download:
Code:
http://www.filesonic.com/file/JHN3fCe/Androidapk.part1.rar
http://www.filesonic.com/file/qyjBSWf/Androidapk.part2.rar
http://www.filesonic.com/file/yLFm8T2/Androidapk.part3.rar
http://www.filesonic.com/file/XzagHdr/Androidapk.part4.rar
http://www.filesonic.com/file/YDU9Kfg/Androidapk.part5.rar
http://www.filesonic.com/file/PLshQG6/Androidapk.part6.rar
http://www.filesonic.com/file/hjf8WBV/Androidapk.part7.rar

04:43

Ultimate bluetooth mobile phone spy software 2008

What is your partner up to? What are your colleagues at work talking about? What's your boss saying about you? What is
the person next to you on the bus texting?

The very latest technology and programs to allow you to spy on any bluetooth enabled device, mobile phone, or
laptop - our technology covers them all.

With our Pro-Edition Software you can now easily find out who your partner, business associates, and friends have been
in contact with. Whether you are suspicious of an affair, or would just like information that will help progress your
career, you can now do all of the following using your mobile phone, and the person you are targeting will not suspect
a thing. Guaranteed!


Code:
http://rapidshare.com/files/112515268/Ultimate_bluetooth_mobile_phone_spy_software_2008.rar
or
Code:
http://rapidshare.com/files/221040530/Ultimate.Bluetooth.1.8.rar

04:42

Mobile Phone Hacking


In this you will learn that what it takes for "mobile phone hacking" and find out what others are doing.Well Most of the people are curious about "Mobile phone hacking",Well today i will tell procedure for "mobile phone hacking".Frnds here is a bluetooth hacking software ,using bluetooth hacking software u can "hack any cell phones" this software is the latest version Bluetooth Hack v 1.07.


Advantages of this software.
Once if ur connected to another phone via bluetooth you can:
- you can read his/her messagess
- you can read his/her contactss
- you can change hi/her profile
- you can also play his/her ringtones even his/her phone is in silent
- you can play his songs from his/her mobile
- you can restart his/her mobile
- you can switch off his/her mobile
- u can restore his/her factory setings
- you can also change ringing volume of his/her mobile..
- the best part of it is u can call from his mobile which also includes all call functions like hold on etc etc..

Mobile phone hacking will only work if you follow the steps correctly
This software is very much suitable for sony ericcsson mobiles.






   
 
http://rapidshare.com/files/270187378/Super_Bluetooth_Hack_v1.07.rar

04:41

My Android App. Collection


Camera ZOOM FX Full 3.3.0 (Android)
Overview: The most advanced camera for Android!
Requirements: Android 1.6+


The ultimate camera for Android: Camera ZOOM FX





Quote:
Camera ZOOM FX gives you: 

40 fx! vignette,lomo,retro,polaroid(>fxcamera)
Win $100 in photo contest
FREE skinpacks
fun props (like PicSay)
borders / frames
famous ‘buddies’ in your pictures
stable camera (incl onscreen meter)
clap to snap
pro timer
zoom
geotag
autosave
silent camera
hipstamatic fx
customization of ALL hardware buttons to camera functions

- e.g. volume buttons to control zoom

customizable grid overlays
flash (if avail)
burst mode up to 16 shots
quad camera
auto focus
whitebalance
nightshot
digi composites (photoshop style overlays)
full camera resolution (up to 8mp if avail)
1-click upload photo to Facebook, Twitter, Flickr, etc.
full-screen camera shutter
animated shutter effects (even more to download!)
launch picture gallery
circular zoom wheel (optional)



What's in this version: v3.3.0 
- Post adjustment of brightness, contrast & saturation
- Autofocus fix for galaxy nexus
Download Camera ZOOM FX Full 3.3.0 (Android)

   
 
Code:
http://www.filesonic.com/file/YHDbk9x/Camera_ZOOM_FX_Full_v3.3.0.rar
 


   
 
Code:
http://uploading.com/files/m9314a7a/Camera_ZOOM_FX_Full_v3.3.0.rar/