aldev updates

This commit is contained in:
alavoor 2002-10-06 02:56:25 +00:00
parent 0c48966691
commit 5c596b195b
4 changed files with 67 additions and 33 deletions

View File

@ -42,7 +42,7 @@ $Id$
<author>Al Dev (Alavoor Vasudevan)
<htmlurl url="mailto:alavoor[AT]yahoo.com"
name="alavoor[AT]yahoo.com">
<date>v42.8, 03 Aug 2002
<date>v42.9, 17 Sep 2002
<abstract>
This document provides a comprehensive list of C++ URL
pointers, links to C++ online textbooks, and programming tips on C++.
@ -1839,7 +1839,7 @@ and <url name="mirror site" url="http://www.cs.umd.edu/users/cml/cstyle/CppCodin
<item> Indent and annotate <url url="http://www.cs.umd.edu/users/cml/cstyle/indhill-annot.html">
<item> Elemental rules <url url="http://www.cs.umd.edu/users/cml/cstyle/Ellemtel-rules.html">
<item> C++ style doc <url url="http://www.cs.umd.edu/users/cml/cstyle/Wildfire-C++Style.html">
<item> C++ Coding Standards by Brett Scolcum <url url="http://www.skypoint.com/~slocum/prog/cppstds.html">
<item> C++ Coding Standards by Brett Scolcum <url url="http://www.weirdrealm.com/prog/cppstds.html">
<item> Logikos C++ Coding Standards <url url="http://www.logikos.com/standards/cpp_std.html">
<item> NRad C++ coding standards <url url="http://cadswes.colorado.edu/~billo/standards/nrad">
<item> BEJUG C++ coding standards <url url="http://www.meurrens.org/ip-Links/java/joodcs/ToddHoff.html">

View File

@ -42,7 +42,7 @@ Java Decompiler HOW-TO
<author>Al Dev (Alavoor Vasudevan)
<htmlurl url="mailto:alavoor[AT]yahoo.com"
name="alavoor[AT]yahoo.com">
<date>v4.4, 27 April 2002
<date>v4.5, 20 Sep 2002
<abstract>
This document will help you to de-compile the Java class programs. This
documents gives a list of decompilers which can reverse
@ -132,10 +132,16 @@ and at
<url url="http://njcv.htmlplanet.com/njcv.html">
<p>
<item> DJ Java Decompiler at <url name="DJ decompiler" url="jadcentral.com/codecentral/code_profile.jsp?category_ID=10&code_ID=179">
<item> DJ Java Decompiler at
<url name="DJ decompiler" url="http://members.fortunecity.com/neshkov/dj.html">
or at the <url name="Download.com" url="http://download.com.com/3000-2417-10146169.html?tag=must">
<p>
<item> Google <url url="http://directory.google.com/Top/Computers/Programming/Languages/Java/Development_Tools/Translators/Decompilers_and_Disassemblers/?tc=1">
<p>
<item> SureShot <url url="http://www.bysoft.se/sureshot/cavaj/index.html">
and <url url="http://www.bysoft.se/sureshot/jcavaj/index.html">
</itemize>

View File

@ -45,7 +45,7 @@ PHP HOW-TO
" name="
alavoor[AT]yahoo.com
">
<date>v27.4, 24 Aug 2002
<date>v27.6, 05 Oct 2002
<abstract>
This document tells you howto develop PHP programs and also to migrate all the
Windows 95 GUI applications to powerful PHP + HTML + DHTML + XML + Java applets + Javascript.
@ -1020,10 +1020,19 @@ presently runs on UNIX machines using PHP and Apache. Using GroupIT you
can "Categorize your content", "Organize your contents into sections",
"Control access to your content" and many more
<url name="additional features" url="http://groupit.org/channel/features">.
<p>
<item> Ampoliros
<url url="http://www.ampoliros.com">
Ampoliros is an advanced and easy to use distributed PHP Web applications
platform, featuring a powerful Xml-Rpc and Soap interface. It is suitable
as an Internet/Intranet development and deployment system. It has a very
strong modular architecture and allows very fast deployment of web solutions.
Ampoliros is backed by Solarix, which offers customization, complete
Ampoliros based solutions, support, developer programs and other services.
</itemize>
<sect1> PHP Template Engines <label id = "template">
<p>
<itemize>
@ -1295,6 +1304,12 @@ Zends provides:
<item> Zend Optimizers <url url="http://www.zend.com">
<item> Zend Compilers <url url="http://www.zend.com" >
<p>
<item> IonCube PHP Accelerator (PHPA) <url url="http://www.php-accelerator.co.uk">
The ionCube PHP Accelerator is an easily installed PHP Zend engine extension that
provides a PHP cache, and is capable of delivering a substantial acceleration of
PHP scripts without requiring any script changes, loss of dynamic content, or
other application compromises.
<p>
<item> APC "Alternative PHP Cache" is an open-source alternative to Zend's commercial
accelerator which is at <url url="http://apc.communityconnect.com">.
<p>
@ -1308,6 +1323,25 @@ accelerator which is at <url url="http://apc.communityconnect.com">.
<sect>Code Protection - Encoding Source Code <label id = "codeprotect">
<p>
If you want to distribute your PHP source code to your clients, you may
want to encode it to protect your code so that it cannot be viewed by the users.
Use encoding to hide password, encode scripts etc.
Many enterprises require securing the source code as a pre-condition for release
process.
Use one of the following Encoding tools:
<itemize>
<item> PHP encoding with Zend Encoder
<url url="http://www.zend.com/store/products/zend-encoder.php">
<p>
<item> PHP encoding with IonCube Encoder <url url="http://www.ioncube.com/encoder/index.php">
</itemize>
<sect>Convert Microsoft ASP scripts to PHP - ASP2PHP <label id = "asp2php">
<p>
To convert ASP scripts to PHP use this utility <url url="http://asp2php.naken.cc">

View File

@ -46,7 +46,7 @@ Vi Improved with syntax color highlighting
"name="
alavoor[AT]yahoo.com
">
<date>v18.3, 24 Aug 2002
<date>v18.4, 01 Oct 2002
<abstract>
This document is a guide to quickly setting up the Vim color editor on Linux or Unix systems. The information here will improve the productivity of programmers because the
Vim editor supports syntax color highlighting and bold fonts, improving the
@ -905,8 +905,11 @@ following techniques below:
You can use the VNC to display remote machines on your local display.
<itemize>
<item> The VNC is at <url url="http://www.uk.research.att.com/vnc">
and commercial VNC is at <url url="http://www.realvnc.com">
<p>
<item> Get VNC rpms from <url name="rpmfind" url="http://rpmfind.net/linux/rpm2html/search.php?query=vnc">.
<item> Get VNC rpms from
<url name="rpmfind" url="http://rpmfind.net/linux/rpm2html/search.php?query=vnc">
or from commercial VNC at <url url="http://www.realvnc.com">
<p>
<item> The best Window manager for VNC is QVWM which is like MS Windows 98/NT/2000 interface, get
it from <url url="http://www.qvwm.org">.
@ -1327,7 +1330,10 @@ and at <url url="http://www.vim.org/faq">
Eli's Vim Page at <url url="http://www.netusa.net/~eli/src/vim.html">
<!--
The Vi Lovers Home Page <url url="http://www.cs.vu.nl/~tmgil/vi.html">
-->
Vi Lovers home page <url url="http://www.thomer.com/thomer/vi/vi.html">
Vim Reference Guide at <url url="http://scisun.sci.ccny.cuny.edu/~olrcc/vim/">
@ -1368,41 +1374,29 @@ unix systems go to directory where vim is installed and look for doc directory.
<itemize>
<item> Purdue University <url url="http://ecn.www.ecn.purdue.edu/ECN/Documents/VI/">
<p>
<item> Quick Vi tutorial <url url="http://linuxwww.db.erau.edu/LUG/node165.html">
<p>
<item> Advanced Vi tutorial <url url="http://www.yggdrasil.com/bible/bible-src/user-alpha-4/guide/node171.html">
<p>
<item> Tutorials <url url="http://www.cfm.brown.edu/Unixhelp/vi_.html">
<p>
<item> Tutorials <url url="http://www.linuxbox.com/~taylor/4ltrwrd/section3_4.html">
<p>
<item> Unix world online vi tutorial <url url="http://www.networkcomputing.com/unixworld/unixhome.html">
<p>
<item> Univ of Hawaii tutorial <url url="http://www.eng.hawaii.edu/Tutor/vi.html">
<p>
<item> InfoBound <url url="http://www.infobound.com/vi.html">
<p>
<item> Cornell Univ <url url="http://www.tc.cornell.edu/Edu/Tutor/Basics/vi/">
<item> Vi Lovers home page <url url="http://www.thomer.com/thomer/vi/vi.html">
<p>
<item> Vi Lovers home page: <url url="http://www.cs.vu.nl/~tmgil/vi.html">
<item> After Sept 2000, will moveto <url url="http://www.thomer.com/thomer/vi/vi.html">
<p>
<item> Beginner's Guide to vi <url url="http://www.cs.umr.edu/unixinfo/general/packages/viguide.html">
<p>
<item> vi Help file <url url="http://www.vmunix.com/~gabor/vi.html">
<p>
These are dead links::
<item> Quick Vi tutorial <url url="http://linuxwww.db.erau.edu/LUG/node165.html">
<p>
<item> Tutorials <url url="http://www.linuxbox.com/~taylor/4ltrwrd/section3_4.html">
<p>
<item> Unix world online vi tutorial <url url="http://www.networkcomputing.com/unixworld/unixhome.html">
<p>
<item> Cornell Univ <url url="http://www.tc.cornell.edu/Edu/Tutor/Basics/vi/">
<p>
<item> Beginner's Guide to vi <url url="http://www.cs.umr.edu/unixinfo/general/packages/viguide.html">
<p>
<item> vim FAQ <url url="http://www.math.fu-berlin.de/~guckes/vim/faq/">
</itemize>
There are many Vi Tutorials on internet. In Yahoo (Lycos, excite or Hotbot)