Sponsored Content
Homework and Emergencies Homework & Coursework Questions Notice: You Must Include Complete School Name, Professor and Course Number! Post 302368742 by Neo on Thursday 5th of November 2009 01:02:29 PM
Old 11-05-2009
Notice: You Must Include Complete School Name, Professor and Course Number!

NOTE:

You must include your full school name, professor and course number to post here (in the homework / coursework forum) !!!

No exceptions.

All homework / school work posts without this information will be closed and an infraction given.

Quote:
Please Note: Posting homework or coursework without complete school/city/country/professor/course information, you will be banned if you post here! Also, members who answer homework or coursework questions (assist students) that post without complete school/city/country/professor/course information may be given infractions. This complete information is mandatory.
I have noticed that students do not follow this rule. This rule is not optional. We do not tolerate cheating.

Students are cheating when they don't fill in the required school information. Many simply just put anything and hide their school info. This is not acceptable.

This site will not be known as a "cheating site".

Thanks for your help!
These 8 Users Gave Thanks to Neo For This Post:
 

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

NOTICE:Cha

Pls can u help me diagnosed this Notice l receive during booting of my openserver 5.0.4 unix from the kernel. NOTICE:cha:SCSI bus has been reset ha=0 Attached SCSI peripherals will retunr to power up state (ChaN04) NOTICE:cha:SCSI command timed out ha=0... (2 Replies)
Discussion started by: kayode
2 Replies

2. UNIX for Dummies Questions & Answers

short notice

Im getting stumped on one of my unix problems. Im a college student taking unix and for one of my assignments I am to write a few programs. I done the programs but on one of them I have to modify it by using sed instead of a while do loop. here's the while loop while do ... (2 Replies)
Discussion started by: gummiworm
2 Replies

3. UNIX for Dummies Questions & Answers

BASH complete-filename & menu-complete together

Hi, Does anyone know how to make BASH provide a list of possible completions on the first tab, and then start cycling through the possibilites on the next tab? Right now this is what I have in my .bashrc: bind "set show-all-if-ambiguous on" bind \\C-o:menu-complete This allows... (0 Replies)
Discussion started by: Mithu
0 Replies
Text::Typography(3pm)					User Contributed Perl Documentation				     Text::Typography(3pm)

NAME
Text::Typography - Markup ASCII text with correct typography for HTML SYNOPSIS
use Text::Typography qw(typography); print typography($text); DESCRIPTION
This module is a thin wrapper for John Gruber's SmartyPants plugin for various CMSs. SmartyPants is a web publishing utility that translates plain ASCII punctuation characters into "smart" typographic punctuation HTML enti- ties. SmartyPants can perform the following transformations: o Straight quotes ( " and ' ) into "curly" quote HTML entities o Backticks-style quotes (``like this'') into "curly" quote HTML entities o Dashes ("--" and "---") into en- and em-dash entities o Three consecutive dots ("...") into an ellipsis entity SmartyPants does not modify characters within "<pre>", "<code>", "<kbd>", "<script>", or "<math>" tag blocks. Typically, these tags are used to display text where smart quotes and other "smart punctuation" would not be appropriate, such as source code or example markup. typography($text[, $attributes]) Returns a string marked up with the proper HTML entities for proper typography. For fine grain control over what gets converted, use the $attributes option. The default value is 3. The following numeric values set a group of options: 0 : do nothing 1 : set all 2 : set all, using old school en- and em- dash shortcuts (-- and ---) 3 : set all, using inverted old school en- and em- dash shortcuts (--- and --) For even finer control, specify a string of one or more of the following characters: q : quotes b : backtick quotes (``double'' only) B : backtick quotes (``double'' and `single') d : dashes D : old school dashes i : inverted old school dashes e : ellipses w : convert &quot; entities to " for Dreamweaver users Backslash Escapes If you need to use literal straight quotes (or plain hyphens and periods), SmartyPants accepts the following backslash escape sequences to force non-smart punctuation. It does so by transforming the escape sequence into a decimal-encoded HTML entity: Escape Value Character ------ ----- --------- \ &#92; " &#34; " ' &#39; ' . &#46; . - &#45; - ` &#96; ` This is useful, for example, when you want to use straight quotes as foot and inch marks: 6'2" tall; a 17" iMac. Algorithmic Shortcomings One situation in which quotes will get curled the wrong way is when apostrophes are used at the start of leading contractions. For example: 'Twas the night before Christmas. In the case above, SmartyPants will turn the apostrophe into an opening single-quote, when in fact it should be a closing one. I don't think this problem can be solved in the general case -- every word processor I've tried gets this wrong as well. In such cases, it's best to use the proper HTML entity for closing single-quotes ("&#8217;") by hand. AUTHOR
Thomas Sibley created this module using the code from the SmartyPants CMS plugin by John Gruber (<http://daringfireball.net/projects/smar- typants/>). COPYRIGHT AND LICENSE
Copyright (c) 2003 John Gruber (http://daringfireball.net/) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name "SmartyPants" nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not lim- ited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not lim- ited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. perl v5.8.8 2008-03-02 Text::Typography(3pm)
All times are GMT -4. The time now is 06:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy