How Software Gets Done  


(No Login on Secured Page)

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My Buyer 'To Do' List
 
My bid requests
  My escrow account
 
My General Info
Verification
 
Help for Buyers
Articles for Buyers
FAQ for Buyers
Latest News
 

Custom Software Coders

Newest open work
Browse all work
Search all work
My Account
 
My Coder 'To Do' List
 
My bids
 
My General Info
  My credit account
 
Help for Coders
Articles for Coders
FAQ for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
simple C assignment
By kababoom on May 19
Max Bid: $7


Sales analysis with Access database
By 2good2 on May 19
Max Bid: Open to fair suggestions


Online Scheduling
By azhar123 on May 19
Max Bid: $2,500


Modify Existing USB Driver To Work With WIndows CE
By Brian_B on May 19
Max Bid: $1,300


VB6 ActiveX control conversion to ATL
By CIAWillis on May 19
Max Bid: $1,500


VB6 project
By WIMG, Inc. on May 19
Max Bid: $150


Click here to put this ticker on your own site

Open Work Categories.
Database 
(146 open)
   Access 
(55 open)
   MySQL 
(80 open)
   Oracle 
(11 open)
   SQL Server 
(50 open)
   Other DB 
(24 open)
Documentation / Tech Writing 
(36 open)
Data Entry 
(17 open)
Game Development 
(18 open)
Graphics / Art / Music 
(60 open)
   Graphics 
(69 open)
     3d Animation 
(17 open)
   Art (Misc.) 
(23 open)
   Music 
(13 open)
   3d Modeling 
(9 open)
Language Specific 
(120 open)
   ASP 
(56 open)
   ASP .NET 
(9 open)
   C# 
(38 open)
   C++ / C 
(127 open)
   Cold Fusion 
(5 open)
   Delphi 
(31 open)
   Java 
(54 open)
   JSP 
(1 open)
   Perl 
(36 open)
   PHP 
(97 open)
   XML/XSL 
(28 open)
   Visual Basic 
(152 open)
   Visual Basic .Net 
(69 open)
   Other 
(58 open)
Misc 
(41 open)
   CAD 
(5 open)
MultiMedia 
(35 open)
Network 
(44 open)
   Network Design 
(12 open)
   Network Implementation 
(18 open)
Platforms 
(76 open)
   Windows 
(161 open)
     MS Exchange 
(3 open)
     MS Office 
(13 open)
     Other 
(11 open)
   Darwin 
(1 open)
   Internet Browser 
(48 open)
   Linux 
(54 open)
   UNIX 
(36 open)
   Hand Held/PDA Programming 
(11 open)
Requirements 
(11 open)
Security 
(35 open)
Testing / Quality Assurance 
(18 open)
Web 
(155 open)
   Page Design 
(85 open)
   Flash 
(58 open)
   Web Services 
(80 open)
   Web (Other) 
(92 open)
Training 
(16 open)
   Computer Based 
(16 open)
 
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Unix Project #2
Bid Request Id: 38265
Bookmark in my 'To Do' list
Posted by: rail1818 (1 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 0.00%
Posted: Dec 4, 2002
10:47:05 AM EDT
Bidding Closes: Dec 7, 2002
10:47:47 AM EDT
Viewed (by coders): 167 times
Deadline: 12/9/2002
TIME EXPIRED
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: UNIX
Enter chat room for this bid request
(0 active users at May 19, 2003 10:07:21 PM EDT)

Description:
Problem: c. Name your program as find_path.c d. The objective is to locate executable programs and to display their pathname. e. A given argument will be examined along the user&'s path or default shell variable #PATH. To get the variable PATH, you need to use: getenv (“PATH”); f. the path is a list of directories separated by “:”. To obtain a directory component, you may want to use strch to split the string. g. The suggested procedure is following: To use chdir, opendir, and readdir in sequence, so you can examine the contents of a directory. Examine each filename if it is matched the given command, then stop the search and print out the pathname of the command by attaching the filename to the directory name. If no filenames are matched, then the next directory in line will be picked and redo the search. h. System calls, such as opendir (), readdir (), and getcwd (), may be needed. However, system calls such as system (), fork (), exec (), unlink () and write () are not allowed. Recommended Pseudo-Codes: #include <sys/stat.h> #include <dirent.h> main (int argc, char * argv[] { /* check argument */ char *path; path = getenv (“PATH”); /* get argument cmd */ xopendir (path); xopendir (char *path) { char *ptr; if ((ptr=strchr(path, ‘: ‘)) !=NULL) *ptr= 0; if (stat(path, &stbuf.mode&S_IFMT != S_IFDIR) { if(ptr 1=NULL) xopendir(ptr+1); else return; }searchdir(char *path) { DIR *dirp; struct dirent *dp; chdir (path); dirp = opendir (“.”); While ((dp =readdir (dirp)) !=NULL) { if(dp->d_ino == 0 || !dp -> d_name [0] ) continue; stat (dp ->d_name, &stbuf); if (!strcmp (cmd, dp->d)name) { /* Check executable permission */ /* Print out the pathname or continue the loop */ } } closedir (dirp); /* if not found return 0 otherwise 1 */ } Synopsis: find_path command1 command2… Submit: the screen shot of your program Verify your program can be compiled and executed in NJIT&'S AFS system. If you use gcc compiler, the first line of your program should read as // Define gcc If you use c++ compiler, the first line of your program should read as //define c++ or //define g++

Deliverables:
1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.

3) Complete ownership and distribution copyrights to all work purchased.



Platform:
UNIX

Must be 100% finished and received by buyer on:
Dec 9, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.

Special Conditions / Other:
I need it done ASAP!


Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
javor
(34 ratings)
in sofia, sofia
Bulgaria
Bid id: 416,031
 
$13 (USD) Dec 4, 2002
11:17:22 AM EDT
 8.44
(Very Good)
   
 
 
 
 
  See 2 private reply(ies)
to/from javor.
 




Quick Search
 

 Advanced Search
Newest Open Work
Latest News

 
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 

Rent A Coder Top Coders.


Anuj Gakhar
Rated a 9.98 on 92 jobs 
Securenext
Rated a 9.98 on 98 jobs 
Codman
Rated a 9.97 on 144 jobs 
Buddies
Rated a 9.82 on 76 jobs 
Andrei Remenchuk
Rated a 10 on 12 jobs 
Michael Sharp
Rated a 9.98 on 177 jobs 
RNA
Rated a 9.92 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
hernest
Rated a 10 on 109 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers
 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 


Affiliate Sites



Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.