zett7.blogspot.com
Math.random() ++: Notes
http://zett7.blogspot.com/p/short-notes.html
Programming is an art, a form of expression only the logic side of our brain could appreciate. 1 avoid creating unnecessary objects and always prefer to do Lazy Initialization. Is the technique of delaying a computation until the result is required. 2 avoid making public instance variables. Make it private then create getter/setter methods. 3 always try to minimize the mutability. Managing immutable (unmodifiable) objects have performance impact. Oracle R12 / OAF. Http:/ www.javapractices.com. 4 years ex...
zett7.blogspot.com
Math.random() ++: Cheat Sheet
http://zett7.blogspot.com/p/cheat-sheet.html
Programming is an art, a form of expression only the logic side of our brain could appreciate. ALL PRIVILEGES TO SAKUYA;. OR REPLACE] FUNCTION PROCEDURE. Parameter [,parameter]) ]. END [function name];. Accessing a Sequence's next value. XXHLSXXHLS REFERENCE NUMBER S.NEXTVAL. Subscribe to: Posts (Atom). Sun Certified Web Applications Developer (2007). Sun Certified Java Programmer (2007). Japanese Language Proficiency level 3 (2007). Contact at Rainier.Buccat(at)gmail.com. C and Allegro Basic Programming.
zett7.blogspot.com
Math.random() ++: implementing javascript continuous callback
http://zett7.blogspot.com/2014/11/implementing-javascript-continuous.html
Programming is an art, a form of expression only the logic side of our brain could appreciate. Friday, November 14, 2014. Implementing javascript continuous callback. Trying to figure out how to implement Facebook's message badge notification. ScopemessageCount would later be interpolated within the badge elements. Or probably I'm better off with an infinite loop? Subscribe to: Post Comments (Atom). Sun Certified Web Applications Developer (2007). Sun Certified Java Programmer (2007). Read Oracle Develop...
zett7.blogspot.com
Math.random() ++: Concurrent Phase and Status Codes
http://zett7.blogspot.com/2011/05/concurrent-phase-and-status-codes.html
Programming is an art, a form of expression only the logic side of our brain could appreciate. Friday, May 27, 2011. Concurrent Phase and Status Codes. Return codes (OUT parameters) from FND CONCURRENT.WAIT FOR REQUEST. Request is waiting for the next available manager. Program to run request is incompatible with other program(s) currently running. Request is scheduled to start at a future time or date. Request is running normally. Request is terminated by choosing the. Button in Requests window. No mana...
zett7.blogspot.com
Math.random() ++: November 2014
http://zett7.blogspot.com/2014_11_01_archive.html
Programming is an art, a form of expression only the logic side of our brain could appreciate. Friday, November 14, 2014. Implementing javascript continuous callback. Trying to figure out how to implement Facebook's message badge notification. ScopemessageCount would later be interpolated within the badge elements. Or probably I'm better off with an infinite loop? Thursday, November 13, 2014. Most of my recent projects involve REST technologies coupled with Single Page Application frameworks - call to An...
zett7.blogspot.com
Math.random() ++: June 2011
http://zett7.blogspot.com/2011_06_01_archive.html
Programming is an art, a form of expression only the logic side of our brain could appreciate. Wednesday, June 29, 2011. Keyword is mainly used for unit testing, enabling you to test variable (value) assumptions of your program during runtime. Assert checking could be enabled by configuring "-ea". On VM options - otherwise assert statements would be ignored. With the use of assert, you will be able to pin point potential bugs. Tuesday, June 28, 2011. Monday, June 27, 2011. Parent parameter value set:.
zett7.blogspot.com
Math.random() ++: Oracle Apps Concurrent Programs / Executable Table
http://zett7.blogspot.com/2011/05/oracle-apps-concurrent-programs.html
Programming is an art, a form of expression only the logic side of our brain could appreciate. Tuesday, May 17, 2011. Oracle Apps Concurrent Programs / Executable Table. Use this query (or parts of it) if you want to look for details regarding you concurrent programs. I find it tedious to use Oracle Apps interface =w=;. Subscribe to: Post Comments (Atom). Sun Certified Web Applications Developer (2007). Sun Certified Java Programmer (2007). Japanese Language Proficiency level 3 (2007). My Learnings on OA...
zett7.blogspot.com
Math.random() ++: Functions on Responsibility
http://zett7.blogspot.com/2011/06/functions-on-responsibility.html
Programming is an art, a form of expression only the logic side of our brain could appreciate. Tuesday, June 28, 2011. I wanted to configure the USD/PHP GL Daily Rates for the day but didn't know the responsibility that contains the setup function. So I used this query:. GL Super User contained it not sure though if this is a custom responsibility or not. Subscribe to: Post Comments (Atom). Sun Certified Web Applications Developer (2007). Sun Certified Java Programmer (2007). All About Oracle Apps. Becom...
zett7.blogspot.com
Math.random() ++: Nihongo
http://zett7.blogspot.com/p/nihongo.html
Programming is an art, a form of expression only the logic side of our brain could appreciate. 12304;ほんのすこし】 (n) just a little. 12304;やくわり】 (n) part; assigning (allotment of) parts; role; duties; (P). Subscribe to: Posts (Atom). Sun Certified Web Applications Developer (2007). Sun Certified Java Programmer (2007). Japanese Language Proficiency level 3 (2007). Contact at Rainier.Buccat(at)gmail.com. You can't specify private or protected modifier inside an interface. There was an error in this gadget.
zett7.blogspot.com
Math.random() ++: project re-code
http://zett7.blogspot.com/2014/11/for-more-than-3-years-i-havent-written.html
Programming is an art, a form of expression only the logic side of our brain could appreciate. Thursday, November 13, 2014. Most of my recent projects involve REST technologies coupled with Single Page Application frameworks - call to AngularJS, which at first I was very skeptic with, but eventually began to fell in love with. this journey opened up many doors which led me to NodeJS and MongoDB - which finally made me realise how powerful Javascript has become recently. Subscribe to: Post Comments (Atom).