Sponsored Content
Full Discussion: C++ coding standard tool
Special Forums Windows & DOS: Issues & Discussions C++ coding standard tool Post 302989057 by SA_Palani on Friday 6th of January 2017 03:05:19 PM
Old 01-06-2017
I am working in VS2008. In this any tool which can help to do effective coding standards
 

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

can I use this coding

I apologise because I had pasted this question in the newbies forum first (because i am a bit of a newbie) but thought it might be better suited in here if i have to sepearate parameters can I use this syntax especially the or part (||) and is this correct if (6 Replies)
Discussion started by: w33man
6 Replies

2. Shell Programming and Scripting

Coding Standard For Unix Shell Scripting!!!

Is there any site on Coding Standard for Shell Scripting in UNIX. Please help me know!!!!! Thanks Om (1 Reply)
Discussion started by: Omkumar
1 Replies

3. Shell Programming and Scripting

standard error to standard out question

Hi there how can i get the result of a command to not give me its error. For example, on certain systems the 'zfs' command below is not available, but this is fine becaues I am testing against $? so i dont want to see the message " command not found" Ive tried outputting to /dev/null 2>&1 to no... (5 Replies)
Discussion started by: hcclnoodles
5 Replies

4. UNIX for Dummies Questions & Answers

Redirect Standard output and standard error into spreadsheet

Hey, I'm completely new at this and I was wondering if there is a way that I would be able to redirect the log files in a directories standard output and standard error into and excel spreadsheet in anyway? Please remember don't use too advanced of terminology as I just started using shell... (6 Replies)
Discussion started by: killaram
6 Replies

5. Shell Programming and Scripting

Standard out and standard error

I need to run a cronjob and in the cronjob I execute a script that if there is an error produces standard error so I do /RUNMYSCRIPT 2> mylogfile.log However, if it runs correctly, I don't get a standard error output, I get a standard out output. How do I redirect both standard error and... (2 Replies)
Discussion started by: guessingo
2 Replies

6. Shell Programming and Scripting

Need help with coding

HI, Can some one guide me how to make changes to the script below so that it can load the history of a program to IT server ? Format of data: YYYYMMDD065959.dsk.log YYYYMMDD235959.dsk.log currently both are loaded together. Need to separate them as above format. Thanks in advance. ... (1 Reply)
Discussion started by: crazydude80
1 Replies

7. Windows & DOS: Issues & Discussions

Need help with coding

HI, Can some one guide me how to make changes to the script below so that it can load the history of a program to IT server ? Format of data: YYYYMMDD065959.dsk.log YYYYMMDD235959.dsk.log currently both are loaded together. Need to separate them as above format. Thanks in advance. ... (2 Replies)
Discussion started by: crazydude80
2 Replies
Fax Formats(1)						      General Commands Manual						    Fax Formats(1)

       This page, part of the Netpbmuser'sguide(1) , describes FAX formats in relation to Netpbm facilities.

       The  ITU  (formerly CCITT) publishes standards for operation of fax machines (the idea is to provide a way to be sure that a fax machine is
       able to receive a fax sent by another).	These standards incidentally specify graphics file formats -- a protocol for representing a visual
       image in sequences of bits.

       The  two  relevant  standards  are  called Group 3 (G3) and Group 4 (G4) (Groups 1 and 2 are analog standards no longer in use).  Virtually
       every fax machine in existence conforms at least generally to at least one of these standards.

       The standard for Group 3 fax is defined in ITU Recommendation T.4.  In the U.S., that is implemented by EIA standards EIA-465 and  EIA-466.
       These  standards  cover more than the file format as well, including how to transmit bits over a telephone line and procedures for handling
       document transmissions.

       G3 faxes are 204 dots per inch (dpi) horizontally and 98 dpi (196 dpi optionally, in fine-detail mode) vertically.

       The standards specify three file formats (also called coding methods and compression schemes -- remember the standard doesn't mention  com-
       puter files; it talks about the format of a stream of bits travelling over a telephone line):

       MH     This compresses in one dimension: it compresses individual raster lines but makes no attempt to compress redundancy between lines.

	      One  dimensional compression is traditionally the best a fax machine could handle because G3 neither assumes error free transmission
	      not retransmits when errors occur, and receiving fax machines traditionally could not afford to buffer much of a page.  It's  impor-
	      tant that when there is an error in a raster line, its impact not spread to many lines after it.

	      All Group 3 and Group 4 fax machines must be able to send and receive MH.

	      MH  is  sometimes  called  'G3,' but that is a poor name because while the Group 3 standard does specify MH, it has always specified
	      other formats too.

	      MH is sometimes called 'T4' based on the name of the document that specifies it, ITU T.4.  But this is a poor name because T.4  also
	      specifies MR.

       MR     This compresses in two dimensions, horizontally and vertically.

	      MR  has  always been part of the Group 3 standard, but is optional (a Group 3 fax machine may or may not be able to send and receive
	      it).

       MMR    This is a more advanced format than the others.  It is even more two-dimensional than MR.  It is optional in the Group  3  standard,
	      and  didn't  even  exist	in  earlier  versions of it.  It was developed specifically for the Group 4 standard, but then added to an
	      extended Group 3 standard as well.

	      MMR is sometimes called Group 4, but that is a poor name because of the fact that it is also part of the current Group 3 standard.

	      MMR is sometimes called 'T6' based on the name of the document
	       that specifies it, ITU T.6.

       g3topbm converts the MH format to PBM.  pbmtog3 converts PBM to MH.

       There is no Netpbm program to convert to or from other fax formats.

TIFF
The TIFF format is flexible enough to allow lots of different coding methods, within it. There are TIFF subformats for MH, MR, and MMR, among others. These are particularly useful when you receive a fax as a TIFF file. tifftopnm recognizes and can convert from any of these. pamtotiff can convert to any of these; you use command options to choose which. netpbm documentation 03 December 2008 Fax Formats(1)
All times are GMT -4. The time now is 09:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy