Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for amnakhan786

Hi, i have this piece of code, the encoding function creates a file of binary 1's and 0's but since i am getting output in a text file, the result is shown as ASCII characters which appear as garbage. can anyone please tell me what should i add in the …

Member Avatar for Ancient Dragon
0
98
Member Avatar for amnakhan786

Hi, i am relatively new to programming. i am trying to use an open source library found by google search. the readme file tells to write make on commandline, as a result i got an exe file sample, but now i am trying to chk the output and the usage …

Member Avatar for JasonHippy
0
233
Member Avatar for amnakhan786

hi, i am trying to parse a collection of text files that look like following. there a number of them but not all are structured exactly the same way.if i figure to parse this file i can handle the rest.i am novice in bash, and i want to parse the …

0
94
Member Avatar for amnakhan786

hi, i am working on a code it has two parts: for the first part i have 1500-4000 text files which have strings in them.some files are same and some have different strings and i have to find amongst those a subset of files which are 10-20 n number and …

Member Avatar for Adak
0
217
Member Avatar for amnakhan786

i am writing a code which is as follows: [CODE]#include <stdio.h> int main(void) { char buffer[2500]; FILE * myfile; myfile = fopen("/home/csgrads/akhan015/desktop/benchmark/coverage/test0/stmt.txt","r"); while (!feof(myfile)) { fgets(buffer,2500,myfile); printf("%s",buffer); } fclose(myfile); return 0; }[/CODE] 1.in this code i am accessing a folder to read a text file. this test0 folder is only …

Member Avatar for Rashakil Fol
0
182
Member Avatar for amnakhan786

description of the program: 1. first i have to input a folder A by giving full filepath. this folder contains a benchmark program tcas.c, a text file universe.txt which contains 1500 lines, each line is a test case giving 12 arguments to the benchmark program, which are used to test …

0
130
Member Avatar for amnakhan786

i got an assignment regarding testing, i have to write a c code and compile in linux. the question is as found at: [url]http://www.cs.ucr.edu/~linc/cs206/project/index.html[/url] please suggest, i have no idea to start

Member Avatar for WaltP
0
184