
November 15, 2008 22:50 by
mic
ksh -x script
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

November 3, 2008 04:41 by
mic
Transitioning to XHTML is the easiest step to understand, because
it's a matter of simply following rules. When you run a site through
the W3C HTML Validator, it doesn't care if the site uses tables-based
layout or CSS-based layout, or if your site is accessible or not. As
long as the ...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

October 31, 2008 06:39 by
mic
1. Introduction
The Oracle Relational Database Management System (RDBMS) is an
industry leading database system designed for mission critical data
storage and retrieval. The RDBMS is responsible for accurately
storing data and efficiently retrieving that data in response to
user queries.
...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

October 31, 2008 05:11 by
mic
What is SQL*Plus and where does it come from?
SQL*Plus is a command line SQL and PL/SQL
language interface and reporting tool that ships with the Oracle
Database Client and Server software. It can be used interactively or
driven from scripts. SQL*Plus is frequently used by DBAs and Developers ...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

October 25, 2008 16:30 by
mic
Character literals
/a/
Mary had a little lamb.
And everywhere that Mary
went, the lamb was sure
to go.
/Mary/
Mary had a little lamb.
And everywhere that Mary
went, the lamb was sure
to go.
The very simplest pattern m...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

October 24, 2008 21:49 by
mic
Using Regular Expressions
To check if there is a match in a string Perl uses special operator =~. Usual syntax
is:
variable =~ m/regular_expression/
The result of this operator is either true (if there is a match) or false (no match). The following example
checks if a string contains a phon...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

October 24, 2008 21:24 by
mic
Entering Special Characters
<Comma>
,
<Nul>
^@
<Period>
.
<Space>
 ...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

October 24, 2008 06:56 by
mic
SEARCH & REPLACE.
Just as the title implies, this is to look for certain patterns and replace them with a different specified string.
Substitution is specified with s.
It is placed before the first forward slash surrounding the search
expression. The string that will be used to rep...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

October 24, 2008 04:38 by
mic
Introduction
Without regular expressions, Perl would be a fast development environment.
Probably a little faster than VB for console apps. With the addition of regular
expressions, Perl exceeds other RAD environments five to twenty-fold in the
hands of an experienced practitioner, on console app...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

October 16, 2008 17:59 by
mic
sudo /etc/init.d/vboxdrv setup
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5