The Programmer
Software Architecture, Design, Development and Management.
Friday, April 03, 2020
Fizzbuzz Program
›
Python 1 for num in range(1, 21): if num % 3 == 0 and num % 5 == 0: print('FizzBuzz') elif num % 3 == 0: ...
The Theory of Constraints
›
The Theory of Constraints is a methodology for identifying the most critical limiting factor that stands in the way of achieving a goal...
Tuesday, November 29, 2016
Import certificates using keytool
›
Keytool One of the import step to call an https webservice using java is to import the SSL certificates before initiating a call. This...
Notepad++ plsql function list
›
Locate functionList.xml file on the Notepad++ install location. Add association map <association langID="17" id="sq...
How to deploy XML publisher report to R12
›
XML Publisher deployment To deploy concurrent program and request groups follow this link ( FNDLOAD ). Deploy XMLP Entries Followin...
1 comment:
›
Home
View web version