
workbench.duncan.dickinson.name
WorkbenchA blog for describing various code (mainly groovy) I've written.
http://workbench.duncan.dickinson.name/
A blog for describing various code (mainly groovy) I've written.
http://workbench.duncan.dickinson.name/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.8 seconds
16x16
PAGES IN
THIS WEBSITE
4
SSL
EXTERNAL LINKS
18
SITE IP
74.125.69.121
LOAD TIME
0.813 sec
SCORE
6.2
Workbench | workbench.duncan.dickinson.name Reviews
https://workbench.duncan.dickinson.name
A blog for describing various code (mainly groovy) I've written.
Workbench: February 2015
http://workbench.duncan.dickinson.name/2015_02_01_archive.html
A coding workbench - various small code projects I've put together for various reasons. Primarily in Groovy. Sunday, February 22, 2015. A note on strings and Groovy methods. Just a very brief post about Groovy methods and using strings both in the method name and in the method call. Firstly, you can use sentences for method names. Double and single quotes work but you can’t use GStrings and interpolation:. Secondly, as that previous. Def runProjectX() def method = 'runProjectX' $method().
Workbench: January 2015
http://workbench.duncan.dickinson.name/2015_01_01_archive.html
A coding workbench - various small code projects I've put together for various reasons. Primarily in Groovy. Friday, January 9, 2015. Reading fields from PDF forms. Labels: groovy pdf yaml. I then looked at the Forms Central app that comes with Adobe Acrobat Pro 11. I’d not used it before but it was quite straightforward to setup a form and export it as a PDF. I then grabbed the Apache PDFBox library and used it to extract the fields. In all it was a pretty straightforward bit of work. Lastly, I got a fe...
Workbench: December 2014
http://workbench.duncan.dickinson.name/2014_12_01_archive.html
A coding workbench - various small code projects I've put together for various reasons. Primarily in Groovy. Sunday, December 7, 2014. Basic integration with Spring Boot. Provides a highly useful set of patterns that can help you solve a variety of integration problems. Spring Integration. Provides a number of mechanisms for integrating systems. In this article I’ll outline and build a very basic integration example. Databases (JDBC, JPA). To create a file poller and the developer will maybe reach for.
Workbench: A note on strings and Groovy methods
http://workbench.duncan.dickinson.name/2015/02/a-note-on-strings-and-groovy-methods.html
A coding workbench - various small code projects I've put together for various reasons. Primarily in Groovy. Sunday, February 22, 2015. A note on strings and Groovy methods. Just a very brief post about Groovy methods and using strings both in the method name and in the method call. Firstly, you can use sentences for method names. Double and single quotes work but you can’t use GStrings and interpolation:. Secondly, as that previous. Def runProjectX() def method = 'runProjectX' $method().
TOTAL PAGES IN THIS WEBSITE
4
Prag-o-matic: November 2014
http://blog.duncan.dickinson.name/2014_11_01_archive.html
An online automaton of project management, analysis and development experiences. Sunday, November 30, 2014. Try on the thinking hats (Part 1). Instead of judging our way forward, we need to design our way forward. We need to be thinking 'what can be', not just about 'what is'. Six Thinking Hats is a registered trademark of Edward de Bono. This is Part 1 of a 3-part series. Whilst studying and then working as a teacher, the skills around thinking and the area of metacognition. Some people really like to a...
Prag-o-matic: June 2009
http://blog.duncan.dickinson.name/2009_06_01_archive.html
An online automaton of project management, analysis and development experiences. Monday, June 22, 2009. I admit it - I am growing tired of Trac wiki. It's probably our fault - we're using an old version - but I get the feeling it's a bigger problem than that. I work with a University-based technology team that tries to keep the following things together:. Organisational news and info. For presenting the content we could use The Fascinator to harvest from all of our sources and present (mash) it in a vari...
Prag-o-matic: March 2011
http://blog.duncan.dickinson.name/2011_03_01_archive.html
An online automaton of project management, analysis and development experiences. Thursday, March 24, 2011. Well, it’s been a while since this blog and I ran into each other but rest assured, I haven’t been hibernating. As usual I’ve been involved in a wide variety of stuff:. Building the ReDBox/Mint system for recording the existence of research data. Developing an Creative Arts Research Repository. Building the ADFI development team’s Scrum model and support systems. On the subject of identifiers.
Prag-o-matic: October 2009
http://blog.duncan.dickinson.name/2009_10_01_archive.html
An online automaton of project management, analysis and development experiences. Wednesday, October 14, 2009. Thoughts on the ANDS Roadshow. On October 29 and 30 I attended the Australian National Data Service (ANDS) Roadshow. The primary topics were:. Research data policy and the Australian Code for the Responsible Conduct of Research. This post is a bit of my thinking about the various topics discussed rather than a didactic report back. This was written by my boss, Peter Sefton and Oliver Lucido, a me...
Prag-o-matic: July 2011
http://blog.duncan.dickinson.name/2011_07_01_archive.html
An online automaton of project management, analysis and development experiences. Friday, July 15, 2011. New Article: Repositories post 2010: embracing heterogeneity in AWE, the Academic Working Environment. After beefing it up a little, Peter Sefton and I had our Open Repositories 2010 paper published to the Journal of Digital Information (JoDI). Check it out at http:/ journals.tdl.org/jodi/article/view/1766/2165. I now need to start getting our OR 2011 paper ready for submission!
Prag-o-matic: Dead letter offices
http://blog.duncan.dickinson.name/2015/04/dead-letter-offices.html
An online automaton of project management, analysis and development experiences. Saturday, April 4, 2015. Let’s consider printing a map that shows us how to get to a meeting in the city. Once we get to the city and the meeting starts, what’s the utility of that map in terms of the meeting? It may be useful to get me back to my office but you probably don’t want it in the minutes or hand out a copy to everyone. Subscribe to: Post Comments ( Atom ).
Prag-o-matic: Steam
http://blog.duncan.dickinson.name/p/steam-pics.html
An online automaton of project management, analysis and development experiences. A web album of random rail and industrial items I've come across in my travels. Subscribe to: Posts ( Atom ). New book: The Groovy 2 Tutorial. The sum of our component parts. Is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
Prag-o-matic: December 2014
http://blog.duncan.dickinson.name/2014_12_01_archive.html
An online automaton of project management, analysis and development experiences. Friday, December 26, 2014. Don’t write a single line of code until you have a version control system in place. You have a backup when your laptop dies on you. When you decide to tear down a section of code - you can always revert back if you find you’ve gone down the wrong path. You can easily share your code and encourage others to assist. The key hosted version control providers include:. It's one thing to use version cont...
Prag-o-matic: April 2011
http://blog.duncan.dickinson.name/2011_04_01_archive.html
An online automaton of project management, analysis and development experiences. Friday, April 1, 2011. And check out their Scrum guide. For quite some time the ADFI software development team had asserted that it was Agile in its approach. However, this was a very loose notion and the need for improved structure was recognised when we considered our problems in areas such as project scope and code stability and releases. What does it look like? To begin with, the introduction of any new methodology is an...
Prag-o-matic: November 2009
http://blog.duncan.dickinson.name/2009_11_01_archive.html
An online automaton of project management, analysis and development experiences. Friday, November 20, 2009. Fascinator 0.3.0 and 2009 in review. Well, Linda has just released Version 0.3.0 of The Fascinator. And I thought I'd take the opportunity to sit back and reflect on our work in 2009. So, to keep it short, here's my Top 5 "big things" from our Fascinator work this year:. 1 Complete Fascinator redesign. 2 Advancing our Agile approach. The team (esp. Linda) has been. Working to fulfill more of the Ag...
TOTAL LINKS TO THIS WEBSITE
18
workbench.com.au
Workbench Consulting
Seu estoque está alto e ainda faltam produtos? Novo sistema para gestão de estoques e previsão de demanda equaliza os seus estoques em relação a sua demanda. Workbench Consultoria S/S Ltda - Fone: 3654-0369 webdesign: Z-PLot.
Connextra - Login
Log in to your Connextra Workbench. Remember me on this computer.
Workbench
Caps lock is on! I agree to the terms of service. Workbench 34.0.1.
DTA Partnership: Home
We are experts in Leadership Recruitment, assessment and integration and our goal is to help both companies and individuals be more successful. We do this by connecting talented people with general management and functional leadership opportunities in the £80,000 to £250,000 salary range. We have a genuine passion for people along with deep knowledge of the markets that we serve:. Outsourcing and Support Services. Reducing cost to hire. We have designed our operating model to limit any high fixed costs a...
workbench.duncan.dickinson.name
Workbench
A coding workbench - various small code projects I've put together for various reasons. Primarily in Groovy. Sunday, February 22, 2015. A note on strings and Groovy methods. Just a very brief post about Groovy methods and using strings both in the method name and in the method call. Firstly, you can use sentences for method names. Double and single quotes work but you can’t use GStrings and interpolation:. Secondly, as that previous. Def runProjectX() def method = 'runProjectX' $method().
workbench.elevatedresources.com
default.secureserver.net
GrabCAD
GrabCAD is the hub for digital manufacturing. Professional 3D printing made easy and accessible. Our latest app simplifies the 3D printing workflow so you can get quality prints, faster. The free and easy way to manage and share your CAD files. Workbench is a CAD collaboration solution that accelerates product development by making it easy for engineers to manage files and engage partners in the design process. Sign up for Workbench. Connect with over 3,630,000 members. 1,950,000 free CAD models. The Com...
workbench @ haefelinger.it
T 31 648 27 61 59. ISync Plugin Nokia 206. Truly mind boggling . Wireshark & Snow Leopard. Adding A Plesk Event Handler. Announcement – Flaka 1.01 Released. MacPorts, MySQL, PHP5 and that socket thing . XeTeX: “Failed to convert input string to UTF16″. About Reseting CSS Properties. IRB and the missing idiom. I love my Mac! ISync Plugin Nokia 206. Written by admin 865 days ago. Last update at 2013-04-02 16:29:26. Categories Uncategorized. An iSync plugin for the Nokia 206. Truly mind boggling . Let’...
workbench in a sentence | simple examples
In A Sentence .org. The best little site that helps you understand word usage with examples. Workbench in a sentence. In a panic she was remembering how, when shed been a little girl, shed trailed her father around the house, for her father was so rarely in the house; sometimes she would discover him in the cellar at what he called his workbench; here, he had electrical tools, as well as hammers, pliers, screwdrivers. Between the edge of the wall and the foot of the workbench was a corner. In a panic she...
IPE
Cookies are not enabled. You must enable cookies before you can log in. Did you forget your password? Don't worry, we can send you a new one.