
richpollock.com
Richard Pollock — WelcomeRichard Pollock's online CV, including education, employment and publication history, software development projects, and other assorted miscellany
http://www.richpollock.com/
Richard Pollock's online CV, including education, employment and publication history, software development projects, and other assorted miscellany
http://www.richpollock.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.4 seconds
Richard Pollock
Richard Pollock Richard Pollock
Carr House, ●●●●●●●●●●●●oad New Mill
Hol●●●rth , West Yorkshire, HD9 7DU
UNITED KINGDOM
View this contact
Richard Pollock
Richard Pollock Richard Pollock
Carr House, ●●●●●●●●●●●●oad New Mill
Hol●●●rth , West Yorkshire, HD9 7DU
UNITED KINGDOM
View this contact
Plusnet PLC
DNS Hostmaster
Internet H●●●●●●●●●●ter Street
She●●●eld , South Yorkshire, S1 4BY
UNITED KINGDOM
View this contact
20
YEARS
0
MONTHS
17
DAYS
TUCOWS DOMAINS INC.
WHOIS : whois.tucows.com
REFERRED : http://domainhelp.opensrs.net
PAGES IN
THIS WEBSITE
5
SSL
EXTERNAL LINKS
19
SITE IP
64.111.126.219
LOAD TIME
0.351 sec
SCORE
6.2
Richard Pollock — Welcome | richpollock.com Reviews
https://richpollock.com
Richard Pollock's online CV, including education, employment and publication history, software development projects, and other assorted miscellany
Bit Wrangling | A meandering discourse on binary coercion
A meandering discourse on binary coercion. Parsing external DTDs with Spring 4.x Jaxb2Marshaller. July 16, 2015. Having recently upgraded a fairly sizeable Spring project to Spring 4.1.7, I uncovered an issue in which, after the upgrade, a class that talks to an external XML API was failing with the following stack trace:. Orgspringframework.http.converter.HttpMessageNotReadableException: Could not read [class com.richpollock.blog.ExampleClass]; nested exception is org.springf...The difficulty is that th...
Richard Pollock — Software
http://richpollock.com/software.php
Is an iPhone application to help patients monitor and manage their diabetes. Specifically, the app allows patients to record their blood glucose, bodyweight, insulin doses, cholesterol, blood pressure, and carbohydrate and calorie intake. The app also allows patients to keep track of their bodyweight, HbA1c and blood pressure targets, plot their data on a series of charts and export their data to major spreadsheet packages such as Microsoft Excel or Numbers from Apple's iWorks suite. Terms can be rapidly...
Richard Pollock — Scientific Writing
http://richpollock.com/scientificwriting.php
BioSAVE: Display of scored annotation within a sequence context (709 Kb PDF). Publication in BMC Bioinformatics 9:157. MRC Laboratory of Molecular Biology, 2007. Having graduated from my BA MSci, I continued working alongside. Adryan and Teichmann, but now focusing on bioinformatics. The result was BioSAVE, a piece of software. Determination of transcription factor expression patterns in Drosophila melanogaster tracheogenesis. Master’s project (85%, highest in year). RNA-based life forms (140 Kb PDF).
Richard Pollock — CV
http://richpollock.com/cv.php
Originally from Huddersfield, UK. Studied Natural Sciences at the University of Cambridge. Currently working as a health economist for Ossian. Health Economics and Communications GmbH in Basel. Image from Wikipedia (GNU license). Currently employed by Ossian. Health Economics and Communications (February 2009 to present). Responsibilities include:. Preparation of core reimbursement dossiers. Budget impact analysis for formulary approval and reimbursement. The Journal of Medical Economics. Drugs - Real Wo...
Richard Pollock — Welcome
http://richpollock.com/index.php
On these pages, you'll find my CV. I've written for iOS and Mac OS X, a portfolio of my academic writing. A small selection of photographs. I've taken, and a link to my blog.
Richard Pollock — Photography
http://richpollock.com/photography.php
Lake Tekapo, New Zealand. Three photos taken looking toward Mt. Misery and Lake Tekapo in Canterbury, New Zealand. Panorama assembled in REALVIZ Stitcher Express. Spey valley, Scotland. Four photos looking out over the Spey valley from the bottom of Creag Dhubh near Newtonmore. Panorama assembled in REALVIZ Stitcher Express. Four photos taken from the top of St. Mark's Campanile, Venice. Panorama assembled in Photoshop. Aiguille du midi, France.
TOTAL PAGES IN THIS WEBSITE
5
Statistics | Bit Wrangling
http://blog.richpollock.com/category/statistics
A meandering discourse on binary coercion. Validating Excel Markov models in R. July 12, 2015. As a brief re-cap, strict Markov chains are memoryless, probability-driven processes in which transitions through a defined state space, S, are driven by a transition matrix, briefly as follows:. Pr(X {n 1}=x mid X 1=x 1, X 2=x 2, ldots, X n=x n) = Pr(X {n 1}=x mid X n=x n) $. Where $ S = {X 1 ldots X n } $. A simple Markov model in R. Functions without a dramatic increase in the complexity of the code:. At thi...
November | 2014 | Bit Wrangling
http://blog.richpollock.com/2014/11
A meandering discourse on binary coercion. Monthly Archives: November 2014. Generating a hyperlinked table of contents for an Excel workbook using VBA. November 12, 2014. The code’s fairly run-of-the-mill with one possible exception: the implementation of the. Takes a string and returns. Depending on whether a sheet with the specified name already exists in the active workbook. The function uses VBA’s. On Error Resume Next. Statement to achieve this. As per the MSDN documentation. As such, in the. A1", T...
July | 2014 | Bit Wrangling
http://blog.richpollock.com/2014/07
A meandering discourse on binary coercion. Monthly Archives: July 2014. Explicit, comprehensible covariance matrices in Java. July 31, 2014. As part of my code readability push in a recent work project (see also here. I’ve just tided up the code responsible for creating, updating, and referring to covariance matrices of patient characteristics and treatment effects. I first searched the web for examples of how covariance matrices had been implemented previously in Java and found the. Instantiating a cova...
August | 2014 | Bit Wrangling
http://blog.richpollock.com/2014/08
A meandering discourse on binary coercion. Monthly Archives: August 2014. August 31, 2014. When writing formulae in a default installation of Excel,. Is the only function from which randomness can be directly derived. According to the documentation. Generates an “evenly distributed random number greater than or equal to 0 and less than 1 . Installation of the Analysis ToolPak also makes the. Function available for use, which takes two integers as arguments and, again according to the documentation. Befor...
Parsing external DTDs with Spring 4.x Jaxb2Marshaller | Bit Wrangling
http://blog.richpollock.com/2015/07/parsing-external-dtds-with-spring-4-x-jaxb2marshaller
A meandering discourse on binary coercion. Parsing external DTDs with Spring 4.x Jaxb2Marshaller. July 16, 2015. Having recently upgraded a fairly sizeable Spring project to Spring 4.1.7, I uncovered an issue in which, after the upgrade, a class that talks to an external XML API was failing with the following stack trace:. Orgspringframework.http.converter.HttpMessageNotReadableException: Could not read [class com.richpollock.blog.ExampleClass]; nested exception is org.springf...The difficulty is that th...
July | 2015 | Bit Wrangling
http://blog.richpollock.com/2015/07
A meandering discourse on binary coercion. Monthly Archives: July 2015. Parsing external DTDs with Spring 4.x Jaxb2Marshaller. July 16, 2015. Having recently upgraded a fairly sizeable Spring project to Spring 4.1.7, I uncovered an issue in which, after the upgrade, a class that talks to an external XML API was failing with the following stack trace:. Orgspringframework.http.converter.HttpMessageNotReadableException: Could not read [class com.richpollock.blog.ExampleClass]; nested...The difficulty is tha...
XML | Bit Wrangling
http://blog.richpollock.com/category/xml
A meandering discourse on binary coercion. Parsing external DTDs with Spring 4.x Jaxb2Marshaller. July 16, 2015. Having recently upgraded a fairly sizeable Spring project to Spring 4.1.7, I uncovered an issue in which, after the upgrade, a class that talks to an external XML API was failing with the following stack trace:. Orgspringframework.http.converter.HttpMessageNotReadableException: Could not read [class com.richpollock.blog.ExampleClass]; nested exception is org.springf...The difficulty is that th...
October | 2014 | Bit Wrangling
http://blog.richpollock.com/2014/10
A meandering discourse on binary coercion. Monthly Archives: October 2014. Angular.js tabs directive with dynamic loading of partial templates and controllers. October 13, 2014. The Angular.js framework strongly encourages modular application design, particularly when it comes to separating application logic from DOM manipulation. One of the greatest “it-just-works” components of Angular.js has got to be the. Directive. For instance, a couple of simple routings might be defined as follows:. Is used to lo...
Health Economics | Bit Wrangling
http://blog.richpollock.com/category/health-economics
A meandering discourse on binary coercion. Category Archives: Health Economics. Validating Excel Markov models in R. July 12, 2015. As a brief re-cap, strict Markov chains are memoryless, probability-driven processes in which transitions through a defined state space, S, are driven by a transition matrix, briefly as follows:. Pr(X {n 1}=x mid X 1=x 1, X 2=x 2, ldots, X n=x n) = Pr(X {n 1}=x mid X n=x n) $. Where $ S = {X 1 ldots X n } $. A simple Markov model in R. Printing the full Markov trace. At this...
TOTAL LINKS TO THIS WEBSITE
19
RichPoliak's Blog | Focusing on Performance Improvement and Customer Experience
Focusing on Performance Improvement and Customer Experience. Leonardo da Vinci – Inventor of the Scientific Method, Systems Thinker and Gemba Practitioner. January 19, 2010. All process improvement must start with understanding the system through observation. As you might surmise I have considerable admiration for Leonardo da Vinci given the number of his drawings I’ve placed on my blog and website www.solutionelements.com. Recently I had the chance to read a compilation of his notes. Many think that the...
Rich Poling Creative Arts
richpolingcreativearts.blogspot.com
Rich Poling Creative Arts
Rich Polk Photography
Pac 12 Football Portraits. 1/125th of a second. Pac 12 Football Portraits. 1/125th of a second.
Rich Pollard
Imaginative idealist in search of a better future. Problem-solver, learner, speaker, educator. Me in a nutshell. I am a community-focussed problem solver and connector. I am fascinated by the future and love to imagine how things can be improved. I am an undercover introvert who values space to think, but also enjoy some time in the spotlight. I am most comfortable working in my head and therefore collaborate best with action-focussed partners. I seek to share knowledge and engage with others as a speaker.
Richard Pollock — Welcome
On these pages, you'll find my CV. I've written for iOS and Mac OS X, a portfolio of my academic writing. A small selection of photographs. I've taken, and a link to my blog.
Richpolt.net
Rich Pomerantz Photography: Advertising, Editorial and Fine Arts Photographer.
Rich Pomerantz Photography: Advertising, Editorial and Fine Arts Photographer. Rich Pomerantz is an advertising, editorial and fine art photographer specializing in gardens, agriculture, interiors, lifestyle and portraits. This content requires a javascript enabled browser and. The Adobe Flash Player. Get Flash Player now. Click here to view the HTML version of this website.
Richpon V.C Int'l Ltd
RICHPON V.C INT'L LIMITED. Tailored for your Hospital Consumables/Equipements. Welcome to Richpon V.C Int'l Ltd. We deal on various kind of Medical and Hospital equipment, Laboratory equipment; Disposable and Surgical Dressings. All our products manufacturers are carefully selected and are of the top standard. With over 10 years experience on medical field, Richpon Int'l Limited. We are sole distributor of Ocean Med products.
My Ghanaian Adventure
Wednesday, June 24, 2009. Sunyani, Ghana 6-24-2009. I get to put all these things I've learned in Ghana to use and I have the rest of my life to live! It sounds rather harsh, and of course we should live comfortably, but do we really need the unnecessary things that we buy everyday (retorical question)? I think that being back with the people I used to surround myself with will be a bit difficult. Not that they've changed, but I've changed (Yeresesem! I won't like things that I used to like and vice versa.
Richard's Wrestling, Anime, Hong Kong Action, Superhero & Godzilla Tape, Comic Book, & Promo Trading Card List
WRESTLING TAPES and MISC. MERCHANDISE. 3 WOMEN S EXTREME WRESTLING (PHILADELPHIA INDY-2002) VOL 1-4 (2 volume DVD, 4 hours), $5 NWA 55th ANNIVERSARY (Oct 2003) DVD, $6 BEST OF IPW FLORIDA HARDCORE RECAP: VOL 1 DVD , $6 BEST OF IPW (FLORIDA) HARDCORE WRESTLING VOL 1 DVD , $6 NWA FLORIDA: TRADITION IS ABOUT TO CHANGE 2002 DVD, $6 NWA FLORIDA: ROYAL BEATDOWN 2005? ANIME, CARTOONS, GODZILLA, MARTIAL ARTS, HONG KONG MOVIES. BEAST COPS (ANTHONY WONG, MICHAEL WONG) (LETTERBOXED) 1998 WICKED CITY (DUBBED LIVE AC...