diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 5843af6b..00000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-version: 2
-updates:
- - package-ecosystem: npm
- directory: "/"
- schedule:
- interval: daily
- open-pull-requests-limit: 200
\ No newline at end of file
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
deleted file mode 100644
index ff25c8d9..00000000
--- a/.github/workflows/build.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-name: GitHub Pages
-
-on:
- push:
- branches:
- - main # Set a branch to deploy
- pull_request:
-
-jobs:
- deploy:
- runs-on: ubuntu-22.04
- permissions:
- contents: write
- concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}
-
- steps:
- - uses: actions/checkout@v3
- with:
- submodules: true # Fetch Hugo themes (true OR recursive)
-
- - name: Setup Hugo
- uses: peaceiris/actions-hugo@v2
- with:
- hugo-version: '0.110.0'
- # extended: true
-
- - name: Build
- run: |
- hugo mod get -u
- hugo --minify --baseURL "https://emeraldjava.github.io/"
-
- - name: Deploy
- uses: peaceiris/actions-gh-pages@v3
- if: ${{ github.ref == 'refs/heads/main' }}
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./public
- publish_branch: gh-pages
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 151e44c2..00000000
--- a/.gitignore
+++ /dev/null
@@ -1,173 +0,0 @@
-# Created by .ignore support plugin (hsz.mobi)
-### JetBrains template
-# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
-# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
-
-# User-specific stuff:
-.idea/**/workspace.xml
-.idea/**/tasks.xml
-.idea/dictionaries
-
-# Sensitive or high-churn files:
-.idea/**/dataSources/
-.idea/**/dataSources.ids
-.idea/**/dataSources.xml
-.idea/**/dataSources.local.xml
-.idea/**/sqlDataSources.xml
-.idea/**/dynamic.xml
-.idea/**/uiDesigner.xml
-
-# Gradle:
-.idea/**/gradle.xml
-.idea/**/libraries
-
-# CMake
-cmake-build-debug/
-
-# Mongo Explorer plugin:
-.idea/**/mongoSettings.xml
-
-## File-based project format:
-*.iws
-
-## Plugin-specific files:
-
-# IntelliJ
-out/
-
-# mpeltonen/sbt-idea plugin
-.idea_modules/
-
-# JIRA plugin
-atlassian-ide-plugin.xml
-
-# Cursive Clojure plugin
-.idea/replstate.xml
-
-# Crashlytics plugin (for Android Studio and IntelliJ)
-com_crashlytics_export_strings.xml
-crashlytics.proper3ties
-crashlytics-build.properties
-fabric.properties
-### Ruby template
-*.gem
-*.rbc
-/.config
-/coverage/
-/InstalledFiles
-/pkg/
-/spec/reports/
-/spec/examples.txt
-/test/tmp/
-/test/version_tmp/
-/tmp/
-
-# Used by dotenv library to load environment variables.
-# .env
-
-## Specific to RubyMotion:
-.dat*
-.repl_history
-build/
-*.bridgesupport
-build-iPhoneOS/
-build-iPhoneSimulator/
-
-## Specific to RubyMotion (use of CocoaPods):
-#
-# We recommend against adding the Pods directory to your .gitignore. However
-# you should judge for yourself, the pros and cons are mentioned at:
-# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
-#
-# vendor/Pods/
-
-## Documentation cache and generated files:
-/.yardoc/
-/_yardoc/
-/doc/
-/rdoc/
-
-## Environment normalization:
-/.bundle/
-/vendor/bundle
-/lib/bundler/man/
-
-# for a library or gem, you might want to ignore these files since the code is
-# intended to run in multiple environments; otherwise, check them in:
-# Gemfile.lock
-# .ruby-version
-# .ruby-gemset
-
-# Logs
-logs
-*.log
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-
-# Runtime data
-pids
-*.pid
-*.seed
-*.pid.lock
-
-# Directory for instrumented libs generated by jscoverage/JSCover
-lib-cov
-
-# Coverage directory used by tools like istanbul
-coverage
-
-# nyc test coverage
-.nyc_output
-
-# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
-.grunt
-
-# Bower dependency directory (https://bower.io/)
-bower_components
-
-# node-waf configuration
-.lock-wscript
-
-# Compiled binary addons (http://nodejs.org/api/addons.html)
-build/Release
-
-# Dependency directories
-node_modules/
-jspm_packages/
-
-# Typescript v1 declaration files
-typings/
-
-# Optional npm cache directory
-.npm
-
-# Optional eslint cache
-.eslintcache
-
-# Optional REPL history
-.node_repl_history
-
-# Output of 'npm pack'
-*.tgz
-
-# dotenv environment variables file
-.env
-
-# gatsby files
-.cache/
-/public/
-
-# Mac files
-.DS_Store
-/package-lock.json
-/hide/
-/.idea/
-/public/
-gatsby-starter-blog/
-
-# hugo excludes
-.hugo_build.lock
-go.sum
-themes/*
-public/*
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 3a1a30e1..00000000
--- a/.gitmodules
+++ /dev/null
@@ -1,6 +0,0 @@
-[submodule "themes/hyde"]
- path = themes/hyde
- url = https://github.com/spf13/hyde.git
-[submodule "themes/github-style"]
- path = themes/github-style
- url = https://github.com/MeiK2333/github-style.git
diff --git a/.prettierrc b/.prettierrc
deleted file mode 100644
index 48e90e8d..00000000
--- a/.prettierrc
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "endOfLine": "lf",
- "semi": false,
- "singleQuote": false,
- "tabWidth": 2,
- "trailingComma": "es5"
-}
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 6dd537a1..00000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "yaml.schemas": {
- "https://json.schemastore.org/github-workflow.json": "file:///home/dc-user/github/emeraldjava.github.io/.github/workflows/build.yml"
- }
-}
\ No newline at end of file
diff --git a/404.html b/404.html
new file mode 100644
index 00000000..7492aabe
--- /dev/null
+++ b/404.html
@@ -0,0 +1,5 @@
+
+404 Page not found - Posts from emeraldjava
+
4
+4
Didn’t find anything here!
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 88ccf22f..00000000
--- a/LICENSE
+++ /dev/null
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2019 Will Ward
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
diff --git a/README.md b/README.md
deleted file mode 100644
index 047f7741..00000000
--- a/README.md
+++ /dev/null
@@ -1,36 +0,0 @@
-# emeraldjava.github.io
-
-[](https://github.com/emeraldjava/emeraldjava.github.io)
-
-My site should be @ [https://emeraldjava.github.io/](http://emeraldjava.github.io/)
-
-## Local Dev
-
-Use the -H to set the hostname IP address for remote access
-
- gatsby develop -H XXX.XX.X.XXX
-
- gatsby develop -H 10.157.149.208
-
-http://localhost:8000/___graphql
-
-## gatsby-theme-blog-core
-
-- https://github.com/gatsbyjs/themes/tree/master/packages/gatsby-theme-blog-core
-
-see
-
-- https://github.com/vchrombie/vchrombie.github.io
-- https://github.com/vchrombie/blog
--
-
-A new machine.gh
-
-# Hugo
-
-## github-style
-
-- https://themes.gohugo.io/themes/github-style/
-- https://github.com/gitalk/gitalk
-
- git submodule add https://github.com/MeiK2333/github-style.git themes/github-style
\ No newline at end of file
diff --git a/categories/index.html b/categories/index.html
new file mode 100644
index 00000000..73e2b321
--- /dev/null
+++ b/categories/index.html
@@ -0,0 +1,30 @@
+
+Categories - Posts from emeraldjava
+
+emeraldjava
emeraldjava
+emeraldjava
Java, Spring, DevOps experimenter, chasing a marathon and cycling.
-
-
-My poor attempt to win the spot prize of the evening by posting a photo to [#nodejsdublin](https://twitter.com/hashtag/nodejsdublin?src=hash)
-
-
-
-[HAPI](http://spumko.github.io/) is a server framework for node that citi use for proxing. [Aman Kohli](http://ie.linkedin.com/in/kohlia) [akohli](https://twitter.com/akohli) explains the move away from SOAP,XML and the need they had for nodejs within the bank. Pizza with beer in the crust is a dream of his (he hasn't cracked the whole sogginess thing yet). Painpoint aka Sharepoint is the top joke so far.
-
-They have a logentites section in their json request to allow clients report information to the server. Detailed section on NTML authentication. Using Flod to track the performance metrics of the requests.
-
-[Oauth 2.0 and the road to hell](http://hueniverse.com/2012/07/26/oauth-2-0-and-the-road-to-hell/)
-
-Plato is a JavaScript source analysis and visualizer.
-
-
-
-
diff --git a/content/post/2018-03-01-irish-red-ale.md b/content/post/2018-03-01-irish-red-ale.md
deleted file mode 100644
index d9256b60..00000000
--- a/content/post/2018-03-01-irish-red-ale.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "Irish Red Ale"
-tags: ["beer"]
-published: true
-date: '2018-03-01'
----
-
-# Irish Red Ale
-
-https://twitter.com/kirchstadtbrau/status/983814638654631936
diff --git a/content/post/2019-11-13-first-gatsby-post.md b/content/post/2019-11-13-first-gatsby-post.md
deleted file mode 100644
index b13c092c..00000000
--- a/content/post/2019-11-13-first-gatsby-post.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: 'First Gatsby Post'
-tags: ["git","javascript","run"]
-published: true
-date: '2019-11-13'
----
-
-Migrating the site from jekyll to gatsby with github actions automatically updating the content.
\ No newline at end of file
diff --git a/content/post/2019-12-01-2nd-post.md b/content/post/2019-12-01-2nd-post.md
deleted file mode 100644
index 5df1d302..00000000
--- a/content/post/2019-12-01-2nd-post.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: '2nd Post'
-tags: ["git","javascript","cycle"]
-published: true
-date: '2019-12-01'
----
-
-Add github actions to bhaa_woprdpress to run composer and then allow github-updater to run ion master website.
-
-2019-12-22 : Test to see if this push works.
\ No newline at end of file
diff --git a/content/post/2020-01-01-New-Year-2020.md b/content/post/2020-01-01-New-Year-2020.md
deleted file mode 100644
index 63fc6663..00000000
--- a/content/post/2020-01-01-New-Year-2020.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: 'New Year 2020'
-tags: []
-published: true
-date: '2020-01-01'
----
-
-# New Years Resolutions
-
-The not making new years resolutions has been broken by me deciding to write more regularly on this site during 2020.
-
-# Guitar Chord Markdown
-
-I've been looking to transfer all my guitar songs from paper to digital, in a format which will be easy for web and mobile devices. I'd like to have the content in a markdown file, and then render the chords, version, bridge and chorus to a final display page.
-
-## Markdown Libary
-
-The first stop was to these libraries which handle markdown to html coversion
-
-- https://github.com/showdownjs/showdown
-- https://marked.js.org/#/README.md#README.md
-
-Perhaps they could be extended to support the 'song-book' keywords i need.
-
-There is this Stackoverflow question
-
-- https://stackoverflow.com/questions/12253228/markdown-for-guitar-chords-and-lyrics
-
-These github repo's give some approaches
-
-- https://github.com/ultimate-guitar/Tabdown
-- https://github.com/oliverpool/guitar-tabs_songtex.js
-- https://github.com/PiXy79/songbook
-
-## Markato
-
-This seems to be a promising option which covers a markdown style notation to someing a guitar player can use
-
-- https://medium.com/@jsrmath/markato-what-online-chord-charts-should-be-a431cb246057
-- https://github.com/jsrmath/markato
-- https://markato.studio/#
\ No newline at end of file
diff --git a/content/post/2020-02-01-gpg_maven.md b/content/post/2020-02-01-gpg_maven.md
deleted file mode 100644
index 677e9286..00000000
--- a/content/post/2020-02-01-gpg_maven.md
+++ /dev/null
@@ -1,84 +0,0 @@
----
-title: 'GPG and Maven'
-tags: []
-published: true
-date: '2020-02-01'
----
-
-https://help.github.com/en/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account
-
-https://oss.sonatype.org/content/repositories/snapshots/io/github/emeraldjava/nifi-deploy-config/1.2.0-SNAPSHOT/
-https://repo1.maven.org/maven2/io/github/emeraldjava/nifi-deploy-config/
-
-https://oss.sonatype.org/content/repositories/snapshots/com/github/hermannpencole/nifi-swagger-client/1.2.0-SNAPSHOT/
-https://repo1.maven.org/maven2/com/github/hermannpencole
-
- com.github.hermannpencole
- nifi-swagger-client
-
-https://help.github.com/en/github/managing-packages-with-github-packages/configuring-apache-maven-for-use-with-github-packages
-
-https://github.com/actions/setup-java
-
-https://itnext.io/publishing-artifact-to-maven-central-b160634e5268
-
-
-https://github.com/samuelmeuli/action-maven-publish
-
-name: Release
-
-# Run workflow on commits to the `master` branch
-
- on:
- push:
- branches:
- - master
-
- jobs:
- release:
- runs-on: ubuntu-18.04
- steps:
- - name: Check out Git repository
- uses: actions/checkout@v2
-
- - name: Install Java and Maven
- uses: actions/setup-java@v1
- with:
- java-version: 11
-
- - name: Release Maven package
- uses: samuelmeuli/action-maven-publish@v1
- with:
- gpg_private_key: ${{ secrets.gpg_private_key }}
- gpg_passphrase: ${{ secrets.gpg_passphrase }}
- nexus_username: ${{ secrets.nexus_username }}
- nexus_password: ${{ secrets.nexus_password }}
-
-https://github.com/opengeospatial/cite/wiki/How-to-create-releases-with-Maven
-
-https://techluminary.com/discard-maven-release-plugin-with-a-new-approach/
-https://axelfontaine.com/blog/dead-burried.html
-
-https://phauer.com/2016/version-numbers-continuous-delivery-maven-docker/
-
-
- pl.project13.maven
- git-commit-id-plugin
- 2.2.4
-
-
- validate
-
- revision
-
-
-
-
- yyyyMMdd-HHmmss
- ${project.basedir}/.git
- false
-
-
-
-
-https://trunkbaseddevelopment.com/
diff --git a/content/post/2020-05-11-gatsby-strava.md b/content/post/2020-05-11-gatsby-strava.md
deleted file mode 100644
index 3eaffe99..00000000
--- a/content/post/2020-05-11-gatsby-strava.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: 'Gatsby Strava'
-tags: ["gatsby","strava"]
-published: true
-date: '2020-05-11'
----
-
-Some notes on creating a Strava feed via Gatstby
-
-- https://www.gatsbyjs.org/packages/gatsby-source-strava/
-- https://mark.ie/blog/build-a-netlify-hosted-github-auto-deploying-gatsby-based-website-to-display-your-strava-data
-- https://github.com/markconroy/strava-marky/blob/master/package.json
diff --git a/content/post/2020-06-20-Jekyll-To-Gatstby.md b/content/post/2020-06-20-Jekyll-To-Gatstby.md
deleted file mode 100644
index 6bb4a901..00000000
--- a/content/post/2020-06-20-Jekyll-To-Gatstby.md
+++ /dev/null
@@ -1,53 +0,0 @@
----
-title: 'Jekyll To Gatstby'
-tags: []
-published: true
-date: '2020-06-20'
----
-
-# Jekyll
-
-Using a custom folder structure for gatsby
-
- exports.onCreateNode = ({ node, actions, getNode }) => {
- const { createNodeField } = actions
-
- if (node.internal.type === `MarkdownRemark`) {
- const slug = createFilePath({ node, getNode })
- const match = BLOG_POST_FILENAME_REGEX.exec(slug)
- if (match !== null) {
- const year = match[1]
- const month = match[2]
- const day = match[3]
- const filename = match[4]
- const date = new Date(year, month - 1, day)
-
- createNodeField({
- name: `slug`,
- node,
- value: `/blog/${filename}`,
- })
-
- createNodeField({
- name: `date`,
- node,
- value: date.toJSON(),
- })
- } else {
- createNodeField({
- name: `slug`,
- node,
- value: slug,
- })
- }
- }
- }
-
-- https://www.jerriepelser.com/blog/sorting-out-gatsby-folder-structure/
-- https://brandonlehr.com/gatsby/jekyll/2018/12/22/from-jekyll-to-gatsby
-- https://reactgo.com/gatsby-advanced-blog-tutorial/
-- https://medium.com/@cheerazar/change-blog-post-folder-name-structure-in-gatsbyjs-v2-starter-blog-49ed77b3b7d
-
-# NPM Updater
-
-- https://scotch.io/bar-talk/3-tools-to-keep-npm-packages-updated
diff --git a/content/post/2020-08-18-CV-With-Kiss-My-Resume.md b/content/post/2020-08-18-CV-With-Kiss-My-Resume.md
deleted file mode 100644
index 2070bede..00000000
--- a/content/post/2020-08-18-CV-With-Kiss-My-Resume.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-title: 'Updating CV to use Kiss My Resume'
-tags: []
-published: true
-date: '2020-08-18'
----
-
-I've have hosted my CV for the past two years via github hosted repo using the [hackmyresume](https://github.com/hacksalot/HackMyResume) tool to generate a HTML and PDF version from a json
-file following the FRESH schema.
-
-With recent version updates the hackmyresume system seems to have stopped creating output!.
-
-A quick search directed me to [KissMyResume](https://github.com/karlitos/KissMyResume) which does simular tasks. I had to manually convert my existing resume content
- to the [jsonresume.org](https://jsonresume.org/) schema which has wider support [themes](https://jsonresume.org/themes/) and I
- decided to the use the [rocketspacer](https://www.npmjs.com/package/jsonresume-theme-rocketspacer) theme.
-
-A quick update the build command and a tweak to the Github Action and i have a new version of my CV is now published @ http://emeraldjava.github.io/emeraldjava.
-
-
-
-
diff --git a/content/post/2021-04-18-emeraldjava-api.md b/content/post/2021-04-18-emeraldjava-api.md
deleted file mode 100644
index a5d376da..00000000
--- a/content/post/2021-04-18-emeraldjava-api.md
+++ /dev/null
@@ -1,49 +0,0 @@
----
-title: 'emeraldjava api setup'
-tags: [spring, heroku]
-published: true
-date: '2021-04-18'
----
-
-My setup for a java 11 spring-boot API service deployed on heroku.
-
-# Gatsby
-
-I'd to update this repo first since the deploy action failed with this error
-
- Failed to resolve action download info. Error: Unable to resolve action `JamesIves/github-pages-deploy-action@master`, unable to find version `master`
- Retrying in 20.243 seconds
- Error: Unable to resolve action `JamesIves/github-pages-deploy-action@master`, unable to find version `master`
-
-See
-- https://github.com/emeraldjava/emeraldjava.github.io/runs/2374008241?check_suite_focus=true
-- https://github.com/JamesIves/github-pages-deploy-action
-
-
-# sdkman
-
-First install sdkman for managing java installs
-
- curl -s "https://get.sdkman.io" | bash
- source "$HOME/.sdkman/bin/sdkman-init.sh"
-
-see https://sdkman.io/install
-
-then install java 11
-
- sdk install java 11.0.10-zulu
-
-then install maven
-
- sdk install maven 3.8.1
-
-setup springboot cli
-
- sdk install springboot
-
-We have a dev env now!.
-# emeraldjava-api
-
-Use the springboot cli to create the app template
-
- spring init --dependencies=web emeraldjava-api
diff --git a/content/post/2021-04-25-github-readme-stats.md b/content/post/2021-04-25-github-readme-stats.md
deleted file mode 100644
index b38dffe0..00000000
--- a/content/post/2021-04-25-github-readme-stats.md
+++ /dev/null
@@ -1,48 +0,0 @@
----
-title: 'Github Readme Stats'
-tags: [github]
-published: true
-date: '2021-04-25'
----
-
-I was looking for a guide to configuring [spring boot with spring batch admin](https://github.com/damienbeaufils/spring-boot-with-spring-batch-admin) which i found but then spotted a nice GitHub summary on [damienbeaufils](https://github.com/damienbeaufils) home page.
-
-Calling this API servive with my account details
-
- https://github-readme-stats.vercel.app/api?username=emeraldjava&show_icons=true&count_private=true
-
-returns a neat embedded image.
-Thanks Damien
-
-|  |
-| ------ |
-
-To ensure the image gets space, we add it to a table.
-
-TODO - create a gatsby plugin which takes the url and embeds the image.
-
-With crappy dot line spacing below.
-
-
-
-# StackOverFlow Flair
-
-See https://stackoverflow.com/help/flair
-
-
-
-***
-
-# Horizontal Rules
-
-See https://www.markdownguide.org/basic-syntax/#horizontal-rules
-
-##
-
-
-
-
-
-
-
-
diff --git a/content/post/2021-04-30-supabase-starter.md b/content/post/2021-04-30-supabase-starter.md
deleted file mode 100644
index 24972092..00000000
--- a/content/post/2021-04-30-supabase-starter.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: 'Supabase Starter'
-tags: [supabase dev]
-published: true
-date: '2021-04-30'
----
-
-Started looking [supabase.io](https://supabase.io) to get access to a Postgres DB as a service and play with their javascript UI client.
-
-|  |
-| ------ |
-
-See https://github.com/AlanLyttonJones/Age-Grade-Tables
-
-## Carbon
-
-See carbon.now.sh
-
-blob:https://carbon.now.sh/72027f28-1ae5-48c5-ba73-cb130ceca298
-
-## Upgrading Gatsby
-
-https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/
-https://github.com/gatsbyjs/gatsby-starter-default
-
- npm install gatsby-plugin-image gatsby-plugin-sharp gatsby-source-filesystem gatsby-transformer-sharp
-
-From https://letscodepare.com/blog/npm-resolving-eacces-permissions-denied run commands
-
- sudo chown -R $(whoami) ~/.npm
- sudo chown -R $(whoami) /usr/local/lib/node_modules/
-
-https://www.gatsbyjs.com/starters/gatsbyjs/gatsby-starter-blog/
\ No newline at end of file
diff --git a/content/post/2021-05-01-supabase-html-client.md b/content/post/2021-05-01-supabase-html-client.md
deleted file mode 100644
index a1db1d2f..00000000
--- a/content/post/2021-05-01-supabase-html-client.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: 'Supabase HTML Client'
-tags: [supabase]
-published: true
-date: '2021-05-01'
----
-
-Playing with the basic supabase js client in a vanilla HTML page before I start the angular app development. Updated gatsby versions and installed the embedded gist plugin.
-
-`gist:emeraldjava/0541eaa0341605fa276048ac9ce91ab2`
diff --git a/content/post/2021-05-11-subabase-openapi-typescript.md b/content/post/2021-05-11-subabase-openapi-typescript.md
deleted file mode 100644
index d7237665..00000000
--- a/content/post/2021-05-11-subabase-openapi-typescript.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: 'openapi typescript'
-tags: [supabase]
-published: true
-date: '2021-05-01'
----
-
-Use 'openapi-typescript' to generate interface types from the supabase swagger spec.
-
-https://supabase.io/blog/2021/03/31/supabase-cli
-
-npx @manifoldco/swagger-to-ts https://your-project.supabase.co/rest/v1/?apikey=your-anon-key --output types/supabase.ts
-
- npx openapi-typescript https://dknnvxorlinqzsoxyvhz.supabase.co/rest/v1/?apikey=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYxOTc4NTU0NiwiZXhwIjoxOTM1MzYxNTQ2fQ.Xz1M8djivXrSH4UG98eu1btGmBzMSa04-9fcDX1rZ3A --output types/supabase.ts
-
-npx openapi-typescript /rest/v1/?apikey= --output types/supabase.ts
diff --git a/content/post/2021-05-23-enable-strava-plugin.md b/content/post/2021-05-23-enable-strava-plugin.md
deleted file mode 100644
index d5425c9d..00000000
--- a/content/post/2021-05-23-enable-strava-plugin.md
+++ /dev/null
@@ -1,59 +0,0 @@
----
-title: 'openapi typescript'
-tags: [supabase]
-published: true
-date: '2021-05-01'
----
-
-Enabling strava plugin again
-
-https://swas.io/blog/using-multiple-queries-on-gatsbyjs-createpages-node-api/
-
-
-running two gatsby create page functions in gatby-node.js
-
-- https://stackoverflow.com/questions/57748844/how-do-i-use-multiple-createpage-routes-in-gatsby-node-js
-- https://stackoverflow.com/questions/64536170/how-to-create-multiple-page-types-dynamically-in-gatsby-node-js
-- https://swas.io/blog/using-multiple-queries-on-gatsbyjs-createpages-node-api/
-- https://gist.github.com/tanaypratap/c676022402d4fadbe1dad4c1b1a78c21
-
-My .env file looks like
-
- STRAVA_CLIENT_ID=xxxx
- STRAVA_CLIENT_SECRET=78..78
- STRAVA_TOKEN={"access_token":"8a..b2","refresh_token":"ij..gy","expires_at":1581439030,"expires_in":21600}
-
-
-## token
-
-https://yizeng.me/2017/01/11/get-a-strava-api-access-token-with-write-permission/
-
-generate token
-
-STRAVA_CLIENT_ID=4945
-STRAVA_CLIENT_SECRET=cd72dfedc320fd098fc2d5cf9af51c245fd9b042
-STRAVA_TOKEN={"access_token":"503671acabaf6e27d8aa5ed49dbb22cd3f31748b","refresh_token":"2706dca4b78c29353ed03267c0df2f41759a0c68","expires_at":1581439030,"expires_in":21600}
-
-
-1 -
-
-http://www.strava.com/oauth/authorize?client_id=4945&response_type=code&redirect_uri=http://localhost/exchange_token&approval_prompt=force&scope=read_all,profile:read_all,activity:read_all
-
-returns
-
-http://localhost/exchange_token?state=&code=3135adf3d092a54b2c9952978757adc4dee11c07&scope=read,activity:read_all,profile:read_all,read_all
-
-code=3135adf3d092a54b2c9952978757adc4dee11c07
-
-
-2 Run CURL to
-
-curl -X POST https://www.strava.com/oauth/token -F client_id=4945 -F client_secret=cd72dfedc320fd098fc2d5cf9af51c245fd9b042 -F code=3135adf3d092a54b2c9952978757adc4dee11c07 -F grant_type=authorization_code
-
-{"token_type":"Bearer",
-"expires_at":1621798403,"expires_in":21600,
-"refresh_token":"f84937f098dc675364aed4b65acb9e66bf30924c",
-"access_token":"b898fbd9ea915f5a3b34cc8876dc0c9f3bca049b",
-
-
-"athlete":{"id":7035778,"username":"emeraldjava","resource_state":2,"firstname":"emerald","lastname":"java","bio":"","city":"Dublin","state":"Dublin","country":"Ireland","sex":"M","premium":true,"summit":true,"created_at":"2014-11-09T16:06:10Z","updated_at":"2021-05-23T13:03:13Z","badge_type_id":1,"weight":73.4,"profile_medium":"https://dgalywyr863hv.cloudfront.net/pictures/athletes/7035778/2122161/2/medium.jpg","profile":"https://dgalywyr863hv.cloudfront.net/pictures/athletes/7035778/2122161/2/large.jpg","friend":null,"follower":null}}%
diff --git a/content/post/2021-07-02-update-gatsby.md b/content/post/2021-07-02-update-gatsby.md
deleted file mode 100644
index 1c7fc71a..00000000
--- a/content/post/2021-07-02-update-gatsby.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "Updating Gatsby"
-date: "2017-01-01T00:00:00Z"
-layout: post
-published: true
-tags: []
----
-
-An article about Title
-
-
-- https://mademistakes.com/notes/gatsby-build-optimizations-2021/
\ No newline at end of file
diff --git a/content/post/2021-07-07-strava-tokens-and-ejs.md b/content/post/2021-07-07-strava-tokens-and-ejs.md
deleted file mode 100644
index bf30a68b..00000000
--- a/content/post/2021-07-07-strava-tokens-and-ejs.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: "Updating Gatsby"
-date: "2017-01-01T00:00:00Z"
-layout: post
-published: true
-tags: []
----
-
-## Strava Auth
-
-- https://developers.strava.com/docs/authentication/#refreshingexpiredaccesstokens
-
-- https://code.dblock.org/2018/11/17/dealing-with-strava-api-token-migration.html
-
-## Strava v3 API
-
-- https://www.npmjs.com/package/strava-v3
-- https://github.com/Interactivefitness/strava-v3-client
-- https://www.npmjs.com/package/@tokks/strava
-- https://github.com/plondon/philly-marathon/blob/8718dd6eee5daf97c45773043a32380ec8c70556/app.js
-
-## Express and Passport
-
-- http://www.passportjs.org/packages/passport-strava/
-
-
-## Express and EJS
-
-- https://medium.com/swlh/master-ejs-template-engine-with-node-js-and-expressjs-979cc22b69be
-
-## Express & Tyepscript
-
-- https://leejjon.medium.com/create-a-react-app-served-by-express-js-node-js-and-add-typescript-33705be3ceda
-
-## Express & Angular
-
-- https://dev.to/dirk94/how-i-structure-my-express-typescript-react-applications-g3e
-- https://github.com/gkunal7691/AngularNodeApp/blob/master/app.js
\ No newline at end of file
diff --git a/content/post/2022-02-22-updates.md b/content/post/2022-02-22-updates.md
deleted file mode 100644
index b3e07813..00000000
--- a/content/post/2022-02-22-updates.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-title: "First Post of 2022"
-date: "2022-02-22T00:00:00Z"
-layout: post
-published: true
-tags: []
----
-
-# emeraldjava cv
-
-Have updated the CV to reflect recent experience. Needed to updated the github action and other npm versions.
-
-Added the caffeine theme and need to see if the resumefodder word template can be converted.
-
-# github.io
-
-Updated the gatsby versions
-
-# Web Assembly
-
-Need to play with technology and add an app to this site.
\ No newline at end of file
diff --git a/content/post/2022-09-02-ship-it-con-2022.md b/content/post/2022-09-02-ship-it-con-2022.md
deleted file mode 100644
index 66c68d9a..00000000
--- a/content/post/2022-09-02-ship-it-con-2022.md
+++ /dev/null
@@ -1,74 +0,0 @@
----
-title: "Notes from ShipItCon 2022"
-date: "2022-09-02T00:00:00Z"
-layout: post
-published: true
-tags: []
----
-
-- [Notes from ShipItCon 2022](#notes-from-shipitcon-2022)
- - [9.30 Cian O'Maidin - Nearform](#930-cian-omaidin---nearform)
- - [10.10 Nicole Imerson](#1010-nicole-imerson)
- - [10.40 Filipe Freire](#1040-filipe-freire)
- - [11.00 Nicola Zaghini](#1100-nicola-zaghini)
- - [11.20 Noel King](#1120-noel-king)
- - [11.45 Anton Walley](#1145-anton-walley)
- - [12.00 Scout24](#1200-scout24)
- - [14.30 Intercom](#1430-intercom)
- - [16.00 Laura Nolan](#1600-laura-nolan)
-
-# Notes from ShipItCon 2022
-
-[Shipitcon](https://shipitcon.com/) is a technology converfence about Software Delivery. The theme this year was about resiliense of people and software systems.
-
-## 9.30 Cian O'Maidin - Nearform
-
-How the covid tracker app was developed and open sourced so 65million users and 10 countries could benifit.
-
-## 10.10 Nicole Imerson
-
-How failures effect systems and how we should learn from those failures.
-
-- New Territoy
-- Mistakes
-- Deliberate
-
-@Failurology
-
-## 10.40 Filipe Freire
-
-https://twitter.com/emeraldjava/status/1565637560831025153
-
-Testing for failure in software systems.
-
-
-
-## 11.00 Nicola Zaghini
-
-How to make mobile app development more resilient to deployment issues and scaling.
-
-## 11.20 Noel King
-
-## 11.45 Anton Walley
-
-
-
-Coredumps and k8s.
-gitpod.io
-
-## 12.00 Scout24
-
-Using AWS CDK's to create developer portals for new platforms.
-Spotify backstage.io
-
-## 14.30 Intercom
-
- Oncall support and how to track/learn from alerts.
- Github issue workflow
-
-## 16.00 Laura Nolan
-
-Incident reports and how to write them. Tell the human story of the incident and what was leart is key.
-See [VOID - Verica Open Incident Database](https://www.thevoid.community/)
-@lauralifts
-
diff --git a/content/post/2022-09-14-docker-meetup-dublin.md b/content/post/2022-09-14-docker-meetup-dublin.md
deleted file mode 100644
index 253b967f..00000000
--- a/content/post/2022-09-14-docker-meetup-dublin.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: "Dublin Docker Meetup"
-date: "2022-09-14T00:00:00Z"
-layout: post
-published: true
-tags: [docker]
----
-
-# Docker Extensions
-
-Thomas Shaw @ tomwillfixit
-- see https://tomwillfixit.com/
-- see https://github.com/tomwillfixit
-
-
Nginx Unit - @liamcrilly Async event loop multi-process architecture config reload without interruption 1 CPU core per worker thread
+web server reverse proxy load balancer
+php/fpm on docker
+microservices vs container
+use nginx unit to run mutliple processes within a single docker container
+config
+listeners routes applications
\ No newline at end of file
diff --git a/index.xml b/index.xml
new file mode 100644
index 00000000..be19a98a
--- /dev/null
+++ b/index.xml
@@ -0,0 +1,101 @@
+Posts from emeraldjavahttps://emeraldjava.github.io/Recent content on Posts from emeraldjavaHugo -- gohugo.ioen-usSat, 22 Jul 2023 20:03:04 +0100Github Worthhttps://emeraldjava.github.io/post/2023/2023-12-29-github-worth/Sat, 22 Jul 2023 20:03:04 +0100https://emeraldjava.github.io/post/2023/2023-12-29-github-worth/The percieved value of my github repo!Register Serenity Listenerhttps://emeraldjava.github.io/post/2023/2023-07-22-register-serenity-listener/Sat, 22 Jul 2023 20:03:04 +0100https://emeraldjava.github.io/post/2023/2023-07-22-register-serenity-listener/Remember the META-INF config for Service LocatorsKubernetes on Docker Desktop starterhttps://emeraldjava.github.io/post/2023/2023-04-08-kubernetes-starter/Sat, 08 Apr 2023 18:22:26 +0100https://emeraldjava.github.io/post/2023/2023-04-08-kubernetes-starter/Setting up a basic pod via Docker Desktop on MacMoving to Hugohttps://emeraldjava.github.io/post/2023/2023-04-07-goodbye-gatsby-hello-hugo/Fri, 07 Apr 2023 10:51:26 +0100https://emeraldjava.github.io/post/2023/2023-04-07-goodbye-gatsby-hello-hugo/Goodby Gatsby, Hello HugoDublin Docker Meetuphttps://emeraldjava.github.io/post/2023/2023-02-22-docker-meetup-dublin/Thu, 23 Feb 2023 00:00:00 +0000https://emeraldjava.github.io/post/2023/2023-02-22-docker-meetup-dublin/Nginx Unit - @liamcrilly Async event loop multi-process architecture config reload without interruption 1 CPU core per worker thread
+web server reverse proxy load balancer
+php/fpm on docker
+microservices vs container
+use nginx unit to run mutliple processes within a single docker container
+config
+listeners routes applicationsSynology and Remote Home Assistenthttps://emeraldjava.github.io/post/2022/2022-11-20-synology-home-assistent/Sun, 20 Nov 2022 00:00:00 +0000https://emeraldjava.github.io/post/2022/2022-11-20-synology-home-assistent/<!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<ul>
+<li><a href="#overview">Overview</a></li>
+<li><a href="#test-urls">Test Urls</a></li>
+<li><a href="#router-config">Router Config</a></li>
+<li><a href="#synology-config">Synology Config</a>
+<ul>
+<li><a href="#external-access--ddns-settings">External Access > DDNS Settings</a></li>
+<li><a href="#application-portal--reverse-proxy">Application Portal > Reverse Proxy</a></li>
+<li><a href="#security--certificates">Security > Certificates</a></li>
+</ul>
+</li>
+</ul>
+<!-- raw HTML omitted -->
+<h1 id="overview">Overview</h1>
+<p>The following outline the steps i’ve taken to try and configure remote access to my synology home assistent instance.</p>emeraldjava@mastodon.iehttps://emeraldjava.github.io/post/2022/2022-11-05-hello-mastodon-ie/Sat, 05 Nov 2022 00:00:00 +0000https://emeraldjava.github.io/post/2022/2022-11-05-hello-mastodon-ie/Moving to mastodon.
+Docker Extension https://www.jerriepelser.com/blog/sorting-out-gatsby-folder-structure/ https://www.acuriousanimal.com/blog/20191003/from-jekyll-to-gatsby https://dev.to/deborahd/from-jekyll-to-gatsby-7-simple-steps-3an5Dublin Docker Meetuphttps://emeraldjava.github.io/post/2022/2022-09-14-docker-meetup-dublin/Wed, 14 Sep 2022 00:00:00 +0000https://emeraldjava.github.io/post/2022/2022-09-14-docker-meetup-dublin/Docker ExtensionsNotes from ShipItCon 2022https://emeraldjava.github.io/post/2022/2022-09-02-ship-it-con-2022/Fri, 02 Sep 2022 00:00:00 +0000https://emeraldjava.github.io/post/2022/2022-09-02-ship-it-con-2022/Notes from ShipItCon 2022 9.30 Cian O’Maidin - Nearform 10.10 Nicole Imerson 10.40 Filipe Freire 11.00 Nicola Zaghini 11.20 Noel King 11.45 Anton Walley 12.00 Scout24 14.30 Intercom 16.00 Laura Nolan Notes from ShipItCon 2022 Shipitcon is a technology converfence about Software Delivery. The theme this year was about resiliense of people and software systems.
+9.30 Cian O’Maidin - Nearform How the covid tracker app was developed and open sourced so 65million users and 10 countries could benifit.First Post of 2022https://emeraldjava.github.io/post/2022/2022-02-22-updates/Tue, 22 Feb 2022 00:00:00 +0000https://emeraldjava.github.io/post/2022/2022-02-22-updates/emeraldjava cv Have updated the CV to reflect recent experience. Needed to updated the github action and other npm versions.
+Added the caffeine theme and need to see if the resumefodder word template can be converted.
+github.io Updated the gatsby versions
+Web Assembly Need to play with technology and add an app to this site.openapi typescripthttps://emeraldjava.github.io/post/2021-05-11-subabase-openapi-typescript/Sat, 01 May 2021 00:00:00 +0000https://emeraldjava.github.io/post/2021-05-11-subabase-openapi-typescript/Use ‘openapi-typescript’ to generate interface types from the supabase swagger spec.
+https://supabase.io/blog/2021/03/31/supabase-cli
+npx @manifoldco/swagger-to-ts https://your-project.supabase.co/rest/v1/?apikey=your-anon-key –output types/supabase.ts
+npx openapi-typescript https://dknnvxorlinqzsoxyvhz.supabase.co/rest/v1/?apikey=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYxOTc4NTU0NiwiZXhwIjoxOTM1MzYxNTQ2fQ.Xz1M8djivXrSH4UG98eu1btGmBzMSa04-9fcDX1rZ3A --output types/supabase.ts npx openapi-typescript <SUPABASE_URL>/rest/v1/?apikey=<SUPABASE_ANON_KEY> –output types/supabase.tsopenapi typescripthttps://emeraldjava.github.io/post/2021-05-23-enable-strava-plugin/Sat, 01 May 2021 00:00:00 +0000https://emeraldjava.github.io/post/2021-05-23-enable-strava-plugin/Enabling strava plugin again
+https://swas.io/blog/using-multiple-queries-on-gatsbyjs-createpages-node-api/
+running two gatsby create page functions in gatby-node.js
+https://stackoverflow.com/questions/57748844/how-do-i-use-multiple-createpage-routes-in-gatsby-node-js https://stackoverflow.com/questions/64536170/how-to-create-multiple-page-types-dynamically-in-gatsby-node-js https://swas.io/blog/using-multiple-queries-on-gatsbyjs-createpages-node-api/ https://gist.github.com/tanaypratap/c676022402d4fadbe1dad4c1b1a78c21 My .env file looks like
+STRAVA_CLIENT_ID=xxxx STRAVA_CLIENT_SECRET=78..78 STRAVA_TOKEN={"access_token":"8a..b2","refresh_token":"ij..gy","expires_at":1581439030,"expires_in":21600} token https://yizeng.me/2017/01/11/get-a-strava-api-access-token-with-write-permission/
+generate token
+STRAVA_CLIENT_ID=4945 STRAVA_CLIENT_SECRET=cd72dfedc320fd098fc2d5cf9af51c245fd9b042 STRAVA_TOKEN={“access_token”:“503671acabaf6e27d8aa5ed49dbb22cd3f31748b”,“refresh_token”:“2706dca4b78c29353ed03267c0df2f41759a0c68”,“expires_at”:1581439030,“expires_in”:21600}
+1 -
+http://www.strava.com/oauth/authorize?client_id=4945&response_type=code&redirect_uri=http://localhost/exchange_token&approval_prompt=force&scope=read_all,profile:read_all,activity:read_all
+returns
+http://localhost/exchange_token?state=&code=3135adf3d092a54b2c9952978757adc4dee11c07&scope=read,activity:read_all,profile:read_all,read_all
+code=3135adf3d092a54b2c9952978757adc4dee11c07
+2 Run CURL to
+curl -X POST https://www.strava.com/oauth/token -F client_id=4945 -F client_secret=cd72dfedc320fd098fc2d5cf9af51c245fd9b042 -F code=3135adf3d092a54b2c9952978757adc4dee11c07 -F grant_type=authorization_code
+{“token_type”:“Bearer”, “expires_at”:1621798403,“expires_in”:21600, “refresh_token”:“f84937f098dc675364aed4b65acb9e66bf30924c”, “access_token”:“b898fbd9ea915f5a3b34cc8876dc0c9f3bca049b”,
+“athlete”:{“id”:7035778,“username”:“emeraldjava”,“resource_state”:2,“firstname”:“emerald”,“lastname”:“java”,“bio”:"",“city”:“Dublin”,“state”:“Dublin”,“country”:“Ireland”,“sex”:“M”,“premium”:true,“summit”:true,“created_at”:“2014-11-09T16:06:10Z”,“updated_at”:“2021-05-23T13:03:13Z”,“badge_type_id”:1,“weight”:73.4,“profile_medium”:“https://dgalywyr863hv.cloudfront.net/pictures/athletes/7035778/2122161/2/medium.jpg","profile":"https://dgalywyr863hv.cloudfront.net/pictures/athletes/7035778/2122161/2/large.jpg","friend":null,"follower":null}}%Supabase HTML Clienthttps://emeraldjava.github.io/post/2021-05-01-supabase-html-client/Sat, 01 May 2021 00:00:00 +0000https://emeraldjava.github.io/post/2021-05-01-supabase-html-client/Playing with the basic supabase js client in a vanilla HTML page before I start the angular app development. Updated gatsby versions and installed the embedded gist plugin.
+gist:emeraldjava/0541eaa0341605fa276048ac9ce91ab2Supabase Starterhttps://emeraldjava.github.io/post/2021-04-30-supabase-starter/Fri, 30 Apr 2021 00:00:00 +0000https://emeraldjava.github.io/post/2021-04-30-supabase-starter/Started looking supabase.io to get access to a Postgres DB as a service and play with their javascript UI client.
+See https://github.com/AlanLyttonJones/Age-Grade-Tables
+Carbon See carbon.now.sh
+blob:https://carbon.now.sh/72027f28-1ae5-48c5-ba73-cb130ceca298
+Upgrading Gatsby https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ https://github.com/gatsbyjs/gatsby-starter-default
+npm install gatsby-plugin-image gatsby-plugin-sharp gatsby-source-filesystem gatsby-transformer-sharp From https://letscodepare.com/blog/npm-resolving-eacces-permissions-denied run commands
+sudo chown -R $(whoami) ~/.npm sudo chown -R $(whoami) /usr/local/lib/node_modules/ https://www.gatsbyjs.com/starters/gatsbyjs/gatsby-starter-blog/Github Readme Statshttps://emeraldjava.github.io/post/2021-04-25-github-readme-stats/Sun, 25 Apr 2021 00:00:00 +0000https://emeraldjava.github.io/post/2021-04-25-github-readme-stats/I was looking for a guide to configuring spring boot with spring batch admin which i found but then spotted a nice GitHub summary on damienbeaufils home page.
+Calling this API servive with my account details
+https://github-readme-stats.vercel.app/api?username=emeraldjava&show_icons=true&count_private=true returns a neat embedded image.
+Thanks Damien
+To ensure the image gets space, we add it to a table.
+TODO - create a gatsby plugin which takes the url and embeds the image.emeraldjava api setuphttps://emeraldjava.github.io/post/2021-04-18-emeraldjava-api/Sun, 18 Apr 2021 00:00:00 +0000https://emeraldjava.github.io/post/2021-04-18-emeraldjava-api/My setup for a java 11 spring-boot API service deployed on heroku.
+Gatsby I’d to update this repo first since the deploy action failed with this error
+Failed to resolve action download info. Error: Unable to resolve action `JamesIves/github-pages-deploy-action@master`, unable to find version `master` Retrying in 20.243 seconds Error: Unable to resolve action `JamesIves/github-pages-deploy-action@master`, unable to find version `master` See
+https://github.com/emeraldjava/emeraldjava.github.io/runs/2374008241?check_suite_focus=true https://github.com/JamesIves/github-pages-deploy-action sdkman First install sdkman for managing java installsUpdating CV to use Kiss My Resumehttps://emeraldjava.github.io/post/2020-08-18-cv-with-kiss-my-resume/Tue, 18 Aug 2020 00:00:00 +0000https://emeraldjava.github.io/post/2020-08-18-cv-with-kiss-my-resume/I’ve have hosted my CV for the past two years via github hosted repo using the hackmyresume tool to generate a HTML and PDF version from a json file following the FRESH schema.
+With recent version updates the hackmyresume system seems to have stopped creating output!.
+A quick search directed me to KissMyResume which does simular tasks. I had to manually convert my existing resume content to the jsonresume.org schema which has wider support themes and I decided to the use the rocketspacer theme.Jekyll To Gatstbyhttps://emeraldjava.github.io/post/2020-06-20-jekyll-to-gatstby/Sat, 20 Jun 2020 00:00:00 +0000https://emeraldjava.github.io/post/2020-06-20-jekyll-to-gatstby/Jekyll To GatstbyGatsby Stravahttps://emeraldjava.github.io/post/2020-05-11-gatsby-strava/Mon, 11 May 2020 00:00:00 +0000https://emeraldjava.github.io/post/2020-05-11-gatsby-strava/Some notes on creating a Strava feed via Gatstby
+https://www.gatsbyjs.org/packages/gatsby-source-strava/ https://mark.ie/blog/build-a-netlify-hosted-github-auto-deploying-gatsby-based-website-to-display-your-strava-data https://github.com/markconroy/strava-marky/blob/master/package.jsonGPG and Mavenhttps://emeraldjava.github.io/post/2020-02-01-gpg_maven/Sat, 01 Feb 2020 00:00:00 +0000https://emeraldjava.github.io/post/2020-02-01-gpg_maven/https://help.github.com/en/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account
+https://oss.sonatype.org/content/repositories/snapshots/io/github/emeraldjava/nifi-deploy-config/1.2.0-SNAPSHOT/ https://repo1.maven.org/maven2/io/github/emeraldjava/nifi-deploy-config/
+https://oss.sonatype.org/content/repositories/snapshots/com/github/hermannpencole/nifi-swagger-client/1.2.0-SNAPSHOT/ https://repo1.maven.org/maven2/com/github/hermannpencole
+<groupId>com.github.hermannpencole</groupId> <artifactId>nifi-swagger-client</artifactId> https://help.github.com/en/github/managing-packages-with-github-packages/configuring-apache-maven-for-use-with-github-packages
+https://github.com/actions/setup-java
+https://itnext.io/publishing-artifact-to-maven-central-b160634e5268
+https://github.com/samuelmeuli/action-maven-publish
+name: Release
+Run workflow on commits to the master branch on: push: branches: - master jobs: release: runs-on: ubuntu-18.04 steps: - name: Check out Git repository uses: actions/checkout@v2 - name: Install Java and Maven uses: actions/setup-java@v1 with: java-version: 11 - name: Release Maven package uses: samuelmeuli/action-maven-publish@v1 with: gpg_private_key: ${{ secrets.gpg_private_key }} gpg_passphrase: ${{ secrets.gpg_passphrase }} nexus_username: ${{ secrets.nexus_username }} nexus_password: ${{ secrets.New Year 2020https://emeraldjava.github.io/post/2020-01-01-new-year-2020/Wed, 01 Jan 2020 00:00:00 +0000https://emeraldjava.github.io/post/2020-01-01-new-year-2020/New Years Resolutions The not making new years resolutions has been broken by me deciding to write more regularly on this site during 2020.
+Guitar Chord Markdown I’ve been looking to transfer all my guitar songs from paper to digital, in a format which will be easy for web and mobile devices. I’d like to have the content in a markdown file, and then render the chords, version, bridge and chorus to a final display page.2nd Posthttps://emeraldjava.github.io/post/2019-12-01-2nd-post/Sun, 01 Dec 2019 00:00:00 +0000https://emeraldjava.github.io/post/2019-12-01-2nd-post/Add github actions to bhaa_woprdpress to run composer and then allow github-updater to run ion master website.
+2019-12-22 : Test to see if this push works.First Gatsby Posthttps://emeraldjava.github.io/post/2019-11-13-first-gatsby-post/Wed, 13 Nov 2019 00:00:00 +0000https://emeraldjava.github.io/post/2019-11-13-first-gatsby-post/Migrating the site from jekyll to gatsby with github actions automatically updating the content.Synology SSH Keyhttps://emeraldjava.github.io/post/2017/2017-01-28-synology-ssh-key/Sat, 28 Jan 2017 18:34:18 +0000https://emeraldjava.github.io/post/2017/2017-01-28-synology-ssh-key/Setting up a SSH key for synology
+Router - port forward the SSH port
+https://www.chainsawonatireswing.com/2012/01/15/ssh-into-your-synology-diskstation-with-ssh-keys//?from=@
+http://superuser.com/questions/736055/ssh-with-no-password-passwordless-on-synology-dsm-5-as-other-non-root-user
+https://www.synology.com/en-global/knowledgebase/DSM/tutorial/General/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet
+http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id
+ssh-copy-id -i ~/.ssh/id_dsa.pub "user@host -p 6842" From http://askubuntu.com/questions/224190/how-can-i-make-ssh-copy-id-use-a-port-other-than-22
+docker stuff
+http://www.jinkit.com/docker-on-synology/ https://www.campalus.com/enable-remote-tcp-connections-to-docker-host-running-ubuntu-15-04/
+SSL Certs
+https://stefandingemanse.nl/how-to-use-lets-encrypt-ssl-certificate-on-synology-dsm/
+https://forums.plex.tv/discussion/200002/add-custom-ssl-certs-now-available-for-everyone-how-to
+openssl pkcs12 -export -out archive.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem openssl pkcs12 -export -out emeraldjava.noip.me.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem -name “emeraldjava.noip.me”
+/volume1/homes/admin/.ssh/archive.pfx ds1512 https://emeraldjava.noip.me:32400
+http://wesleysinstructions.weebly.com/
+https://community.letsencrypt.org/t/ssl-not-working-after-updating-letsencrypt-cert/18799/7
+https://emeraldjava.noip.me:32400/ Unable to communicate securely with peer: requested domain name does not match the server’s certificate.Spring Boot - Web Securityhttps://emeraldjava.github.io/post/2017/2017-01-24-spring-http-auth/Wed, 25 Jan 2017 00:00:00 +0000https://emeraldjava.github.io/post/2017/2017-01-24-spring-http-auth/Spring Boot - Web Security
+public class HttpComponentsClientHttpRequestFactoryBasicAuth extends HttpComponentsClientHttpRequestFactory { private HttpHost host; public HttpComponentsClientHttpRequestFactoryBasicAuth(HttpHost host) { super(); this.host = host; } protected HttpContext createHttpContext(HttpMethod httpMethod, URI uri) { return createHttpContext(); } private HttpContext createHttpContext() { // Create AuthCache instance AuthCache authCache = new BasicAuthCache(); // Generate BASIC scheme object and add it to the local auth cache BasicScheme basicAuth = new BasicScheme(); authCache.put(host, basicAuth); // Add AuthCache to the execution context BasicHttpContext localcontext = new BasicHttpContext(); localcontext.Spring Boot - Web Securityhttps://emeraldjava.github.io/post/2017/2017-01-25-spring-boot-websecurity/Wed, 25 Jan 2017 00:00:00 +0000https://emeraldjava.github.io/post/2017/2017-01-25-spring-boot-websecurity/Spring Boot - Web Security
+import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.config.annotation.web.builders.WebSecurity; import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity; import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; @Configuration @EnableWebSecurity public class WebSecurityConfig extends WebSecurityConfigurerAdapter { //@Autowired public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception { auth.inMemoryAuthentication().withUser("admin").password("admin").roles("ADMIN"); auth.inMemoryAuthentication().withUser("user").password("user").roles("USER"); } //.csrf() is optional, enabled by default, if using WebSecurityConfigurerAdapter constructor @Override protected void configure(HttpSecurity http) throws Exception { http.authorizeRequests() .antMatchers("/daymember", "/export", "/header", "/list", "/member", "/menu", "/prereg").permitAll().anyRequest().authenticated() .and() .formLogin().loginPage("/login").permitAll().defaultSuccessUrl("/member") .and() .logout().permitAll(); } /** * http://stackoverflow.Updating Gatsbyhttps://emeraldjava.github.io/post/2021-07-02-update-gatsby/Sun, 01 Jan 2017 00:00:00 +0000https://emeraldjava.github.io/post/2021-07-02-update-gatsby/An article about Title
+https://mademistakes.com/notes/gatsby-build-optimizations-2021/Updating Gatsbyhttps://emeraldjava.github.io/post/2021-07-07-strava-tokens-and-ejs/Sun, 01 Jan 2017 00:00:00 +0000https://emeraldjava.github.io/post/2021-07-07-strava-tokens-and-ejs/Strava Auth https://developers.strava.com/docs/authentication/#refreshingexpiredaccesstokens
+https://code.dblock.org/2018/11/17/dealing-with-strava-api-token-migration.html
+Strava v3 API https://www.npmjs.com/package/strava-v3 https://github.com/Interactivefitness/strava-v3-client https://www.npmjs.com/package/@tokks/strava https://github.com/plondon/philly-marathon/blob/8718dd6eee5daf97c45773043a32380ec8c70556/app.js Express and Passport http://www.passportjs.org/packages/passport-strava/ Express and EJS https://medium.com/swlh/master-ejs-template-engine-with-node-js-and-expressjs-979cc22b69be Express & Tyepscript https://leejjon.medium.com/create-a-react-app-served-by-express-js-node-js-and-add-typescript-33705be3ceda Express & Angular https://dev.to/dirk94/how-i-structure-my-express-typescript-react-applications-g3e https://github.com/gkunal7691/AngularNodeApp/blob/master/app.jsNode JS Meetup May 2014https://emeraldjava.github.io/post/2014/2014-05-29-node-js-meetup-may-2014/Thu, 29 May 2014 00:00:00 +0000https://emeraldjava.github.io/post/2014/2014-05-29-node-js-meetup-may-2014/Notes from the www.nodejsdublin.com meeting in [https://www.engineyard.com/](Engine Yard), Barrow St, Dublin.
+The topic this evening is “Building a Reverse Proxy With Node and Performing Scalability Testing On It” and is being presented by the guys from Citi bank. Seems they are hiring as well atm.
+Back @engineyard for this months @nodejsdublin talk. Will add some notes here http://t.co/gkqa256XLp
+— @emeraldjava@mastodon.ie (@emeraldjava) May 29, 2014 My poor attempt to win the spot prize of the evening by posting a photo to #nodejsdublinStockholm Medalhttps://emeraldjava.github.io/post/2010/2010-05-02-stockholm-medal/Sun, 02 May 2010 00:00:00 +0000https://emeraldjava.github.io/post/2010/2010-05-02-stockholm-medal/ Stockholm Marathon Medal 2010June 2nd 2006 - Melbourne to Sorrentohttps://emeraldjava.github.io/post/2006/2006-06-02-melbourne-to-sorrento/Fri, 02 Jun 2006 00:00:00 +0000https://emeraldjava.github.io/post/2006/2006-06-02-melbourne-to-sorrento/Chapel Street Backpacker The first 20km was on a dedicated bike lane, with the only hazards being the morning pram walkers. Joined the Nepean highway near chelsea and followed it down via Frankston, Mornington and St Marta. The bike lane on the main road was really wide and most vehicals gave me plently of room.
+2006-06-02-beach Hauling the fully loaded bags on the bike finally kicked in about 40km. I was expecting the first couple of days to be tough, but not this bad this early.Thursday 1st June 2006https://emeraldjava.github.io/post/2006/2006-06-01-thursday-1st-june/Thu, 01 Jun 2006 00:00:00 +0000https://emeraldjava.github.io/post/2006/2006-06-01-thursday-1st-june/Just chilled around melbourne again today, sorted an aussie mobile number [0448 997 380 ] and some replacement tubes for the bike. Toured around CBD, victoria market, richmond, fitzroy and the MCG today.
+2006-06-01 The plan tomorrow is to cycle down the Mornington Peninsula, use the ferry to cross the bay and spend the night in Torquay.Wednesday 31th May 2006https://emeraldjava.github.io/post/2006/2006-05-31-wednesday-31th-may/Wed, 31 May 2006 00:00:00 +0000https://emeraldjava.github.io/post/2006/2006-05-31-wednesday-31th-may/Moved to a hostel in St Kilda today for 2 nights, the CBD is dead at night. Spent the rest of the day touring around melbourne, its so easy having your own transport to just skip past places. Did a lap of the albert park grand prix circuit, not sure if i was on the same pace as the F1 dudes. Picture of the Melbourne skyline taken from albert park in the last afternoon.Tuesday 30th May 2006https://emeraldjava.github.io/post/2006/2006-05-30-tuesday-30th-may/Tue, 30 May 2006 00:00:00 +0000https://emeraldjava.github.io/post/2006/2006-05-30-tuesday-30th-may/In Hong Kong International airport for a 2 hour stopover before the final leg of the flight to melbourne, which should get me there for 19.30 this evening.
+2006-05-30 Interesting landing into melbourne, I’m looking out the window to see the city lights expecting to have a nice view for a few minutes before we touch down, but first lights i see are the airport lights. There a bit close i’m thinking, when next thing the plane slaps the runway like a tonne of bricks, or metal hitting the ground.Monday 29th May 2006https://emeraldjava.github.io/post/2006/2006-05-29-monday-29th-may/Mon, 29 May 2006 00:00:00 +0000https://emeraldjava.github.io/post/2006/2006-05-29-monday-29th-may/Monday 29th May 2006 Flew from London Heathrow T4 (12.20pm) to Hong Kong with Quantas today.La Marmotte 2005https://emeraldjava.github.io/post/2005/2005-08-07-la-marmotte-2005/Sun, 07 Aug 2005 00:00:00 +0000https://emeraldjava.github.io/post/2005/2005-08-07-la-marmotte-2005/Took me 10h 37min 50seconds, came in 3623rd place.
\ No newline at end of file
diff --git a/jekyll/_drafts/2015-01-28-six-levels-of-scala.md b/jekyll/_drafts/2015-01-28-six-levels-of-scala.md
deleted file mode 100644
index fb12cda0..00000000
--- a/jekyll/_drafts/2015-01-28-six-levels-of-scala.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-layout: post
-title: six-levels-of-scala
-categories: [scala]
-tags: []
-published: True
-date: 2015-02-01 18:32:56
----
-
-This document describes [6 levels of scala skills](http://www.scala-lang.org/old/node/8610) that developers can be ranked on. I'm going to use this [emeraldjava-scala-six-steps](https://github.com/emeraldjava/emeraldjava-scala-six-steps) github project to track various scripts and scala implementations as i attempt to educate myself about scala.
-
-Level A1: Beginning application programmer
-Java-like statements and expressions: standard operators, method calls, conditionals, loops, try/catch
-class, object, def, val, var, import, package
-Infix notation for method calls
-Simple closures
-Collections with map, filter, etc
-for-expressions
-
-Level A2: Intermediate application programmer
-Pattern matching
-Trait composition
-Recursion, in particular tail recursion
-XML literals
-
-Level A3: Expert application programmer
-Folds, i.e. methods such as foldLeft, foldRight
-Streams and other lazy data structures
-Actors
-Combinator parsers
-
-Level L1: Junior library designer
-Type parameters
-Traits
-Lazy vals
-Control abstraction, currying
-By-name parameters
-
-Level L2: Senior library designer
-Variance annotations
-Existential types (e.g., to interface with Java wildcards)
-Self type annotations and the cake pattern for dependency injection
-Structural types (aka static duck typing)
-Defining map/flatmap/withFilter for new kinds of for-expressions
-Extractors
-
-Level L3: Expert library designer
-Early initializers
-Abstract types
-Implicit definitions
-Higher-kinded types
diff --git a/jekyll/_drafts/2015-02-03-akka-tutorials.md b/jekyll/_drafts/2015-02-03-akka-tutorials.md
deleted file mode 100644
index 8974a763..00000000
--- a/jekyll/_drafts/2015-02-03-akka-tutorials.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout:
-title: akka tutorials
-categories: []
-tags: []
-published: True
-
----
-
-http://www.toptal.com/scala/concurrency-and-fault-tolerance-made-easy-an-intro-to-akka
\ No newline at end of file
diff --git a/jekyll/_drafts/2015-02-03-docker-vangrant-setup.md b/jekyll/_drafts/2015-02-03-docker-vangrant-setup.md
deleted file mode 100644
index a5afea85..00000000
--- a/jekyll/_drafts/2015-02-03-docker-vangrant-setup.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout:
-title: docker vangrant setup
-categories: []
-tags: []
-published: True
-
----
-
-http://www.javacodegeeks.com/2015/01/microservices-development-with-scala-spray-mongodb-docker-and-ansible.html
\ No newline at end of file
diff --git a/jekyll/_drafts/2015-02-03-jekyll-clean-blog-theme.md b/jekyll/_drafts/2015-02-03-jekyll-clean-blog-theme.md
deleted file mode 100644
index f1c102d3..00000000
--- a/jekyll/_drafts/2015-02-03-jekyll-clean-blog-theme.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout:
-title: jekyll-clean-blog-theme
-categories: []
-tags: []
-published: True
-
----
-
-https://github.com/chandan911/chandan911.github.io
-
-https://github.com/IronSummitMedia/startbootstrap-clean-blog-jekyll
-
-http://ironsummitmedia.github.io/startbootstrap-clean-blog-jekyll/
\ No newline at end of file
diff --git a/jekyll/_drafts/2015-02-04-emeraldjavanoipme.md b/jekyll/_drafts/2015-02-04-emeraldjavanoipme.md
deleted file mode 100644
index 16f432d0..00000000
--- a/jekyll/_drafts/2015-02-04-emeraldjavanoipme.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-layout:
-title: emeraldjava.noip.me
-categories: []
-tags: []
-published: True
-
----
-
-https://www.noip.com/members/dns/
-
-emeraldjava.noip.me :: 109.78.157.43
-
-https://community.vodafone.ie/t5/Packages-Plans/huawei-HG658c-port-forwarding-for-tungle/td-p/142998
-
diff --git a/jekyll/_drafts/2015-11-09-chefserversetup.markdown b/jekyll/_drafts/2015-11-09-chefserversetup.markdown
deleted file mode 100644
index 221151ba..00000000
--- a/jekyll/_drafts/2015-11-09-chefserversetup.markdown
+++ /dev/null
@@ -1,64 +0,0 @@
----
-layout: post
-title: "chef-server-setup"
-date: "2015-11-09"
----
-
-Todays experiment is to setup a Chef Server on my local machine.
-From the [docs](https://docs.chef.io/release/server_12-2/install_server.html)
-
-The first config step failed but [chef-installation-error-error-executing-action-run-on-resource](http://serverfault.com/questions/653889/chef-installation-error-error-executing-action-run-on-resource).
-
-sudo /etc/init.d/rabbitmq-server stop
-
-
-sudo chef-server-ctl reconfigure
-
-sudo chef-server-ctl user-create paul.oconnell Paul OConnell paul.oconnell@bearingpoint.com chef2015 --filename paul.oconnell.pem
-
-sudo chef-server-ctl org-create short_name "Bearingpoint" --association_user paul.oconnell --filename bearingpoint.pem
-
---filename ORGANIZATION-validator.pem
-
-[https://www.sbarjatiya.com/notes_wiki/index.php/Chef_infrastructure_setup](https://www.sbarjatiya.com/notes_wiki/index.php/Chef_infrastructure_setup)
-
-## use vagrant to setup new VM
-```javascript
-VAGRANTFILE_API_VERSION = "2"
-
-Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
- # All Vagrant configuration is done here. The most common configuration
- # options are documented and commented below. For a complete reference,
- # please see the online documentation at vagrantup.com.
-
- # Every Vagrant virtual environment requires a box to build off of.
- config.vm.box = "Ubuntu14docker"
-
- # The url from where the 'config.vm.box' box will be fetched if it
- # doesn't already exist on the user's system.
- config.vm.box_url = "https://github.com/jose-lpa/packer-ubuntu_14.04/releases/download/v2.0/ubuntu-14.04.box"
-```
-
-### reset the root password on the vagrant box
-
-sudo passwd -u root
-
-add node1,2,3 to /etc/hosts
-
-http://serverfault.com/questions/266910/bootstrap-add-node-localhost-in-chef
-
-knife bootstrap 127.0.0.1 -x ubuntu -P noentry --sudo
-
-knife ssh name:node1 -x ubuntu -P noentry "sudo chef-client"
-
-
-
-knife bootstrap 127.0.0.1 --ssh-user vagrant --ssh-password 'vagrant' --sudo --use-sudo-password --node-name node1 --run-list 'recipe[learn_chef_apache2]'
-
-knife bootstrap ADDRESS --ssh-user USER --ssh-password 'PASSWORD' --sudo --use-sudo-password --node-name node1 --run-list 'recipe[learn_chef_apache2]'
-
-### ecitest01
-
-alias ecitest01.app='ssh app@10.139.30.231'
-
-knife bootstrap 10.139.30.231 --ssh-user app --ssh-password 'app' --sudo --use-sudo-password --node-name ecitest01 --run-list 'recipe[learn_chef_apache2]'
diff --git a/jekyll/_drafts/2017-01-26-spring-boot-default-database-None.markdown b/jekyll/_drafts/2017-01-26-spring-boot-default-database-None.markdown
deleted file mode 100644
index 2fc02ed1..00000000
--- a/jekyll/_drafts/2017-01-26-spring-boot-default-database-None.markdown
+++ /dev/null
@@ -1,72 +0,0 @@
----
-title: Spring Boot - database driver class for database type NONE
-excerpt: "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
-modified: 2017-01-26
-categories: [dev]
-tags: [intro, beginner, jekyll, tutorial]
-header:
- overlay_image: https://unsplash.it/792/269/?random
- ocerlay_filter: 0.75
- teaser: https://unsplash.it/300/400/?image=4
----
-
- ### database driver class for database type NONE
-
-```
-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Cannot determine embedded database driver class for database type NONE. If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (no profiles are currently active).
- at org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.determineDriverClassName(DataSourceProperties.java:245) ~[spring-boot-autoconfigure-1.4.2.RELEASE.jar:1.4.2.RELEASE]
- at org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.initializeDataSourceBuilder(DataSourceProperties.java:182) ~[spring-boot-autoconfigure-1.4.2.RELEASE.jar:1.4.2.RELEASE]
- at org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration.createDataSource(DataSourceConfiguration.java:42) ~[spring-boot-autoconfigure-1.4.2.RELEASE.jar:1.4.2.RELEASE]
- at org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Tomcat.dataSource(DataSourceConfiguration.java:53) ~[spring-boot-autoconfigure-1.4.2.RELEASE.jar:1.4.2.RELEASE]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_101]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_101]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_101]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_101]
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1128) ~[spring-beans-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1022) ~[spring-beans-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512) ~[spring-beans-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:754) ~[spring-beans-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:866) ~[spring-context-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542) ~[spring-context-4.3.4.RELEASE.jar:4.3.4.RELEASE]
- at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) ~[spring-boot-1.4.2.RELEASE.jar:1.4.2.RELEASE]
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:761) [spring-boot-1.4.2.RELEASE.jar:1.4.2.RELEASE]
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:371) [spring-boot-1.4.2.RELEASE.jar:1.4.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [spring-boot-1.4.2.RELEASE.jar:1.4.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1186) [spring-boot-1.4.2.RELEASE.jar:1.4.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1175) [spring-boot-1.4.2.RELEASE.jar:1.4.2.RELEASE]
- at ie.bhaa.registration.BhaaRegistrationApplication.main(BhaaRegistrationApplication.java:21) [classes/:na]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_101]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_101]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_101]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_101]
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) [spring-boot-devtools-1.4.2.RELEASE.jar:1.4.2.RELEASE]
-
-2017-01-26 11:03:41.225 ERROR 3441 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Cannot determine embedded database driver class for database type NONE
-```
-
-## fix 1
-
-http://stackoverflow.com/questions/33709849/beancreationexception-cannot-determine-embedded-database-driver-class-for-datab
-
-```
-@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})
-```
-
-## Fix 2
-
-http://stackoverflow.com/questions/24074749/spring-boot-cannot-determine-embedded-database-driver-class-for-database-type
diff --git a/jekyll/_drafts/2017-02-15-ghpages-branch.md b/jekyll/_drafts/2017-02-15-ghpages-branch.md
deleted file mode 100644
index bf80b1f9..00000000
--- a/jekyll/_drafts/2017-02-15-ghpages-branch.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: spring-boot-thymeleaf-versions
-excerpt: "spring-boot-thymeleaf-versions"
-date: "2017-02-15 11:12:50 +0000"
-categories:
- - dev
-tags:
- - gh-pages
-header:
- overlay_image: https://unsplash.it/792/269/?random
- ocerlay_filter: 0.75
- teaser: https://unsplash.it/300/400/?image=6
----
-
-pauloconnell@pauloconnell-HP-ZBook-15 ~/projects/github/bhaawp $ mkdir gh-pages
-pauloconnell@pauloconnell-HP-ZBook-15 ~/projects/github/bhaawp $ echo "gh-pages/" > .gitignore
-pauloconnell@pauloconnell-HP-ZBook-15 ~/projects/github/bhaawp $ git add gh-pages
-pauloconnell@pauloconnell-HP-ZBook-15 ~/projects/github/bhaawp $ git commit -m ".gitignore child/ folder (contains gh-pages branch)" .gitignore
-pauloconnell@pauloconnell-HP-ZBook-15 ~/projects/github/bhaawp $ git push origin master
-
-https://gist.github.com/chrisjacob/825950
-https://gist.github.com/cobyism/4730490
-
-pauloconnell@pauloconnell-HP-ZBook-15 ~/projects/github/bhaawp $ cd gh-pages/
-pauloconnell@pauloconnell-HP-ZBook-15 ~/projects/github/bhaawp/gh-pages $ git clone git@github.com:emeraldjava/bhaawp.git
-pauloconnell@pauloconnell-HP-ZBook-15 ~/projects/github/bhaawp/gh-pages $ git checkout origin/gh-pages -b gh-pages
-
-ichris:child $ ls -la
-ichris:child $ git branch -d master
-ichris:child $ git branch
-
-https://srackham.wordpress.com/2014/12/14/publishing-a-project-website-to-github-pages/
diff --git a/jekyll/_drafts/2017-02-23-spring-boot-thymeleaf-versions.md b/jekyll/_drafts/2017-02-23-spring-boot-thymeleaf-versions.md
deleted file mode 100644
index 204301b8..00000000
--- a/jekyll/_drafts/2017-02-23-spring-boot-thymeleaf-versions.md
+++ /dev/null
@@ -1,45 +0,0 @@
----
-title: spring-boot-thymeleaf-versions
-excerpt: "spring-boot-thymeleaf-versions"
-date: "2017-03-23 11:12:50 +0000"
-categories:
- - dev
-tags:
- - spring-boot
-header:
- overlay_image: https://unsplash.it/792/269/?random
- ocerlay_filter: 0.75
- teaser: https://unsplash.it/300/400/?image=61
----
-
-# Spring Boot 1.3.3
-
-/home/pauloconnell/projects/github/spring-boot-thymeleaf-fragments
-
-```
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.3.3.RELEASE
-
-
-
-nz.net.ultra.thymeleaf:thymeleaf-layout-dialect:1.3.3
-
-2.7.3
-2.2.3
-1.11.4
-4.12
-3.20.0
-1.5.1
-```
-
-# Spring Boot 1.4.2
-
-```
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.4.2.RELEASE
-
-```
diff --git a/jekyll/_drafts/2017-03-01-springbootjpaquery.markdown b/jekyll/_drafts/2017-03-01-springbootjpaquery.markdown
deleted file mode 100644
index 3e7cce5e..00000000
--- a/jekyll/_drafts/2017-03-01-springbootjpaquery.markdown
+++ /dev/null
@@ -1,64 +0,0 @@
----
-title: "spring-boot-query"
-date: "2017-03-01 11:12:50 +0000"
-categories:
- - dev
-tags:
- - spring-boot
-header:
- overlay_image: https://unsplash.it/792/269/?random
- ocerlay_filter: 0.75
- teaser: https://unsplash.it/300/400/?image=7
----
-
-java.lang.IllegalArgumentException: Parameter with that position [1] did not exist
- at org.hibernate.jpa.spi.BaseQueryImpl.findParameterRegistration(BaseQueryImpl.java:502) ~[hibernate-entitymanager-5.0.11.Final.jar:5.0.11.Final]
- at org.hibernate.jpa.spi.BaseQueryImpl.setParameter(BaseQueryImpl.java:692) ~[hibernate-entitymanager-5.0.11.Final.jar:5.0.11.Final]
- at org.hibernate.jpa.spi.AbstractQueryImpl.setParameter(AbstractQueryImpl.java:181) ~[hibernate-entitymanager-5.0.11.Final.jar:5.0.11.Final]
- at org.hibernate.jpa.spi.AbstractQueryImpl.setParameter(AbstractQueryImpl.java:32) ~[hibernate-entitymanager-5.0.11.Final.jar:5.0.11.Final]
- at org.springframework.data.jpa.repository.query.ParameterBinder.bind(ParameterBinder.java:140) ~[spring-data-jpa-1.11.0.RELEASE.jar:na]
- at org.springframework.data.jpa.repository.query.StringQueryParameterBinder.bind(StringQueryParameterBinder.java:61) ~[spring-data-jpa-1.11.0.RELEASE.jar:na]
- at org.springframework.data.jpa.repository.query.ParameterBinder.bind(ParameterBinder.java:100) ~[spring-data-jpa-1.11.0.RELEASE.jar:na]
- at org.springframework.data.jpa.repository.query.SpelExpressionStringQueryParameterBinder.bind(SpelExpressionStringQueryParameterBinder.java:69) ~[spring-data-jpa-1.11.0.RELEASE.jar:na]
- at org.springframework.data.jpa.repository.query.ParameterBinder.bindAndPrepare(ParameterBinder.java:160) ~[spring-data-jpa-1.11.0.RELEASE.jar:na]
- at org.springframework.data.jpa.repository.query.ParameterBinder.bindAndPrepare(ParameterBinder.java:151) ~[spring-data-jpa-1.11.0.RELEASE.jar:na]
- at org.springframework.data.jpa.repository.query.AbstractStringBasedJpaQuery.doCreateQuery(AbstractStringBasedJpaQuery.java:81) ~[spring-data-jpa-1.11.0.RELEASE.jar:na]
- at org.springframework.data.jpa.repository.query.AbstractJpaQuery.createQuery(AbstractJpaQuery.java:190) ~[spring-data-jpa-1.11.0.RELEASE.jar:na]
- at org.springframework.data.jpa.repository.query.JpaQueryExecution$CollectionExecution.doExecute(JpaQueryExecution.java:121) ~[spring-data-jpa-1.11.0.RELEASE.jar:na]
- at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:85) ~[spring-data-jpa-1.11.0.RELEASE.jar:na]
- at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:116) ~[spring-data-jpa-1.11.0.RELEASE.jar:na]
-
-
- @Query(value = "SELECT new com.be.ambassador.service.datastore.model.LeaderScore(" +
- "(SELECT fullname from beuser where id=s.user_id) as name,SUM(s.value) as total) FROM score s " +
- "WHERE date >= '?#{[0]}' GROUP BY user_id ORDER BY total desc",
- nativeQuery = true)
- List getLeaderBoard(@Param("from") @Temporal Date from);
-
- gives
- 2017-03-09 09:46:33.941 INFO 13597 --- [nio-8080-exec-3] c.b.a.s.calculator.ScoreCalculator : load scored between dates 2017/03/01 2017/03/06
-Hibernate: SELECT new com.be.ambassador.service.datastore.model.LeaderScore((SELECT fullname from beuser where id=s.user_id) as name,SUM(s.value) as total) FROM score s WHERE date >= '?1' GROUP BY user_id ORDER BY total desc
-2017-03-09 09:46:33.954 WARN 13597 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42601
-2017-03-09 09:46:33.954 ERROR 13597 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: syntax error at or near "."
-
-@Query(value = "SELECT new com.be.ambassador.service.datastore.model.LeaderScoreBean(" +
- "(SELECT fullname from beuser where id=s.user_id) as name,SUM(s.value) as total) FROM score s " +
- "WHERE date >= ?#{[0]} GROUP BY user_id ORDER BY total desc",
- nativeQuery = true)
-List getLeaderBoard( @Temporal(TemporalType.DATE) Date from);//@Param("from")
-
-2017-03-09 10:09:27.496 INFO 15921 --- [nio-8080-exec-3] c.b.a.s.calculator.ScoreCalculator : Wed Mar 01 00:00:00 GMT 2017
-Hibernate: SELECT new com.be.ambassador.service.datastore.model.LeaderScoreBean((SELECT fullname from beuser where id=s.user_id) as name,SUM(s.value) as total) FROM score s WHERE date >= ? GROUP BY user_id ORDER BY total desc
-2017-03-09 10:09:27.515 WARN 15921 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42601
-2017-03-09 10:09:27.515 ERROR 15921 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: syntax error at or near "."
-
-@Query(value = "SELECT new com.be.ambassador.service.datastore.model.LeaderScoreBean(" +
- "(SELECT fullname from beuser where id=s.user_id) as name,SUM(s.value) as total) FROM score s " +
- "WHERE date >= '?#{[0]}' GROUP BY user_id ORDER BY total desc",
- nativeQuery = true)
-List getLeaderBoard( @Temporal(TemporalType.DATE) Date from);//@Param("from")
-
-2017-03-09 10:10:35.580 INFO 16147 --- [nio-8080-exec-3] c.b.a.s.calculator.ScoreCalculator : Wed Mar 01 00:00:00 GMT 2017
-Hibernate: SELECT new com.be.ambassador.service.datastore.model.LeaderScoreBean((SELECT fullname from beuser where id=s.user_id) as name,SUM(s.value) as total) FROM score s WHERE date >= '?1' GROUP BY user_id ORDER BY total desc
-2017-03-09 10:10:35.597 WARN 16147 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42601
-2017-03-09 10:10:35.597 ERROR 16147 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: syntax error at or near "."
diff --git a/jekyll/_drafts/2017-03-22-springbootgitversionheroku.markdown b/jekyll/_drafts/2017-03-22-springbootgitversionheroku.markdown
deleted file mode 100644
index 476b27c0..00000000
--- a/jekyll/_drafts/2017-03-22-springbootgitversionheroku.markdown
+++ /dev/null
@@ -1,67 +0,0 @@
----
-title: "spring-boot-git-version-heroku"
-date: "2017-03-22 11:12:50 +0000"
-category:
- - dev
-tags:
- - spring-boot
- - heroku
-header:
- overlay_image: https://unsplash.it/792/269/?random
- ocerlay_filter: 0.75
- teaser: https://unsplash.it/300/400/?image=8
----
-
-# spring-boot
-
-http://www.baeldung.com/spring-git-information
-
-https://www.petrikainulainen.net/programming/spring-framework/spring-from-the-trenches-returning-git-commit-information-as-json/
-
-## old way
-
-https://blog.codecentric.de/en/2016/01/how-to-add-a-github-commit-link-to-a-web-application/
-http://www.mojohaus.org/buildnumber-maven-plugin/usage.html
-
-## GitProperties
-
-```
-management.info.git.mode=full
-```
-
-http://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html
-
-### maven plugins to create git.properties
-
-1 git-commit-id-plugin
-2 https://plugins.gradle.org/plugin/com.gorylenko.gradle-git-properties
-
-use
-# Heroku
-
-http://stackoverflow.com/questions/14583282/heroku-display-hash-of-current-commit
-
-http://stackoverflow.com/questions/2281772/how-to-view-remote-git-revision-on-heroku
-
-http://stackoverflow.com/questions/18406721/heroku-does-not-appear-to-be-a-git-repository
-
-## dyno-metadata
-
-https://devcenter.heroku.com/articles/dyno-metadata
-
-```
-HEROKU_APP_ID: 9daa2797-e49b-4624-932f-ec3f9688e3da
-HEROKU_APP_NAME: example-app
-HEROKU_DYNO_ID: 1vac4117-c29f-4312-521e-ba4d8638c1ac
-HEROKU_RELEASE_CREATED_AT: 2015-04-02T18:00:42Z
-HEROKU_RELEASE_VERSION: v42
-HEROKU_SLUG_COMMIT: 2c3a0b24069af49b3de35b8e8c26765c1dba9ff0
-HEROKU_SLUG_DESCRIPTION: Deploy 2c3a0b2
-```
-
-## SOURCE_VERSION - https://devcenter.heroku.com/changelog-items/630
-
-- https://github.com/sreid/heroku-buildpack-sourceversion
-
-maven plugin to Deploy
-https://github.com/heroku/heroku-maven-plugin
diff --git a/jekyll/_drafts/2017-04-05-new-header.markdown b/jekyll/_drafts/2017-04-05-new-header.markdown
deleted file mode 100644
index e9b4c374..00000000
--- a/jekyll/_drafts/2017-04-05-new-header.markdown
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "New Header"
-date: "2017-04-05 09:34:18 +0000"
-category:
- - homebrew
-header:
- overlay_image: /images/header-vscode.png
- ocerlay_filter: 0.75
- teaser: /images/teaser-vscode.png
----
-
-First brew of the 2017 year.
diff --git a/jekyll/_drafts/travis-commands-to-autoupdate-my-ghpage.md b/jekyll/_drafts/travis-commands-to-autoupdate-my-ghpage.md
deleted file mode 100644
index 946d66b4..00000000
--- a/jekyll/_drafts/travis-commands-to-autoupdate-my-ghpage.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-layout: post
-title: "travis-commands-to-autoupdate-my-ghpage"
-date: YYYY-MM-DD HH:MM:SS
-categories: travis
----
-
-http://www.damian.oquanta.info/posts/one-line-deployment-of-your-site-to-gh-pages.html
diff --git a/jekyll/_posts/2005/2005-08-07-la-marmotte-2005.md b/jekyll/_posts/2005/2005-08-07-la-marmotte-2005.md
deleted file mode 100644
index 19d9314f..00000000
--- a/jekyll/_posts/2005/2005-08-07-la-marmotte-2005.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: La Marmotte 2005
-categories: cycling
----
-
-Took me 10h 37min 50seconds, came in 3623rd place.
-
- View Larger Map
diff --git a/jekyll/_posts/2006/2006-05-16-sunday-cycle-around-lake-zurich.md b/jekyll/_posts/2006/2006-05-16-sunday-cycle-around-lake-zurich.md
deleted file mode 100644
index 4ed52b13..00000000
--- a/jekyll/_posts/2006/2006-05-16-sunday-cycle-around-lake-zurich.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Sunday Cycle around Lake Zurich
-
-tags: [cycling,2006]
-# Pulled from Blogger. Last updated there on: Tue May 16 21:04:00 IST 2006
----
- Passed through rapperwil on last sundays ride.
diff --git a/jekyll/_posts/2006/2006-05-24-last-day-in-zurich.md b/jekyll/_posts/2006/2006-05-24-last-day-in-zurich.md
deleted file mode 100644
index cb02e790..00000000
--- a/jekyll/_posts/2006/2006-05-24-last-day-in-zurich.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: Last Day In Zurich
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Wed May 24 11:56:00 IST 2006
----
-
Today is my last day in zurich. Bit tried after all the messing thats associated with moving out of an apartment here.
Here is an overview of my trip plan for tomorrow from Zurich to Naas using the Google Map API, hopefully my config skills for this service will improve with time.
Google Map API It seems initially that this blog site will not allow users to embed google's or there own script elements in the blog pages, so i've had host the google map pages on a seperate site, and will just link them from here. There has to be a neater solution.
diff --git a/jekyll/_posts/2006/2006-05-26-more-google-maps.md b/jekyll/_posts/2006/2006-05-26-more-google-maps.md
deleted file mode 100644
index 0a287a38..00000000
--- a/jekyll/_posts/2006/2006-05-26-more-google-maps.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: More Google Maps
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Fri May 26 18:02:00 IST 2006
----
-
Naas
diff --git a/jekyll/_posts/2006/2006-05-30-monday-29th-may.md b/jekyll/_posts/2006/2006-05-30-monday-29th-may.md
deleted file mode 100644
index 8a706564..00000000
--- a/jekyll/_posts/2006/2006-05-30-monday-29th-may.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: Monday 29th May
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue May 30 01:11:00 IST 2006
----
- Flew from London Heathrow T4 (12.20pm) to Hong Kong with Quantas today.
diff --git a/jekyll/_posts/2006/2006-05-30-tuesday-30th-may.md b/jekyll/_posts/2006/2006-05-30-tuesday-30th-may.md
deleted file mode 100644
index 631a4819..00000000
--- a/jekyll/_posts/2006/2006-05-30-tuesday-30th-may.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: Tuesday 30th May
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue May 30 01:13:00 IST 2006
----
-In Hong Kong International airport for a 2 hour stopover before the final leg of the flight to melbourne, which should get me there for 19.30 this evening.
Interesting landing into melbourne, I'm looking out the window to see the city lights expecting to have a nice view for a few minutes before we touch down, but first lights i see are the airport lights. There a bit close i'm thinking, when next thing the plane slaps the runway like a tonne of bricks, or metal hitting the ground. There a small issue of a loud bang and bits of the internal roof panel coming loose and dropping onto this dudes head, who sitting a couple of rows ahead of me. He grabs the panel and holds it while the whole plane slows. Lots bemused people and stupid jokes as we get of the plane.
No hassel getting the bike in via aussie customs, they just check thats are is not muck on the frame.
diff --git a/jekyll/_posts/2006/2006-06-01-thursday-1st-june.md b/jekyll/_posts/2006/2006-06-01-thursday-1st-june.md
deleted file mode 100644
index 58c3b96e..00000000
--- a/jekyll/_posts/2006/2006-06-01-thursday-1st-june.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: Thursday 1st June
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Thu Jun 01 11:08:00 IST 2006
----
-Just chilled around melbourne again today, sorted an aussie mobile number [0448 997 380 ] and some replacement tubes for the bike. Toured around CBD, victoria market, richmond, fitzroy and the MCG today.
The plan tomorrow is to cycle down the Mornington Peninsula, use the ferry to cross the bay and spend the night in Torquay.
diff --git a/jekyll/_posts/2006/2006-06-01-wednesday-31th-may.md b/jekyll/_posts/2006/2006-06-01-wednesday-31th-may.md
deleted file mode 100644
index ce1341ea..00000000
--- a/jekyll/_posts/2006/2006-06-01-wednesday-31th-may.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: Wednesday 31th May
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Thu Jun 01 10:59:00 IST 2006
----
-Moved to a hostel in St Kilda today for 2 nights, the CBD is dead at night. Spent the rest of the day touring around melbourne, its so easy having your own transport to just skip past places. Did a lap of the albert park grand prix circuit, not sure if i was on the same pace as the F1 dudes. Picture of the Melbourne skyline taken from albert park in the last afternoon.
Went down to the Esplande Hotel to hear the live music they have there. The place is a old hotel, where they've converted all the major rooms into different stages for bands and dj's. Would be cool to see the place packed out, reckon it would rock. www.espy.com.au
Had two frigging punchers today!!, I know shep is laughing as he reads this - PUNK.
diff --git a/jekyll/_posts/2006/2006-06-07-june-2nd---melbourne-to-sorrento.md b/jekyll/_posts/2006/2006-06-07-june-2nd---melbourne-to-sorrento.md
deleted file mode 100644
index 99e6ba9e..00000000
--- a/jekyll/_posts/2006/2006-06-07-june-2nd---melbourne-to-sorrento.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 2nd - Melbourne to Sorrento
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Wed Jun 07 03:39:00 IST 2006
----
-
Distance
Time
Overall Total
108 km
5h 30min
108 km
Pulled out of Chapel Street Backpacker, Melbourne at 10am and headed south towards St Kilda, the coast road and the mornington peninsula.
The first 20km was on a dedicated bike lane, with the only hazards being the morning pram walkers. Joined the Nepean highway near chelsea and followed it down via Frankston, Mornington and St Marta. The bike lane on the main road was really wide and most vehicals gave me plently of room.
Hauling the fully loaded bags on the bike finally kicked in about 40km. I was expecting the first couple of days to be tough, but not this bad this early. Had 60km done after 3 hours and needed a lunch break. The small issue of the scale of distances in austalia kicked in after lunch, when the sign post for portsea said 44 km, when i was expecting a slightly lower number. Actually checking the distances before starting the days ride would be a good idea.
Decided to call it quits for the day and stay at the Sorrento YHA hostel. Arrived at the village and found the hostel, only to discover that it was closed for bulding work. The owner redirected me to the Bay Play backpackers in Blairgowrie. Arrive just as the sun was setting.
diff --git a/jekyll/_posts/2006/2006-06-07-june-3rd---blairgowrie-to-torquay.md b/jekyll/_posts/2006/2006-06-07-june-3rd---blairgowrie-to-torquay.md
deleted file mode 100644
index 4cad6a0f..00000000
--- a/jekyll/_posts/2006/2006-06-07-june-3rd---blairgowrie-to-torquay.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 3rd - Blairgowrie to Torquay
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Wed Jun 07 03:52:00 IST 2006
----
-
Distance
Time
Overall Total
67 km
5h 30min
175 km
The Bay Play Backpackers is set in bush land in Blairgowrie. I slept like a log, and was feeling quite good this morning. Despite a water restriction in place in the area, this guys must have used about 10 buckets of water to wash his car, i was worried that the car might start sinking into the ground.
Started early and was making good time to the passenger ferry from portsea, 4km past sorrento as the guide book stated. Arrived in portsea to find no quay, and to be told that the only ferry leaves from sorrento, stupid guide book!! Nearly set a land speed record getting back to sorrento. Nice 40min ferry trip brought me across the entrance port philip day. The sky line for melbourne was still just about visible.
Starting in queenscliff, i followed the coast road to Pt Lonsdale (see nice photo of light house) and then onto ocean grove and barwon heads.
The road turns in land from then on and joins the surf coast highway. The final strech of road into torquay seemed be a constant 10km rise.
diff --git a/jekyll/_posts/2006/2006-06-07-june-4th---torquay-to-lorne.md b/jekyll/_posts/2006/2006-06-07-june-4th---torquay-to-lorne.md
deleted file mode 100644
index 64c3b154..00000000
--- a/jekyll/_posts/2006/2006-06-07-june-4th---torquay-to-lorne.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 4th - Torquay to Lorne
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Wed Jun 07 03:55:00 IST 2006
----
-
Distance
Time
Overall Total
60 km
3h
235 km
Stayed in the Bells Beach Backpackers, torquay overnight. Great weather this morning, with a cool breeze, blue sky and sunshine.
Took a small detour outside torquay to Bells Beach. This turned out to a complete pain in the ass, as there where three massive steep hills to climb to get to the coast. If find a fairly non-descript surf beach. Had to come out over the same set of triple hills on the way back to the main road. Note to self - no more side tour from now on.
The road from torquay cuts inland with a constant rise towards angelsea. The great ocean road officially starts outside this town, and the road runs along the coast. There are some tough hills to climb as the road winds around various headlands.
Got into lorne about lunch time. The weather started to turn for the worse, i was feeling a bit wrecked, so decided to take a 1/2 days and booked into the Lorne YHA hostel. Just chilled around the town for the Rest of the afternoon.
diff --git a/jekyll/_posts/2006/2006-06-07-june-5th---lorne-to-lavers-hill.md b/jekyll/_posts/2006/2006-06-07-june-5th---lorne-to-lavers-hill.md
deleted file mode 100644
index 880d3a17..00000000
--- a/jekyll/_posts/2006/2006-06-07-june-5th---lorne-to-lavers-hill.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 5th - Lorne to Lavers Hill
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Wed Jun 07 03:57:00 IST 2006
----
-
Distance
Time
Overall Total
96 km
5h
331 km
I stayed at the Lorne YHA Hostel, which has to have had the best setting of any place so far. Had the company of some cockatoos as i was having my breakfast this morning.
Just remember that you need specialist training to photograph cockatoos, on the off chance that they attack.
Got going at 9 heading for apollo bay, the road on this section is cut into the cliff face in places, and offers some amazing views of coast.
Stopped in apollo bay [45km] at 11, for an early lunch and rested for an hour. The next section to Lavers Hill was always going to be tough. The road rises through the Otway National Park, and then drops and levels out in the Aire river valley. The final climb to Lavers Hill rises 500m over 10km, which seems simple on paper, but for every climb of 20 meters, theres a drop of 10 meters, so for a simple 500 meter climb, the actual accent needed on the bike is about 1000 meters!!
The back wheel on the bike is now feeling the pressure of the extra bag weight, what started as a small buckle had grown, and now there are two broken spokes. On the final climb, i had to loosen the rear brakes to allow the wheel to travel more easily. Will have to get this fixed in Warrnambool, when i take a rest day on Wednesday.
Having finally made it up the climb to Lvers Hill, i then actually cycled right through the village. The term blink and you'll miss it takes on a new form.
diff --git a/jekyll/_posts/2006/2006-06-07-june-6th---lavers-hill-to-warrnambool.md b/jekyll/_posts/2006/2006-06-07-june-6th---lavers-hill-to-warrnambool.md
deleted file mode 100644
index 2c7a1d87..00000000
--- a/jekyll/_posts/2006/2006-06-07-june-6th---lavers-hill-to-warrnambool.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 6th - Lavers Hill to Warrnambool
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Wed Jun 07 03:58:00 IST 2006
----
-
Distance
Time
Overall Total
118 km
5h 30min
449 km
Stayed in the Lavern Hill Roadside Tavern. I do believe that this was the first and last, build your own hotel from flat pack wood beams and corrigated iron.
Got cracking at about 8am, and nearly froze to death on the decent from the lavern hills plateau.
After about 35 km, we hit the coast again near princetown, and the twelve apostles. Will let the images do the talking, and replace the 1000 words that i couldn't be bother writing. Just to say in summary, cool.
Having had no breakfast, i stopped in Port Campbell (50km) for an early lunch. The final 70km into warrnambool, initally runs along the coast, past the Bay of Martyrs and then turns inland. I got into a good rythem and made some good progress, making the this leg in about 3 hours.
diff --git a/jekyll/_posts/2006/2006-06-16-gmap-test.md b/jekyll/_posts/2006/2006-06-16-gmap-test.md
deleted file mode 100644
index c39be69c..00000000
--- a/jekyll/_posts/2006/2006-06-16-gmap-test.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: GMap Test
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Fri Jun 16 11:13:00 IST 2006
----
- type="text/javascript"> function map_details() { var map = new GMap(document.getElementById("google_map")); map.addControl(new GSmallMapControl()); map.centerAndZoom(new GPoint(-121.892195, 36.605451), 4); map.addOverlay(new GMarker(new GPoint(-121.892195, 36.605451))); map.addOverlay(new GMarker(new GPoint(-121.786022, 36.802739)));}
3rd Test
diff --git a/jekyll/_posts/2006/2006-06-16-june-10th---mt-gambier-to-naracoorte.md b/jekyll/_posts/2006/2006-06-16-june-10th---mt-gambier-to-naracoorte.md
deleted file mode 100644
index 9b7777aa..00000000
--- a/jekyll/_posts/2006/2006-06-16-june-10th---mt-gambier-to-naracoorte.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 10th - Mt Gambier to Naracoorte
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Fri Jun 16 10:42:00 IST 2006
----
-
Distance
Time
Overall Total
104 km
4h
763 km
Bit of a chilly night in Mt Gambier, but got a cool photo of the morning fog over the town.
And the auld triangle, went dingle dangle.. The bike is ready for the escape.
Not much happening on the road today, just farm land country side with the odd vineyard now and again. The first 50lm to penolq took about 2hours, but picked up a neat tail wind after lunch and did the final 50km in 1.5 hours.
Crashed in the local back packers in naracoorte. Am planning to take tomorrow off. World cup kick-off for england. Prize for the best comment "What crime would I get sent to jail for?"
diff --git a/jekyll/_posts/2006/2006-06-16-june-11th---naracoorte-caves.md b/jekyll/_posts/2006/2006-06-16-june-11th---naracoorte-caves.md
deleted file mode 100644
index 9eaed25b..00000000
--- a/jekyll/_posts/2006/2006-06-16-june-11th---naracoorte-caves.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 11th - Naracoorte Caves
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Fri Jun 16 10:47:00 IST 2006
----
-Naracoorte Caves are Southern Austalia's only world heritage listed site. They are located about 15km outside the town, and guided tours are available for all the main caves. By the last tour i didn't really care where staligtites or staligmiites grew from.
Also figure out today, that SA has a different timezone to victoria - 30mins difference FYI. I discovered this by being late for one of the tours, or was i early.
Back in town, most of the other people in the backpackers are working as fruit pickers down here for the year. Its the queens birthday bank holiday weekend here, so most don't have to work tomorrow. There was some good craic with a couple of slabs of beer and a massive open fire in the back yard of the hostel, any thing that wasn't bolted to the ground was fair game for the fire.
diff --git a/jekyll/_posts/2006/2006-06-16-june-12th---naracoorte-to-keith.md b/jekyll/_posts/2006/2006-06-16-june-12th---naracoorte-to-keith.md
deleted file mode 100644
index da7b777d..00000000
--- a/jekyll/_posts/2006/2006-06-16-june-12th---naracoorte-to-keith.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 12th - Naracoorte to Keith
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Fri Jun 16 10:48:00 IST 2006
----
-
Distance
Time
Overall Total
113 km
5h
876 km
Bit worse for wear this morning after watching the holland / serbia game, and having necked a few beers last night. The yard looks very clean this morning, but there was a dude looking for a pair or runners he'd left out. i'll let the other explain.
Sunny but cool morning pulling out of Naracoorte at about 10.30ish.
Boredom on wheels today. Field, car, field, cow, truck, field, vineyard, sheep, truck, cow, field, [randomly sequence for 100km and you get the picture].
Finally hit the town of Keith at about 4. Crash in the motel, then when out to jump on the socceroo's bandwangon which had happened to stop in the town for the Austalia v Japan game. I had to explain th offside rule to about 4 people, don;t think they'll ever really understand it. Anyway good result in the end.
diff --git a/jekyll/_posts/2006/2006-06-16-june-13th---keith-to-tintinara.md b/jekyll/_posts/2006/2006-06-16-june-13th---keith-to-tintinara.md
deleted file mode 100644
index 5ef8f27b..00000000
--- a/jekyll/_posts/2006/2006-06-16-june-13th---keith-to-tintinara.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 13th - Keith to Tintinara
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Fri Jun 16 10:52:00 IST 2006
----
-
Distance
Time
Overall Total
45 km
2h
921 km
You'd think the soccoroo's had won the friggin world world cup the way the morning tv shows and newspapers are going on.. bring on brazil.
Anyway, another long one planned for today, 120km upto Tailems Bend, so set off about 9.30. Pulled in after 40kms for an eleven o clock break in a small town called Tintinara.
Heuston we have a problem
About 4km outside to tintinara, i hear a ping, then a second ping - ping. Look down to see what the issue may be.
"We have serious mechanical difficulty - Heuston!!".
"Can you confirm the nature of the problem trek 1000".
"Yeah - well, it looks like four spokes in a row have broken, two are completly missing, and the other two are at very strange angles. The wheel not to be outdone has buckled so badly that its wedged itself into the frame"
I dismount and then have the persuade the wheel that it should go back towards its normal position. This involves holding the frame with my hands, and using my foot to apply pressure to the wheel. There were some weird looks from the passing cars as this operation took place.
Go the wheel moving again, kinda, and limped back to the town. Had just missed the only bus to adelaide, so just cut my losses and booked into the local motel to wait for tomorrows bus, and a decent bike shop in adelaide.
diff --git a/jekyll/_posts/2006/2006-06-16-june-14th---tintinara-to-adelaide.md b/jekyll/_posts/2006/2006-06-16-june-14th---tintinara-to-adelaide.md
deleted file mode 100644
index 71d6a7e0..00000000
--- a/jekyll/_posts/2006/2006-06-16-june-14th---tintinara-to-adelaide.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 14th - Tintinara to Adelaide
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Fri Jun 16 10:54:00 IST 2006
----
-
Distance
Time
Overall Total
0 km
0
921 km
The megaopolis that is tintinara. Facts
Tintinara will be 100 years old this year. Tintinara has a train line, but no train station. Tintinara has 4 vowels in its name.
Premier State Liner bus arrived in the dot at 12, and where on our way to adelaide.
Find a local bike store. Long and store the boys there will build a custom rear wheel, with a stronger rim and spokes - will have 24 hours. Will chill in adelaide for a couple of days.
diff --git a/jekyll/_posts/2006/2006-06-16-june-15th---adelaide-city.md b/jekyll/_posts/2006/2006-06-16-june-15th---adelaide-city.md
deleted file mode 100644
index 31547284..00000000
--- a/jekyll/_posts/2006/2006-06-16-june-15th---adelaide-city.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 15th - Adelaide City
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Fri Jun 16 10:56:00 IST 2006
----
-
Distance
Time
Overall Total
27 km
0
948 km
Collected the bike at mid afternoon and did a small tour around adelaide.
Good being back in city again, really like this place.
diff --git a/jekyll/_posts/2006/2006-06-16-june-16th---adelaide-hills.md b/jekyll/_posts/2006/2006-06-16-june-16th---adelaide-hills.md
deleted file mode 100644
index 9fd856d6..00000000
--- a/jekyll/_posts/2006/2006-06-16-june-16th---adelaide-hills.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 16th - Adelaide Hills
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Fri Jun 16 10:58:00 IST 2006
----
-
Distance
Time
Overall Total
62 km
3h
1010 km
Headed for the adelaide hills first thing this morning, a nice excuse to test the new rear wheel. I also replaced the chain, rear gear cogs and brake blocks. It's amazing how smooth the ride on the bike is now. The weather didn't help the view from the top.
Taken on the decent back into the city, glad i replace the brake blocks.
Once I was back in the city, i decided "forest gump" like to continue cycling, and had lunch on the beach near henley. It was tough having to sit in a pier, with warm sun and sound of waves as i ate my lunch.
For the stat's people, the polar heart rate/speed/altitude graph of todays ride.
The evening will be spent with luandry, blogging and figuring out a plan for what/where to do next week.
diff --git a/jekyll/_posts/2006/2006-06-16-june-8th---warrnambool-to-portland.md b/jekyll/_posts/2006/2006-06-16-june-8th---warrnambool-to-portland.md
deleted file mode 100644
index 75d19a24..00000000
--- a/jekyll/_posts/2006/2006-06-16-june-8th---warrnambool-to-portland.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 8th - Warrnambool to Portland
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Fri Jun 16 10:28:00 IST 2006
----
-
Distance
Time
Overall Total
125.74 km
5h 30min
554 km
Left Warnnambool, with clean laundry and a fixed the rear wheel (25 bucks).
Stopped in the "irish" town of Port Fairy. Fecking dub's, there everywhere.
Not much happening today, just cutting along through farm land. Hit the major town of portland. Its a big port and an aluminium plant, thats about as nice as i can be. well thats a bit harsh, nice chicken kiev and chips in the local hotel.
Did a side trip to cape nelson, to try and find some high point to the day. Schon.
diff --git a/jekyll/_posts/2006/2006-06-16-june-9th---portland-to-mt-gambier.md b/jekyll/_posts/2006/2006-06-16-june-9th---portland-to-mt-gambier.md
deleted file mode 100644
index 3fe216f4..00000000
--- a/jekyll/_posts/2006/2006-06-16-june-9th---portland-to-mt-gambier.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 9th - Portland to Mt Gambier
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Fri Jun 16 10:36:00 IST 2006
----
-
Distance
Time
Overall Total
105 km
5h
659 km
Pulled out of Portland at around 10, heading for Mt Gambier. The route cuts through forestry land. So had some scary moments, when triple trailer logging trucks zooming past.
The dark forces of mount boom are on the march again, they have destroyed the edges of fangorn forest. Will O'Connell save middle earth..
Just after this photo, i'm touring along down hill at about 35kmph. When i notice these 2 emu bird things, running along the other side of the road. So of course, have to race them.. 40kmph no hassel to them, i still reckon i can go quicker. Well a truck appears coming against our little drag race. I'm cool, thinking the emu's will turn right into the forest.. oh no, with about 100m between the truck and me, the two emu's make a massive left turn, and skip right across the road. I would have been the pin, in a game of truck emu bowling. Still reckon i was winning the race.
Loads of dead kangeroo's on the road side, the first couple surpised me, but after a while the smell gave them away. Goodbye Victoria, Hello Southern Australia.
Arrive in Mt Gambier, to find half of austalria has moved to this town for the bank holiday weekend. The usual lines of "did u not have a booking"? Well no.. Anyway, many people will have predicted this but i am staying in the local jail, but not at her majesties leisure. The old town jail has been converted to a hostel after it closed in 1995. I still reckon some of the inmates are hanging around, given the cut of them (kinda like that alien 2 movie).
So I'm determined to escape, so my brilliant plan was to trick the govener into giving me a key.. smart, I'm not a thick as i look. As phil linnot wrote "Tonight, there's going to be a jail break.." rock!!
diff --git a/jekyll/_posts/2006/2006-06-22-google-map.md b/jekyll/_posts/2006/2006-06-22-google-map.md
deleted file mode 100644
index 2974298e..00000000
--- a/jekyll/_posts/2006/2006-06-22-google-map.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: Google Map
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Thu Jun 22 08:16:00 IST 2006
----
-In case peoples geography isn't too good, the map above may help you track where i am and have been. Still a beta version. Off to sydney tomorrow on the train. Next updtae from the east coast.
diff --git a/jekyll/_posts/2006/2006-07-04-july-1st---newcastle.md b/jekyll/_posts/2006/2006-07-04-july-1st---newcastle.md
deleted file mode 100644
index 892e9ff0..00000000
--- a/jekyll/_posts/2006/2006-07-04-july-1st---newcastle.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 1st - Newcastle
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 04 07:01:00 IST 2006
----
-Great weather for chilling in newcastle. Will head inland into the great dividing range tomorrow for a few days, so recharging the batteries is a good idea.
Start of tour de france, maybe next year!!
diff --git a/jekyll/_posts/2006/2006-07-04-july-2nd---newcastle-to-gloucester.md b/jekyll/_posts/2006/2006-07-04-july-2nd---newcastle-to-gloucester.md
deleted file mode 100644
index 75ba52e0..00000000
--- a/jekyll/_posts/2006/2006-07-04-july-2nd---newcastle-to-gloucester.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 2nd - Newcastle to Gloucester
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 04 07:03:00 IST 2006
----
-
Distance
Overall Total
125 km
1324 km
Wayne, david, sven.. which one do you blame, or all of them. Herr Kinsmann better deliver the goods now. Bit pissed off that the "man u" ronaldo had to score the winner. Alle le bleu.
Getting out of newcastle on a sunday was good, since with three lane highways for the first 40km on the pacific highway. I reckon a monday morning would have seen me playing death cycling with large trucks.
Hit "The Buckets Way" which is another of these aussie road that seem flat, but have never ending slight rises and large decents. For a simple 150m climb, i had to accended over 800m today.
Yet again the navigator has under estimated the distances, we're going to have to review the staff profile.
diff --git a/jekyll/_posts/2006/2006-07-04-july-3rd---gloucester-to-nowendoc.md b/jekyll/_posts/2006/2006-07-04-july-3rd---gloucester-to-nowendoc.md
deleted file mode 100644
index 198a581e..00000000
--- a/jekyll/_posts/2006/2006-07-04-july-3rd---gloucester-to-nowendoc.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 3rd - Gloucester to Nowendoc
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 04 07:03:00 IST 2006
----
-
Distance
Overall Total
77 km
1401 km
The cycle book i'm using recommends traveling this stage in the opposite direction. Warning one. As quoted from the book, "the 6.4 km winding very steep descent", warning two. So of course i'm doing it against the grain - so the enjoyable downhill stage turns into a 7 hour slog with over 2000m climbing. You know its steep then the trucks are coming downhill at about 5kmph, and there are runoff ramps about every 1km.
Anyway - at the end of the day - it was all TOO EASY. The mountain was broken.
Nowendoc has about 4 buildings, a general store, a motel and two others that seems to be used by horses. The dude running the general store is a belfast man who came out here in 1961, had a good chat with him about ship building and other random things.
diff --git a/jekyll/_posts/2006/2006-07-04-june-18th---adelaide-to-cape-jervis.md b/jekyll/_posts/2006/2006-07-04-june-18th---adelaide-to-cape-jervis.md
deleted file mode 100644
index 9b1aefdd..00000000
--- a/jekyll/_posts/2006/2006-07-04-june-18th---adelaide-to-cape-jervis.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 18th - Adelaide to Cape Jervis
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 04 06:44:00 IST 2006
----
-
Distance
Time
Overall Total
113 km
4h 52m
1123 km
Started about 9am and meet a lot of sunday cycle groups leaving from adelaide for the hills as i made my way out of the city.
I worked my way down the feriuer penninsula
The sea link ferry covered the 12km strech between kangeroo island and the main land in 45 minutes.
Since i arrived at the ferry at 3, and the next sailing wasn't until 6, i was about i capture this neat sun set across st vincents bay.
A day had a couple of a small climbs, with the last 20km a constant rise. The decent to the ferry from 350m was quick.
diff --git a/jekyll/_posts/2006/2006-07-04-june-19th---kangaroo-island-cycle.md b/jekyll/_posts/2006/2006-07-04-june-19th---kangaroo-island-cycle.md
deleted file mode 100644
index e55d5448..00000000
--- a/jekyll/_posts/2006/2006-07-04-june-19th---kangaroo-island-cycle.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 19th - Kangaroo Island Cycle
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 04 06:48:00 IST 2006
----
-
Distance
Time
Overall Total
101 km
4h
1224 km
Another really well setup YHA hostel, just 5 mins from the port in penneshaw.
Having booked myself on a bus tour tomorrow, i took the bike and did some off road touring, around the davids penisula end of the island.
The dirt roads are fine to cycle on, but alot of concentration is need to avoid holes and stones. I found cycling in the middle of the road the best, as the road edges tended to contain patches of soft sand that the front wheel would stick in.
The town of penneshaw from above, with the main land in the back ground.
diff --git a/jekyll/_posts/2006/2006-07-04-june-20th---kangaroo-island-bus-tour.md b/jekyll/_posts/2006/2006-07-04-june-20th---kangaroo-island-bus-tour.md
deleted file mode 100644
index 46b677e7..00000000
--- a/jekyll/_posts/2006/2006-07-04-june-20th---kangaroo-island-bus-tour.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 20th - Kangaroo Island Bus Tour
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 04 06:51:00 IST 2006
----
-Seal Bay
Remarkable Rock
At last, they have found some thing that will fit on my head. Might be a bit heavy for the bike but..
Another cool aussie sun set
diff --git a/jekyll/_posts/2006/2006-07-04-june-21th---cape-jervis-to-adelaide.md b/jekyll/_posts/2006/2006-07-04-june-21th---cape-jervis-to-adelaide.md
deleted file mode 100644
index c35c0b44..00000000
--- a/jekyll/_posts/2006/2006-07-04-june-21th---cape-jervis-to-adelaide.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 21th - Cape Jervis to Adelaide
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 04 06:51:00 IST 2006
----
-
Distance
Time
Overall Total
101 km
4h
1224 km
Always going to a boring day with a return leg back to adelaide. Had to get the 8.30 ferry which was as choppy as the irish sea in winter. Was feeling a little bit green when we arrived.
A nasty 350m climb for the 5 km was tough, and not cleaning the chain after the dirty roads on monday was not the best idea. Had a strong head wind all the way, which made the going hard, and you know your up against it when you have to peddle to keep the bike going downhill.
diff --git a/jekyll/_posts/2006/2006-07-04-june-23th---adelaide-to-sydney.md b/jekyll/_posts/2006/2006-07-04-june-23th---adelaide-to-sydney.md
deleted file mode 100644
index 59a114dd..00000000
--- a/jekyll/_posts/2006/2006-07-04-june-23th---adelaide-to-sydney.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 23th - Adelaide to Sydney
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 04 06:53:00 IST 2006
----
-10.00am
Left adelaide on a 24 hour train journey to sydney.
4.00pm
I know why the train takes 24 hours, because its only going about 30kmph - i reckon i'd cycle quicker. Seems every OAP in austalia is afraid of flyling or else they gets a free ticket, because the average age on the train has to be in the triple figures. Train stops for a hour at broken hill, maybe there's a retirment village there.
7.00pm
Broken Hill - having been stuck on the train for 8 hours i was looking forward to this stop, to strech my legs for an hour. I was back in my seat after 15 minutes - absolutly NOTHING to do in this town.
23.00pm
Two dudes have got on from somewhere in the middle of nowhere. I now know how to track, kill and a render various native and ferial animals of the austalian outback. Seems shooting is the main leisure activity of the two dudes. Kangeroos, foxes, emu's, wild boars, rabbits, cats and many more animals are on the nightly hit list for these boys. Beers and four wheel drive vechicals are also needed.
00.43pm
All the beer has been drunk and the bar's closed. The track seems to have been built over every bump.
diff --git a/jekyll/_posts/2006/2006-07-04-june-24th---28th---sydney.md b/jekyll/_posts/2006/2006-07-04-june-24th---28th---sydney.md
deleted file mode 100644
index 44040697..00000000
--- a/jekyll/_posts/2006/2006-07-04-june-24th---28th---sydney.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 24th - 28th - Sydney
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 04 06:54:00 IST 2006
----
-June 24th - Sydney 1
Wake up about 7ish, with some auld dude snoring into my ear, an accidental of movement woken him - punk. So we seem to be close to sydney, i think we must be ahead of schedule. We hit the sydney subarbs and the train like slows to waking pace - completly ridiculose. The old dude has started snoring again,, get me of this train..
Eventually get into sydney main station. At last a proper city. Anyway, sort of somewhere to stay. Ireland play the aussies tonight, so arrange to meet a friend of my sisters. The irish mafia are everywhere. Watch the match in coogee, the bar has this special on once the game that all scooner beers are free until the first point is scored. We had a scare after 5 min when ireland looked liked kicking a point, but our man o'gara went for the line. Someone scores after about 15 mins, and ther must be about 20 beers of the table in front of us. Needless to say these where all drank, the result of the game was forgotten, and of course we have to head back into the city for some dodgy irish pub.
June 25th - Sydney 2
Think i got home about 4ish, with the biggest collection of aussie coins in my pockets that anyone has ever gathered.
I woke up about 4ish (pm). Small tour of the town, various promises of never drinking again.
diff --git a/jekyll/_posts/2006/2006-07-04-june-29th---sydney-to-kincumber.md b/jekyll/_posts/2006/2006-07-04-june-29th---sydney-to-kincumber.md
deleted file mode 100644
index 5d04e72b..00000000
--- a/jekyll/_posts/2006/2006-07-04-june-29th---sydney-to-kincumber.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 29th - Sydney to Kincumber
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 04 06:57:00 IST 2006
----
-
Distance
Overall Total
75 km
1299 km
Headed north out of sydney CBD, across the harbour bridge. Eventually find Manly beach and work my way up the coast, getting to Palm beach eventually.
Use the ferry to cross the channel. The late start and ferry delay, means i have to stop in Kilcumber to the night.
diff --git a/jekyll/_posts/2006/2006-07-04-june-30th---kincumber-to-newcastle.md b/jekyll/_posts/2006/2006-07-04-june-30th---kincumber-to-newcastle.md
deleted file mode 100644
index 20adcf9a..00000000
--- a/jekyll/_posts/2006/2006-07-04-june-30th---kincumber-to-newcastle.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: June 30th - Kincumber to Newcastle
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 04 06:59:00 IST 2006
----
-
Distance
Overall Total
90 km
1389 km
Headed towards avoca beach and hit the coast at tergial.
The pacific highway is fairly busy as it approaches newcastle. Get the first drops of rain as i approach swansea, decide to stop for lunch and let the weather pass.
The rain has stopped after lunch but the roads are wet and cold for the final 30km into newcastle. Find the YHA with no hassel.
Vince Golding the new owner of my trek fuel 90 mountain bike is from newcastle, had suggest checking out "The Brewrey". I confirmed that it this as its name suggest - have beer.
World cup quater finals, had a feeling the germany game would go to penalties. Didn't care about the other game, german will beat them in the semi either way.
diff --git a/jekyll/_posts/2006/2006-07-09-july-4th---nowendoc-to-walka.md b/jekyll/_posts/2006/2006-07-09-july-4th---nowendoc-to-walka.md
deleted file mode 100644
index 43fc8f17..00000000
--- a/jekyll/_posts/2006/2006-07-09-july-4th---nowendoc-to-walka.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 4th - Nowendoc to Walka
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Sun Jul 09 12:35:00 IST 2006
----
-
Distance
Overall Total
72 km
1473 km
Knew today would be easier after yesterdays climb, but the 70km was still fairly tough, with overcast and drizzly weather all the way.
diff --git a/jekyll/_posts/2006/2006-07-09-july-5th---walka-to-armindale.md b/jekyll/_posts/2006/2006-07-09-july-5th---walka-to-armindale.md
deleted file mode 100644
index 5e9616e7..00000000
--- a/jekyll/_posts/2006/2006-07-09-july-5th---walka-to-armindale.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 5th - Walka to Armindale
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Sun Jul 09 12:36:00 IST 2006
----
-
Distance
Overall Total
64 km
1537 km
Nice clear but cool weather for this easy stage to the main town of the highlands.
diff --git a/jekyll/_posts/2006/2006-07-09-july-6th---armindale-to-dorrigo.md b/jekyll/_posts/2006/2006-07-09-july-6th---armindale-to-dorrigo.md
deleted file mode 100644
index 139341cc..00000000
--- a/jekyll/_posts/2006/2006-07-09-july-6th---armindale-to-dorrigo.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 6th - Armindale to Dorrigo
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Sun Jul 09 12:37:00 IST 2006
----
-
Distance
Overall Total
124 km
1661 km
Another tough day heading back towards the coast. The locals in armindale reckon the road is flat, but a 2000m climb over the distance says there wrong.
diff --git a/jekyll/_posts/2006/2006-07-09-july-7th---dorrigo-to-grafton.md b/jekyll/_posts/2006/2006-07-09-july-7th---dorrigo-to-grafton.md
deleted file mode 100644
index cf2f2793..00000000
--- a/jekyll/_posts/2006/2006-07-09-july-7th---dorrigo-to-grafton.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 7th - Dorrigo to Grafton
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Sun Jul 09 12:37:00 IST 2006
----
-
Distance
Overall Total
124 km
1785 km
From dorrigo i can take an easy route to Coff Harbor, but being me i take more difficult route and head directly to Grafton, a descent which in fact involves more climbing. The first 20km are paved, but then we have 20km of dirt roads. Some dodgy downhill sections and slippy turns - TOO EASY. The last 10km to the main road, is a nice 700m drop on good roads, avaraged 40kmph on the drop.
Final 75km into grafton was bit of a pain, but the next two days will be easier.
diff --git a/jekyll/_posts/2006/2006-07-09-july-8th---grafton-to-woodburn.md b/jekyll/_posts/2006/2006-07-09-july-8th---grafton-to-woodburn.md
deleted file mode 100644
index ede63d35..00000000
--- a/jekyll/_posts/2006/2006-07-09-july-8th---grafton-to-woodburn.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 8th - Grafton to Woodburn
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Sun Jul 09 12:38:00 IST 2006
----
-
Distance
Overall Total
100 km
1885 km
Easy day following the clarence river as it heads east towards the coast.
diff --git a/jekyll/_posts/2006/2006-07-09-july-9th---woodburn-to-byron-bay.md b/jekyll/_posts/2006/2006-07-09-july-9th---woodburn-to-byron-bay.md
deleted file mode 100644
index f5c8f17e..00000000
--- a/jekyll/_posts/2006/2006-07-09-july-9th---woodburn-to-byron-bay.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 9th - Woodburn to Byron Bay
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Sun Jul 09 12:39:00 IST 2006
----
-
Distance
Overall Total
68 km
1953 km
Feeling good this morning, have to switch the rear tube, seems the valve has given up the goast. Hit Ballina after 1.5 hours, and have a nice ride along the coast into Byron.
Going to chill here for a few days, maybe try surfing.
diff --git a/jekyll/_posts/2006/2006-07-25-july-12th---byron-bay-to-murwillumbah.md b/jekyll/_posts/2006/2006-07-25-july-12th---byron-bay-to-murwillumbah.md
deleted file mode 100644
index 8c130f24..00000000
--- a/jekyll/_posts/2006/2006-07-25-july-12th---byron-bay-to-murwillumbah.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 12th - Byron Bay to Murwillumbah
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 25 04:12:00 IST 2006
----
-
Distance
Overall Total
82 km
2035 km
Easy enough day today cutting inland towards an acient volcano crater, the dirt road climb over the crater rim and descent was interesting. Mr Warning is the original centre of the volcano, and the only piece of rock that has not been eroided.
diff --git a/jekyll/_posts/2006/2006-07-25-july-13th---murwillumbah-to-north-tamborine.md b/jekyll/_posts/2006/2006-07-25-july-13th---murwillumbah-to-north-tamborine.md
deleted file mode 100644
index 9e56dc60..00000000
--- a/jekyll/_posts/2006/2006-07-25-july-13th---murwillumbah-to-north-tamborine.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: July 13th - Murwillumbah to North Tamborine
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Jul 25 04:13:00 IST 2006
----
-
Distance
Overall Total
112 km
2147 km
Mr Warning in the morning from Murwillumbah.
Started heading for Tweed Heads, and hit the gold coast. Followed the coast north passing through surfers paradise.
Headed for Mt Tamborine, some tough climbing but worth it for the views from the top. Stayed in a really nice cottage on Kidd lane in North Tamborine.
diff --git a/jekyll/_posts/2006/2006-07-25-july-14th---north-tamborine-to-ipswich.md b/jekyll/_posts/2006/2006-07-25-july-14th---north-tamborine-to-ipswich.md
deleted file mode 100644
index 0e371cf7..00000000
--- a/jekyll/_posts/2006/2006-07-25-july-14th---north-tamborine-to-ipswich.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 14th - North Tamborine to Ipswich
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 25 04:13:00 IST 2006
----
-
Distance
Overall Total
114 km
2261 km
Great start to the day dropping off the Mt Tamborine back to the lowlands. Stopped for lunch in the town of Beaudesert.
The final run into Ipswich was pain with tight, endulating roads with lots of city traffic.
Was passing this scrap yard, went this dog appears at my wheel, running along side and going mental. I unclipped one foot from the peddal in case the dog did anything and i had to stop. Seems to be going fine, near past this dogs patch, and its slowing down when the fucker makes a last effort and bits my leg - just a little scratch but still sore and some blood. Anyway the dog thinks its great now, and is on for more of this game.. I don't agree.. so the defensless leg thats been bitten, now turns into an offensive weapon. I flick the leg and get the heal to connect with the right ear area of the dogs head, he decided the game wasn't that much fun then..
Get into Ipswich and find Adam St, where Noel and Deirdre live.
diff --git a/jekyll/_posts/2006/2006-07-25-july-16th---ipswich-to-brisbane.md b/jekyll/_posts/2006/2006-07-25-july-16th---ipswich-to-brisbane.md
deleted file mode 100644
index c71c33a7..00000000
--- a/jekyll/_posts/2006/2006-07-25-july-16th---ipswich-to-brisbane.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 16th - Ipswich to Brisbane
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 25 04:18:00 IST 2006
----
-
Distance
Overall Total
45 km
2306 km
Easy 40km ride from ipswich into brisbane city centre.
diff --git a/jekyll/_posts/2006/2006-07-25-july-18th---brisbane-to-noosa.md b/jekyll/_posts/2006/2006-07-25-july-18th---brisbane-to-noosa.md
deleted file mode 100644
index e5b0a444..00000000
--- a/jekyll/_posts/2006/2006-07-25-july-18th---brisbane-to-noosa.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 18th - Brisbane to Noosa
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 25 04:19:00 IST 2006
----
-
Distance
Overall Total
142 km
2448 km
Bit of a long and boring day just getting out of Brisbane. Made some good progress on the motorway for 100km, then the last 40 beside the sea into Noosa.
diff --git a/jekyll/_posts/2006/2006-07-25-july-19th---noosa-to-gympie.md b/jekyll/_posts/2006/2006-07-25-july-19th---noosa-to-gympie.md
deleted file mode 100644
index 4608dbc2..00000000
--- a/jekyll/_posts/2006/2006-07-25-july-19th---noosa-to-gympie.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 19th - Noosa to Gympie
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 25 04:21:00 IST 2006
----
-
Distance
Overall Total
65 km
2513 km
I missed the bus to Steve Irwins "Zoo Australia", and since noosa seems to be as dead as a dodo at night time i said screw this and hit the road again. The legs didn't aggree with this decision, made really slow progress, so just called it a day in Gympie and crashed out.
diff --git a/jekyll/_posts/2006/2006-07-25-july-20th---gympie-to-hervey-bay.md b/jekyll/_posts/2006/2006-07-25-july-20th---gympie-to-hervey-bay.md
deleted file mode 100644
index 2d5c28a8..00000000
--- a/jekyll/_posts/2006/2006-07-25-july-20th---gympie-to-hervey-bay.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 20th - Gympie to Hervey Bay
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Jul 25 04:22:00 IST 2006
----
-
Distance
Overall Total
123 km
2636 km
Back into the sneaky undulating aussie country side, where its never actually flat, and there seems to be more rises than downhill sections. Got into Hervey Bay about 3ish, and stayed in the Koala hostel.
diff --git a/jekyll/_posts/2006/2006-08-07-july-21st---hervey-bay.md b/jekyll/_posts/2006/2006-08-07-july-21st---hervey-bay.md
deleted file mode 100644
index ea0e45de..00000000
--- a/jekyll/_posts/2006/2006-08-07-july-21st---hervey-bay.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 21st - Hervey Bay
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Mon Aug 07 03:48:00 IST 2006
----
-Signed up for a 3 day tour of Fraser Island, which will leave tomorrow. Fixed up a reservation for mmy bus north to airley beach, and a reservation on a sailing tour up there for Saturday week.
The afternoon was a meeting the tour group and sorting out food and camping gear. There are 4 germans [1 mann, 3 madchen], 3 english girls, a spanish couple and me. In total there are 5 groups of 11 going from the hostel.
diff --git a/jekyll/_posts/2006/2006-08-07-july-22-23-24th---fraser-island.md b/jekyll/_posts/2006/2006-08-07-july-22-23-24th---fraser-island.md
deleted file mode 100644
index aa2fcc74..00000000
--- a/jekyll/_posts/2006/2006-08-07-july-22-23-24th---fraser-island.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 22-23-24th - Fraser Island
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Mon Aug 07 03:49:00 IST 2006
----
- July 22nd
Up at frigging 5.45am to start the packing of the jeeps and more information on driving etc. Eventually get going at about 8.30, and get the ferry to island at 9.30.
Cool star gazing and saw about 8 shooting stars.
July 23rd Up early to see the moring sunrise. Hit Indian Head, Champange Pools, Ely creek.
Shitty rainy weather in the camping ground, but we strung up the ground sheets as roof covers and most people got comfortable.
July 24th Went to Raindow gourge, some more lakes. Back to the main land at 3.30. Completly wrecked
diff --git a/jekyll/_posts/2006/2006-08-07-july-25th---hervey-bay.md b/jekyll/_posts/2006/2006-08-07-july-25th---hervey-bay.md
deleted file mode 100644
index 1f6f5b12..00000000
--- a/jekyll/_posts/2006/2006-08-07-july-25th---hervey-bay.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 25th - Hervey Bay
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Mon Aug 07 03:49:00 IST 2006
----
-Three days stuck on an island with a small day pack, no showers and no real change of clothes, some washing is need. So body and clothes are all fully recovered and washed after the last few days.
Will book a flight back to melbourne, and kill some time before the night bus leave at 21.00 this evening.
diff --git a/jekyll/_posts/2006/2006-08-08-july-26th---prosperine.md b/jekyll/_posts/2006/2006-08-08-july-26th---prosperine.md
deleted file mode 100644
index fac2c84e..00000000
--- a/jekyll/_posts/2006/2006-08-08-july-26th---prosperine.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 26th - Prosperine
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Aug 08 01:52:00 IST 2006
----
-
Distance
Overall Total
45 km
2681 km
The overnight bus was better than expected, i actually got some sleep between the various stops and the driver not going slower than 100kmph.
diff --git a/jekyll/_posts/2006/2006-08-08-july-27th---prosperine-to-airley-beach.md b/jekyll/_posts/2006/2006-08-08-july-27th---prosperine-to-airley-beach.md
deleted file mode 100644
index 6b40bef0..00000000
--- a/jekyll/_posts/2006/2006-08-08-july-27th---prosperine-to-airley-beach.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 27th - Prosperine to Airley Beach
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Aug 08 02:01:00 IST 2006
----
-
Distance
Overall Total
52km
2733 km
Easy ride out to airley beach, and a side trip to shute haven beach.
diff --git a/jekyll/_posts/2006/2006-08-08-july-29th---aug-1st---whitsunday-islands.md b/jekyll/_posts/2006/2006-08-08-july-29th---aug-1st---whitsunday-islands.md
deleted file mode 100644
index f789dc7b..00000000
--- a/jekyll/_posts/2006/2006-08-08-july-29th---aug-1st---whitsunday-islands.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: July 29th - Aug 1st - Whitsunday Islands
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Tue Aug 08 06:20:00 IST 2006
----
-WhitSunday Islands
July 29th
July 30th
Spot the two typo's.
July 31st
Aug 1st
diff --git a/jekyll/_posts/2006/2006-08-26-the-final-trip.md b/jekyll/_posts/2006/2006-08-26-the-final-trip.md
deleted file mode 100644
index acf2bbb5..00000000
--- a/jekyll/_posts/2006/2006-08-26-the-final-trip.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: The final trip
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Sat Aug 26 12:30:00 IST 2006
----
-The last of the pic's of the aussie outback, taken from about 10,000m.
diff --git a/jekyll/_posts/2006/2006-08-26-the-story-of-the-stolen-bike.md b/jekyll/_posts/2006/2006-08-26-the-story-of-the-stolen-bike.md
deleted file mode 100644
index a384c85f..00000000
--- a/jekyll/_posts/2006/2006-08-26-the-story-of-the-stolen-bike.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: The story of the stolen bike
-
-category: blogger
-tags: [2006]
-# Pulled from Blogger. Last updated there on: Sat Aug 26 12:26:00 IST 2006
----
-Some mo-fo in sydney nicked my racer, when it was locked to a lamp-post, this caused a number of days of mass depression. Had to sort out a new set of wheels, and here's the first picture. No specialised rubbish on this trip!!
diff --git a/jekyll/_posts/2007/2007-06-06-jmockit.md b/jekyll/_posts/2007/2007-06-06-jmockit.md
deleted file mode 100644
index f9f2fe48..00000000
--- a/jekyll/_posts/2007/2007-06-06-jmockit.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: JMockit
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Jun 06 14:27:00 IST 2007
----
-The business class we want to test
package emeraldjava.jmockit;
/** * Service. */ public class Service {
public boolean doBusinessWork() throws Exception { Workflow workflow = new Workflow(); if(workflow.startProcess()==1) return true; else return false; }
}
The object used by the service class
package emeraldjava.jmockit;
public class Workflow {
public long startProcess() throws Exception { return 1; }
public void test() throws Exception { Service service = new Service(); assertEquals("",true,service.doBusinessWork()); }
public void test2() throws Exception { Service service = new Service();
Mockit.redefineMethods(Workflow.class, new Object() { public long startProcess() { return 2; } }); assertEquals("",false,service.doBusinessWork()); }
public static class WorkflowMock { public long startProcess() throws Exception { throw new Exception(); } }
public void test3() { Service service = new Service(); Mockit.redefineMethods(Workflow.class, WorkflowMock.class);
try { service.doBusinessWork(); } catch(Exception e) { assertNotNull("Exception thrown",e); } } }
diff --git a/jekyll/_posts/2007/2007-06-09-blogger-&-google-code-prettify.md b/jekyll/_posts/2007/2007-06-09-blogger-&-google-code-prettify.md
deleted file mode 100644
index 90efd062..00000000
--- a/jekyll/_posts/2007/2007-06-09-blogger-&-google-code-prettify.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Blogger & Google Code Prettify
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sat Jun 09 12:24:00 IST 2007
----
-I wanted to improve the look of my java source code examples that i have in my blog posts. I came across the google-code-prettify project. The main hassel is the java script and css files need to be included in the blog template. A bit of investigation and i noticed i could link the two required files from the project web site. [Granted, if they change the location of the files we're screwed.]
The complete css src file path : http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css
3: Update the blog template to call the prettyPrint() function when loaded.
In the blog template file add the call to the prettyPrint() function to the body onload tag.
<body onload="prettyPrint();">
4: Use the prettyprint command in your blog post.
<pre class="prettyprint" id="xml"> your code <pre>
Links
Duffblog 2.0: Google Code Prettify
diff --git a/jekyll/_posts/2007/2007-06-10-blogger-with-google-analytics-&-sitemap.md b/jekyll/_posts/2007/2007-06-10-blogger-with-google-analytics-&-sitemap.md
deleted file mode 100644
index df6169dd..00000000
--- a/jekyll/_posts/2007/2007-06-10-blogger-with-google-analytics-&-sitemap.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Blogger with Google Analytics & Sitemap
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sun Jun 10 13:39:00 IST 2007
----
-Just a couple of quick links to two tutorials on setting your blog (or any website) up with statistics and indexing.
To ensure that the context of your site is index for the google search engine you should follow the Blogger and Sitemap tutorial, which uses the Google SiteMap.
diff --git a/jekyll/_posts/2007/2007-06-14-jmockit---non-public-mock-class.md b/jekyll/_posts/2007/2007-06-14-jmockit---non-public-mock-class.md
deleted file mode 100644
index 82df1b7e..00000000
--- a/jekyll/_posts/2007/2007-06-14-jmockit---non-public-mock-class.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: JMockit Non-public mock class
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Jun 14 13:31:00 IST 2007
----
-Running a simple unit test, with the 'new Object()' syntax.
public void test() { Mockit.redefineMethods(emeraldjava.impl.ApplicationCase.class, new Object() { public void method() { System.out.println("JMocked"); } }); } ApplicationCaseTest appCase = new ApplicationCaseTest(getName()); assert(appCase.method(),..); }
I got this error.
java.lang.IllegalArgumentException: Non-public mock class at mockit.Mockit.collectMockMethods(Mockit.java:182) at mockit.Mockit.redefineMethods(Mockit.java:170) at mockit.Mockit.redefineMethods(Mockit.java:124) at emerabldjava.workflow.ClaimIntakeTest.test2(ClaimIntakeTest.java:92) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at junit.framework.TestCase.runTest(TestCase.java:166) at junit.framework.TestCase.runBare(TestCase.java:140) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:131) at junit.framework.TestSuite.runTest(TestSuite.java:173) at junit.framework.TestSuite.run(TestSuite.java:168) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
Solution
Use an named class
public Test extends TestCase {
public class AppMock { public void method() { System.out.println("JMocked"); } }
public void test() throws AppException, InformationalException, ClassNotFoundException { Mockit.redefineMethods(emeraldjava.impl.ApplicationCase.class, new AppMock()); UICApplicationCaseTest appCase = new UICApplicationCaseTest(getName()); assert(appCase.method(),..); } }
diff --git a/jekyll/_posts/2007/2007-07-10-when-to-use-${basedir}-with-ant.md b/jekyll/_posts/2007/2007-07-10-when-to-use-${basedir}-with-ant.md
deleted file mode 100644
index 9a9f5ce4..00000000
--- a/jekyll/_posts/2007/2007-07-10-when-to-use-${basedir}-with-ant.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: When to use ${basedir} with ANT
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Jul 10 15:40:00 IST 2007
----
-List details of when ANT basedir should be used.
ANT 2
diff --git a/jekyll/_posts/2007/2007-07-13-extending-ant-junittask.md b/jekyll/_posts/2007/2007-07-13-extending-ant-junittask.md
deleted file mode 100644
index 13a56730..00000000
--- a/jekyll/_posts/2007/2007-07-13-extending-ant-junittask.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Extending ANT JUnitTask
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Jul 13 15:18:00 IST 2007
----
-I needed to run the JUnitTask from code (since i needed to create a custom FileSet for the BatchTest). I started out with a plan Task, but while the code below runs the classpath details that the task uses are incorrect.
I wanted to avoid having to set the classpath in code, so i took another aproach to the issue. I decided my Task would extend from the JUnitTask, this allows me to keep that majority of the task config in xml, and reuse the default handling of classpaths and jvm args.
public class JunitTestExistsTask extends JUnitTask {
/** * Add the test files to a BatchTest and start the JUnit process. * @throws BuildException */ private void runAntJUnitTests() throws BuildException { try { BatchTest batchtest = super.createBatchTest(); File results = new File(getProject().getProperty("dir.test.results"));
diff --git a/jekyll/_posts/2007/2007-07-13-google-syntax-highlighter.md b/jekyll/_posts/2007/2007-07-13-google-syntax-highlighter.md
deleted file mode 100644
index 79cab8f7..00000000
--- a/jekyll/_posts/2007/2007-07-13-google-syntax-highlighter.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Google Syntax Highlighter
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Jul 13 15:52:00 IST 2007
----
-I'm just going to outline the three steps that are needed to enable the google syntax highlighter within blogger.com sites. A patched version of the 'shCore.js' script has been made available by Wctang, which corrects Issue 18 : Syntaxhighlighter doesn't work on blogger.com. In your template file
1 : Reference the wctang 'shCore.js'
2: Reference the 'svn/tags/1.5.0' version of the code scripts.
3 : Don't reference the 'SyntaxHighlighter.css'.
The '.dp-highlighter .tools' section needs to be patched to enable the syntax high lighter in firefox. Copy the content of the 'SyntaxHighlighter.css' to your template file, and make sure to update the correct section.
diff --git a/jekyll/_posts/2007/2007-07-25-java-lang-illegalaccesserror--tried-to-access-method-junit-framework-testcase-()v.md b/jekyll/_posts/2007/2007-07-25-java-lang-illegalaccesserror--tried-to-access-method-junit-framework-testcase-()v.md
deleted file mode 100644
index 296cda2d..00000000
--- a/jekyll/_posts/2007/2007-07-25-java-lang-illegalaccesserror--tried-to-access-method-junit-framework-testcase-()v.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: java.lang.IllegalAccessError - tried to access method junit.framework.TestCase.()V
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Jul 25 16:37:00 IST 2007
----
-Seems this error happens when running ANT 1.7 and JUnit 3.8.1. The quick solution is upgrade junit to 3.8.X.
The cause as i can make out at this time is this. The junit task in the ant script forks a new jvm which creates a new classloader, this correctly picks up the junit 3.7.1 jar. Between 3.7 and 3.8.1 junit changed the default method name for getting the test name, from name() to getName(). ANT 1.7 in this case, first checks the junit version and then attempts to use reflection to call the correct test name method, but since the Task class has a protected constuctor method and there is a new classloader this IllegalAccessError is thrown.
The method name change is correct, the reflection stuff is correct but the classloader stuff is probally smack.
C:\Develop\UIClaims50_PeriodicBuilder\UI\UITools\components\cruisecontrol\projects\build-ant.xml:94: The following error occurred while executing this line: C:\Develop\UIClaims50_PeriodicBuilder\UI\EJBServer\ant\uiclaims.junit.xml:43: java.lang.IllegalAccessError: tried to access method junit.framework.TestCase.()V from class org.apache.tools.ant.taskdefs.optional.junit.JUnitTaskMirrorImpl$VmExitErrorTest at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor170.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) ... at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104) Caused by: C:\Develop\UIClaims50_PeriodicBuilder\UI\EJBServer\ant\uiclaims.junit.xml:43: java.lang.IllegalAccessError: tried to access method junit.framework.TestCase.()V from class org.apache.tools.ant.taskdefs.optional.junit.JUnitTaskMirrorImpl$VmExitErrorTest at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:115) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.Target.performTasks(Target.java:385) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) at org.apache.tools.ant.Project.executeTargets(Project.java:1181) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) ... 16 more Caused by: java.lang.IllegalAccessError: tried to access method junit.framework.TestCase.()V from class org.apache.tools.ant.taskdefs.optional.junit.JUnitTaskMirrorImpl$VmExitErrorTest at org.apache.tools.ant.taskdefs.optional.junit.JUnitTaskMirrorImpl$VmExitErrorTest.(JUnitTaskMirrorImpl.java:80) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTaskMirrorImpl.addVmExit(JUnitTaskMirrorImpl.java:55) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.logVmExit(JUnitTask.java:1446)
diff --git a/jekyll/_posts/2007/2007-09-21-java-persistence-api.md b/jekyll/_posts/2007/2007-09-21-java-persistence-api.md
deleted file mode 100644
index 9ef5f126..00000000
--- a/jekyll/_posts/2007/2007-09-21-java-persistence-api.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Java Persistence API
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Sep 21 18:03:00 IST 2007
----
-Java Persistence API
Trying to get JPA and derby working together with jdk 5 SE.
Hibernate as JPA provider
diff --git a/jekyll/_posts/2007/2007-11-09-maven-outofmemory.md b/jekyll/_posts/2007/2007-11-09-maven-outofmemory.md
deleted file mode 100644
index b88affc7..00000000
--- a/jekyll/_posts/2007/2007-11-09-maven-outofmemory.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Maven OutOfMemory
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Nov 09 10:42:00 GMT 2007
----
-
[javac] The system is out of resources. [javac] Consult the following stack trace for details. [javac] java.lang.OutOfMemoryError [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------
The solution : MAVEN_OPTS=-Xmx512m
diff --git a/jekyll/_posts/2007/2007-11-09-maven.md b/jekyll/_posts/2007/2007-11-09-maven.md
deleted file mode 100644
index 850f932d..00000000
--- a/jekyll/_posts/2007/2007-11-09-maven.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Maven
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Nov 09 10:24:00 GMT 2007
----
-Cannot find lifecycle mapping for packaging:
Embedded error: The following error occurred while executing this line: C:\dev\CoreDev5.7.1\build_libs.xml:1124: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK
add this property before the ant-task
<property name="build.compiler" value ="extJavac"/>
diff --git a/jekyll/_posts/2007/2007-12-08-ssh-access-to-joyent.md b/jekyll/_posts/2007/2007-12-08-ssh-access-to-joyent.md
deleted file mode 100644
index 757a6f3f..00000000
--- a/jekyll/_posts/2007/2007-12-08-ssh-access-to-joyent.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: SSH access to Joyent
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sat Dec 08 18:12:00 GMT 2007
----
-This hopefully the first of a few posts on the general topic of Facebook application development with Java using the free hosting provided by Joyent.
I've setup cygwin for remote access to my joyent account. I followed this tutorial to configure SSH with no password to ease the hassel of logging into the server.
diff --git a/jekyll/_posts/2007/2007-12-09-sunday-dec-7th-2007.md b/jekyll/_posts/2007/2007-12-09-sunday-dec-7th-2007.md
deleted file mode 100644
index 367ef63c..00000000
--- a/jekyll/_posts/2007/2007-12-09-sunday-dec-7th-2007.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Sunday Dec 7th 2007
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sun Dec 09 13:55:00 GMT 2007
----
-Naas - Ballymore - Blessinton - Eadestown - Kill - Naas.
View Larger Map
diff --git a/jekyll/_posts/2007/2007-12-11-rss-widget.md b/jekyll/_posts/2007/2007-12-11-rss-widget.md
deleted file mode 100644
index d74bee3f..00000000
--- a/jekyll/_posts/2007/2007-12-11-rss-widget.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: RSS Widget
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Dec 11 08:54:00 GMT 2007
----
-WidgetBox RSS
</pre>
diff --git a/jekyll/_posts/2007/2007-12-16-sunday-14th-dec-2007.md b/jekyll/_posts/2007/2007-12-16-sunday-14th-dec-2007.md
deleted file mode 100644
index 39db3bec..00000000
--- a/jekyll/_posts/2007/2007-12-16-sunday-14th-dec-2007.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Sunday 14th Dec 2007
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sun Dec 16 16:00:00 GMT 2007
----
-
diff --git a/jekyll/_posts/2007/2007-12-18-eclipse-wtp-&-maven.md b/jekyll/_posts/2007/2007-12-18-eclipse-wtp-&-maven.md
deleted file mode 100644
index 656bb9a9..00000000
--- a/jekyll/_posts/2007/2007-12-18-eclipse-wtp-&-maven.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Eclipse WTP & Maven
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Dec 18 09:45:00 GMT 2007
----
-Some details on setting up Eclipse WTP and Maven Configure Eclipse 3.3 + WTP + Maven and an older link Eclipse WTP 1.5 and Maven …. This is Inform IT : Organizing Your Eclipse Web Tools Platform Development Project.
diff --git a/jekyll/_posts/2007/2007-12-18-maven-install.md b/jekyll/_posts/2007/2007-12-18-maven-install.md
deleted file mode 100644
index 9103811a..00000000
--- a/jekyll/_posts/2007/2007-12-18-maven-install.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Maven Install
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Dec 18 11:05:00 GMT 2007
----
-mvn install:install-file -Dfile= -DgroupId= -DartifactId= -Dversion= -Dpackaging= -DgeneratePom=true
Where: the path to the file to load the group that the file should be registered under the artifact name for the file the version of the file the packaging of the file e.g. jar
void setMappingDirectoryLocations(Resource[] mappingDirectoryLocations) Set locations of directories that contain Hibernate mapping resources, like "WEB-INF/mappings". void setMappingJarLocations(Resource[] mappingJarLocations) Set locations of jar files that contain Hibernate mapping resources, like "WEB-INF/lib/example.hbm.jar". void setMappingLocations(Resource[] mappingLocations) Set locations of Hibernate mapping files, for example as classpath resource "classpath:example.hbm.xml". void setMappingResources(String[] mappingResources) Set Hibernate mapping resources to be found in the class path, like " example.hbm.xml" or "mypackage/example.hbm.xml".
http://www.codingforums.com/showthread.php?t=19947
diff --git a/jekyll/_posts/2008/2008-01-26-eclipse-ini.md b/jekyll/_posts/2008/2008-01-26-eclipse-ini.md
deleted file mode 100644
index d2a29abf..00000000
--- a/jekyll/_posts/2008/2008-01-26-eclipse-ini.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: eclipse.ini
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sat Jan 26 11:05:00 GMT 2008
----
-This is my current eclipse ini config.
More on eclipse memory settings
diff --git a/jekyll/_posts/2008/2008-02-05-ntlm-with-firefox.md b/jekyll/_posts/2008/2008-02-05-ntlm-with-firefox.md
deleted file mode 100644
index 81cc528b..00000000
--- a/jekyll/_posts/2008/2008-02-05-ntlm-with-firefox.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: NTLM with Firefox
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Feb 05 14:18:00 GMT 2008
----
-Here are the steps to make sure Firefox supports NTML authentication:
Type "about:config" in the address bar,
In the Filter, type in "ntlm". This should make the "network.automatic-ntlm-auth.trusted-uris" property appear,
Add ".you.required.url"
It should allow you to use Firefox to access the service.
diff --git a/jekyll/_posts/2008/2008-02-06-svn-relocate-command.md b/jekyll/_posts/2008/2008-02-06-svn-relocate-command.md
deleted file mode 100644
index 3b022a53..00000000
--- a/jekyll/_posts/2008/2008-02-06-svn-relocate-command.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: SVN relocate command
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Feb 06 09:20:00 GMT 2008
----
-set SVN_PATH=%1 echo Running SVN switch on project %SVN_PATH% ... svn switch --relocate svn://proddev02/%SVN_PATH% http://proddev-svn/svn/xxxx/%SVN_PATH% --username xxxx --password xxxx --non-interactive
diff --git a/jekyll/_posts/2008/2008-02-08-abstracttransactionaldatasourcespringcontexttests.md b/jekyll/_posts/2008/2008-02-08-abstracttransactionaldatasourcespringcontexttests.md
deleted file mode 100644
index 2cd20ed6..00000000
--- a/jekyll/_posts/2008/2008-02-08-abstracttransactionaldatasourcespringcontexttests.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: AbstractTransactionalDataSourceSpringContextTests
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Feb 08 17:03:00 GMT 2008
----
-http://forum.springframework.org/archive/index.php/t-27575.html
http://forum.springframework.org/archive/index.php/t-34160.html
diff --git a/jekyll/_posts/2008/2008-02-09-saturday-9th-feb-2008.md b/jekyll/_posts/2008/2008-02-09-saturday-9th-feb-2008.md
deleted file mode 100644
index 7558bf7d..00000000
--- a/jekyll/_posts/2008/2008-02-09-saturday-9th-feb-2008.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Saturday 9th Feb 2008
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sat Feb 09 15:13:00 GMT 2008
----
- HC - Glencullen - Kilmalin - Rossbrook - HC
View Larger Map
diff --git a/jekyll/_posts/2008/2008-02-11-baretail.md b/jekyll/_posts/2008/2008-02-11-baretail.md
deleted file mode 100644
index c02fae3c..00000000
--- a/jekyll/_posts/2008/2008-02-11-baretail.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Baretail
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Feb 11 10:32:00 GMT 2008
----
-A free real-time log file monitoring tool
private SVNRepository createSVNRepository() { SVNRepository repository = null; try { /* * Creates an instance of SVNRepository to work with the repository. * All user's requests to the repository are relative to the * repository location used to create this SVNRepository. * SVNURL is a wrapper for URL strings that refer to repository locations. */ repository = SVNRepositoryFactory.create(SVNURL.parseURIEncoded(url)); } catch (SVNException svne) { /* * Perhaps a malformed URL is the cause of this exception */ System.err .println("error while creating an SVNRepository for the location '" + url + "': " + svne.getMessage()); System.exit(1); }
private static void setupLibrary() { /* * For using over http:// and https:// */ DAVRepositoryFactory.setup(); /* * For using over svn:// and svn+xxx:// */ //SVNRepositoryFactoryImpl.setup();
/* * For using over file:/// */ FSRepositoryFactory.setup(); }
/** * @param args */ public static void main(String[] args) { setupLibrary(); new FileSvnInfo(); } }
diff --git a/jekyll/_posts/2008/2008-02-18-sunday-17th-feb.md b/jekyll/_posts/2008/2008-02-18-sunday-17th-feb.md
deleted file mode 100644
index ae55ed69..00000000
--- a/jekyll/_posts/2008/2008-02-18-sunday-17th-feb.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Sunday 17th Feb
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Feb 18 09:16:00 GMT 2008
----
-Naas - Kill - Brittas - NewTownMountKennedy - Blessinton - Naas [45km]
View Larger Map
diff --git a/jekyll/_posts/2008/2008-02-24-initialising-an-empty-arraylist.md b/jekyll/_posts/2008/2008-02-24-initialising-an-empty-arraylist.md
deleted file mode 100644
index a3074722..00000000
--- a/jekyll/_posts/2008/2008-02-24-initialising-an-empty-arraylist.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Initialising an empty arraylist
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sun Feb 24 19:26:00 GMT 2008
----
- http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4476673
List l = new ArrayList(Collections.nCopies(n, null));
diff --git a/jekyll/_posts/2008/2008-03-11-the-open-closed-principle.md b/jekyll/_posts/2008/2008-03-11-the-open-closed-principle.md
deleted file mode 100644
index ec59bbb1..00000000
--- a/jekyll/_posts/2008/2008-03-11-the-open-closed-principle.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: The Open Closed Principle
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Mar 11 11:41:00 GMT 2008
----
-The Open Closed Principle says that you should design modules that never change. When requirements change, you extend the behavior of such modules by adding new code, not by changing old code that already works.
diff --git a/jekyll/_posts/2008/2008-03-12-hangman-with-generics.md b/jekyll/_posts/2008/2008-03-12-hangman-with-generics.md
deleted file mode 100644
index 6f0ff6cd..00000000
--- a/jekyll/_posts/2008/2008-03-12-hangman-with-generics.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Hangman with Generics
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Mar 12 13:15:00 GMT 2008
----
-I'm implementing a hangman game, which uses a HashMap to store a character and result of the character guess.
public abstract class Guess{}
public class CorrectGuess extends Guess{}
public class FailedGuess extends Guess{}
public class Hangman { private Map<Character,Guess> state = new HashMap<Character,Guess>(); }
I want to be able to get a list of the various correct and failed guesses, so the details can be displayed.
The nasty solution i've currently got is to use "instanceof", but i feel this misses the point of using generics.
// the calling code looks something like void display() { hangmanDisplay.display(getFailedGuesses()); consoleDisplay.display(getCorrectGuesses()); }
public List<CorrectGuess> getCorrectGuesses() { List<CorrectGuess> list = new ArrayList<CorrectGuess>(secret.length()); for(Iterator iterator = state.values().iterator();iterator.hasNext();) { Guess guess = (Guess) iterator.next(); if(guess instanceof CorrectGuess) list.add((CorrectGuess)guess); } return list; }
public List<FailedGuess> getFailedGuesses() {...}
I want to be able to use the generic parameter type to control what is added to the list.
// the calling code would then look something like void display() { hangmanDisplay.display(getGuesses(new ArrayList<FailedGuess>())); consoleDisplay.display(getGuesses(new ArrayList<CorrectGuess>()); }
/** * get all values of generic parameter type T in the HashSet and add to the list. */ public void getGuesses(List<? super Guess> list) { state,values().iterator(); // how can i compare the type thats in the iterator.next() with the type defined by T in the input parameter? }
diff --git a/jekyll/_posts/2008/2008-03-12-java-generics.md b/jekyll/_posts/2008/2008-03-12-java-generics.md
deleted file mode 100644
index 188ebb4d..00000000
--- a/jekyll/_posts/2008/2008-03-12-java-generics.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-
-title: Java Generics
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Mar 12 12:57:00 GMT 2008
----
-I think the The Craftsman 44: Java Generics 2 gives the best exaplaination on when to use extends or super when defining Generics.
Basically use
you can widen the type of a list by using ? extends X, only if you plan on reading from that list
and
If you plan on writing to that list, use super X>
diff --git a/jekyll/_posts/2008/2008-03-17-monday-17th-march-2008.md b/jekyll/_posts/2008/2008-03-17-monday-17th-march-2008.md
deleted file mode 100644
index 49074c70..00000000
--- a/jekyll/_posts/2008/2008-03-17-monday-17th-march-2008.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Monday 17th March 2008
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Mar 17 19:18:00 GMT 2008
----
-St Paddy's Day - 3 hours, 65km
diff --git a/jekyll/_posts/2008/2008-04-07-display-web-request-attributes-and-parameters.md b/jekyll/_posts/2008/2008-04-07-display-web-request-attributes-and-parameters.md
deleted file mode 100644
index 3d75e1c7..00000000
--- a/jekyll/_posts/2008/2008-04-07-display-web-request-attributes-and-parameters.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Display web request attributes and parameters
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Apr 07 12:02:00 IST 2008
----
-To display the list of attributes and parameters that are linked to a http request in a jsp page.
_____________________________________________ From: O'Connell, Paul Sent: 07 April 2008 11:21 To: 'paultoconnell.emeraldjava@blogger.com' Cc: 'paul.t.oconnell@gmail.com'; O'Connell, Paul Subject: <jsp:include ..?> use <c:import url=""/>
Either a properties file, or BOTH input file(s) and output directory, or all three arguments must be specified.
Unable to run beandoc tool; org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processor' defined in class path resource [org/springframework/beandoc/client/beandoc.xml]: Invocation of init method failed; nested exception is org.springframework.beandoc.BeanDocException: No input files provided
Caused by: org.springframework.beandoc.BeanDocException: No input files provided at org.springframework.beandoc.DefaultContextProcessor.afterPropertiesSet(DefaultContextProcessor.java:1110) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1198)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1167)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:427)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) at org.springframework.beandoc.client.BeanDocClient.main(BeanDocClient.java:176)
XALAN Issue
Warning: at xsl:stylesheet on line 26 of jar:file:/C:/tools/spring-beandoc-0.8.1/lib/spring-beandoc-0.8.1.jar!/org/springframework/beandoc/output/stylesheets/:
Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
WARNING: Problem attempting to create [C:\dev\RCMS 3.0\RCMS\beandoc\action-servlet.xml.png] from dot file [C:\dev\RCMS 3.0\RCMS\beandoc\action-servlet.xml.dot]; CreateProcess: C:\tools\graphviz-2.16\bin\dot.exe -Tpng "-oC:\dev\RCMS 3.0\RCMS\beandoc\action-servlet.xml.png" "C:\dev\RCMS 3.0\RCMS\beandoc\action-servlet.xml.dot" error=14001
diff --git a/jekyll/_posts/2008/2008-04-21-spring-mvc---dispatchservlet-config.md b/jekyll/_posts/2008/2008-04-21-spring-mvc---dispatchservlet-config.md
deleted file mode 100644
index dbf120ea..00000000
--- a/jekyll/_posts/2008/2008-04-21-spring-mvc---dispatchservlet-config.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Spring MVC - DispatchServlet config
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Apr 21 15:59:00 IST 2008
----
-
web.xml
// Spring IOC config <context-param> <param-name>contextConfigLocation</param-name> <param-value>/WEB-INF/applicationContext-*.xml</param-value> </context-param>
// Spring MVC config <servlet> <servlet-name>action</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class> <load-on-startup>2</load-on-startup> </servlet>
diff --git a/jekyll/_posts/2008/2008-04-22-post-an-image-to-a-blog.md b/jekyll/_posts/2008/2008-04-22-post-an-image-to-a-blog.md
deleted file mode 100644
index d3bd474b..00000000
--- a/jekyll/_posts/2008/2008-04-22-post-an-image-to-a-blog.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Post an image to a blog
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Apr 22 15:45:00 IST 2008
----
-
diff --git a/jekyll/_posts/2008/2008-04-24-accessing-the-applicationcontext-in-the-web-layer.md b/jekyll/_posts/2008/2008-04-24-accessing-the-applicationcontext-in-the-web-layer.md
deleted file mode 100644
index f428fced..00000000
--- a/jekyll/_posts/2008/2008-04-24-accessing-the-applicationcontext-in-the-web-layer.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Accessing the ApplicationContext in the Web Layer
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Apr 24 10:02:00 IST 2008
----
-
diff --git a/jekyll/_posts/2008/2008-04-30-org-hibernate-wrongclassexception--object-with-id--1-was-not-of-t-he-specified-subclass.md b/jekyll/_posts/2008/2008-04-30-org-hibernate-wrongclassexception--object-with-id--1-was-not-of-t-he-specified-subclass.md
deleted file mode 100644
index 47206376..00000000
--- a/jekyll/_posts/2008/2008-04-30-org-hibernate-wrongclassexception--object-with-id--1-was-not-of-t-he-specified-subclass.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: org.hibernate.WrongClassException - Object with id 1 was not of the specified subclass
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Apr 30 17:15:00 IST 2008
----
-
P INFO [main] terranua.rcms.model.coso.impl.RiskTest.startNewTransaction(323) | Began transaction (1): transaction manager [org.springframework.orm.hibernate3.HibernateTransactionManager@53abbb]; default rollback = true
P INFO [main] terranua.rcms.model.coso.impl.RiskTest.endTransaction(290) | Rolled back transaction after test execution
Process finished with exit code -1
org.hibernate.WrongClassException: Object with id: 1 was not of the specified subclass: com.terranua.rcms.model.coso.impl.MonitoringProgram (loaded object was of wrong class)
at org.hibernate.loader.Loader.instanceAlreadyLoaded(Loader.java:1235) at org.hibernate.loader.Loader.getRow(Loader.java:1186) at org.hibernate.loader.Loader.getRowFromResultSet(Loader.java:569) at org.hibernate.loader.Loader.doQuery(Loader.java:689) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224) at org.hibernate.loader.Loader.loadCollection(Loader.java:1919)
diff --git a/jekyll/_posts/2008/2008-05-05-monday-5th-may-2008.md b/jekyll/_posts/2008/2008-05-05-monday-5th-may-2008.md
deleted file mode 100644
index d29431ab..00000000
--- a/jekyll/_posts/2008/2008-05-05-monday-5th-may-2008.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Monday 5th May 2008
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon May 05 13:37:00 IST 2008
----
-48km - Monday 5th May 2008
diff --git a/jekyll/_posts/2008/2008-05-09-re--org-quartz-schedulerexception--threadpool-class-not-specified.md b/jekyll/_posts/2008/2008-05-09-re--org-quartz-schedulerexception--threadpool-class-not-specified.md
deleted file mode 100644
index 636390a6..00000000
--- a/jekyll/_posts/2008/2008-05-09-re--org-quartz-schedulerexception--threadpool-class-not-specified.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: org.quartz.SchedulerException - ThreadPool class not specified.
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri May 09 14:33:00 IST 2008
----
-
duplicate quartz.properties files on the classpath
quartz.jar has a 'quartz.properties' files which defines this content.
# Default Properties file for use by StdSchedulerFactory # to create a Quartz Scheduler Instance, if a different # properties file is not explicitly specified. #
If a application calling quartz wants to save the cron job details in a property file, they should avoid the naming the property file 'quartz', '[appname]-quartz.properties would be appropriate.
_____________________________________________ From: O'Connell, Paul Sent: 09 May 2008 14:04 To: O'Connell, Paul Subject: org.quartz.SchedulerException: ThreadPool class not specified.
[RCMS] INFO [main] DefaultValidatorFactory.setValidationConfigLocations(78) | Loading validation configurations from [ServletContext resource [/WEB-INF/validation.xml],ServletContext resource [/WEB-INF/validator-rules.xml]]
[RCMS] ERROR [main] ContextLoader.initWebApplicationContext(204) | Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.scheduling.quartz.SchedulerFactoryBean' defined in ServletContext resource [/WEB-INF/applicationContext-service.xml]: Invocation of init method failed; nested exception is org.quartz.SchedulerException: ThreadPool class not specified.
Caused by: org.quartz.SchedulerException: ThreadPool class not specified. at org.quartz.impl.StdSchedulerFactory.instantiate(StdSchedulerFactory.java:746) at org.quartz.impl.StdSchedulerFactory.getScheduler(StdSchedulerFactory.java:1355) at org.springframework.scheduling.quartz.SchedulerFactoryBean.createScheduler(SchedulerFactoryBean.java:687)
diff --git a/jekyll/_posts/2008/2008-06-29-sunday-29th-june-2008.md b/jekyll/_posts/2008/2008-06-29-sunday-29th-june-2008.md
deleted file mode 100644
index 32919610..00000000
--- a/jekyll/_posts/2008/2008-06-29-sunday-29th-june-2008.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Sunday 29th June 2008
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sun Jun 29 18:32:00 IST 2008
----
-Easy 35km ride with mr horan around naas - trying to avoid summer showers.
View Larger Map
diff --git a/jekyll/_posts/2008/2008-07-05-ring-of-kerry-cycle.md b/jekyll/_posts/2008/2008-07-05-ring-of-kerry-cycle.md
deleted file mode 100644
index 11ee5239..00000000
--- a/jekyll/_posts/2008/2008-07-05-ring-of-kerry-cycle.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: Ring of Kerry Cycle
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sat Jul 05 20:32:00 IST 2008
----
-The 175km Ring of Kerry Cycle, completed by Mr Paul Tall Horan and I in 8 hours (6.5 on the bike).
-
-
-
-The polar profile
-
-[](http://http://4.bp.blogspot.com/_UjH7scA_Bek/SHEe-Zhba5I/AAAAAAAAA20/sIR0eguJp4k/s1600-h/5-6-2008.JPG)
-
-
diff --git a/jekyll/_posts/2008/2008-07-10-jsp-include-vs-c-import-tags.md b/jekyll/_posts/2008/2008-07-10-jsp-include-vs-c-import-tags.md
deleted file mode 100644
index aab1a2a8..00000000
--- a/jekyll/_posts/2008/2008-07-10-jsp-include-vs-c-import-tags.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Jsp:include vs c:import tags
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Jul 10 09:54:00 IST 2008
----
-
diff --git a/jekyll/_posts/2008/2008-07-20-morzine---avoriaz.md b/jekyll/_posts/2008/2008-07-20-morzine---avoriaz.md
deleted file mode 100644
index c667e0ac..00000000
--- a/jekyll/_posts/2008/2008-07-20-morzine---avoriaz.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-
-title: Morzine - Avoriaz
-category: blogger
-# Pulled from Blogger. Last updated there on: Sun Jul 20 10:39:00 IST 2008
----
-Left it a bit late to start, but an hour up and 15mins down.
View Larger Map
diff --git a/jekyll/_posts/2008/2008-07-21-morzine---les-prodains.md b/jekyll/_posts/2008/2008-07-21-morzine---les-prodains.md
deleted file mode 100644
index b564ad09..00000000
--- a/jekyll/_posts/2008/2008-07-21-morzine---les-prodains.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Morzine - Les Prodains
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Jul 21 10:43:00 IST 2008
----
-Out with mr kelly, jp not sean for an easy spin this morning.
View Larger Map
diff --git a/jekyll/_posts/2008/2008-07-22-morzine---les-gets.md b/jekyll/_posts/2008/2008-07-22-morzine---les-gets.md
deleted file mode 100644
index aac765b3..00000000
--- a/jekyll/_posts/2008/2008-07-22-morzine---les-gets.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Morzine - Les Gets
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Jul 22 10:46:00 IST 2008
----
-Quick 40min spin this morning.
View Larger Map
diff --git a/jekyll/_posts/2008/2008-07-28-jad-to-editplus.md b/jekyll/_posts/2008/2008-07-28-jad-to-editplus.md
deleted file mode 100644
index 94951c4b..00000000
--- a/jekyll/_posts/2008/2008-07-28-jad-to-editplus.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Jad to editplus
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Jul 28 16:34:00 IST 2008
----
-
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\WEB-INF\action-servlet.xml@@\main\rcms_csr_integration\17
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\resources\applicationContext-resources.xml@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\resources\ApplicationResources.properties@@\main\rcms_csr_integration\9
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\resources\log4j.properties@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\styles\simplicity\layout.css@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\controlIndicatorForm.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\controlIndicatorList.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\menu.jsp@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\common\taglibs.jsp@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\hibernate\applicationContext-hibernate.xml@@\main\rcms_csr_integration\6
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\Constants.java@@\main\rcms_csr_integration\6
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\.classpath@@\main\rcms_csr_integration\5 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\build.xml@@\main\rcms_csr_integration\9 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\applicationContext-service.xml@@\main\rcms_csr_integration\10
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\properties.xml@@\main\rcms_csr_integration\2 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\web\com\terranua\rcms\webapp\listener\StartupListener.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\lib.properties@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\WEB-INF\applicationContext-hibernate-UMS.xml@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso\impl\BusinessUnit.java@@\main\rcms_csr_integration\0
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\ums-0.1\UMS-dao.jar@@\main\rcms_csr_integration\0
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\ums-0.1\UMS-service.jar@@\main\rcms_csr_integration\0
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\ControlIndicatorDaoTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\GenericDaoTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\service\ControlIndicatorManagerTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\util\DateUtilTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\webapp\action\BaseControllerTestCase.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\webapp\action\ControlIndicatorFormControllerTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\webapp\listener\StartupListenerTest.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\friendlyError.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\mainMenu.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\friendlyDataAccessFailure.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\controlIndicatorConfirm.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso\impl\ComplianceTopic.java@@\main\rcms_csr_integration\0
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\webapp\action\ControlActivityFormControllerTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\controlActivityForm.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\controlActivityList.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\hibernate\RiskDao.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\IRiskDao.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\impl\RiskManager.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\IRiskManager.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\ControlActivityDaoTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\service\ControlActivityManagerTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\controlActivityConfirm.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\UMS 1.0\UMS\.classpath@@\main\rcms_csr_integration\1 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\userList.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\userForm.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\impl\UserSyncManager.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\userConfirm.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\changeLog.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\synchList.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\userFormIncludes\test.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\riskList.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\riskForm.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\web\com\terranua\rcms\webapp\action\RiskFormController.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\complianceTopicListxml.jsp@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\riskConfirm.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\userSynchComplete.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\resources\database.properties@@\main\rcms_csr_integration\0
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\resources@@\main\2\quartz_cronjobs.properties@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\hibernateMetricsReport.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\cobertura-1.9\cobertura.jar@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\cobertura-1.9\lib\asm-2.2.1.jar@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\cobertura-1.9\lib\asm-tree-2.2.1.jar@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\cobertura-1.9\lib\jakarta-oro-2.0.8.jar@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\cobertura-1.9\lib\log4j-1.2.9.jar@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\ICsrDocumentLink.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\ICsrReportUpload.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\ICsrUploadTask.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\impl\CsrDocumentLink.java@@\main\rcms_csr_integration\7
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\impl\CsrDocumentLinkWrapper.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\impl\CsrReportParameter.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\impl\CsrReportParameterData.java@@\main\rcms_csr_integration\6
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\impl\CsrReportUpload.java@@\main\rcms_csr_integration\6
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\impl\CsrUploadTask.java@@\main\rcms_csr_integration\5
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\impl\ReportData.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\impl\ReportParameterWrapper.java@@\main\rcms_csr_integration\5
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\IReportData.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\IReportParameter.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\IReportParameterDecorator.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\quartz\model\JobDataMap.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\quartz\model\QuartzData.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\quartz\tasks\impl\RcmsQuartzJob.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\quartz\tasks\IRcmsQuartzJob.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\ICallableReportManager.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\ICsrDocumentManager.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\ICsrMetadataManager.java@@\main\rcms_csr_integration\6
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\impl\CsrDocumentManager.java@@\main\rcms_csr_integration\11
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\impl\CsrMetadataManager.java@@\main\rcms_csr_integration\5
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\impl\ReportManager.java@@\main\rcms_csr_integration\15
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\impl\ReportUploadRetryManager.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\ISchedulableReportManager.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\WEB-INF\applicationContext-scheduling.xml@@\main\rcms_csr_integration\7
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\csr-webservices\csr-doc-ws.jar@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\jakarta-commons\commons-codec-1.3.jar@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\jakarta-commons\commons-httpclient-3.0-rc2.jar@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\org\apache\axis\client\client-config.wsdd@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\IXmlGenerator.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\IXmlReportTransformer.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\ICsrDocumentLinkDAO.java@@\main\rcms_csr_integration\5
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\ICsrReportParameterDAO.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\ICsrReportUploadDAO.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\ICsrUploadTaskDAO.java@@\main\rcms_csr_integration\5
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\hibernate\CsrDocumentLinkDAO.java@@\main\rcms_csr_integration\6
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\hibernate\CsrReportParameterDAO.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\hibernate\CsrReportUploadDAO.java@@\main\rcms_csr_integration\9
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\hibernate\CsrUploadTaskDAO.java@@\main\rcms_csr_integration\8
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso\impl\BusinessUnitToKRMView.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso\impl\BusinessUnitToKRMViewID.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\BusinessUnitDaoTest.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\service\IRiskManagerTest.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\IRiskDaoTest.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\impl\Report38aXMLGenerator.java@@\main\rcms_csr_integration\5
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\rcms\service\report\Report38aXMLGeneratorTest.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\impl\XSLTransformer.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\xsl\riskreport_to_fo.xsl@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\xsl\fo2html.xsl@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\rcms\service\report\XSLTransformerImplTest.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\businessUnitAndComplianceTopicSelector.jsp@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages@@\main\rcms_csr_integration\2\reporting.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\assessmentPreviewReportDiv.jsp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\xalan-j_2_5_1\bin\xalan.jar@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\Oracle\Release_Scripts\RCMS_CSR_Integration\rcms_csr_tables.sql@@\main\rcms_csr_integration\8
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\web\com\terranua\rcms\webapp\action\PreviewRiskReportAjaxController.java@@\main\rcms_csr_integration\5
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\rcms\webapp\action\PreviewRiskReportAjaxControllerTest.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\model\report\impl\Report38aParameterTest.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\model\report\impl\CsrReportParameterTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\ICsrUploadTaskDAOTest.java@@\main\rcms_csr_integration\6
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\ICsrReportParameterDAOTest.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\ICsrDocumentLinkDAOTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\ICsrReportUploadDAOTest.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\service\CsrDocumentManagerTest.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\rcms\service\impl\ReportManagerTest.java@@\main\rcms_csr_integration\7
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\IReportDatasource.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\impl\XmlReportTransformer.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\report\impl\ReportDatasource.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\rcms\service\impl\CsrDocumentManagerStub.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\DaoTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\rcms\webapp\listener\StartupListenerTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso\impl\BusinessUnitHierarchy.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso\impl\RiskAssessment.java@@\main\rcms_csr_integration\7
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso\impl\RiskAssessmentComplianceTopic.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso\impl\RiskAssessmentComplianceTopicId.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso\impl\RiskAssessmentHeader.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\BusinessUnitHierarchyDao.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\hibernate\BusinessUnitHierarchyDaoHibernate.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\hibernate\RiskAssessmentDaoHibernate.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\RiskAssessmentDao.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\RiskAssessmentDaoTest.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\hibernate\BusinessUnitHierarchyDaoTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\hibernate\RiskAssessmentHeaderTest.java@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\DaoTestHolder.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\Oracle\Release_Scripts\RCMS_CSR_Integration\quartz_tables.sql@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\Oracle\Release_Scripts\RCMS_CSR_Integration\risk_assessment_tables.sql@@\main\rcms_csr_integration\8
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\applicationContext-daoTest.xml@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\web\com\terranua\webapp\util\MenuMap.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\webapp\util\MenuMapTest.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\resources\reporting.properties@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\assessmentPreview.jsp@@\main\rcms_csr_integration\6
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\assessmentViewRAs.jsp@@\main\rcms_csr_integration\6
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\assessmentSubMenu.jsp@@\main\rcms_csr_integration\6
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso\impl\RiskAssessmentType.java@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\assessmentEditRA.jsp@@\main\rcms_csr_integration\5
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\assessmentAdhoc.jsp@@\main\rcms_csr_integration\5
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\assessmentReportDetails.jsp@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\assessmentViewTasks.jsp@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\model\coso\impl\RiskAssessmentTypeTest.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\model\coso\impl\RiskAssessmentHeaderTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\model\coso\impl\RiskAssessmentTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\web\com\terranua\rcms\webapp\action\RiskAssessmentFormController.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\rcms\webapp\action\RiskAssessmentFormControllerTest.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\web\com\terranua\rcms\webapp\action\RiskAssessmentController.java@@\main\rcms_csr_integration\15
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\rcms\webapp\action\RiskAssessmentControllerTest.java@@\main\rcms_csr_integration\8
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\assessmentViewReports.jsp@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\web\com\terranua\rcms\webapp\action\RiskAssessmentXmlController.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages\assessmentReportAssociationsXml.jsp@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\scripts\riskAssessmentScripts.js@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\IRiskAssessmentManager.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\impl\RiskAssessmentManager.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\rcms\webapp\action\HibernateMetricsControllerTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\associations\impl\ComplianceTopicProcessId.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\associations\impl\ComplianceTopicProcess.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\util\CsrDirectParameter.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\ComplianceTopicProcessDao.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\hibernate\ComplianceTopicProcessDaoImpl.java@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\hibernate\ComplianceTopicProcessDaoImplTest.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso@@\main\rcms_csr_integration\1\IRiskAssessment.java@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web@@\main\rcms_csr_integration\1 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\WEB-INF@@\main\rcms_csr_integration\1 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\pages@@\main\rcms_csr_integration\15 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\scripts@@\main\rcms_csr_integration\1 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao@@\main\rcms_csr_integration\5
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\dao\hibernate@@\main\rcms_csr_integration\5
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\coso\impl@@\main\rcms_csr_integration\7
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service@@\main\rcms_csr_integration\1 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\util@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\impl@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\web\com\terranua\rcms\webapp\action@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib@@\main\rcms_csr_integration\3 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\web\com\terranua\webapp\util@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\associations\impl@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\jakarta-commons@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao@@\main\rcms_csr_integration\11
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\service@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\webapp@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\Oracle\Release_Scripts@@\main\rcms_csr_integration\1 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\resources@@\main\rcms_csr_integration\2 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\cobertura-1.9@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\cobertura-1.9\lib@@\main\rcms_csr_integration\5
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\dao\com\terranua\rcms\model\report\impl@@\main\rcms_csr_integration\7
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\quartz@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\quartz\model@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\quartz\tasks@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\quartz\tasks\impl@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\csr-webservices@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\org@@\main\rcms_csr_integration\2 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\org\apache@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\org\apache\axis@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\org\apache\axis\client@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\report@@\main\rcms_csr_integration\12
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\rcms@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\rcms\service@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\rcms\service\report@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\web\xsl@@\main\rcms_csr_integration\3 C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\xalan-j_2_5_1@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\lib\xalan-j_2_5_1\bin@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\Oracle\Release_Scripts\RCMS_CSR_Integration@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\rcms@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\rcms\webapp@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\rcms\webapp\action@@\main\rcms_csr_integration\4
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\model@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\model\report@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\model\report\impl@@\main\rcms_csr_integration\2
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\service\com\terranua\rcms\service\impl@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\src\service\com\terranua\rcms\service\report\impl@@\main\rcms_csr_integration\8
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\rcms\webapp\listener@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\dao\hibernate@@\main\rcms_csr_integration\3
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\web\com\terranua\webapp\util@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\model\coso@@\main\rcms_csr_integration\1
C:\Documents and Settings\A449744\a449744_view_csrint\v_cco\RCMS 3.0\RCMS\test\dao\com\terranua\rcms\model\coso\impl@@\main\rcms_csr_integration\3
diff --git a/jekyll/_posts/2008/2008-08-12-dom4j-documenthelper-createdocument().md b/jekyll/_posts/2008/2008-08-12-dom4j-documenthelper-createdocument().md
deleted file mode 100644
index 15e39d6a..00000000
--- a/jekyll/_posts/2008/2008-08-12-dom4j-documenthelper-createdocument().md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: Dom4j DocumentHelper.createDocument()
-
-category: blogger
----
-
-Pulled from Blogger. Last updated there on: Tue Aug 12 17:37:00 IST 2008
-
-Got this error from a xml file created using the Dom4j API.
-
-{% highlight java %}
-javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException:
-The markup in the document preceding the root element must be well-formed.{% endhighlight %}
-
-We were missing the xml header in the file because we didn't call the DocumentHelper.createDocument() method!
-
-{% highlight java %}
-import org.dom4j.Document;
-import org.dom4j.DocumentHelper;
-...
-Document document = DocumentHelper.createDocument();
-{% endhighlight %}
diff --git a/jekyll/_posts/2008/2008-08-14-v_risk_assessment---left-outer-join.md b/jekyll/_posts/2008/2008-08-14-v_risk_assessment---left-outer-join.md
deleted file mode 100644
index e28aedf1..00000000
--- a/jekyll/_posts/2008/2008-08-14-v_risk_assessment---left-outer-join.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: V_RISK_ASSESSMENT - LEFT OUTER JOIN
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Aug 14 18:06:00 IST 2008
----
-
CREATE OR REPLACE VIEW CCOP1DBO.V_RISK_ASSESSMENT AS SELECT DISTINCT RA.RA_OID, RA.RA_NAME, BH.BH_LEVEL_SHORT_NAME, NVL(CDL.CSR_DOCUMENT_ID,'N') xx, CDL.RA_OID AS CSR_RA_OID FROM T_RISK_ASSESSMENT RA LEFT OUTER JOIN T_BUSINESS_HIERARCHY BH ON RA.BH_OID = BH.BH_OID LEFT OUTER JOIN T_CSR_DOCUMENT_LINK CDL ON CDL.RA_OID = RA.RA_OID ORDER BY RA.RA_OID; commit;
diff --git a/jekyll/_posts/2008/2008-09-15-eclipse-3-4-&-tomcat-runtime-server-config.md b/jekyll/_posts/2008/2008-09-15-eclipse-3-4-&-tomcat-runtime-server-config.md
deleted file mode 100644
index 86518edd..00000000
--- a/jekyll/_posts/2008/2008-09-15-eclipse-3-4-&-tomcat-runtime-server-config.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Eclipse 3.4 & Tomcat Runtime Server Config
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Sep 15 16:50:00 IST 2008
----
-I'm trying to create a tomcat runtime server configuration
Windows -> Preferences -> Server -> Runtime Env -> Add -> Download additional server adapters
but the dialog always seems to timeout waiting for "com.sdn.sap.com" to respond. Is there a way to remove this url from the eclipse config?
diff --git a/jekyll/_posts/2008/2008-09-17-maven-plugin-artifact.md b/jekyll/_posts/2008/2008-09-17-maven-plugin-artifact.md
deleted file mode 100644
index 9a724593..00000000
--- a/jekyll/_posts/2008/2008-09-17-maven-plugin-artifact.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Maven plugin artifact
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Sep 17 17:54:00 IST 2008
----
-mvn archetype:create -DgroupId=org.poc -DartifactId=poc-maven-plugin -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-mojo
diff --git a/jekyll/_posts/2008/2008-09-18-servlet-annotations-jsr-315.md b/jekyll/_posts/2008/2008-09-18-servlet-annotations-jsr-315.md
deleted file mode 100644
index 6136bae6..00000000
--- a/jekyll/_posts/2008/2008-09-18-servlet-annotations-jsr-315.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-
-title: Servlet annotations
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Sep 18 10:44:00 IST 2008
----
-
diff --git a/jekyll/_posts/2008/2008-09-23-cargo-jetty6x-slf4j-logging.md b/jekyll/_posts/2008/2008-09-23-cargo-jetty6x-slf4j-logging.md
deleted file mode 100644
index c792ab75..00000000
--- a/jekyll/_posts/2008/2008-09-23-cargo-jetty6x-slf4j-logging.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Cargo Jetty6x Slf4j Logging
-
-tags: [blogger]
----
-I've been getting the following error when i trying to start my cargo/jetty6x plugin via maven.
org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationExc eption: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy. You h ave more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed. (Caused by org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.) (Caused by org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationEx ception: Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logg ing.Log' visible, which is not allowed. (Caused by org.apache.commons.logging.LogConfigurationExcept ion: Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging. Log' visible, which is not allowed.)) at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543) at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235) at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351) at org.apache.jasper.servlet.JspServlet.(JspServlet.java:58) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at java.lang.Class.newInstance0(Class.java:350) at java.lang.Class.newInstance(Class.java:303) at org.mortbay.jetty.servlet.Holder.newInstance(Holder.java:152) at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:256) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40) at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:593) at org.mortbay.jetty.servlet.Context.startContext(Context.java:139) at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1191) at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:481) at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:434) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585)
org.slf4j jcl-over-slf4j 1.5.3
org.slf4j slf4j-api 1.5.3
org.slf4j slf4j-simple 1.5.3
I have found this post Switching to SLF4J and this. I believe i have configured my slf4j jars correctly like so
diff --git a/jekyll/_posts/2008/2008-09-24-syntaxhighlighter-1-5-1-blogger.md b/jekyll/_posts/2008/2008-09-24-syntaxhighlighter-1-5-1-blogger.md
deleted file mode 100644
index 2bd36620..00000000
--- a/jekyll/_posts/2008/2008-09-24-syntaxhighlighter-1-5-1-blogger.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: Syntaxhighlighter 1.5.1 Blogger
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Sep 24 09:58:00 IST 2008
----
-I updated my blog template this morning to use the latest google syntaxhighlighter which has some extra support of xml snippets in blog posts. The only difference with other solutions is that i load the javascript directly from the google svn servers.
-
-
-
diff --git a/jekyll/_posts/2008/2008-09-25-ordinal-2684-libeay32-dll---cruisecontrol-svn.md b/jekyll/_posts/2008/2008-09-25-ordinal-2684-libeay32-dll---cruisecontrol-svn.md
deleted file mode 100644
index db9ed19b..00000000
--- a/jekyll/_posts/2008/2008-09-25-ordinal-2684-libeay32-dll---cruisecontrol-svn.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Ordinal 2684 LIBEAY32.dll - CruiseControl SVN
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Sep 25 17:44:00 IST 2008
----
-Setting up cruisecontrol today to work against a SVN repository. I got this odd dialog popping up when the modification set or update phases of the process are executed.
Which states "the ordinal 2684 could not be located in the dynamic link library LIBEAY32.dll". It seems the that SVN package has its own version of libeay32.dll, which might cause a conflict with the original windows version.
C:\WINDOWS\system32 C:\tools\svn-win32-1.5.2\bin
It seems that cruisecontrol SVN plugin is using the default JavaHL ( which calls one version of the DLL file via JNI).
I think need to find some way to get the modification set plugin to use the SVNKit api when it checks for updates.
diff --git a/jekyll/_posts/2008/2008-11-11-jimi-image-library-not-available---docbookpdf.md b/jekyll/_posts/2008/2008-11-11-jimi-image-library-not-available---docbookpdf.md
deleted file mode 100644
index dac7b6ff..00000000
--- a/jekyll/_posts/2008/2008-11-11-jimi-image-library-not-available---docbookpdf.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Jimi image library not available - Docbook/PDF
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Nov 11 09:35:00 GMT 2008
----
-Jimi image library not available : Docbook/PDF
[java] [INFO] Using com.icl.saxon.aelfred.SAXDriver as SAX2 Parser [java] [INFO] FOP 0.20.5 [java] [INFO] JAI support was not installed (read: not present at build tim e). Trying to use Jimi instead [java] Error creating background image: Error creating FopImage object (fil e:/C:/projects/5FL_GERMANY/focus/docbook/output/docbook-xsl-1.70.0/images/draft. png) : Jimi image library not available
FOP has been compiled with Jimi support, but Jimi is not included in the FOP distribution. To use it, first download Jimi, then extract the archive, then copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
diff --git a/jekyll/_posts/2008/2008-11-12-apache-forrest---plugin-xmap-output.md b/jekyll/_posts/2008/2008-11-12-apache-forrest---plugin-xmap-output.md
deleted file mode 100644
index c1330d05..00000000
--- a/jekyll/_posts/2008/2008-11-12-apache-forrest---plugin-xmap-output.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Apache Forrest - plugin.xmap.output?
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Nov 12 14:19:00 GMT 2008
----
- site: [echo] [echo] Copying the various non-generated resources to site. [echo] Warnings will be issued if the optional project resources are not found. [echo] This is often the case, because they are optional and so may not be available. [echo] Copying project resources and images to site ... [copy] Warning: C:\projects\5FL_GERMANY\focus\forrest\build\webapp\resources not found. [copy] Copying 2 files to C:\projects\5FL_GERMANY\focus\forrest\build\site\en [echo] Copying main skin images to site ... [copy] Copying 18 files to C:\projects\5FL_GERMANY\focus\forrest\build\site\en\skin\images [copy] Copying 14 files to C:\projects\5FL_GERMANY\focus\forrest\build\site\en\skin\images [echo] Copying project skin images to site ... [copy] Warning: C:\projects\5FL_GERMANY\focus\forrest\src\documentation\skins\common\images not found. [copy] Warning: C:\projects\5FL_GERMANY\focus\forrest\src\documentation\skins\pelt\images not found. [echo] Copying main skin css and js files to site ... [copy] Copying 11 files to C:\projects\5FL_GERMANY\focus\forrest\build\site\en\skin [copy] Copying 4 files to C:\projects\5FL_GERMANY\focus\forrest\build\site\en\skin [echo] Copying project skin css and js files to site ... [copy] Warning: C:\projects\5FL_GERMANY\focus\forrest\src\documentation\skins\common not found. [copy] Warning: C:\projects\5FL_GERMANY\focus\forrest\src\documentation\skins\pelt not found. [echo] [echo] Finished copying the non-generated resources. [echo] Now Cocoon will generate the rest. [echo] [echo] Static site will be generated at: [echo] C:\projects\5FL_GERMANY\focus\forrest\build\site\en [echo] [echo] Cocoon will report the status of each document: [echo] - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ). [echo] [java] ------------------------------------------------------------------------ [java] cocoon 2.2.0-dev [java] Copyright (c) 1999-2005 Apache Software Foundation. All rights reserved. [java] Build: December 8 2005 (TargetVM=1.4, SourceVM=1.4, Debug=on, Optimize=on) [java] ------------------------------------------------------------------------ [java] * [1/0] [0/0] 0.891s 0b linkmap.html [java] org.apache.cocoon.sitemap.PatternException: Cannot get variable 'plugin.xmap.output' in expression '{lm:plugin.xmap.output}' [java] at org.apache.cocoon.components.treeprocessor.variables.PreparedVariableResolver.processModule(PreparedVariableResolver.java:250) [java] at org.apache.cocoon.components.treeprocessor.variables.PreparedVariableResolver.resolve(PreparedVariableResolver.java:197) [java] at org.apache.cocoon.components.treeprocessor.sitemap.SelectNode.invoke(SelectNode.java:77) [java] at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:77) [java] at org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:155) [java] at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:77) [java] at org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:95) [java] at org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:292) [java] at org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:223) [java] at org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:289) [java] at org.apache.cocoon.Cocoon.process(Cocoon.java:557) [java] at org.apache.cocoon.bean.CocoonWrapper.getPage(CocoonWrapper.java:426) [java] at org.apache.cocoon.bean.CocoonBean.processTarget(CocoonBean.java:496) [java] at org.apache.cocoon.bean.CocoonBean.process(CocoonBean.java:357) [java] at org.apache.cocoon.Main.main(Main.java:311) [java] Caused by: org.apache.avalon.framework.configuration.ConfigurationException: Unable to build LocationMap. [java] at org.apache.forrest.locationmap.LocationMapModule.loadConfiguration(LocationMapModule.java:148) [java] at org.apache.forrest.locationmap.LocationMapModule.getLocationMap(LocationMapModule.java:105) [java] at org.apache.forrest.locationmap.LocationMapModule.getAttribute(LocationMapModule.java:203) [java] at org.apache.cocoon.components.treeprocessor.variables.PreparedVariableResolver.processModule(PreparedVariableResolver.java:246) [java] ... 14 more [java] Caused by: org.apache.excalibur.source.SourceNotFoundException: Exception during processing of cocoon://locationmap.xml [java] at org.apache.cocoon.components.source.impl.SitemapSource.getInputStream(SitemapSource.java:207) [java] at org.apache.forrest.locationmap.LocationMapModule.loadConfiguration(LocationMapModule.java:144) [java] ... 17 more [java] Caused by: org.apache.cocoon.ResourceNotFoundException: Resource not found. [java] at - file:/C:/projects/Libs/apache-forrest-0.8/main/webapp/./sitemap.xmap:403:38 [java] at - file:/C:/projects/Libs/apache-forrest-0.8/main/webapp/./sitemap.xmap:402:63 [java] at org.apache.cocoon.components.source.SourceUtil.handle(SourceUtil.java:377) [java] at org.apache.cocoon.components.source.SourceUtil.getInputSource(SourceUtil.java:450) [java] at org.apache.cocoon.components.source.SourceUtil.parse(SourceUtil.java:281) [java] at org.apache.cocoon.generation.FileGenerator.generate(FileGenerator.java:118) [java] at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.processXMLPipeline(AbstractProcessingPipeline.java:537) [java] at org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.processXMLPipeline(AbstractCachingProcessingPipeline.java:174) [java] at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(AbstractProcessingPipeline.java:437) [java] at org.apache.cocoon.components.source.impl.SitemapSource.getInputStream(SitemapSource.java:199) [java] ... 18 more [java] Caused by: org.apache.excalibur.source.SourceNotFoundException: file:/C:/projects/Libs/apache-forrest-0.8/main/webapp/././../../../Libs/apache-forrest-0.8/main/webapp/locationmap.xml doesn't exist. [java] at org.apache.excalibur.source.impl.FileSource.getInputStream(FileSource.java:150) [java] at org.apache.cocoon.components.source.SourceUtil.getInputSource(SourceUtil.java:445) [java] ... 24 more [java] Caused by: java.io.FileNotFoundException: C:\projects\Libs\apache-forrest-0.8\main\webapp\.\.\..\..\..\Libs\apache-forrest-0.8\main\webapp\locationmap.xml (The system cannot find the path specified) [java] at java.io.FileInputStream.open(Native Method) [java] at java.io.FileInputStream.(FileInputStream.java:106) [java] at org.apache.excalibur.source.impl.FileSource.getInputStream(FileSource.java:146) [java] ... 25 more [java] X [0] linkmap.html BROKEN: URI not found: Cannot get variable 'plugin.xmap.output' in expression '{lm:plugin.xmap.output}' [java] Total time: 0 minutes 4 seconds, Site size: 0 Site pages: 1 [java] Java Result: 1 [echo] [echo] Copying broken links file to site root. [echo] [copy] Copying 1 file to C:\projects\5FL_GERMANY\focus\forrest\build\site\en
BUILD FAILED C:\projects\5FL_GERMANY\focus\forrest\build.xml:16: The following error occurred while executing this line: C:\projects\Libs\apache-forrest-0.8\main\targets\site.xml:180: Error building site.
There appears to be a problem with your site build.
Read the output above: * Cocoon will report the status of each document: - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ). * Even if only one link is broken, you will still get "failed". * Your site would still be generated, but some pages would be broken. - See C:\projects\5FL_GERMANY\focus\forrest\build\site\en/broken-links.xml
diff --git a/jekyll/_posts/2008/2008-11-13-customised-eclipse-java-search-results-view.md b/jekyll/_posts/2008/2008-11-13-customised-eclipse-java-search-results-view.md
deleted file mode 100644
index 7e01eb40..00000000
--- a/jekyll/_posts/2008/2008-11-13-customised-eclipse-java-search-results-view.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Customised Eclipse Java Search Results View
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Nov 13 09:23:00 GMT 2008
----
-I want to be able to have more control over the export options, on the resuts tree from eclipse java search. i plan to customise the search results view, to enable a table view where i can copy/paste various column details.
I've done my initial googling, but all the examples assume that there is customised search and search results extensions being added. I want my 'org.eclipse.search.searchResultViewPages' extension to recieve the same 'org.eclipse.jdt.internal.ui.search.JavaSearchResult' objects that the default view processes.
http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.jdt.doc.isv/guide/jdt_api_search.htm
diff --git a/jekyll/_posts/2008/2008-12-02-cargo-jboss42x-ant.md b/jekyll/_posts/2008/2008-12-02-cargo-jboss42x-ant.md
deleted file mode 100644
index e51e840f..00000000
--- a/jekyll/_posts/2008/2008-12-02-cargo-jboss42x-ant.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Cargo Jboss42x ANT
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Dec 02 11:25:00 GMT 2008
----
-Getting the following error when i attempt to use an ANT target to start a locally installed jboss 4.2.3 via the cargo jboss42x containter.
BUILD FAILED C:\projects\5FL_GERMANY\ValidationService\cargo.xml:28: org.codehaus.cargo.conta iner.ContainerException: Cannot create configuration. There's no registered conf iguration for the parameters (container [id = [jboss42x], type = [installed]], c onfiguration type [existing]). Actually there are no valid types registered for this configuration. Maybe you've made a mistake spelling it?
diff --git a/jekyll/_posts/2008/2008-12-10-lighttpd-&-php.md b/jekyll/_posts/2008/2008-12-10-lighttpd-&-php.md
deleted file mode 100644
index 86dec9c2..00000000
--- a/jekyll/_posts/2008/2008-12-10-lighttpd-&-php.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Lighttpd & PHP
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Dec 10 18:54:00 GMT 2008
----
-Trying to get lighttpd and php/php-cgi running on windows. This is the command line output
C:\tools\LightTPD>LightTPD.exe -f lighttpd.conf -m lib -D 2008-12-10 18:52:18: (log.c.97) server started 8 [sig] LightTPD 3936 _cygtls::handle_exceptions: Error while dumping state (probably corrupted stack) 2008-12-10 18:52:32: (mod_cgi.c.1244) cleaning up CGI: process died with signal 11 2008-12-10 18:52:45: (server.c.1354) [note] graceful shutdown started 2008-12-10 18:52:45: (server.c.1468) server stopped by UID = 400 PID = 2404
diff --git a/jekyll/_posts/2008/2008-12-22-confluence-public-thoughtworks-org---502-error.md b/jekyll/_posts/2008/2008-12-22-confluence-public-thoughtworks-org---502-error.md
deleted file mode 100644
index 289caa73..00000000
--- a/jekyll/_posts/2008/2008-12-22-confluence-public-thoughtworks-org---502-error.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: confluence.public.thoughtworks.org - 502 error
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Dec 22 14:37:00 GMT 2008
----
-CruiseControl Wiki 502 Proxy Error : it seems a bit odd that a company that brought us cruisecontrol for continual build intergration, can't seem to keeps its own web servers up and running for continual use.
diff --git a/jekyll/_posts/2008/2008-12-23-jetty-6---jsp-support-not-configured.md b/jekyll/_posts/2008/2008-12-23-jetty-6---jsp-support-not-configured.md
deleted file mode 100644
index 32be2ae9..00000000
--- a/jekyll/_posts/2008/2008-12-23-jetty-6---jsp-support-not-configured.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Jetty 6 JSP support not configured
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Dec 23 14:26:00 GMT 2008
----
-Got this when running jetty 6 in eclipse 3.3, make sure to include the jsp jars in the library definition for jetty, so your jsp source can be compiled. See this for more details.
diff --git a/jekyll/_posts/2009/2009-11-17-oracle-xe-and-ubuntu.md b/jekyll/_posts/2009/2009-11-17-oracle-xe-and-ubuntu.md
deleted file mode 100644
index b3ba02c0..00000000
--- a/jekyll/_posts/2009/2009-11-17-oracle-xe-and-ubuntu.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Oracle XE and Ubuntu
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Nov 17 09:40:00 GMT 2009
----
-Edit /etc/apt/sources.list, and add following:
deb http://oss.oracle.com/debian unstable main non-free
then execute
aptitude install oracle-xe oracle-xe-client
to install oracle. finally run
/etc/init.d/oracle-xe configure
The DB by default will be accessed via port 1521. Administration is performed through localhost:8080/apex.
diff --git a/jekyll/_posts/2009/2009-11-17-reconfigure-oracle-xe-on-ubuntu.md b/jekyll/_posts/2009/2009-11-17-reconfigure-oracle-xe-on-ubuntu.md
deleted file mode 100644
index a8d2d959..00000000
--- a/jekyll/_posts/2009/2009-11-17-reconfigure-oracle-xe-on-ubuntu.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: reconfigure oracle-xe on ubuntu
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Nov 17 12:11:00 GMT 2009
----
-To reconfigure an instance of oracle-xe on ubuntu, first edit this file
/etc/default$ more oracle-xe
change the CONFIGURE_RUN value to false
# ORACLE_DBENABLED:'true' means to load the Database at system boot. ORACLE_DBENABLED=true
# HTTP_PORT : HTTP port for Oracle Application Express HTTP_PORT=8080
# Configuration : Check whether configure has been done or not CONFIGURE_RUN=true
and then execute
/etc/initi.d/oracle-xe configure
diff --git a/jekyll/_posts/2009/2009-12-04-preforce,-intellij-&-ubuntu.md b/jekyll/_posts/2009/2009-12-04-preforce,-intellij-&-ubuntu.md
deleted file mode 100644
index 6ca9d4e3..00000000
--- a/jekyll/_posts/2009/2009-12-04-preforce,-intellij-&-ubuntu.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Preforce, Intellij & Ubuntu
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Dec 04 16:28:00 GMT 2009
----
-If your running intellij on ubuntu, you make need to make sure this preforce settings are configured within the root user setup scripts, add them to /etc/profile.d/global.sh
user@foundry:~$ more /etc/profile.d/global.sh
export P4USER=$USER export P4CHARSET=utf8 export P4CLIENT=`hostname` export P4PORT=perforce.newbay.com:1666
diff --git a/jekyll/_posts/2009/2009-12-08-jquery-ui-tab-with-points.md b/jekyll/_posts/2009/2009-12-08-jquery-ui-tab-with-points.md
deleted file mode 100644
index d0645c26..00000000
--- a/jekyll/_posts/2009/2009-12-08-jquery-ui-tab-with-points.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Jquery UI Tab with points?
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Dec 08 17:03:00 GMT 2009
----
-
diff --git a/jekyll/_posts/2009/2009-12-18-bhaa-screenshots.md b/jekyll/_posts/2009/2009-12-18-bhaa-screenshots.md
deleted file mode 100644
index 0ec85c28..00000000
--- a/jekyll/_posts/2009/2009-12-18-bhaa-screenshots.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: BHAA Screenshots
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Dec 18 16:50:00 GMT 2009
----
-the pre-populated renewal form (128 char code sent to a member via email)
an event with race results.
pre event page - with reg page
the events page (tabs per year)
diff --git a/jekyll/_posts/2009/2009-12-18-teams-and-companies.md b/jekyll/_posts/2009/2009-12-18-teams-and-companies.md
deleted file mode 100644
index 86ae6b42..00000000
--- a/jekyll/_posts/2009/2009-12-18-teams-and-companies.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Teams and Companies
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Dec 18 14:59:00 GMT 2009
----
-
diff --git a/jekyll/_posts/2010/2010-01-10-flot---with-x-axis-ticks.md b/jekyll/_posts/2010/2010-01-10-flot---with-x-axis-ticks.md
deleted file mode 100644
index d356f9d2..00000000
--- a/jekyll/_posts/2010/2010-01-10-flot---with-x-axis-ticks.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Flot - with x-axis ticks
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sun Jan 10 13:27:00 GMT 2010
----
-
diff --git a/jekyll/_posts/2010/2010-02-15-find-class-in-jar-unix-script.md b/jekyll/_posts/2010/2010-02-15-find-class-in-jar-unix-script.md
deleted file mode 100644
index 068c92dc..00000000
--- a/jekyll/_posts/2010/2010-02-15-find-class-in-jar-unix-script.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Find class in jar unix script
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Feb 15 13:44:00 GMT 2010
----
-Unix script to search for a class or package name in a set of jars. Handy for debugging ClassNotFoundExceptions
#!/bin/sh
JARDIR=$1 CLASS=$2 echo "Looking for class name `$CLASS` in directory $JARDIR"
for i in `find $JARDIR -name "*jar"` do echo "Looking in $i ..." jar tvf $i | grep $CLASS done
Create an alias
alias findinjars='~/poconnell/tools/scripts/findinjars.sh'
diff --git a/jekyll/_posts/2010/2010-03-11-org-jboss-security-plugins-jbosssecuritycontext.md b/jekyll/_posts/2010/2010-03-11-org-jboss-security-plugins-jbosssecuritycontext.md
deleted file mode 100644
index ab8fd40a..00000000
--- a/jekyll/_posts/2010/2010-03-11-org-jboss-security-plugins-jbosssecuritycontext.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: org.jboss.security.plugins.JBossSecurityContext
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Mar 11 11:36:00 GMT 2010
----
-You need to add jbosssx-client.jar to your classpath
diff --git a/jekyll/_posts/2010/2010-03-11-org-jboss-tm-transactionpropagationcontextutil.md b/jekyll/_posts/2010/2010-03-11-org-jboss-tm-transactionpropagationcontextutil.md
deleted file mode 100644
index ff2d942a..00000000
--- a/jekyll/_posts/2010/2010-03-11-org-jboss-tm-transactionpropagationcontextutil.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: org.jboss.tm.TransactionPropagationContextUtil
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Mar 11 11:45:00 GMT 2010
----
-JBOSS 5.1.0 GA add jboss-integration.jar to the classpath
diff --git a/jekyll/_posts/2010/2010-03-25-swing-jabel---text--image-background-colours.md b/jekyll/_posts/2010/2010-03-25-swing-jabel---text--image-background-colours.md
deleted file mode 100644
index 6c076578..00000000
--- a/jekyll/_posts/2010/2010-03-25-swing-jabel---text--image-background-colours.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Swing Jabel - text / image background colours
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Mar 25 12:19:00 GMT 2010
----
-
diff --git a/jekyll/_posts/2010/2010-03-26-bhaa-results-with-embedded-iframe.md b/jekyll/_posts/2010/2010-03-26-bhaa-results-with-embedded-iframe.md
deleted file mode 100644
index 581e83cb..00000000
--- a/jekyll/_posts/2010/2010-03-26-bhaa-results-with-embedded-iframe.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: BHAA Results with Embedded IFrame
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Mar 26 14:49:00 GMT 2010
----
-For the moment, we can just embed an iframe for each year. - Polish the url links to open specific race results in a new tab.
Long term we migrate the results into the DB.
diff --git a/jekyll/_posts/2010/2010-03-26-eclipse-junit--ea-config-option.md b/jekyll/_posts/2010/2010-03-26-eclipse-junit--ea-config-option.md
deleted file mode 100644
index 6b725d3f..00000000
--- a/jekyll/_posts/2010/2010-03-26-eclipse-junit--ea-config-option.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Eclipse Junit -EA Config Option?
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Mar 26 11:29:00 GMT 2010
----
-
diff --git a/jekyll/_posts/2010/2010-04-29-zfdatagrid-table-width.md b/jekyll/_posts/2010/2010-04-29-zfdatagrid-table-width.md
deleted file mode 100644
index 07837b58..00000000
--- a/jekyll/_posts/2010/2010-04-29-zfdatagrid-table-width.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: ZFDataGrid table width?
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Apr 29 16:08:00 IST 2010
----
-
diff --git a/jekyll/_posts/2010/2010-05-02-stockholm-medal.md b/jekyll/_posts/2010/2010-05-02-stockholm-medal.md
deleted file mode 100644
index b403a54b..00000000
--- a/jekyll/_posts/2010/2010-05-02-stockholm-medal.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Stockholm Medal
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sun May 02 13:14:00 IST 2010
----
-
diff --git a/jekyll/_posts/2010/2010-05-14-vertical-text-alignment-in-jquery.md b/jekyll/_posts/2010/2010-05-14-vertical-text-alignment-in-jquery.md
deleted file mode 100644
index 70ee8765..00000000
--- a/jekyll/_posts/2010/2010-05-14-vertical-text-alignment-in-jquery.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Vertical Text Alignment in JQuery
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri May 14 12:35:00 IST 2010
----
-http://stackoverflow.com/questions/278940/vertical-text-with-jquery
->addOnLoad('$("#eventname").flipv();') //->addOnLoad('$("#eventname").mbFlipText(true);') // top to bottom //->addOnLoad('$("#foo label").html($("#foo label").text().replace(/(.)/g,"$1 "));')
diff --git a/jekyll/_posts/2010/2010-06-03-ant---list-all-images-with-regex-pattern.md b/jekyll/_posts/2010/2010-06-03-ant---list-all-images-with-regex-pattern.md
deleted file mode 100644
index 2168ce0d..00000000
--- a/jekyll/_posts/2010/2010-06-03-ant---list-all-images-with-regex-pattern.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: ANT - List all images with regex pattern
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Jun 03 15:10:00 IST 2010
----
-
diff --git a/jekyll/_posts/2010/2010-07-28-flickj-api-examples.md b/jekyll/_posts/2010/2010-07-28-flickj-api-examples.md
deleted file mode 100644
index 7aa3d9ce..00000000
--- a/jekyll/_posts/2010/2010-07-28-flickj-api-examples.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Flickj API Examples
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Jul 28 15:40:00 IST 2010
----
-Use google code search to find current sample code.
diff --git a/jekyll/_posts/2010/2010-08-23-google-appengine-1-3-6-and-maven.md b/jekyll/_posts/2010/2010-08-23-google-appengine-1-3-6-and-maven.md
deleted file mode 100644
index 01382586..00000000
--- a/jekyll/_posts/2010/2010-08-23-google-appengine-1-3-6-and-maven.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Google AppEngine 1.3.6 AND Maven
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Aug 23 10:30:00 IST 2010
----
-Install Google AppEngine 1.3.6 locally and then then use the following commands to register the various jars in your local maven repo.
http://shal.in/post/285908979/google-app-engine-and-maven
diff --git a/jekyll/_posts/2010/2010-09-01-add-restfb-jars-to-maven.md b/jekyll/_posts/2010/2010-09-01-add-restfb-jars-to-maven.md
deleted file mode 100644
index 320f0d46..00000000
--- a/jekyll/_posts/2010/2010-09-01-add-restfb-jars-to-maven.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Add RestFB jars to maven
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Sep 01 10:09:00 IST 2010
----
-First download the restfb api and run the following maven command from the extracted dir.
this installs the jar in your local mvn repo, and then add the following dependency to your pom
com.restfb restfb 1.5.3
diff --git a/jekyll/_posts/2010/2010-09-03-jpa-1-0-spring-context-for-an-embedded-derby-db.md b/jekyll/_posts/2010/2010-09-03-jpa-1-0-spring-context-for-an-embedded-derby-db.md
deleted file mode 100644
index 4e307dc3..00000000
--- a/jekyll/_posts/2010/2010-09-03-jpa-1-0-spring-context-for-an-embedded-derby-db.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: JPA 1.0 Spring Context for an Embedded Derby DB
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Sep 03 11:26:00 IST 2010
----
-
diff --git a/jekyll/_posts/2010/2010-09-15-fckeditor-background-color.md b/jekyll/_posts/2010/2010-09-15-fckeditor-background-color.md
deleted file mode 100644
index 94f6ed42..00000000
--- a/jekyll/_posts/2010/2010-09-15-fckeditor-background-color.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: FCKEditor background color
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Sep 15 17:08:00 IST 2010
----
-An issue with the FCKeditor is that if you chance the background color for your main site, the editor background also changes, which makes editing a pain.
diff --git a/jekyll/_posts/2010/2010-11-09-jasperreports-checksum-issue-with-maven.md b/jekyll/_posts/2010/2010-11-09-jasperreports-checksum-issue-with-maven.md
deleted file mode 100644
index 2bdabef7..00000000
--- a/jekyll/_posts/2010/2010-11-09-jasperreports-checksum-issue-with-maven.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: jasperreports checksum issue with maven
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Nov 09 10:02:00 GMT 2010
----
-The link to jasperreport jar broke my build over the weekend
Seems there is some monkey business going on at jaspersoft. See here and here for details.
Quick Solution is to just add this repo setting to your pom
diff --git a/jekyll/_posts/2010/2010-12-24-jinx.md b/jekyll/_posts/2010/2010-12-24-jinx.md
deleted file mode 100644
index aa62820b..00000000
--- a/jekyll/_posts/2010/2010-12-24-jinx.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: jinx
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Dec 24 16:26:00 GMT 2010
----
-mvn install:install-file -Dfile=jinx.jar -DgroupId=net.jeremybrooks.jinx -DartifactId=jinx -Dversion=1.0.0 -Dpackaging=jar -DgeneratePom=true
diff --git a/jekyll/_posts/2011/2011-03-10-sample-post.md b/jekyll/_posts/2011/2011-03-10-sample-post.md
deleted file mode 100644
index 93eecbc5..00000000
--- a/jekyll/_posts/2011/2011-03-10-sample-post.md
+++ /dev/null
@@ -1,111 +0,0 @@
----
-
-title: Sample Post
-excerpt: "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
-modified: 2013-05-31
-tags: [intro, beginner, jekyll, tutorial]
-comments: true
-image:
- feature: sample-image-5.jpg
- credit: WeGraphics
- creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/
----
-
-
-
-
Overview
-
-
-* Auto generated table of contents
-{:toc}
-
-
-
-## HTML Elements
-
-Below is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.
-
-# Heading 1
-
-## Heading 2
-
-### Heading 3
-
-#### Heading 4
-
-##### Heading 5
-
-###### Heading 6
-
-### Body text
-
-Lorem ipsum dolor sit amet, test link adipiscing elit. **This is strong**. Nullam dignissim convallis est. Quisque aliquam.
-
-
-{: .image-pull-right}
-
-*This is emphasized*. Donec faucibus. Nunc iaculis suscipit dui. 53 = 125. Water is H2O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. The New York Times (That’s a citation). Underline.Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.
-
-HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.
-
-### Blockquotes
-
-> Lorem ipsum dolor sit amet, test link adipiscing elit. Nullam dignissim convallis est. Quisque aliquam.
-
-## List Types
-
-### Ordered Lists
-
-1. Item one
- 1. sub item one
- 2. sub item two
- 3. sub item three
-2. Item two
-
-### Unordered Lists
-
-* Item one
-* Item two
-* Item three
-
-## Tables
-
-| Header1 | Header2 | Header3 |
-|:--------|:-------:|--------:|
-| cell1 | cell2 | cell3 |
-| cell4 | cell5 | cell6 |
-|----
-| cell1 | cell2 | cell3 |
-| cell4 | cell5 | cell6 |
-|=====
-| Foot1 | Foot2 | Foot3
-{: rules="groups"}
-
-## Code Snippets
-
-{% highlight css %}
-#container {
- float: left;
- margin: 0 -240px 0 0;
- width: 100%;
-}
-{% endhighlight %}
-
-## Buttons
-
-Make any link standout more when applying the `.btn` class.
-
-{% highlight html %}
-Success Button
-{% endhighlight %}
-
-
-
-## Notices
-
-**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph.
-{: .notice}
diff --git a/jekyll/_posts/2011/2011-05-07-jaudiotagger-logging-levels.md b/jekyll/_posts/2011/2011-05-07-jaudiotagger-logging-levels.md
deleted file mode 100644
index 45312c71..00000000
--- a/jekyll/_posts/2011/2011-05-07-jaudiotagger-logging-levels.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: jaudiotagger logging levels
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sat May 07 21:17:00 IST 2011
----
-To quickly disable the verbose the logging from the jaudiotagger library just set this at the start of your program.
Logger.getLogger("org.jaudiotagger").setLevel(Level.OFF);
diff --git a/jekyll/_posts/2011/2011-07-28-testlink-automated-tests.md b/jekyll/_posts/2011/2011-07-28-testlink-automated-tests.md
deleted file mode 100644
index 65e73719..00000000
--- a/jekyll/_posts/2011/2011-07-28-testlink-automated-tests.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Testlink Automated Tests
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Jul 28 12:40:00 IST 2011
----
-Looking at how to define automated test cases within the TestLink tool this morning so I installed v1.9.3 painlessly. As per chapter 4 of the Jenkins TestLink Plug-in: The Definitive Guide the trick is to define and assign a 'Custom Field' to record the java class name or testng suite. Since we're not using jenkins I'll probally follow the basic steps and use http://code.google.com/p/testlink-api-java-client/ to pull the details from Testlink within my bamboo build.
In the testlink/config.inc.php update the following settings to enable the API and enable test automation
/** XML-RPC API availability (disabled by default) */ $tlCfg->api->enabled = TRUE;
/* [Test Executions] */ // ENABLED -> enable XML-RPC calls to external test automation server new buttons will be displayed on execution pages // DISABLED -> disable $tlCfg->exec_cfg->enable_test_automation = ENABLED;
diff --git a/jekyll/_posts/2011/2011-07-28-testlinkapi-missing-custom-fields.md b/jekyll/_posts/2011/2011-07-28-testlinkapi-missing-custom-fields.md
deleted file mode 100644
index 109bab3d..00000000
--- a/jekyll/_posts/2011/2011-07-28-testlinkapi-missing-custom-fields.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: TestLinkAPI missing custom fields
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Jul 28 14:56:00 IST 2011
----
-I have this sample program using the TestLinkAPI v1.9.2-2. I want to return the list of custom fields for a TestLink projects test cases.
There are no Custom Fields listed.
diff --git a/jekyll/_posts/2011/2011-11-24-eclipse-ini.md b/jekyll/_posts/2011/2011-11-24-eclipse-ini.md
deleted file mode 100644
index d32e26ab..00000000
--- a/jekyll/_posts/2011/2011-11-24-eclipse-ini.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: eclipse.ini
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Nov 24 08:18:00 GMT 2011
----
-eclipse.ini as of 24/11/2011
-startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -showlocation --launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505 -vm /usr/lib/jvm/java-6-sun/jre/lib/amd64/server/libjvm.so -product com.springsource.sts.ide --launcher.defaultAction openFile -vmargs -Xss4m -XX:PermSize=246m -XX:+CMSClassUnloadingEnabled -XX:ReservedCodeCacheSize=128m -XX:CompileThreshold=5 -XX:MaxGCPauseMillis=10 -XX:MaxHeapFreeRatio=70 -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -Dosgi.requiredJavaVersion=1.5 -Xmn128m -Xms1024m -Xmx2048m -Xss1m -XX:PermSize=128m -XX:MaxPermSize=512m
diff --git a/jekyll/_posts/2011/2011-12-15-git-on-a-usb-stick.md b/jekyll/_posts/2011/2011-12-15-git-on-a-usb-stick.md
deleted file mode 100644
index 840d758c..00000000
--- a/jekyll/_posts/2011/2011-12-15-git-on-a-usb-stick.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Git on a USB Stick
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Dec 15 13:06:00 GMT 2011
----
- Having loads of hassel the with git, ssh and https access to github.com, so i decided to setup git on a usb stick. I can work away during the day and synch to github at night.
assure@snapdragonubuntu:/etc/apache2/sites-available$ more default <VirtualHost *:80> ServerAdmin webmaster@localhost
DocumentRoot /home/assure/bhaa/zend/trunk/ <Directory /home/assure/bhaa/zend/trunk/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory>
ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel info
CustomLog /var/log/apache2/access.log combined
Alias /doc/ "/usr/share/doc/" <Directory "/usr/share/doc/"> Options Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all Allow from 127.0.0.0/255.0.0.0 ::1/128 </Directory>
</VirtualHost>
diff --git a/jekyll/_posts/2011/2011-12-18-racetec-notes.md b/jekyll/_posts/2011/2011-12-18-racetec-notes.md
deleted file mode 100644
index a83bb711..00000000
--- a/jekyll/_posts/2011/2011-12-18-racetec-notes.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: RaceTec Notes
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sun Dec 18 17:57:00 GMT 2011
----
-A Race can have multiple events, each event has race numbers, splits, categories
Splits/Laps
Waves - gun start, seeding and batches.
Teams
Gun Time - time of finish line read Net Time - finish - start time. In event setup set finish time = net time option.
diff --git a/jekyll/_posts/2011/2011-12-18-rfid-ultra-notes.md b/jekyll/_posts/2011/2011-12-18-rfid-ultra-notes.md
deleted file mode 100644
index aebf7036..00000000
--- a/jekyll/_posts/2011/2011-12-18-rfid-ultra-notes.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: RFID Ultra Notes
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sun Dec 18 17:42:00 GMT 2011
----
-Modes
Start - reads chip once per second. 1 second gating.
Finish - reads 30 times per second with signal strength identify best time
Gating
Per Reader - two times from reader
Per Box - Single first read time only
First Time Seen
LCD Display
Time Last Chip Code
Signal Strength Voltage Gating Mode & Interval
Antenna Mode & Session Chip Reads
Gating Mode & Interval : R (per Reader) or B (per Box) 1 (seconds gating)
Antenna : 1 (on) 0 (off) for each antenna
Reader Mode & Session : S (Start) or F (Finish). Session ID
A guide to setting up and configuring an event and races in Racetec.
Event Basics
The event name and date, with the number range.
Event Advanced
Step 3
diff --git a/jekyll/_posts/2011/2011-12-24-marathon-time-progression.md b/jekyll/_posts/2011/2011-12-24-marathon-time-progression.md
deleted file mode 100644
index 3983e881..00000000
--- a/jekyll/_posts/2011/2011-12-24-marathon-time-progression.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Marathon Time Progression
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sat Dec 24 21:25:00 GMT 2011
----
- Stockholm 2002 1/7/2002 3:30:00Zurich 2003 1/5/2003 3:01:09Berlin 2004 1/8/2004 3:00:00Rotterdam 2005 1/4/0205 2:44:44Zurich 2006 1/5/2006 3:02:20Dublin 2006 31/10/2006 2:56:38Cork 2007 1/6/2007 3:00:00Dublin 2008 31/10/2008 3:52:53Dublin 2009 31/10/2009 2:57:05Dublin 2011 31/10/2011 2:43:02
diff --git a/jekyll/_posts/2011/2011-12-29-racetec-registration-file-import-mapping.md b/jekyll/_posts/2011/2011-12-29-racetec-registration-file-import-mapping.md
deleted file mode 100644
index e41c1587..00000000
--- a/jekyll/_posts/2011/2011-12-29-racetec-registration-file-import-mapping.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: RaceTec Registration File Import Mapping
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Dec 29 10:34:00 GMT 2011
----
-A list of the possible Athlete and Event mappings that RaceTec allows
diff --git a/jekyll/_posts/2011/2011-12-30-dec-30th-2011.md b/jekyll/_posts/2011/2011-12-30-dec-30th-2011.md
deleted file mode 100644
index f05fc411..00000000
--- a/jekyll/_posts/2011/2011-12-30-dec-30th-2011.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Dec 30th 2011
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Dec 30 23:34:00 GMT 2011
----
-There will be one blog from now on so i merged the content of cycleaustralia.blogspot.com adventurtures-of-a-slite-300.blogspot.com to emeraldjava.blogspot.com, it was quite easy once i found the blogspot import export tool. Added the next 7 bhaa event and story details to glfusion. Having some trouble trying to create a function on the mysql instance on the mac. And the Rover decided it didn't want to start this evening, so the plan evening run in dublin had to be cancelled.
diff --git a/jekyll/_posts/2011/2011-12-30-monthly-km's.md b/jekyll/_posts/2011/2011-12-30-monthly-km's.md
deleted file mode 100644
index da5feafe..00000000
--- a/jekyll/_posts/2011/2011-12-30-monthly-km's.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Monthly Km's
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Fri Dec 30 11:49:00 GMT 2011
----
-Details of the monthly km's ran in 2011. The plan is to update the 2012 details here. September sticks out like a sore thumb with the madness of wisdom tooth removal.
diff --git a/jekyll/_posts/2012/2012-01-17-phpunit-and-pear.md b/jekyll/_posts/2012/2012-01-17-phpunit-and-pear.md
deleted file mode 100644
index 828bae68..00000000
--- a/jekyll/_posts/2012/2012-01-17-phpunit-and-pear.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: phpunit and PEAR
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Jan 17 15:30:00 GMT 2012
----
-Back on the php unit tsting buzz today but when i ran 'phpunit' is got this
assure@snapdragonubuntu:~/bhaa/zend/trunk$ phpunit PHP Warning: require_once(PHP/CodeCoverage/Filter.php): failed to open stream: No such file or directory in /usr/bin/phpunit on line 38 PHP Fatal error: require_once(): Failed opening required 'PHP/CodeCoverage/Filter.php' (include_path='.:/usr/share/php:/usr/share/pear') in /usr/bin/phpunit on line 38
The first solution is to include the php code coverage tool
assure@snapdragonubuntu:~$ phpunit --help PHP Fatal error: Call to undefined method PHP_CodeCoverage_Filter::getInstance() in /usr/bin/phpunit on line 39
It seems that the version of phpunit was fairly old so i followed
I also added the phpunit to the include_php in my php.ini file
diff --git a/jekyll/_posts/2012/2012-02-16-joomla.md b/jekyll/_posts/2012/2012-02-16-joomla.md
deleted file mode 100644
index b495b5c3..00000000
--- a/jekyll/_posts/2012/2012-02-16-joomla.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Joomla
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Feb 16 08:57:00 GMT 2012
----
-This post is intended to become a cheat sheet for joomla 2.5+ customisation.
Templates - in dir ${root}/templates/{beez_20} - positions 0..14 defined in the templateDetails.xml - html defined in index.php, with associated css, images and javascript styles
Tutorials http://www.siteground.com/tutorials/joomla25
diff --git a/jekyll/_posts/2012/2012-02-29-national-half-marathon-2011-anaylsis.md b/jekyll/_posts/2012/2012-02-29-national-half-marathon-2011-anaylsis.md
deleted file mode 100644
index effa67b7..00000000
--- a/jekyll/_posts/2012/2012-02-29-national-half-marathon-2011-anaylsis.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: National Half Marathon 2011 Anaylsis
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Feb 29 13:01:00 GMT 2012
----
- With the Meath Half coming up this weekend I decided to look at my split from the last good half I ran last yesterday in Waterford. At the time I was in the middle of the marathon training program and tapered well for the week before the race
I remember taking it out handy enough and was in a good position to push on in the second half of the race. Looking at the 5km splits now the 1st, 3rd and 4th splits are all similar enough with a diff of 3seconds between them. At the end of the race I was a bit disappointed to have come that close to the 70min barrier. Perhaps the day dreaming in the 2nd 5km section was were the time was lost. The overall time of 1h 10m 15sec which is the current half PB.
In terms of this weekend I'm not 100% sure about the right hamstring but I think the course and potentially the runners in the field could make this a fast course. Will see in the coming days if a new PB time will be targeted.
diff --git a/jekyll/_posts/2012/2012-03-05-joomla-admin-component.md b/jekyll/_posts/2012/2012-03-05-joomla-admin-component.md
deleted file mode 100644
index 7d46c9de..00000000
--- a/jekyll/_posts/2012/2012-03-05-joomla-admin-component.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Joomla Admin Component
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Mar 05 14:29:00 GMT 2012
----
-The aim of this blog is to outline the structure and files that make up a custom joomla 2.5 component, the impact of the naming convention and which core joomla classes the various layers extend from. In the example the component name is 'abc' and the its main focus is on CRUD operations on a book entity.
diff --git a/jekyll/_posts/2012/2012-03-26-the-best-10k-workout---week-1.md b/jekyll/_posts/2012/2012-03-26-the-best-10k-workout---week-1.md
deleted file mode 100644
index 2afb2787..00000000
--- a/jekyll/_posts/2012/2012-03-26-the-best-10k-workout---week-1.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: The Best 10K Workout - Week 1
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon Mar 26 15:19:00 IST 2012
----
-The first of the 10km specific sessions was a 6 times 1 mile with 3 mins recovery. I did a 15min warmup
Looking at the times i should have done some strides before the first one, since the 10s diff between 1 and 2 is too much. Over the 6 laps the average pass was 3.20 which indicates a 33.3x 10km time. Need to get the finger out for the next scheduled session which is 1*2Mile + 4*1Mile on thursday.
The schedule is outlined here http://runningtimes.com/Article.aspx?ArticleID=19553
diff --git a/jekyll/_posts/2012/2012-03-31-the-best-10k-workout---week-2.md b/jekyll/_posts/2012/2012-03-31-the-best-10k-workout---week-2.md
deleted file mode 100644
index 76086fa9..00000000
--- a/jekyll/_posts/2012/2012-03-31-the-best-10k-workout---week-2.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: The Best 10K Workout - Week 2
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Sat Mar 31 23:01:00 IST 2012
----
- Week 2 was supposed to be Thursday but got moved to Sat evening after a near disaster with the BHAA DCC ladies chip timing. The lap was around Bushy Park
diff --git a/jekyll/_posts/2012/2012-04-05-the-best-10k-workout---week-3.md b/jekyll/_posts/2012/2012-04-05-the-best-10k-workout---week-3.md
deleted file mode 100644
index 08e15c9c..00000000
--- a/jekyll/_posts/2012/2012-04-05-the-best-10k-workout---week-3.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: The Best 10K Workout - Week 3
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Thu Apr 05 23:28:00 IST 2012
----
-We supposed to be 1*2Mile and then 4*1mile but having created the garmin workouts i discovered that only one workout can be downloaded. The downloaded workout was 6*1mile - here are the details
Was surprised by the simular times of the first four, usual fifth slowdown and had idea that the sixth might have been quicker but the overall times are quicker.
These UCD tuesdays sessions might be paying some dividend. 10miler in ballyliffin this weekend. First of the 2mile sessions next week - am tempted to jump to 2*2M+2*1M.
diff --git a/jekyll/_posts/2012/2012-04-10-10-mile.md b/jekyll/_posts/2012/2012-04-10-10-mile.md
deleted file mode 100644
index af9470b1..00000000
--- a/jekyll/_posts/2012/2012-04-10-10-mile.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: 10 Mile
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Apr 10 17:45:00 IST 2012
----
- 16/8/2008Frank Duffy0:03:33100:56:4819th 0:03:33 16/08/2009Frank Duffy 0:03:21100:53:385th 0:03:21 21/08/2010Frank Duffy 0:03:26100:55:0416th0:03:26 20/8/2011Frank Duffy 0:03:23100:54:1918th0:03:23 7/4/2012 Ballyliffin 0:03:29 100:55:492nd 0:03:29
diff --git a/jekyll/_posts/2012/2012-04-10-ballyliffin-10-mile-2012.md b/jekyll/_posts/2012/2012-04-10-ballyliffin-10-mile-2012.md
deleted file mode 100644
index f751f8af..00000000
--- a/jekyll/_posts/2012/2012-04-10-ballyliffin-10-mile-2012.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Ballyliffin 10 Mile 2012
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Tue Apr 10 17:55:00 IST 2012
----
-Ballyliffin 10M
diff --git a/jekyll/_posts/2012/2012-04-11-pear-and-phpunit.md b/jekyll/_posts/2012/2012-04-11-pear-and-phpunit.md
deleted file mode 100644
index 781ba32d..00000000
--- a/jekyll/_posts/2012/2012-04-11-pear-and-phpunit.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Pear and phpunit
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed Apr 11 16:34:00 IST 2012
----
-Update PEAR to the latest PHPUnit version
Ensure the php.ini files have this path on the include path
/etc/php5/apache2/php.ini
/etc/php5/cli/php.ini
should both include the PEAR php share libraries
; UNIX: "/path1:/path2"
include_path = ".:/usr/share/php"
diff --git a/jekyll/_posts/2012/2012-05-09-updating-my-cv-with-hresume,-twitter-bootstrap-and-github.md b/jekyll/_posts/2012/2012-05-09-updating-my-cv-with-hresume,-twitter-bootstrap-and-github.md
deleted file mode 100644
index ddee075a..00000000
--- a/jekyll/_posts/2012/2012-05-09-updating-my-cv-with-hresume,-twitter-bootstrap-and-github.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Updating my CV with hresume, twitter bootstrap and github
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Wed May 09 17:40:00 IST 2012
----
-I've always found updating the format of my CV quite a pain, and during the most recent review of my CV is decided that an XML based approach would be the best.
First step was to convert the details in my existing word doc cv to a XML format. I looked at xml resume format but decided to use the hr-xml format in the end.
Next step is to use a xsl transform to convert the xml into an output format. While researching the transforms I found the hresume mircoformat which seems well supported. Madgex provide a tool for converting a html format into a PDF/Word format which solved one of my problems.
In order to ensure a level of sanity to the html layout and fonts, i decided to reuse the twitter-bootstrap resources.
While working on the xml cv file and xsl transform i used my github repository to track changes. The final piece of the puzzle was where to host the generated html resume file. I found that github provided this via the gh-pages branch which allows a file to be served as raw html to a browser.
The hresume html is hosted here and the madgex pdf is linked on the right hand column of this blog. Now to get the CV out to the market.
diff --git a/jekyll/_posts/2012/2012-05-22-readability-post.md b/jekyll/_posts/2012/2012-05-22-readability-post.md
deleted file mode 100644
index 9b0453b3..00000000
--- a/jekyll/_posts/2012/2012-05-22-readability-post.md
+++ /dev/null
@@ -1,44 +0,0 @@
----
-
-title: "Testing Readability with a Bunch of Text"
-excerpt: "A ton of text to test readability."
-tags: [sample post, readability, test]
-comments: true
----
-
-Portland in shoreditch Vice, labore typewriter pariatur hoodie fap sartorial Austin. Pinterest literally occupy Schlitz forage. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag.
-
-Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies.
-
-## Cupidatat 90's lo-fi authentic try-hard
-
-In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. Terry Richardson shabby chic +1, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's.
-
-* Sartorial hoodie
-* Labore viral forage
-* Tote bag selvage
-* DIY exercitation et id ugh tumblr church-key
-
-Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr.
-
-Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis.
-
-## Forage occaecat cardigan qui
-
-Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole.
-
-> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache.
-
-Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard.
-
-## Hoodie Duis
-
-Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio.
-
-### Thundercats Ho!
-
-Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress.
-
-Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic.
-
-Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam.
diff --git a/jekyll/_posts/2012/2012-05-28-bhaa-wordpress-schema-erd.md b/jekyll/_posts/2012/2012-05-28-bhaa-wordpress-schema-erd.md
deleted file mode 100644
index 4a22b6a3..00000000
--- a/jekyll/_posts/2012/2012-05-28-bhaa-wordpress-schema-erd.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: BHAA Wordpress Schema ERD
-
-category: blogger
-# Pulled from Blogger. Last updated there on: Mon May 28 16:06:00 IST 2012
----
-Using yuml to outline how the existing BHAA schema tables might interact with the wordpress tables. The 'user' is faily simple but how we handle 'events' will be a discussion point. Tables ending in '_Q' are questionable.
diff --git a/jekyll/_posts/2013/2013-05-22-sample-post-images.md b/jekyll/_posts/2013/2013-05-22-sample-post-images.md
deleted file mode 100644
index 815e46e7..00000000
--- a/jekyll/_posts/2013/2013-05-22-sample-post-images.md
+++ /dev/null
@@ -1,62 +0,0 @@
----
-
-title: "A Post with Images"
-excerpt: "Examples and code for displaying images in posts."
-tags: [sample post, images, test]
-comments: true
----
-
-Here are some examples of what a post with images might look like. If you want to display two or three images next to each other responsively use `figure` with the appropriate `class`. Each instance of `figure` is auto-numbered and displayed in the caption.
-
-### Figures (for images or video)
-
-#### One Up
-
-
-
- Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr.
-
-
-Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies.
-
-#### Two Up
-
-Apply the `half` class like so to display two images side by side that share the same caption.
-
-{% highlight html %}
-
-
-
- Caption describing these two images.
-
-{% endhighlight %}
-
-And you'll get something that looks like this:
-
-
-
-
- Two images.
-
-
-#### Three Up
-
-Apply the `third` class like so to display three images side by side that share the same caption.
-
-{% highlight html %}
-
-
-
-
- Caption describing these three images.
-
-{% endhighlight %}
-
-And you'll get something that looks like this:
-
-
-
-
-
- Three images.
-
diff --git a/jekyll/_posts/2013/2013-05-23-readability-feature-post.md b/jekyll/_posts/2013/2013-05-23-readability-feature-post.md
deleted file mode 100644
index b1d81280..00000000
--- a/jekyll/_posts/2013/2013-05-23-readability-feature-post.md
+++ /dev/null
@@ -1,50 +0,0 @@
----
-
-title: "Post with Large Feature Image and Text"
-excerpt: "Custom written post descriptions are the way to go... if you're not lazy."
-tags: [sample post, readability, test]
-comments: true
-image:
- feature: sample-image-4.jpg
- credit: WeGraphics
- creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/
----
-
-This is a sample post with a large feature image[^1] up top and tons of text. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag.
-
-Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. *Ea fashion axe [Marfa cillum aliquip](#). Retro Bushwick keytar cliche.* Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies.
-
-## Cupidatat 90's lo-fi authentic try-hard
-
-In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. **[Terry Richardson](#) shabby chic +1**, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's.
-
-* Sartorial hoodie
-* Labore viral forage
-* Tote bag selvage
-* DIY exercitation et id ugh tumblr church-key
-
-Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr.
-
-Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis.
-
-## Forage occaecat cardigan qui
-
-Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole.
-
-> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache.
-
-Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard.
-
-## Hoodie Duis
-
-Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio.
-
-### Thundercats Ho!
-
-Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress.
-
-Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic.
-
-Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam.
-
-[^1]: Texture image courtesty of [Lovetextures](http://www.lovetextures.com/)
diff --git a/jekyll/_posts/2013/2013-06-25-video-post.md b/jekyll/_posts/2013/2013-06-25-video-post.md
deleted file mode 100644
index 6591a791..00000000
--- a/jekyll/_posts/2013/2013-06-25-video-post.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-
-title: "A Post with a Video"
-description: "Custom written post descriptions are the way to go... if you're not lazy."
-tags: [sample post, video]
----
-
-
-
-Video embeds are responsive and scale with the width of the main content block with the help of [FitVids](http://fitvidsjs.com/).
-
-Not sure if this only effects Kramdown or if it's an issue with Markdown in general. But adding YouTube video embeds causes errors when building your Jekyll site. To fix add a space between the `