Welcome to pickSourcecode.com Login | Register    
pickZy.com
 Home  | search  | games  | fun  | C  | C++  | Java  | Php  | Networking  | Visual Basic  | VC++  | Win32  | MFC  | Artificial Intelligence  | Jobs  | Post a jobs
  
  • iPhone Apps 2012 for entertainment use
      X-Ray scanner pro and Black and White Camera Did you know that you can use your iPhone & iPod Touch as an X-Ray Scanner?? For entertainment use. ➠➠➠➠➠➠➠➠e
    Created on: 2012-01-24 | viewed : 275

  • Superb Sentences By 7 Superb Persons
    Dr Abdul Kalaam........ "It Is Very Easy To Defeat Someone, But It Is Very Hard To Win Some Shakespeare..... "Never Play With The Feelings Of Others Because You May Win The Game But The Risk Is That You Will Surely Lose The Person For A Li
    Created on: 2011-06-15 | viewed : 758

  • Constructors n deconstructors!
    This program Shows you how the constructors and deconstructors work !!! This is a simple illustration of why the destructors work opposite to the direction of constructors...!!!
    Created on: 2011-05-27 | viewed : 254

  • PHP Interview questions and answers
    What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods? Who is the father of PHP and explain the changes in PHP versions?
    Created on: 2011-04-08 | viewed : 549

  • Ultimate Love Letter…
    Ultimate Love Letter… Awesome mail…but d best part is signature... (By a Programmer... ) Sweetheart , I`ve seen you yesterday while surfing on the local train platform and realized that you are the only site I was browsing
    Created on: 2011-02-26 | viewed : 702

  • I am sharing my work strategy
    My work strategy. 1. Don't work for money, Work for your knowledge and show your work to the world.     Result: Money should generate automatically. 2. Love your work only 10 AM to 7 PM. ( Try to complete your tasks always befor
    Created on: 2011-02-05 | viewed : 963

  • C Sharp gtk transparent widget, gtk windows with alpha channels
    /* This is an example of a Transparent Gtk Window in gtk-sharp. Translated from Python, source is here: http://mikehearn.wordpress.com/2006/03/26/gtk-windows-with-alpha-channels/ */ using System; using Gtk; using Cairo; namespace example {
    Created on: 2011-02-03 | viewed : 747

  • Job Openings in HAL (Especially disabled people.. there is special quota...)
      SELECTION OF MANAGEMENT TRAINEES (TECHNICAL) / DESIGN TRAINEES  – 37th Batch  Hindustan Aeronautics Limited (HAL), a Navratna Central Public Sector Undertaking, is a premier aeronautical industry of South East Asia, wi
    Created on: 2010-09-26 | viewed : 710

  • Joke-10 Rules For Getting Guaranteed Promotion Without Any HardWork.. DONT let your bossto read this by mistake!!!
    10 Rules For Getting Guaranteed Promotion Without Any Hard Work 1. Never walk without a document in your hands People with documents in their hand look like hardworking employees heading for important meetings. People with nothing in their hand
    Created on: 2010-08-25 | viewed : 1053

  • Event Kit UI framework
    The Event Kit UI framework provides the classes needed to create, edit, and display events using a view controller. It provides several configurable view controller classes. 5
    Created on: 2010-08-22 | viewed : 954

  • Excellent article on cancer
    Excellent article on cancer AFTER YEARS OF TELLING PEOPLE CHEMOTHERAPY IS THE ONLY WAY TO TRY AND ELIMINATE CANCER,  JOHNS HOPKINS IS FINALLY STARTING TO TELL YOU THERE IS AN ALTERNATIVE WAY . Cancer Update from Johns Hopkins : 1. E
    Created on: 2010-08-21 | viewed : 306

  • Frequently used Iphone SDK API list
    List of Iphone SDK API's Inherits from NSObject: NSInteger NSNumber NSNumber Apple Page NSStrring NSString Apple Page NSMutableString NSArray NSMuttableArray NSSet NSMuttableSet NSDictionary NSMuttableDictionary NSThread NSTimer Ref
    Created on: 2010-08-14 | viewed : 1274

  • UITabbar controller
    Tab_barcontralViewController.h #import @class Tab_barcontralViewController; @interface Tab_barcontralAppDelegate : NSObject { UIWindow *window; Tab_barcontralViewController *viewController; UITabBarController *tabBarController;
    Created on: 2010-07-18 | viewed : 868

  • NSThread
    Threading Sample Format: Step .1 [NSThread detachNewThreadSelector:@selector(myMethod) toTarget:self withObject:nil]; Step .2 - (void)myMethod { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; *** code that sh
    Created on: 2010-07-17 | viewed : 901

  • NSArray sample
    Objective-C Tutorial: NSArray Example: NSArray * foo = [[NSArray alloc] initWithObjects:@"foo",@"bar",@"baz",nil]; Factory methods are static methods that build new instances of NSArrays from given parameters and
    Created on: 2010-07-15 | viewed : 14078

  • Difference between NSString and NSMuttableString
    Difference between NSString and NSMuttableString: // Setup two variables to point to the same string NSString * str1 = @"Hello World"; NSString * str2 = str1; // "Replace" the second string str2 = @"Hello ikilimnik"; // And list their c
    Created on: 2010-07-15 | viewed : 1219

  • UITableVIew
    TableView Controller: .m : // // TableViewSample1ViewController.m // TableViewSample1 // // Created by training on 7/13/10. // Copyright __MyCompanyName__ 2010. All rights reserved. // #import "TableViewSample1ViewController.h"
    Created on: 2010-07-13 | viewed : 869

  • freelance writers
    The essays and research papers from freelance writers have become a major part of a formal education. Secondary students are taught structured essay formats to improve their writing skills, and admission essays are often used by univers
    Created on: 2010-07-06 | viewed : 1496

  • QTP page checkpoint
    Page checkpoint: It is for web applications only.Common things to check with this are load time, broken links etc. Open a blank test. Make sure tha thttp://www.google.co.in/ is open.(Now only QTP with blank test and www.goo
    Created on: 2010-03-11 | viewed : 2325

  • QTP Data tables
    QTP Data tables: There are two types of data tables : Design time and Runtime. Design time data table is what you see in the main QTP window and run time data table you can see only in the test results window. Design time data table is always
    Created on: 2010-03-11 | viewed : 3710

  • QTP : VBScript to create a file
    QTP : VBScript to create a file File System Object model is: Drive | Folder | File | Textstream or Drive | Folder | Folders | File | Files | Textstream These objects have methods and properties. With these  you ca
    Created on: 2010-03-11 | viewed : 2180

  • QTP - Regular Expression Example
    QTP - Regular Expression Example 1. Launch QTP and open a new test. 2. Open Internet Explorer. [Now we have QTP with a blank test and Google open.] 3. Click on Record in order to start recording. 4. Copy and paste this URL (http://mail.yahoo.
    Created on: 2010-03-11 | viewed : 10128

  • Automated testing
    Why automate functional testing? While manual testing is appropriate in some cases, it is a time-consuming and tedious process that is inefficient and conflicts with today’s shorter application development cycles. As a result, it impedes the
    Created on: 2010-03-11 | viewed : 1848

  • Automate Functional testing process
    Automate Functional testing process 1. Determine what applications should be automated The best candidates for automation are enterprise applications that will require multiple releases throughout their useful life due to new, expanded or cha
    Created on: 2010-03-11 | viewed : 2250

  • Best practices of functional test automation
    Best practices of functional test automation Treat your automation project as a software development effort Just like software development, test automation must be carefully designed, documented and reviewed. Time and again, history proves that
    Created on: 2010-03-11 | viewed : 1945

  • local referer link testing
     
    Created on: 2010-02-17 | viewed : 363

  • QTP Interview Questions
    QTP interview questions and answers What are the Features & Benefits of Quick Test Pro (QTP 8.0)? - Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center. Introduces next-generation zero-c
    Created on: 2010-02-04 | viewed : 2809

  • Writing to Files Using fwrite
    Writing to Files Using fwrite This function has the same four arguments to fread: The first is a char * variable and is what you want to write into a file. The second is the size of char, i.e. 1. The third is the number of characters to wr
    Created on: 2010-02-03 | viewed : 742

  • Random Access File Handling in C
    Programming Random Access File I/O in CThe basic file operations are fopen - open a file- specify how its opened (read/write) and type (binary/text) fclose - close an opened file fread - read from a file fwrite - write to a file fseek/fsetpos - move
    Created on: 2010-02-03 | viewed : 1041

  • Comparing Popular Programming Languages
    Comparing Programming Languages There are several ways to compare computer Languages but for simplicity we'll compare then by Compilation Method and Abstraction Level. Compiling to Machine Code Some languages require programs to be transformed dir
    Created on: 2010-02-03 | viewed : 811

  • Great Art
    Christmas Clipart
    Created on: 2010-01-28 | viewed : 2308

  • Difference between Application server and webserver
    Application Server: While an application server exposes business logic to client applications through various protocols like HTTP, TCP-IP. All the web servers mainly deals with sending HTML for displaying to a Web browser (F
    Created on: 2010-01-22 | viewed : 2122

  • Tips to protect your computer against Virus
    test
    Created on: 2010-01-20 | viewed : 1738

  • Agile Methodology
    Pitfalls in Waterfall model : 1. Main problem in waterfall model is the inflexible division of projects into separate stages, so that commitments are made early on and its difficult to react to the change in requirements 2. Iterations are expen
    Created on: 2010-01-08 | viewed : 1769

  • Test Metrics
    Test Metrics :  Test metics are the standard means of measuring some attribute of software testing process. They are means of establishing test product against test schedule and is an indicator of future expected results. There are two forms
    Created on: 2010-01-08 | viewed : 1901

  • Measures of Defect Report
    Characteristics of a Good Defect Report: • Objective – criticising someone else’s work can be difficult. Care should be taken that defects are objective, non-judgemental and unemotional. e.g. don’t say “your program
    Created on: 2010-01-08 | viewed : 2272

  • Elemets of a Defect Report
    Title A unique, concise and descriptive title for a defect is vital. It will allow the defect to be easily identified and discussed. Good : “Closed” field in “Acco
    Created on: 2010-01-08 | viewed : 1716

  • Severity and Priority
    Severity : Its the measure as to what extent the bug is harmful. Its classified as Blocker, major, minor, tivial, fatal,enhancement and intermittent Major : The defect causes product failure or departure from requirements Minor : This defect w
    Created on: 2010-01-07 | viewed : 1971

  • Test Entry and Exit criteria
    Test Entry Criteria : 1. SRS (Software Requirements Specification) and BRS (Business Requirements Specification) 2. Code should be unit tested 3. Product knowledge to Tester 4. Test Environment setup 5. Get Build for QA 6. Test cases prepar
    Created on: 2010-01-07 | viewed : 3575

  • Software Testing : Test Plan
    Software Testing : Test Plan As part of a project, testing must be planned to ensure it delivers on its expected outcomes. It must be completed within a reasonable time and budget. But test planning represents a special challenge. The aim of te
    Created on: 2009-12-23 | viewed : 2266

  • Testing Techinical Terms
    Acceptance Test Final functional testing used to evaluate the state of a product and determine its readiness for the end-user. A ‘gateway’ or ‘milestone’ which must be passed. Acceptance Criteria The criteria by which a
    Created on: 2009-12-23 | viewed : 1849

  • Unit, Integration and system Testing
    Unit, Integration and system Testing : The first type of testing that can be conducted in any development phase is unit testing. In this, discrete components of the final product are tested independently before being assembled into larger units.
    Created on: 2009-12-23 | viewed : 2281

  • Test Design
    Test Design: Requirements, design and technical specifications can be tested in their own right.  The purpose of evaluating a specification is threefold: • To make sure it is accurate, clear and internally consistent (verification) &
    Created on: 2009-12-23 | viewed : 1898

  • Performance Testing
    Performance Testing: One important aspect of modern software systems is their performance in multi-user or multi-tier environments. To test the performance of the software you need to simulate its deployment environment and simulate the traffic th
    Created on: 2009-12-23 | viewed : 1821

  • Race condtions and Memory leak
    Race conditions :  It’s a conflict between at least two tests. The system works fine when these tests are done in isolation.  But when they are run parallel, one or both tests may fail.  This is due to incorrectly
    Created on: 2009-12-23 | viewed : 1805

  • CPP Function Pointers
    Function Pointers Definition: Function Pointers are pointers, That is variables, which point to the address of a function. You must keep in mind, that a running program gets a certain space in the main-memory. Both, the executable compiled program
    Created on: 2009-12-07 | viewed : 912

  • Timers in Windows programming
    Timer basics : You can allocate a timer for your Windows program by calling the SetTimer function. SetTimer includes an unsigned integer argument specifying a time-out interval that can range (in theory) from 1 msec (millisecond) to 4,294,967,295
    Created on: 2009-12-02 | viewed : 877

  • Win32-Icon Demo Tutorial
    Adding Icon to a Program Adding resources to a program involves using some additional features of Visual C++ Developer Studio. In the case of icons, you use the Image Editor (also called the Graphics Editor) to draw a picture of your icon. This im
    Created on: 2009-12-02 | viewed : 764

  • Win32- Multiple Documents Interface
    MDI (Multiple Documents Interface) Concepts : The main application window of an MDI program is conventional: it has a title bar, a menu, a sizing border, a system menu icon, and minimize/maximize/close buttons. The client area, however, is often
    Created on: 2009-12-02 | viewed : 628

  • Modes of Multitasking
    Modes of MultiTasking: In the early days of the PC, some people advocated multitasking for the future, but many others scratched their heads in puzzlement: Of what use is multitasking on a single-user personal computer? Well, it turned out that m
    Created on: 2009-12-02 | viewed : 441


  • Last Updated 30 Sep 2008
    Privacy
    Copyright © The pickzy, 2007-2008
    All Rights Reserved. Terms of Use