home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3973 / README < prev   
Encoding:
Text File  |  1991-09-05  |  1.5 KB  |  35 lines

  1.  
  2.     cost.c Copyright 1991 Sameer Parekh
  3.     Calculates the approximate monthly cost of the usenet from the news.lists
  4.  
  5.     This program is free software; you can redistribute it and/or modify
  6.     it under the terms of the GNU General Public License as published by
  7.     the Free Software Foundation; either version 1, or (at your option)
  8.     any later version.
  9.  
  10.     This program is distributed in the hope that it will be useful,
  11.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.     GNU General Public License for more details.
  14.  
  15.     You should have received a copy of the GNU General Public License
  16.     along with this program; if not, write to the Free Software
  17.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  
  19.  
  20.     
  21.     I wrote this program because I wanted to know how much the usenet
  22. would cost total.  As of 9/4/91, I calculated that it costs $718,025 per
  23. month.  That's about 50 cents per month per usenet reader.  (for about 1.6
  24. million readers.)
  25.     Anyway, to use this, you have to make all the non-list lines
  26. preceded with a '*' in the FIRST character. (I use gets(buffer) and then
  27. buffer[0] == '*' to check.)  That's like my commenting system.
  28.  
  29.     I also created data structures in my program for all the data
  30. provided...its all read in...so if you want to manipulate the data some
  31. more, you can change my program a bit.  If you do, please mail me about it
  32. and if I am interested I'll ask you to send me the source.
  33.     Thanks..You can mail me at zane@ddsw1.MCS.COM or
  34. zane@infopls.MCS.COM.
  35.