Adding and Retriving of Vector through Hashtable

Hi,
I had a list of records from my database and I want to add it to my hashtable before passing it to another class to read. So I add my records into a vector before adding to a hashtable, but how do I read it out? Also how do I loop to store the vector in the hashtable?
(WorkOrder is another class.)
This is part of my code:
String sql_GetOrder= "SELECT * FROM WORK_ORDER WHERE ORDER_ID = '043775122N' OR ORDER_ID = '077888862L'";
rs = stmt.executeQuery(sql_GetOrder);
result = new Vector();
while (rs.next()){
wOrder = new WorkOrder();
wOrder.setOrderID(rs.getString("order_id"));
wOrder.setCompanyBRN(rs.getString("brn"));
wOrder.setSubmitBy(rs.getString("submit_by"));
wOrder.setSubmitDate(rs.getString("submit_date"));
System.out.println("Order ID: " + rs.getString("Order_id"));
result.addElement(wOrder);
myTable.put("cnt", wOrder);
wOrder = null;                    
System.out.println("My Vector Size: " + result.size()); 
WorkOrder n = (WorkOrder)myTable.get("cnt");
     if (n != null) {
         System.out.println("cnt = " + n.getOrderID());
     } Thanks

I can't do this way as you had mention:
myTable.put(wOrder.getOrderID(), wOrder);I am passing my orders to another class and the orderid is unknown to the class, so how can the other class identfiy my key?
I had done something like this:
To put in the hashtable:
String sql_GetOrder= "SELECT * FROM WORK_ORDER WHERE ORDER_ID = '043775122N'";
rs = stmt.executeQuery(sql_GetOrder);
result = new Vector();
while (rs.next()){
wOrder = new WorkOrder();
wOrder.setOrderID(rs.getString("order_id"));
System.out.println("Order ID: " + rs.getString("Order_id"));
result.addElement(wOrder);
wOrder = null;     
if(result.size() > 0){
System.out.println("My result Vector Size: " + result.size());
listRecord = new Vector();
listRecord.addElement(result);
System.out.println("My listRecord Vector Size: " + listRecord.size());
myTable.put("cnt", listRecord);
}To get from hashtable:
if(!dTable.isEmpty())
Vector vList = (Vector)dTable.get("cnt");
Vector readList = new Vector();
if (vList != null) {
readList = (Vector)vList.get(0);
for (int i=0; i<readList.size(); i++){
WorkOrder w_order = new WorkOrder();
w_order = (WorkOrder)readList.get(i);
System.out.println("cnt = " + w_order.getOrderID());

Similar Messages

  • Storing and Retriving from Hashtable

    I store countryCode and countryName in Hashtable, but how do i populate it back to my html listBox? And with sorting order?
    Hashtable codeHash = new Hashtable();
    if (codeHash != null) {
         codeHash.put("AR", "Argentina");
         codeHash.put("AM", "Armenia");
         codeHash.put("AW", "Aruba");
         codeHash.put("AU", "Australia");
         codeHash.put("AT", "Austria");
    }JSP :
    <select name="countryList">
         <option value="CountyCode"> CountryName </option>
    </select>

    Things I noticed that might be changed in this snippet:
    //declare Map codeHash = new HashTable(), so
    //there would be fewer changes if you ever needed it to change
    //(to TreeMap for example)
    Hashtable codeHash = new Hashtable();
    //Why do you check for null? You just created the bloody thing
    //like, two lines up..
    if (codeHash != null) {
         codeHash.put("AR", "Argentina");
         codeHash.put("AM", "Armenia");
         codeHash.put("AW", "Aruba");
         codeHash.put("AU", "Australia");
         codeHash.put("AT", "Austria");

  • I want to delete my duplicate songs, but I have thousands of songs and cannot realistically go through and review and delete them one at a time.  Can I do it all at once?

    I want to delete my duplicate songs, but I have thousands of songs and cannot realistically go through and review and delete them one at a time.  Can I do it all at once?

    Apple's official advice is here... HT2905 - How to find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background and please take note of the warning to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed)
    tt2

  • Workflow API: adding and accessing file Attachments to a Human Task

    Hi there,
    I am using the Workflow Services Java API (11.1.1) for SOA Suite to access and manipulate human tasks. I would like to be able to access and add file attachments to existing human tasks. I am using the methods provided in the AttachmentType interface.
    When adding an attachment, the problem I am running into is that an attachment does created and associated with the task, however it is empty and has no content. I have attempted both setting the input stream of the attachment, as well as the content string and in each case have had no success.
    I have successfully added and accessed an attachment using the worklist application, however when trying to access the content of this attachment through code I receive an object with mostly null/0 values throughout, apart from the attachment name.
    As the API's are not overly rich in documentation I may well be using them incorrectly. I would really appreciate any help/suggestions/alternatives in dealing with BPEL task attachments.
    Thanks
    The code I am using resembles:
    List attachments = taskWithAttachments.getAttachment();
    for(Object o : attachments){
    AttachmentType a = (AttachmentType) o;
    String content = a.getContent(); +// NULL+
    InputStream str = a.getInputStream(); +// NULL+
    String name = a.getName(); +// Has the attachment name+
    String mime = a.getMimeType(); +// Has the mime type+
    long size = a.getSize(); +// 0+
    Edited by: 855489 on May 2, 2011 4:23 PM
    Edited by: 855489 on May 2, 2011 8:48 PM

    I am also facing the same issue, using 11.1.1.6, anyone managed to solve this?
    Regards
    Venkat

  • Need to print SCC-14  and UCC-128 barcodes through SAP Smartforms

    Hi all,
    I have Two labels to be printed using smart forms.
    But in one label the barcode should be of SCC-14 type
    and in other the barcode should be of UCC-128 type.
    <b>How to print SCC-14  and UCC-128 barcodes through SAP Smartforms?</b>
    As standard barcodes do not meet my requirement i have created custom barcodes in transaction se73 of required height and width .
    This is as:Se73>System Barcodes>change>Create>New-->:
    I have given bar code and short text.
    Narrow Module Width &Linear Height&Code128 Mode given default values.
    But in this process where can i set the barcode should be of SCC-14.
    > I have known that if we give Code128 Mode =
    > 'U'-->It is like UCC-128.Is it correct ?
    >
    > But how can i know for SCC-14 barcode.
    >And How many inches is euqal to 1 unit of Narrow Module Width &
    How many inches is euqal 1 unit of Linear Height?
    Please help me in this regard.It is urgent.
    All solutions from you will be fully rewarded.
    Thank you in advance.

    Hi  Rama,
    We are working to print Bar codes using Smart forms.
    Barcode is printing in label (4*6 Inch’s) using printer (Zebra Z4 M PLUS (300 DPI)) (TLP-3842) which supports ZPL Language and Device type is ZLZEB3 (300 DPI).
    We are printing bar codes successfully.
    But After testing bar code using bar code tester (BC TESTER 4.4) software tool.
    The results are failed.
    We are expecting results: Like bellow.
    Value formatted type is: EAN
    Value is “[C142007470 “
    Total Description:   420. “Ship To-Deliver to “Postal Code a Single Postal Authority 07470
    Current Situation:
    Here we are Created Bar code (Ship to Post) in SE73 with
    Bar code type is: Code 128
    Width is: 08
    Height: 300
    Mode is: A    (Even I tried with ‘N’ and ‘U’)
    UCC check: Empty.
    I added this to character format in my Smart forms.
    Text in smart form is: ,,,,<C2>&W_POSTAL_CODE&</>    for  P1 Paragraph.
    Using this functionality  we are able to print a Bar code in Label.
    But while testing using BC Tester
    Values are showing:
    Value formatted type is: EAN
    Value is “42007470 “
    Total Description Values:  Empty
    The Type is ‘EAN’ is when we select the Manually EAN Radio button (but this not capturing automatically this is problem we are facing).
    Even I tried with some changes like bellow:
    But Forcefully writing some code in Program lines  Smartform: 
                   concatenate '420' fs_zediu017-pstlz into w_postal_code
    After this forcefully adding this Value [C1  in Before W_postal_code Element text :
    Text in smart form is:        ,,,,<C2>[C1&W_POSTAL_CODE&</>    for  P1 Paragraph.
    After this we are tested using BC tester
    Every thing is displaying correct Vales which mention above when we manually select the Value formatted type radio button ‘EAN’ but this Wrong.
    Client need when testing bar code using BC TESTER 4.4 it should be display to take EAN radio button and showing all the Values.
    Please let me know if you get any idea on this ?
    Thanks,
    Bathini.

  • Vignetting added and color adjusted immediately post import into Lightroom5.

    Vignetting added and color adjusted immediately post import into lightroom5.
    My photos from my most recent trip, when imported into Lightroom, have a heavy vignette very close to all 4 corners of the photo, and seem to have some small adjustments being done to them immediately when I import. The thumbnail looks great, and when i import --> then select it to open it as if I was going to view it full size in Lightroom, it looks great [no vignetting or tone/color adjustment] for about 1-2 seconds while a 'loading' footer is shown, following which the color is slightly altered and the vignetting is added (at this point then the thumbnail changes as well). This is a significant and noticable change to the photo. The pictures also do not have these issues if I view them through any other software. I have Can any one help me figure out what is causing this and remove it?
    I shoot
    with a Sony Alpha6000
    shoot in RAW (.ARW)
    use the standard sony kit lens that comes with the camera bundle, lens SELP1650 (3.5-5.6/16mm-50mm)
    edit on Windows 7 64bit with Lightroom5
    and don't believe I've adjusted any camera settings since last taking pictures 1 week ago with the exact same lens. I looked at photos from my last trip (only one week ago), and none of them are having these or an alterations/changes upon import.
    I took over 300 photos last weekend wthout any sign of these issues post import
    Every single photo I took this weekend seems to have this same issue.
    Any help is appreciated!

    Vignetting added and color adjusted immediately post import into lightroom5.
    My photos from my most recent trip, when imported into Lightroom, have a heavy vignette very close to all 4 corners of the photo, and seem to have some small adjustments being done to them immediately when I import. The thumbnail looks great, and when i import --> then select it to open it as if I was going to view it full size in Lightroom, it looks great [no vignetting or tone/color adjustment] for about 1-2 seconds while a 'loading' footer is shown, following which the color is slightly altered and the vignetting is added (at this point then the thumbnail changes as well). This is a significant and noticable change to the photo. The pictures also do not have these issues if I view them through any other software. I have Can any one help me figure out what is causing this and remove it?
    I shoot
    with a Sony Alpha6000
    shoot in RAW (.ARW)
    use the standard sony kit lens that comes with the camera bundle, lens SELP1650 (3.5-5.6/16mm-50mm)
    edit on Windows 7 64bit with Lightroom5
    and don't believe I've adjusted any camera settings since last taking pictures 1 week ago with the exact same lens. I looked at photos from my last trip (only one week ago), and none of them are having these or an alterations/changes upon import.
    I took over 300 photos last weekend wthout any sign of these issues post import
    Every single photo I took this weekend seems to have this same issue.
    Any help is appreciated!

  • Sorting a vector of hashtables

    I have a vector of hashtables that I need to sort.
    The hashtables contain several keys such as FirstName, LastName, ID. I need to sort this vector by the values for the LastName and FirstName keys stored in the hashtables. For example...
    Vector containing the following three hashtables.
    hashtable1 = {FirstName = Jill, LastName = Smyth, ID=5}
    hashtable2 = {FirstName = James, LastName = Smith, ID=6}
    hashtable3 = {FirstName = Jill, LastName = Smith, ID=7}
    The vector needs to be sorted so the order is:
    Hashtable2 (James Smith)
    Hashtable3 (Jill Smith)
    Hashtable1 (Jill Smyth)
    Any ideas on how to do this efficiently?
    Any help would be much appreciated
    Thanks
    --Evan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Write a comparator which can determine if one hashtable is greater than another.
    Arrays.sort(myVector, myComparator);

  • Printers added and shared without access to printer properties - Server 2012

    On a Server 2012 domain controller, without the Print Management role installed, I have added a network printer through ‘Control Panel’ > ’Devices and Printers’, shared it through group policy, and the domain
    member computers are able to print to the shared printer. But the printer never showed up in ‘Devices and Printers’ folder on the server.
    The problem comes in since there is no way to edit the settings of the printer. The print queue for the printer does show up in Device Manager. I right-click the printer and select ‘Properties’, open the ‘Settings’ tab, and follow the link that
    states, “Please go to the Devices and Printers folder to manage your printer”.
     But this just opens up the ‘Devices and Printers’ folder which, does show/contain my printers.
    If you are asking why the Print Management role is not used, It is because this system is self-contained and the most minimal features are installed on all computers for security compliance reasons. Therefore we typically just install the printers
    on the domain controllers (via Devices and Printers) and then share them via Group Policy to the small number of workstations on the segregated network.
    Did the ability to bypass installation of a Print Management role, and still edit printer settings, change for Server 2012? (We were able to do this with Server 2008R2. However, I can’t find any specific Microsoft documentation describing the change.)
    So to try to fix this issue on the affected system (from my explanation above), I installed the Print Management role but the printers I created in ‘Control Panel’
    don’t show up in Print Management. I still have no way to access the printer settings. Do I have to reinstall the printers? How do I remove the old printers? Do I just remove the ‘Print queues’ from Device Manager?
    I tried to replicate my issue on a test system domain controller, built with very similar installation scripts as the affected system above was. I added a printer via ‘Control Panel’ > ‘Devices and Printers’, shared them, and they do not show up. However,
    when I then install the Print Management role, the printers I created in ‘Control Panel’
    now show up in Print Management. This is different than my affected system above.
    If anyone could provide any insight on why this is happening it would be much appreciated!
    Thanks,
    Dan

    Most likely this is a security setting on the print shares. When you open Devices and Printers, the security token for BUILTIN accounts is not passed to the Explorer process so launching this User Interface as administrator does not contain the ADMIN security
    token. If you have removed the Everyone group from the printer security, then the printer can disappear in this UI.  For printer admin tasks you should use the tools provided by the print team Printmanagement.msc.
    Adding the Print Role opens the spooler RPC endpoint ( which you can also do by sharing a printer ) and adds the tools.
    Can you just add the tools without installing the Role? 
    dism /online /enable-feature /featurename:Printing-AdminTools-collection
    Alan Morris Windows Printing Team

  • CUA - Programs adding and deleting User Rolls

    Good Day;
    We are currently bring CUA up and using a sandbox as a test child system. Once fully deployed, we will have CUA controling all systems (Sandboxes, Dev, Quality), except production.
    Issue - We currently have an application that allows for the adding or deleting of Rolls through the portal. When this was testing, the program failed.
    We need to be able to test in both the development and quality systems.
    Question. Is there a way (config maybe) that a program would be able to add and delete Rolls as well as have CUA active.
    Regards

    Don,
    Thanks and I wish you luck on your adventure to CUA.
    I think the documentation you will find will not cover CUA landscape design.  It will only cover technical configuration.
    I based my design on functionality and some common sense.  I'll give you the reasonging for our design due to our project scenario.
    Production:
    We are using HR position base security and CUA.  The master is the ECC 6.0 system.  We have about 37,000 user IDs and IT 105s (HR info type for communition which is the user ID).
    Do I really want to mix my live users with DEV or QA?  The answer is NO.
    Our production portal UME points to ECC 6.0 and the iViews will point to other system such as SRM or BI. 
    QA:
    QA CUA will have the same configuration as Production.  Why?  When you run "Integration Testing" - PROD is similar to QA - there will be no surprises on your testing after you move it to production.
    DEV:
    This will also be the same setup was QA & PROD.  DEV will have less users not 37,000 only a couple of hundred for test users and Project Team Members.
    Something to think about.  Lets say DEV, QA & PROD are in the same CUA and you have to run major service pack testing.  This will impact CUA and users that you need to SCUG back after.  Let's say the master CUA goes down, you will affect DEV, QA & PROD administration until that system goes up.    Just very messy.
    There are lot of ways to design CUA, choose one that will work for your current situation.
    Good Luck!
    Edited by: John Navarro on Feb 25, 2008 7:52 PM

  • Want to store and retrived  images  in the BFILE format using inter media

    I want to store and retrived images in the BFILE format using inter media.I found a article in the oracle site that Oracle interMedia image supports BFILEs.But this article is not demonstrating the use of BFILEs.Please help me to findout the solution.
    Thanks in advance.
    null

    The advantage to using BFILE storage for your is that it's an easy way for Oracle
    Multimedia to access your images without importing them into the database.
    The disadvantages are that the images are read-only. If you want to scale an image or
    convert to a different format, you will need to create a destination image to hold the result. This
    will necessarily be a BLOB based image.
    Adding images is difficult to do from within an application program. Generally you would add new images to a file system that is accessible to the Oracle Database, then insert new rows in your table with appropriate BFILE pointers to the new images.
    BFILE images require separate backup from the database. Also there is not way to transactionally coordinate your BFILE data with your relational data.
    If you are using Oracle 11g, you can use the SecureFile option for BLOB storage. This is much faster then the previous BLOB storage (now called BasicFile) and much faster then BFILE also.
    That said, below is a code snippet that shows how to insert a BFILE based image, set it's properties, show it's properties and select the BFILE locator to access the content. You would need to use the DBMS_LOB package (in PL/SQL) to read the content. From other APIs, (e.g., Java) you would need to use the proper interfaces to access the BFILE.
    Note that you need change the USER, PASSWORD fields in the code. Also you should change the directory location and image name for your use.
    -- create a directory object indicating where the images are stored;
    create or replace directory imgdir as '/tmp';
    -- and grant permission to read to a user;
    grant read on directory imgdir to <USER>;
    conn <USER>/<PASSWORD>;
    -- create the images table
    create table images(id integer primary key, image ordsys.ordimage);
    set serveroutput on
    declare
    obj ordsys.ordimage;
    begin
    -- use the init('FILE', <SRC_LOCATION>, <SRC_FILE>) function
    -- to create an ORDIMAGE object with a BFILE source
    insert into images(id, image)
    values(1, ordimage.init('FILE', 'IMGDIR', 'wizard.jpg'))
    returning image into obj;
    -- lets see if the image source is local or not
    if(obj.isLocal()) then
    dbms_output.put_line('image source is local');
    else
    dbms_output.put_line('image source is NOT local');
    end if;
    -- set the properties of the image object
    obj.setProperties();
    -- and update the row
    update images set image=obj where id=1;
    commit;
    end;
    column height format 99999
    column width format 99999
    column mimetype format a30
    column length format 999999
    -- let's see what we have
    select t.image.getHeight() as "height"
    , t.image.getWidth() as "width"
    , t.image.getMimetype() as "mimetype"
    , t.image.getContentLength() as "length"
    from images t
    -- fetch a BFILE handle to the content
    declare
    bf BFILE;
    length number;
    begin
    select t.image.getBfile() into bf
    from images t
    where t.id=1;
    -- use the DBMS_LOB interface to find out size of image
    length := dbms_lob.getLength(bf);
    dbms_output.put_line('length of BFILE is ' || length);
    end;
    ---What we get when we run the code
    Connected.
    Directory created.
    Connected.
    Table created.
    image source is NOT local
    PL/SQL procedure successfully completed.
    height     width mimetype               length
    399     485 image/jpeg          92552
    length of BFILE is 92552
    PL/SQL procedure successfully completed.
    SQL>

  • Want to insert and retrive an image in DB2 database

    Plz can anybody tell me ,hw to insert and retrive an image from DB2 database...using SERVLET.....
    I am also facing a problem of hw to call a servlet in JSP page...as i m new to servlets....Plz i need help as soon as possible in detail
    Thanx in advance.....

    You're here in an English forum. You would do our (and therefore also yourself!) a lot of favour if you write your posts in correct English. Please also elaborate about the technical coding problem in detail, so that we can provide you more specific help. I only see some requirements and complains in your post.
    Anyway, all what I can do for you at this moment is to suggest you to carefully read the Java EE tutorial to learn about JSP's and Servlets: http://java.sun.com/javaee/5/docs/tutorial/doc Once you're finished with that, then go through the JDBC tutorial to learn about the Java database communication API: http://java.sun.com/docs/books/tutorial/jdbc

  • List of newaly added and deleted users

    I am looking for the powershell script to get the list of users which are added and deleted with in last 1 day from user profile service application. I do have SharePoint 2010
    Santosh sethi

    Hi Inderjeet, Thanks for the information, sorry steps metioned in above link didn't help me too much.
    I know the information of number of profiles deleted and added after each sync can be viewed through
    miisclient.exe , but not sure how to get the data with out open it in explorer view
    Santosh sethi

  • My storage is mostly full of a category labeled "other." I'm out of memory to the extent that it won't even allow me to update apps. I have moved all photos over to my computer and my music streams through the cloud. Any advice on how to fix this problem?

    My storage is mostly full of a category labeled "other." I'm out of memory to the extent that it won't even allow me to update apps. I have moved all photos over to my computer and my music streams through the cloud. Any advice on how to fix this problem?

    http://discussions.apple.com/thread/3418045?tstart=60

  • I updated my iphone and when it came time for activation it won't work and keeps telling me to try again. At the top it says "No Service" and I have my SIM card in and a good WiFi connection and have connected it through iTunes but it says I have no SIM

    I updated my iphone and when it came time for activation it won't work and keeps telling me to try again. At the top it says "No Service" and I have my SIM card in and a good WiFi connection and have connected it through iTunes but it says I have no SIM card and need to disconnect and insert my SIM. I don't understand why this keeps happening and it's been going on for a wile now. I have tried over and over again to get this iPhone to work but nothig is happening. I've even gone on the website for support (apple.com/support) but cannot find anything that will help me with this situation. Can someone please help me find a solution to this problem? I have been without a phone and do not have money to buy another one and it is crucial for me to get it fixed. Thanks.

    wesb
    What computer operating system is involved in the Premiere Elements 11 and 13 issues? Same computer or different ones? Are you installing from purchased download installation files or from purchased installation disc? Does Premiere Elements 11 work completely on this computer whereas 13 will not?
    Let us go through the typical drill so as to take nothing for granted.
    1. Does the problem exist with or without the antivirus and firewall(s) disabled? Are you working with an individual home computer or in a
    school or company network?
    2. Are you running the program as Administrator and is there any "domain" account involved?
    3. Is your video card/graphics card up to date according to the web site of the manufacturer of the card?
    4. Do you have the latest version of QuickTime installed on the computer with Premiere Elements?
    Let us start by ruling in or out any of the above, and then we can decide what next.
    Any questions or need clarification, please do not hesitate to ask.
    Thank you.
    ATR

  • I tried to install yosemite yesterday and my computer goes through the whole installation process and then to a blank white screen.  I've rebooted, I've reinstalled several times and get the same result.  Two days wasted!

    I tried to install yosemite yesterday and my computer goes through the whole installation process and then to a blank white screen.  I've rebooted, I've reinstalled several times and get the same result.  Two days wasted and I can't use my computer!!

    I don't know if you've already resolved your problem, but I had the same thing, it took me 6 hours to fix it. I had the exact same as you, installed the update and then it went to a white screen. After trying start up holding down cmmd r or holding down the alt key to try to install it again, nothing worked, same result every time. Then an angel came to me here somewhere but I can't find it now to thank him. Start in safe mode, press shift once you hear the start up chime and hold it down until you hear it again. Installation completion box came up and it was working. turn off computer and start up again normally and all is well. Except my final cut pro x doesn't work with it, have to update that now too. same as when I updated to mavericks.
    Hope this helps.

Maybe you are looking for

  • How to see what "as shot" camera wb was for jpgs?

    How do you see in Lightroom (2.7) exactly what the in camera white balance setting was for images shot as jpgs? For example, I shot some jpgs using the camera's "Flourescent" setting, and some other jpgs using a numerical Kelvin value.  All the jpgs

  • Mass Uploading of Result Recording + Usage Decision.

    Dear Gurus, Are there any BAPI or BADI to Mass upload RESULT RECORDING(t code QE23) + USAGE DECISION(QA11) through an excel in the fore ground mode and back ground mode Regards Shoib

  • Power Problem w/ Compaq Presario C700!!

    The other night I was working on my friends compaq presario c700. I was using the battery power. I was running a pre-bios .iso file program, due to password complications. In the middle of running the program to reset the admin. password, it turned o

  • How to see two video track & interchange them ?

    Hi there, I have some problem which is tedious. You see, I have used 2 different camcorder to film the same scene but each from different angle. I placed this video file on V1 and V2, one on top of each other. This way, of course, only V2 can be seen

  • Google maps 2.0.3

    a new version of google maps is out . its 2.0.3 check it out .