Can any one suggest an easy to idea generation app?

Most of the apps seem complicated. I want something simple, intuitive & easy to use.Don't mind a paid app

so you need to sort the file? How is the file organized? If messages are stored on individual lines its pretty straight forward. You could buffer the file into a vector then sort the vector. Here's some quick code to buffer a file to a vector.
public static Vector bufferFile(String filename)
   Vector bufferedFile = new Vector(0,1);
   String message = "default";
   try
      BufferedReader infile = new BufferedReader(new FileReader(filename));
      while(message!=null)
         message=infile.readLine().trim();
         // ignore  blank / empty lines
         // could add other filters to remove badly formed messages here
         if(message.length()==0 || message.charAt(0)==' ')
            // do something / nothing with the garbage messages
         else
            // add the message to the vector
            bufferedFile.addElement(message);
      infile.close();
   catch(FileNotFoundException e){};
   catch(IOException e){};
   catch(NullPointerException e){};
   return bufferedFile;
}Now you have your Vector, you can use any one of number of sort algorithms to order them how you want, then write a reverse of this method which writes back to a file from a vector, line by line. Hope this helps,
Tom

Similar Messages

  • Can any one suggest me how can I use relative path inside SSIS pacakge to access config file ?

    Can any one suggest me how can I use relative path inside SSIS pacakge to access config file ? Please help me as its urgent.THanks for your help in advance.

    Hi Jay,
    SSIS can only recognize the absolute path of a XML Configuration file, the relative path is not supported. Furthermore, if the XML Configuration file is already generated, we can use the Environment variable package configuration type instead so that
    SSIS runtime automatically looks for the configuration file from the path defined in the environment variable. This is convenient when we need to deploy a package to different environment. We only need to define the environment variable for package configurations
    once on each server, and then the variable can be used by all the packages on this server.
    Regards,
    Mike Yin
    TechNet Community Support

  • Can any one suggest a good downloder which work like internet download manager for MacBook

    Can any one suggest me a downloder which works lo IDM
    I have already used flocks etc..

    Just open your Downloads window on your web browser.
    MacBook Pros can't run Mac OS X 10.0.x.  Please verify in Apple menu -> About This Mac what Mac OS X version you are using, and update your signature.

  • I am set up mac mini and when I test the mail server by sending a mail from administrator to administrator I get the error message 'Diagnostic-Code: X-Postfix; connect to 127.0.0.1[127.0.0.1]:10024: Connection    refused'. Can any one suggest a solution

    I set up mac mini and when I test the mail server by sending a mail from administrator to administrator I get the error message 'Diagnostic-Code: X-Postfix; connect to 127.0.0.1[127.0.0.1]:10024: Connection    refused'. Can any one suggest a solution

    Thanks. Where could I possibly look for a firewall rule. I knowingly did not creat any. My system has internet coming to a Modem which then is connected to a wireless router. I have computers connecting to the router through cable as well as wireless. One of these computers has been our  mailserver using Mercury and Pegasus and that computer has a static IP address. The Mac Mini also has been assigned a different srtatic IP address. I have only set up user account, none of them an email account as I initially expect them to receive only internal mails. Is it necessary that I must set up an email id for each user while setting up the user account. My server id is server.local. So would the email id for local users be [email protected]?

  • Pls can any one suggest me the Existing Report Name for Active and InActive

    Hi all ,
               pls can any one suggest me the Existing report name for displaying Active and inactive vendors .
    Rgds
    Rafi .

    hi,
    my transaction is VL02N change outbound delivery.

  • Can any one suggest me useing right way for using cost centers

    Hello Guru's
    I am in implementation Projec, The client is in Depote Sales process, i just want to know about the cost cenetr and their importance we are creating 20 different cost centers is it really required to create 20 different cost centers, for integrations with MM And SD should i have to take one cost center per plant for Purcase and Sales related activites  are should i have to take different Cost Centers Purcase different and Sales different
    Can any one suggest which is the right way to use the cost center for integration
    Management     0010     DI10100010
    Finance & Accounts     0020     DI10100020
    HR and Personnel & Admin     0030     DI10100030
    Purchase - Equipment     0040     DI10100040
    Purchase - Parts     0050     DI10100050
    Purchase - General     0060     DI10100060
    Imports     0070     DI10100070
    Sales & Marketing - Equipment     0080     DI10100080
    Sales & Marketing - Parts     0090     DI10100090
    Sales - Miscalenous     0100     DI10100100
    Exports     0110     DI10100110
    Logistics     0120     DI10100120
    Services & Technical     0140     DI10100140
    Information Technology & Systems     0150     DI10100150
    Warehouse     0160     DI10100160
    Workshop      0170     DI10100170
    Workshop ( Repairs )     0180     DI10100180
    Production     0190     DI10100190
    Internal Audit     0200     DI10100200
    Legal     0210     DI10100210
    Training & Development     0220     DI10100220
    Research & Development     0230     DI10100230
    Moderator: Please, read basic SAP material on help.sap.com

    hi,
    my transaction is VL02N change outbound delivery.

  • Can any one suggest me how to use drawPixels method for 40 series devices

    Hello!
    I am using drawPixels method of DirectGraphics class the code I have written is :-
    Image offscreen=DirectUtils.createImage(width,height,0x00000000);// width and heights are integer value
    public final int MODEL=DirectGraphics.TYPE_INT_8888_ARGB ;
    Graphics offgra = offscreen.getGraphics();
    DirectGraphics directgraphics = DirectUtils.getDirectGraphics(offgra);
    directgraphics.drawPixels(imgData,false,0,width,0,0,width,height,0,MODEL); // imgData is a int array(int imgData[]) which contains required pixels of image.
    The above code is working fine with NOKIA 60 series device but when i use it with NOKIA 40 series device it gives java.lang.IllegalArgumentException.
    same time if i use :-
    directgraphics.drawPixels(imgData,false,0,width,0,0,width,height,0,DirectGraphics .TYPE_USHORT_4444_ARGB ) ;
    // imgData is a short array(short imgData[]) which contains required pixels of image. i have used different formet here.
    it works fine with 40 series device,
    can any one suggest me how to use drawPixels method for 40 series devices with format
    DirectGraphics .TYPE_INT_8888_ARGB .

    If Remote wipe is activated it can't be undone. And Once the Wipe is done, the device can nö longer be tracked.
    Sorry.

  • New To SOA, can any one suggest how to proceed

    Hi All,
    I am new to SOA i want to learn basics in SOA. Can any one suggest me how to proceed, I know Web Services.
    Thanking You,
    Rakesh.

    Marc made a list of resources too :
    http://orasoa.blogspot.com/2007/05/newbie-getting-started-with-oracle-soa.html
    the quickstarts are nice to start with too, just to see what the tools can do, how the concepts work etc

  • Hi There Can Any one Suggest me Any Discoveror Report?

    Hi There,
    Can Any one Suggest me Any Discoveror Report with it's name and respective responsibality.
    Bachan

    Hi William,
    I am writting a sample code for you :
    go to code wizard, select your node VBAk (where you have the attribute VBLEN )
    and select the attribute. Now code will be automatically generated.
        DATA LO_ND_VBAk TYPE REF TO IF_WD_CONTEXT_NODE.
        DATA LO_EL_VBAk  TYPE REF TO IF_WD_CONTEXT_ELEMENT.
        DATA LS_VBAk  TYPE WD_THIS->ELEMENT_VBAk.
        DATA LV_VBLEN TYPE WD_THIS->ELEMENT_VBAk-VBLEN.
      navigate from <CONTEXT> to <VBAk> via lead selection
        LO_ND_VBAk = WD_CONTEXT->GET_CHILD_NODE( NAME = WD_THIS->WDCTX__VBAk ).
      get element via lead selection
        LO_EL_VBAk  = LO_ND_VBAk ->GET_ELEMENT( ).
      alternative access  via index
      lo_el_VBAk  = lo_nd_VBAk ->get_element( index = 1 ).
      @TODO handle not set lead selection
        IF LO_EL_VBAk  IS INITIAL.
        ENDIF.
      get single attribute
        LO_EL_VBAk ->GET_ATTRIBUTE(
          EXPORTING
            NAME =  `VBLEN`
          IMPORTING
            VALUE = LV_VBLEN ).
    Now based on the value LV_VBLEN select values from database table and fill the internal table.
    DATA LT_VBAk  TYPE WD_THIS->ELEMENTSVBAk.  " this the table to keep the values
    select VBLEN ERDAT ERNAM AUDAT from VBAK into table LT_VBAk where VBLEN = LV_VBLEN. 
    Now you can bind the table to appropriate node.
    Regards,
    Monishankar C

  • Can any one suggest a realtime audio recorder for Reaktor in Logic please?

    Hi all,
    So its been a few days so far with Logic Pro 7 on my new intel Mac, I made the jump from PC land and Nuendo and am trying to get up to speed.
    What I am in dire need of is an application that I can use at the same time as Logic to record the output of some granular parts from Raktor5.
    Basically I am trying to manually do some tweaks on sounds that I just want to be recorder into audio files and then inport them into logic for further editing.
    Can any one make a good suggestion for such a think, or does Logic have something similar to this already built in?
    Thank you all in advance for the help and past help I have recieved in this forum.
    Cheers!

    Hi all,
    Thanks for the ideas... I went with the recorder box and that solution worked perfect! I used to be on a PC and had a Creamware system that allows for routing of audio any where with as many drivers as you want EG: Asio2, Wave and such at the same time so you could just have (at the time I was using Nuendo3) your DAW up, open an instance of soundforge and start weaking Reaktor ensembles from within your DAW host while recording direct to disk in sound forge with out having to do anything, it worked amazingly well.
    This is the next best thing.
    Now I just need to spend more time in Logic to learn my way around as I am a new user..
    Cheers!

  • Detect the Popup blocker settings by using javascript is it possible? if yes can any one suggest how to implement?

    How can i detect the Firefox the Popup blocker settings by using javascript, so that i can show message to user, saying" popup settings are on, please turn off or allow the site". can any one help me out. Thanks in advance.

    Hi William,
    I am writting a sample code for you :
    go to code wizard, select your node VBAk (where you have the attribute VBLEN )
    and select the attribute. Now code will be automatically generated.
        DATA LO_ND_VBAk TYPE REF TO IF_WD_CONTEXT_NODE.
        DATA LO_EL_VBAk  TYPE REF TO IF_WD_CONTEXT_ELEMENT.
        DATA LS_VBAk  TYPE WD_THIS->ELEMENT_VBAk.
        DATA LV_VBLEN TYPE WD_THIS->ELEMENT_VBAk-VBLEN.
      navigate from <CONTEXT> to <VBAk> via lead selection
        LO_ND_VBAk = WD_CONTEXT->GET_CHILD_NODE( NAME = WD_THIS->WDCTX__VBAk ).
      get element via lead selection
        LO_EL_VBAk  = LO_ND_VBAk ->GET_ELEMENT( ).
      alternative access  via index
      lo_el_VBAk  = lo_nd_VBAk ->get_element( index = 1 ).
      @TODO handle not set lead selection
        IF LO_EL_VBAk  IS INITIAL.
        ENDIF.
      get single attribute
        LO_EL_VBAk ->GET_ATTRIBUTE(
          EXPORTING
            NAME =  `VBLEN`
          IMPORTING
            VALUE = LV_VBLEN ).
    Now based on the value LV_VBLEN select values from database table and fill the internal table.
    DATA LT_VBAk  TYPE WD_THIS->ELEMENTSVBAk.  " this the table to keep the values
    select VBLEN ERDAT ERNAM AUDAT from VBAK into table LT_VBAk where VBLEN = LV_VBLEN. 
    Now you can bind the table to appropriate node.
    Regards,
    Monishankar C

  • Can any one suggest about sapi

    hi gurus,
    can any one explain,. what is   sapi . what for it used.
    regards,
    praveen

    Hi,
    The BI Service API (SAPI) is a technology package in the SAP source system that enables the close integration of data transfer from SAP source systems into a BI system.
    The SAPI allows you to
    ●     make SAP application extractors available as a basis for data transfer into BI
    ●     carry out generic data extraction
    ●     use intelligent delta processes
    ●     access data in the source system directly from BI (VirtualProvider support)
    http://help.sap.com/saphelp_nw04s/helpdata/en/7a/27bcf087c7464db8b95eaa717b6e6a/content.htm
    Regards.

  • Can any one suggest an efficient solution to.....

    I have the following problem:
    I have a long log file of around 5 MB.
    I have to write a java code to parse this file. Each message in this file has a log type which is alphanumeric.There are around 100 types of messages and more than 1000 messages.
    I have to group the messages on the basis of their log type and write them to an output file so that all messages of same log type are together in the output file.
    Can anyone suggest an efficient solution to this problem ?

    so you need to sort the file? How is the file organized? If messages are stored on individual lines its pretty straight forward. You could buffer the file into a vector then sort the vector. Here's some quick code to buffer a file to a vector.
    public static Vector bufferFile(String filename)
       Vector bufferedFile = new Vector(0,1);
       String message = "default";
       try
          BufferedReader infile = new BufferedReader(new FileReader(filename));
          while(message!=null)
             message=infile.readLine().trim();
             // ignore  blank / empty lines
             // could add other filters to remove badly formed messages here
             if(message.length()==0 || message.charAt(0)==' ')
                // do something / nothing with the garbage messages
             else
                // add the message to the vector
                bufferedFile.addElement(message);
          infile.close();
       catch(FileNotFoundException e){};
       catch(IOException e){};
       catch(NullPointerException e){};
       return bufferedFile;
    }Now you have your Vector, you can use any one of number of sort algorithms to order them how you want, then write a reverse of this method which writes back to a file from a vector, line by line. Hope this helps,
    Tom

  • How to open .app flash animation in mac and i os. can any one suggest.

    I just published one flash animation with interactivity as .app file to open in mac and ios, but its not working.
    Kinldy any one please suggest the procedure to open the swf file in mac and ios.
    Thanks
    Dinesh

    Hi moccamaximum
    thanks for your reply. if publish to AIR for IOs its asking for certificate,..
    Thanks
    Dinesh.B

  • Issue with Workflow template versions? Can any one suggest what to do.

    Hello All.
    Actually in quality system there is a workflow instance in error. I identified the error and fixed the issue with a new development and transported to quality. Now when i restart the error instance in quality, its not picking the latest template with additional steps i developed, instead, it is catching the older version.
    For a fresh instance, my newer version of workflow is getting triggered, why not for error workflow.
    I used swu_obuf to synchronize the buffer but no use. What could be the resolution.
    Please suggest.
    Regards
    Prasad.

    Hi Prasad
    Running instances / Waiting / Or in error continue to run in the version in which they were started.
    That is why Version increments in QA / PRD when you move a change... so that any running, waiting, error instance can pick the same version of the workflow.
    It will not pickup your changed version. Logically it would be incorrect - start in Version A and end in Version B..... say start in version which "Auto Approves" a PO of value INR <=100 .... error .... restart in a changed version which now had auto approve limit of INR 1000. The PO will not be auto approved whereas the day it was started, the limit was only 100. So it makes sense to restart a workflow in the same version in which it was started. That is how the architecture has been designed.
    To conclude, if the steps which went in error because of the data from your previous step (which you have changed now) - see if you can change the container data and restart the WI from SWIA so that the work item starts with a new set of data. Else, discuss with business owners to cancel these workflows and restart new ones.
    regards,
    Modak

Maybe you are looking for

  • Can I use Apple TV (version 3 with IOS 5.1) Airplay to simultaneously to stream audio to another Apple TV without using itunes on my PC?

    I have 2 Apple TV's version 3 with IOS 5.1 and would like them both to play the same music through Match simultaneousy but without having to use iTunes on my PC. It seems I can only select one of them at a time for audio output, is there a way to mak

  • At the time of Sales Transaction Header & Item Text is not coming in print

    Hi Gurus, At the time of Sales order or Outbound Delivery or Invoice if I am giving text in Header or Item text it is not coming in Print , Please let me know Gurus what I need to do for it , I need to get print of my text name also , means If I am t

  • Broken Fonts and Skype Home screen layout, and lay...

    I see another new 7.8 version has been released, but still some old bugs remain: Home Screen fonts are broken, at least in Polish verison you seem to use some font that does not contain our accented letters Home Screen status boxes 2 columns and 1 co

  • Error in logic

    There seems to be an error in my logic in the inner class of battleship. It runs correctly and I've anticipated the ArrayOutOfBoundsExceptions that will occure, and it runs once properly. it then screws up and startes coloring everything purple.     

  • Hyperlink in Flash + Skin?

    I recently created a link at the end of a video to take me to a website.  It works brilliantly.  However, since I brought the video into Flash as an embeded video to do so, I know can't create a file that has a Skin as well.  Basically, the client wa