Brendan Furey's repositories
oracle_plsql_api_demos
Demonstrating Oracle PL/SQL API procedures for getting and setting database data, with code timing, message logging and unit testing
oracle_plsql_utils
Oracle PL/SQL general utilities module
presentations
The Powerpoint files for my Oracle User Group presentations
shortest_path_sql
Shortest Path Analysis of Large Networks by SQL and PL/SQL
dim_bench_sql_oracle
A Framework for Dimensional Benchmarking of SQL Performance
log_set_oracle
Oracle logging framework
oracle_sql_projects
Small SQL projects
powershell_utils
Powershell utility code
timer_set_oracle
Oracle PL/SQL package that facilitates code timing for instrumentation and other purposes, with very small footprint in both code and resource usage
trapit_nodejs_tester
The Math Function Unit Testing design pattern, implemented in nodejs
trapit_oracle_tester
Transactional API Testing framework to support the Math Function unit testing design pattern
dir_tree_perl
Perl directory tree traversal class
item_category_optimization_oracle
Optimization Problems with Items and Categories in Oracle
oracle_jdbc_demo
Demo project for JDBC Calling of Oracle Procedures with Object Array Parameters
oracle_unit_test_examples
The Math Function Unit Testing design pattern, with Scenario Category ANalysis (SCAN)
plsql_network
Brendan's network structural analysis Oracle package
polyglot_group
A simple file-reading and group-counting module, with main program and unit testing program, implemented in multiple languages for learning purposes
timer-set-nodejs
Facilitates code timing for instrumentation and other purposes, with very small footprint in both code and resource usage
timer_set_utils_perl
Perl general utility package plus code timing utility package
timerset_python
Python timerset package for code timing and instrumentation
trapit_python_tester
Trapit Python Tester