User Profile

Collapse

Profile Sidebar

Collapse
sandhya2006
sandhya2006
Last Activity: Feb 20 '07, 07:10 AM
Joined: Dec 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sandhya2006
    started a topic How to compare whole string
    in Java

    How to compare whole string

    Dear friends,
    How can compare the whole string from .
    See more | Go to post

  • ????????/this is my some portion of code???????????
    Code:
     import java.io.*; 
    import java.util.regex.*;
    import java.util.*;
    import java.util.regex.Matcher;
    import java.util.regex.Pattern;
    class Copy1
    {
    public static void main(String[] args)
    {
    try
    {
    String str;
    			DataInputStream dis = null;
    			String c = null;
    //int recCount = 0;
    File inputFile = new File("net.txt");
    ...
    See more | Go to post

    Leave a comment:


  • How to display original form of a verb using java

    Dear Friends,
    I have a doubt in how to dispaly the original form of a verb using java.ie if the word is arose then the output must be arise.but now in my program there is one text file 'verbs.txt' is caling in that i store 3 forms of words.now the problem is if my text file contains 'is' then it will check the 'verbs.txt' and gives the output as arise. but i want the output as is itself.Can anyone give the suggestion plssssssssss....
    See more | Go to post

  • sandhya2006
    started a topic How to Display the content of a substring
    in Java

    How to Display the content of a substring

    Dear Friends,
    I have two textfiles ,
    Ex:first text is like this
    AAA A B C D
    ............... ...
    ............... .....
    ZZZ CC GG
    Second text file is
    A a
    B b
    C c
    ........
    ........
    GG g
    Like this

    I have to print the content of AAA as A B C D and at the same time i have to ptint abcd in one line as the second...
    See more | Go to post
    Last edited by horace1; Jan 28 '07, 06:21 PM. Reason: added code tags

  • sandhya2006
    replied to perl doubt
    in Perl
    This is my code ........first this will print the location of the file into one text and then its content wll print on the another text.but here only one html file will b printed in one text file,i want to know how is possible to display many html file content into one text file.


    #!usr/bin/perl
    $var="D:/perl.com/";
    opendir(str,$va r);
    @file=readdir(s tr);
    close(str);
    while ($li=<@file>)...
    See more | Go to post

    Leave a comment:


  • sandhya2006
    started a topic perl doubt
    in Perl

    perl doubt

    Hi friends
    Iam new to perl Can anyone help me. How to print many html files into one text file using perl,now i can able to print one html file into one text file.
    See more | Go to post

  • Thank YOu So much Mr.Miller for giving that code ,but i printd that location as my way,but now i want to know my code only take the files in the main folder ,but i wat to take the location from the subfolders and its files also.cal u help me.

    this is my code
    #!usr/bin/perl
    #use strict;
    my $var="d:/www.indiantempl es.com/";
    opendir(str,$va r);
    @file=readdir(s tr);
    close(str);...
    See more | Go to post

    Leave a comment:


  • How to Display full path and line by line from array

    hiiiiiiiii Can Any one Help me.....
    I just printed the filename only by using this code .But i want to print the whole path of the file and which should be printed in line by line.Pls help me

    #!usr/bin/perl
    #use Cwd 'abs_path';
    $var="d:/www.indiantempl es.com";

    opendir(str,$va r);
    @file=readdir(s tr);

    #my $abs_p=abs_path ($var);
    #print $abs_p,"\n";...
    See more | Go to post

  • sandhya2006
    started a topic In Perl how to retrieve the full path of a file
    in Perl

    In Perl how to retrieve the full path of a file

    In Perl how to retrieve the full path of a file.If the file is in c:/s/fir.pl then i have to know the code for displaying this path in a text.Is anyone can help me.
    See more | Go to post

  • hi
    How to take the html file in a directory and save as a text file
    See more | Go to post

    Leave a comment:


  • Perl Doubt-Take the html file and display it into text.

    Hii,
    I hav a doubt in perl,Assume there is many html files in a folder I have to Take all files and display it into text file without displaying the tags.Please reply atleast for displaying the html to text .
    See more | Go to post
No activity results to display
Show More
Working...