Search Results

Search: Posts Made By: vaibhavkorde
2,403
Posted By vaibhavkorde
Cross checking two files
i have two files which contains some fields separated by columns as

03/29/1999 08:48:12 02 172.16.114.50
03/29/1999 09:08:00 480 ...
4,181
Posted By vaibhavkorde
Getting a relative timestamp from timestamp stored in a file
Hi,
I've a file in the following format

1999-APR-8 17:31:06 1500 3 45
1999-APR-8 17:31:15 1500 3 45
1999-APR-8 17:31:25 1500 3 45
1999-APR-8 17:31:30 ...
11,404
Posted By vaibhavkorde
yeah it worked fine thank you
yeah it worked fine
thank you
11,404
Posted By vaibhavkorde
no it wont work for every file coz the length...
no it wont work for every file
coz the length is nothing but number of lines in file
11,404
Posted By vaibhavkorde
Actually the total number of lines present in the...
Actually the total number of lines present in the file will be the length
and we need to choose the column in some percents of it
11,404
Posted By vaibhavkorde
Select lines in which column have value greater than some percent of total file lines
i have a file in following format

1 32 3
4 6 4
4 45 1
45 4 61
54 66 4
5 65 51
56 65 1
12 32 85
now here the total...
1,227
Posted By vaibhavkorde
Mapping and replacing numbers in two files
hi i have two files
one of the form

1 2
2 45
3 56
4 98
5 6598
6 98
7 10
8 0
9 15
10 56
This file's significance is that it maps the number in first...
4,271
Posted By vaibhavkorde
[Solved] Select the columns which have value greater than particular number
i have a file of the form


9488 14392 1 1.8586e-07
5702 7729 1 1.8586e-07
9048 14018 1 1.8586e-07
5992 12556 1 1.8586e-07
9488 14393 1 ...
4,753
Posted By vaibhavkorde
how to display pid and other parameters of current process through kernel module ?
how to display pid and other parameters of current process in linux platform ?
i know it can be done through a linux commmand ps -F
but i want it done through kernel program
thanks in advance
1,614
Posted By vaibhavkorde
Delete a particular line from a file
I have a file of following form


2886758410 2886758500 17 1999-Mar-18 16:26:26 1 0 52 139 1129
2886758420 2886758500 17 1999-Mar-18 16:26:35 1 0 52 ...
1,930
Posted By vaibhavkorde
not homework exactly it was challenge to me
not homework exactly
it was challenge to me
1,930
Posted By vaibhavkorde
generate a sequence
how can i generate following sequence
for a given input 1,2,3,4,5


1->2
2->3
3->4
4->5

1->2,3
1,2->3
2->3,4
2,3->4
3->4,5
3,4->5

1->2,3,4
1,2->3,4
1,2,3->4
1,672
Posted By vaibhavkorde
lets say for above example the sum of third...
lets say for above example the sum of third column will be 39
now the file two will consist this sum = 39 only

so the desired processing should be like


8/39 = 0.205128205
1/39 =...
1,672
Posted By vaibhavkorde
reading from two files and manipulating the data
hi
i have a file of the following format
FILE1
5 937 8
1860 1850 1
683 2 1
129 2 2
5 938 8
1122 1123 1
20 520 4
1860 ...
2,800
Posted By vaibhavkorde
Great man thanks a lot pravin and...
Great man
thanks a lot pravin and michaelrozar17
its pretty fast and smarter
2,800
Posted By vaibhavkorde
to read two files, search for patterns and store the output in third file
hello
i have two files
temp.txt
and temp_unique.text

the second file consists the unique fields from the temp.txt file

the strings stored are in the following form

4,4
17,12
15,65
4,4...
1,625
Posted By vaibhavkorde
generating a string pattern
hi all
i have a file which consists of lines of numbers separated with , i.e. comma separated numbers in a line
there are several such lines with variable lengths
e.g. the file may consist
...
Forum: Programming 04-12-2011
1,872
Posted By vaibhavkorde
the input string can be in terms of some...
the input string can be in terms of some thousands e.g 4000
Forum: Programming 04-11-2011
1,872
Posted By vaibhavkorde
can i have an optimal solution for this java code ? Facing Java heap space problem even at 3GB heaps
My desired output is

run:
for this 1
for this 2
for this 3
for this 4
for this 5

for this 1,2
1->2
for this 2,3
2->3
for this 3,4
3->4
for this 4,5
4->5

for this ...
Forum: Programming 04-08-2011
879
Posted By vaibhavkorde
i need help regarding this in java
Hi
i'm new to the programming world

i need a java code for following problem

i have an input like
1 2 3 4 5

the desired output is
1 2 3 4 5
12 23 34 45 ...
991
Posted By vaibhavkorde
Advance file parsing...
hi all
i have a file of the format
Time(starting from 0 in asc order) bytes service flags protocols

e.g.
0, 0, 0, 56, 56
1, 524, 3, 6, ...
Forum: Cybersecurity 03-17-2011
1,307
Posted By vaibhavkorde
extracting features of network traffic
hi all
i want to extract few connection level features (not packet level )of the internet traffic through ethernet card interface
the features are as follows

Timestamp Timestamp of paket...
1,675
Posted By vaibhavkorde
extracting features of network traffic
hi all
i want to extract few connection level features (not packet level )of the internet traffic through ethernet card interface
the features are as follows

Timestamp Timestamp of paket...
Forum: IP Networking 03-17-2011
1,348
Posted By vaibhavkorde
Extract few fields from network traffic
hi all
i want to extract few connection level features (not packet level )of the internet traffic through ethernet card interface
the features are as follows

Timestamp Timestamp of paket...
1,243
Posted By vaibhavkorde
Data manipulation from a file
i have a file in follwing format
0110
1020
1011
1032
1020
2005
2003
1050

i want the output in such a way that all non zero numbers will be converted into 1
like this
0110
1010
1011...
Showing results 1 to 25 of 33

 
All times are GMT -4. The time now is 06:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy