sanzar-adnan.blogspot.com
Sitemap | SanZ's Blog
http://sanzar-adnan.blogspot.com/p/sitemap.html
Subscribe to: Posts (Atom). Exchange Anything. Its Happening! I am from Bangladesh. Currently doing Masters in Cyber Security in Stevens Institute of Technology! Enjoy developing iOS Applications! View my complete profile. Blogumulus by Roy Tanck. Copy Right 2010- Sanzar Adnan Alam. Title and Background design by I-Creation Desgin Studio. Picture Window template. Powered by Blogger.
sanzar-adnan.blogspot.com
09/10/12 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2012_09_10_archive.html
Monday, September 10, 2012. IPhone Application Development Tutorial. This is a free tutorial by the Stanford University. Posted by Sanzar Adnan Alam. Create Multiple Folders And Sub-Folders Easily In One Go. Using Batch (BAT) Command. The First method for creating multiple folders requires using the Batch (BAT) file. First you create a root folder in which you want your other folders to appear. Once done, create a text file in root folder and enter the md. Command in following way. Blogumulus by Roy Tanck.
sanzar-adnan.blogspot.com
10/31/12 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2012_10_31_archive.html
Wednesday, October 31, 2012. How to Access Web Sites When They’re Down. When sites go down, there are actually a few ways to access them through the magic of caches and archives. Access Cached Pages Through Google. Google caches a large portion of the internet, and it’s easy to access those caches when a site isn’t available. All you have to do is search for a URL prepended with “cache:” like this:. Http:/ sanzar-adnan.blogspot.com/. Posted by Sanzar Adnan Alam. Subscribe to: Posts (Atom).
sanzar-adnan.blogspot.com
10/16/13 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2013_10_16_archive.html
Wednesday, October 16, 2013. Few Useful Objective-C Snippets for an iOS App. LAUNCH MAIL AND SEND AN EMAIL. UIApplication sharedApplication] openURL:[NSURL URLWithString:@mailto:/ mymail@myserver.com] ;. UIApplication sharedApplication].idleTimerDisabled = YES;. STOP RESPONDING TO TOUCHES. UIApplication sharedApplication] beginIgnoringInteractionEvents];. RESUME RESPONDING TO TOUCHES. UIApplication sharedApplication] endIgnoringInteractionEvents];. DISPLAY AN ALERT WINDOW. Posted by Sanzar Adnan Alam.
algorithmist.com
UVa - Algorithmist
http://www.algorithmist.com/index.php/UVa_Problemset
Redirected from UVa Problemset. The Valladolid University Online Judge (UVa) Problemset. Outsbook - UVa Problem Hints. Programming contest problems and solutions. The Valladolid University Online Judge (UVa) Problemset. Http:/ uva.onlinejudge.org/. The old server, which doesn't receive submissions anymore:. Http:/ acm.uva.es/problemset. This site has been around for quite awhile, with over 7 million submissions as of February 26th, 2009. Please use the Problem Template. For a step-by-step guide. Solution...
sanzar-adnan.blogspot.com
02/28/13 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2013_02_28_archive.html
Thursday, February 28, 2013. Sliding Up UITextFields which are hidden by the keyboard in iOS. First, declare the following constants somewhere at the top of the view controllers implementation file. . Static const CGFloat KEYBOARD ANIMATION DURATION = 0.3;. Static const CGFloat MINIMUM SCROLL FRACTION = 0.2;. Static const CGFloat MAXIMUM SCROLL FRACTION = 0.8;. Static const CGFloat PORTRAIT KEYBOARD HEIGHT = 216;. Static const CGFloat LANDSCAPE KEYBOARD HEIGHT = 162;. Finally, apply the animation. View m...
sanzar-adnan.blogspot.com
Few Useful Objective-C Snippets for an iOS App | SanZ's Blog
http://sanzar-adnan.blogspot.com/2013/10/few-useful-objective-c-snippets-for-ios.html
Wednesday, October 16, 2013. Few Useful Objective-C Snippets for an iOS App. LAUNCH MAIL AND SEND AN EMAIL. UIApplication sharedApplication] openURL:[NSURL URLWithString:@"mailto:/ mymail@myserver.com"] ;. UIApplication sharedApplication].idleTimerDisabled = YES;. STOP RESPONDING TO TOUCHES. UIApplication sharedApplication] beginIgnoringInteractionEvents];. RESUME RESPONDING TO TOUCHES. UIApplication sharedApplication] endIgnoringInteractionEvents];. DISPLAY AN ALERT WINDOW. GET THE CURRENT DATE AND TIME.
sanzar-adnan.blogspot.com
09/01/12 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2012_09_01_archive.html
Saturday, September 1, 2012. Free download Principles of compiler design by Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman. Principles of compiler design by Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman. Click here to download. Posted by Sanzar Adnan Alam. Subscribe to: Posts (Atom). Exchange Anything. Its Happening! I am from Bangladesh. Currently doing Masters in Cyber Security in Stevens Institute of Technology! Enjoy developing iOS Applications! View my complete profile. Blogumulus by Roy Tanck.
sanzar-adnan.blogspot.com
03/26/12 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2012_03_26_archive.html
Monday, March 26, 2012. Save your data in a Secret notepad. Type cmd in run). Change to any directory. Where you want to save that file. Then press enter. here filename is name of file for example if i want to create a notepad file of name secret then i will write notepad. This will create a text file secret.txt. 4) A message will be pop up Cannot find the D: secret.txt:StoreHiddenData.txt file. Do you want to create a new file? Button to proceed create the new file. 5) A notepad will be pop up. 8216; an...