Math.random() ++

programming is an art, a form of expression only the logic side of our brain could appreciate

Pages

  • Home
  • Resources
  • Study List
  • Cheat Sheet
  • Notes
  • Nihongo
  • Zett

Resources

personal
Rain's Notes and Development Standards

Oracle PL/SQL Language Reference
Oracle Workflow Developer's Guide
Java EE 6 Tutorials


Oracle Documentation Library

To Sort
http://asktom.oracle.com
http://www.java2s.com/

Community
Oracle Tech Network
Stack Overflow
Java Ranch

Oracle
[pdf] Oracle Applications Developer's Guide
[htm] Oracle DBA Worst Practices
[htm] 10 common databse design mistakes
[htm] database design rules of thumb
[htm] OAB Queries [doc]

Pro Blogroll
[oracle] Steven Feuerstein
[oracle] Anil Passi

Index

[oracle] All About Oracle Apps[oracle] Orafaq
[oracle] Online Apps DBA
[oracle] Oracle Apps Hub
[oracle - PLSQL] PL/SQL tutorial
[oracle - PLSQL] PLSQL Zero to Pro
[oracle - R12 - HRMS] Oracle HRMS Ways
[all] Example Depot
[all] Tech on the Net

Home
Subscribe to: Posts (Atom)

query panel

Rainier Buccat

4 years experience in developing Java/Oracle web application systems using Struts, Oracle Application Framework and other Proprietary Frameworks. Developed systems used in Profile Management, Insurance Application/Management, Order/Inventory Management, E-commerce and Loan Application/Management.

- Sun Certified Web Applications Developer (2007)
- Sun Certified Java Programmer (2007)
- Japanese Language Proficiency level 3 (2007)

contact at Rainier.Buccat(at)gmail.com

check out

  • projecteuler.net
  • plsqlchallenge.com

notes

  • - you can't specify private or protected modifier inside an interface

Blog Archive

  • ▼  2014 (2)
    • ▼  November (2)
      • implementing javascript continuous callback
      • project re-code
  • ►  2011 (38)
    • ►  June (4)
    • ►  May (5)
    • ►  March (3)
    • ►  February (11)
    • ►  January (15)
  • ►  2010 (44)
    • ►  December (19)
    • ►  November (23)
    • ►  October (1)
    • ►  March (1)

HTML 5.0

  • introduction to canvas

Java

  • Coding Standards

C++

  • C++ and Allegro Basic Programming
  • Allegro game programming
  • Allegro forums
  • C++ Exam 01

Oracle

  • R12 Documentation Library
  • Oracle Error Messages
  • Oracle PL/SQL LPR
  • All About Oracle Apps

My TODO List

  • Read Oracle Developer's Guide

Feeds

  • Blogs.oracle.com Recent Posts (English-language only)
    RAC SIG Webcast: Oracle Database 12c Release 2 Rapid Home Provisioning and Maintenance
    8 years ago
  • Karl Arao's Blog
    The ACE Scorecard
    8 years ago
  • PL/SQL Challenge
    The Last Post on This Blog (for all the right reasons)
    9 years ago
  • vsbabu.org
    Setting up Xubuntu in Lenovo Flex2 14D
    10 years ago
  • The Oracle EBS Developer
    The Network becomes the Computer...
    11 years ago
  • My Learnings on OAF,ADF and SOA
    New Oracle ADF E-Learning Course
    13 years ago
  • Become Oracle Apps DBA
    Posts on onlineAppsDBA.com
    16 years ago

C++Notes

  • algorithm is a finite sequence of instructions used to solve a well-defined computational problem
  • headers allow programmers to separate certain elements of a program's source code into reusable files
  • "precedence table determines the order of binding in chained expressions, when it is not expressly specified by parentheses"
  • % operator has equal precedence with * .. the priority is determined by it's position left to right
  • enum values are indexed starting from 0 (numerical index will be displayed when printed in console)
  • in effect any AND operation which has 0 on either operator is automatically 0
  • the only expression that will yield 1 (TRUE) is (true && true) or (1 && 1). Don't think (false && false) is true
  • when printing boolean on console, 1 is TRUE and 0 is FALSE
  • assignment operations when printed .. prints the assigned value
  • n /= 2; is shorthand for n = n / 2
Picture Window theme. Powered by Blogger.