Customer Facing Applications is business software hosted on your machines customers can use through the internet or mobile networks to interact with your company. Some examples can be found here.
Comment Blocks As Noted In Progress ABL/4GL Programming Standards Book
The programming standards book refers to some comment block headers that are used for different purposes and are meant to catch the eye. This page provides these comment block headers which you can freely use.
The book and others available can be found at:
Attribution
/**************************************************************************/ /* */ /* ________ */ /* ()_______) */ /* \:::::::\ Make your mark on open source, let people know */ /* \:::::::\ what you can do, profit on reputation. */ /* @:::::::/ */ /* ~~~~~~~ */ /* ---------------------------------------------------------------------- */ /* 2009 Mar 04 Scott Auge sauge@amduus.com scott_auge@yahoo.com */ /* Amduus Information Works, Inc. */ /* http://www.amduus.com */ /* */ /* Initial development */ /* */ /* ---------------------------------------------------------------------- */ /* */ /**************************************************************************/
INFO
/**************************************************************************/ /* ,-. */ /* / \ `. __..-,O # # # ###### #### */ /* : \ --''_..-'.' # ## # # # # */ /* | . .-' `. '. # # # # ##### # # */ /* : . .`.' # # # # # # # */ /* \ `. / .. # # ## # # # */ /* \ `. ' . # # # # #### */ /* `, `. \ */ /* ,|,`. `-.\ */ /* '.|| ``-...__..-` */ /* | | Stuff you want to know.... */ /* |__| */ /* /||\ */ /* //||\\ */ /* // || \\ */ /* __//__||__\\__ */ /* '--------------' SSt */ /**************************************************************************/ /* Creation of RemoteJob record is handled by the remotejob.cls file */ /* which is usually run as a background process on other machines. */ /**************************************************************************/ /**************************************************************************/ /* ,-. */ /* / \ `. __..-,O */ /* : \ --''_..-'.' */ /* | . .-' `. '. Stuff you want to know.... */ /* : . .`.' */ /* \ `. / .. */ /* \ `. ' . */ /* `, `. \ */ /* ,|,`. `-.\ */ /* '.|| ``-...__..-` */ /* | | */ /* |__| */ /* /||\ */ /* //||\\ */ /* // || \\ */ /* __//__||__\\__ */ /* '--------------' SSt */ /**************************************************************************/ /* Creation of RemoteJob record is handled by the remotejob.cls file */ /* which is usually run as a background process on other machines. */ /**************************************************************************/
Warning
/**************************************************************************/
/* PLEASE READ */
/* ______ */
/* .-" "-. */
/* / \ */
/* _ | | _ */
/* ( \ |, .-. .-. ,| / ) */
/* > "=._ | )(__/ \__)( | _.=" < */
/* (_/"=._"=._ |/ /\ \| _.="_.="\_) */
/* "=._ (_ ^^ _)"_.=" */
/* "=\__|IIIIII|__/=" */
/* _.="| \IIIIII/ |"=._ */
/* _ _.="_.="\ /"=._"=._ _ */
/* ( \_.="_.=" `--------` "=._"=._/ ) */
/* > _.=" DO NOT EDIT FRIVOLOUSLY! "=._ < */
/* (_/ \_) */
/**************************************************************************/
/* Beware, you may break cash accounting here which will cause big */
/* trouble with auditors. */
/**************************************************************************/
/**************************************************************************/
/* PLEASE READ */
/* ______ */
/* .-" "-. */
/* / \ */
/* _ | | _ */
/* ( \ |, .-. .-. ,| / ) */
/* > "=._ | )(__/ \__)( | _.=" < */
/* (_/"=._"=._ |/ /\ \| _.="_.="\_) */
/* "=._ (_ ^^ _)"_.=" */
/* "=\__|IIIIII|__/=" */
/* _.="| \IIIIII/ |"=._ */
/* _ _.="_.="\ /"=._"=._ _ */
/* ( \_.="_.=" `--------` "=._"=._/ ) */
/* > _.=" "=._ < */
/* (_/ \_) */
/**************************************************************************/
/* This code is ruled by federal The Health Insurance Portability and */
/* Accountability Act of 1996 (HIPAA) Privacy Rule */
/* http://www.hhs.gov/ocr/privacy/index.html */
/**************************************************************************/
###########################################################################
# #
# ______ #
# .-" "-. #
# / \ #
# _ | | _ #
# ( \ |, .-. .-. ,| / ) #
# > "=._ | )(__/ \__)( | _.=" < #
# (_/"=._"=._ |/ /\ \| _.="_.="\_) #
# "=._ (_ ^^ _)"_.=" #
# "=\__|IIIIII|__/=" #
# _.="| \IIIIII/ |"=._ #
# _ _.="_.="\ /"=._"=._ _ #
# ( \_.="_.=" `--------` "=._"=._/ ) #
# > _.=" "=._ < #
# (_/ \_) #
# #
# #
###########################################################################
# For use in scripts. #
###########################################################################
Code that just sucks
/**************************************************************************/ /* */ /* BEWARE! THAR BE SEA-MONSTERS HERE! */ /* _ _ */ /* ' \/ ' */ /* _ _ <| */ /* \/ __'__ __'__ __'__ */ /* / / / / / / */ /* /\____\ \____\ \____\ _ _ */ /* / ___!___ ___!___ ___!___ \/ */ /* // ( ( ( ( ( ( */ /* / / \______\ \______\ \______\ */ /* / / ____!_____ ___!______ ____!_____ */ /* / / / // // / */ /* / / | || || | */ /* /_____/ \ \\ \\ \ */ /* \ \_________\\_________\\_________\ */ /* \ | | | */ /* \________!__________!_________!________/ */ /* \|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_/| */ /* \ _______________ / */ /* ^^^%%%^%^^^%^%%^\_"/_)/_)_/_)__)/_)/)/)_)_"_'_"_//)/)/)/)%%%^^^%^^%%%%^*/ /* ^!!^^"!%%!^^^!^^^!!^^^%%%%%!!!!^^^%%^^^!!%%%%^^^!!!!!!%%%^^^^%^^%%%^^^!*/ /* */ /* */ /**************************************************************************/ ############################################################################ # # # BEWARE! THAR BE SEA-SERPENTS HERE! # # _ _ # # ' \/ ' # # _ _ <| # # \/ __'__ __'__ __'__ # # / / / / / / # # /\____\ \____\ \____\ _ _ # # / ___!___ ___!___ ___!___ \/ # # // ( ( ( ( ( ( # # / / \______\ \______\ \______\ # # / / ____!_____ ___!______ ____!_____ # # / / / // // / # # / / | || || | # # /_____/ \ \\ \\ \ # # \ \_________\\_________\\_________\ # # \ | | | # # \________!__________!_________!________/ # # \|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_/| # # \ _______________ / # # ^^^%%%^%^^^%^%%^\_"/_)/_)_/_)__)/_)/)/)_)_"_'_"_//)/)/)/)%%%^^^%^^%%%%^ # # ^!!^^"!%%!^^^!^^^!!^^^%%%%%!!!!^^^%%^^^!!%%%%^^^!!!!!!%%%^^^^%^^%%%^^^! # # # ############################################################################
