Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hydrocomputer

    drawing irregular grid, and trying to debug code in general?

    I am trying to write substantial algorithms in postscript and finding it hard going. There are two questions inherent in this post. First, how can I solve the problem. Second, rather than just giving me the answers, is there any decent way of stepping through postscript code so I can debug it...
  2. hydrocomputer

    Display number of matching regex components

    I want to write a generic web extraction subroutine in perl. To do so, I want to: 1. find the first pattern (easy) 2. toss everything before it (easy) 3. iteratively find successive occurrences of a patten of interest (easy) Then comes the hard part. Given an arbitrary pattern containing...
  3. hydrocomputer

    problem passing parameters?

    Hello, I thought I understood stack programming until I tried postscript. I cannot seem to pass parameters to a named function and get back a result, as in the following example (tested on ghostscript) any help? 0 0 1 setrgbcolor /average {add 2 div} def newpath { 50 150 average % this...

Part and Inventory Search

Back
Top