├── APEX 18.1 _hidden_ features.pdf ├── README.md ├── app_export └── f114_demo_app_export.sql ├── css └── custom.css ├── examples ├── 01_apex_session.sql ├── 02_apex_app_settings.sql ├── 03_apex_acl.sql ├── 04_apex_export.sql ├── 05_apex_mail.sql ├── Untitled.sql ├── apex_json.sql ├── apex_pkg_app_install.sql ├── apex_string.sql ├── apex_url.sql └── session_cloning.sql ├── img ├── bg1.png ├── bilogweb.png ├── favicon.ico ├── qrcode copy.png ├── qrcode.png └── slika.jpg ├── index.html ├── lib ├── css │ ├── font-awesome.min.css │ └── foundation.min.css ├── foundation.min.js ├── jquery-3.2.1.min.js └── remark-latest.min.js └── presentation.md /APEX 18.1 _hidden_ features.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/APEX 18.1 _hidden_ features.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/README.md -------------------------------------------------------------------------------- /app_export/f114_demo_app_export.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/app_export/f114_demo_app_export.sql -------------------------------------------------------------------------------- /css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/css/custom.css -------------------------------------------------------------------------------- /examples/01_apex_session.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/examples/01_apex_session.sql -------------------------------------------------------------------------------- /examples/02_apex_app_settings.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/examples/02_apex_app_settings.sql -------------------------------------------------------------------------------- /examples/03_apex_acl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/examples/03_apex_acl.sql -------------------------------------------------------------------------------- /examples/04_apex_export.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/examples/04_apex_export.sql -------------------------------------------------------------------------------- /examples/05_apex_mail.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/examples/05_apex_mail.sql -------------------------------------------------------------------------------- /examples/Untitled.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /examples/apex_json.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/examples/apex_json.sql -------------------------------------------------------------------------------- /examples/apex_pkg_app_install.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/examples/apex_pkg_app_install.sql -------------------------------------------------------------------------------- /examples/apex_string.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/examples/apex_string.sql -------------------------------------------------------------------------------- /examples/apex_url.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/examples/apex_url.sql -------------------------------------------------------------------------------- /examples/session_cloning.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/examples/session_cloning.sql -------------------------------------------------------------------------------- /img/bg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/img/bg1.png -------------------------------------------------------------------------------- /img/bilogweb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/img/bilogweb.png -------------------------------------------------------------------------------- /img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/img/favicon.ico -------------------------------------------------------------------------------- /img/qrcode copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/img/qrcode copy.png -------------------------------------------------------------------------------- /img/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/img/qrcode.png -------------------------------------------------------------------------------- /img/slika.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/img/slika.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/index.html -------------------------------------------------------------------------------- /lib/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/lib/css/font-awesome.min.css -------------------------------------------------------------------------------- /lib/css/foundation.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/lib/css/foundation.min.css -------------------------------------------------------------------------------- /lib/foundation.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/lib/foundation.min.js -------------------------------------------------------------------------------- /lib/jquery-3.2.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/lib/jquery-3.2.1.min.js -------------------------------------------------------------------------------- /lib/remark-latest.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/lib/remark-latest.min.js -------------------------------------------------------------------------------- /presentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgoricki/presentation-apex-18-hidden-features/HEAD/presentation.md --------------------------------------------------------------------------------