skepticalhumorist.blogspot.com skepticalhumorist.blogspot.com

skepticalhumorist.blogspot.com

Software Hero Worship

Friday, June 12, 2015. Expression-oriented programming in Groovy: transpose() is zip(). The term "expression-oriented programming", as mentioned in these blog posts, resonated with me:. Http:/ joelmccracken.github.io/entries/the-rise-of-expression-oriented-programming/. Groovy is by no means a purely functional language, but it does include a lot of the basics. Moreover, it includes a few other goodies that make it really nice for expression-oriented programming. Map() is called collect() in Groovy.

http://skepticalhumorist.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SKEPTICALHUMORIST.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.7 out of 5 with 9 reviews
5 star
0
4 star
6
3 star
3
2 star
0
1 star
0

Hey there! Start your review of skepticalhumorist.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • skepticalhumorist.blogspot.com

    16x16

  • skepticalhumorist.blogspot.com

    32x32

  • skepticalhumorist.blogspot.com

    64x64

  • skepticalhumorist.blogspot.com

    128x128

CONTACTS AT SKEPTICALHUMORIST.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Software Hero Worship | skepticalhumorist.blogspot.com Reviews
<META>
DESCRIPTION
Friday, June 12, 2015. Expression-oriented programming in Groovy: transpose() is zip(). The term expression-oriented programming, as mentioned in these blog posts, resonated with me:. Http:/ joelmccracken.github.io/entries/the-rise-of-expression-oriented-programming/. Groovy is by no means a purely functional language, but it does include a lot of the basics. Moreover, it includes a few other goodies that make it really nice for expression-oriented programming. Map() is called collect() in Groovy.
<META>
KEYWORDS
1 software hero worship
2 for example
3 0 comments
4 email this
5 blogthis
6 share to twitter
7 share to facebook
8 share to pinterest
9 labels expression oriented programming
10 groovy
CONTENT
Page content here
KEYWORDS ON
PAGE
software hero worship,for example,0 comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,labels expression oriented programming,groovy,tranpose,we build server,looking at elixir,aesthetic,in elixir,laziness,in haskell,summary
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Software Hero Worship | skepticalhumorist.blogspot.com Reviews

https://skepticalhumorist.blogspot.com

Friday, June 12, 2015. Expression-oriented programming in Groovy: transpose() is zip(). The term "expression-oriented programming", as mentioned in these blog posts, resonated with me:. Http:/ joelmccracken.github.io/entries/the-rise-of-expression-oriented-programming/. Groovy is by no means a purely functional language, but it does include a lot of the basics. Moreover, it includes a few other goodies that make it really nice for expression-oriented programming. Map() is called collect() in Groovy.

INTERNAL PAGES

skepticalhumorist.blogspot.com skepticalhumorist.blogspot.com
1

Software Hero Worship: Git and SVN on OSX 10.8 - is this the best way?

http://skepticalhumorist.blogspot.com/2012/08/git-and-svn-on-osx-108-is-this-best-way.html

Tuesday, August 21, 2012. Git and SVN on OSX 10.8 - is this the best way? Don't get me started on Apple. I bought my first Mac a few weeks ago, and I'm still trying to figure out why. They are pretty, but they are also pretty frustrating. Other than the hardware compatability problems with Linux, which may actually have driven me crazy, Ubuntu is a much better-designed system. Sudo apt-get install subversion sudo apt-get install git-core. Something like that. Also maybe. Sudo apt-get install git-svn.

2

Software Hero Worship: Groovy AST transform gotcha

http://skepticalhumorist.blogspot.com/2012/05/groovy-ast-transform-gotcha.html

Tuesday, May 29, 2012. Groovy AST transform gotcha. I'm a big fan of Groovy's AST transforms. Lately I've been using @Lazy in a lot of my code, because I love a declarative or functional style of programming, and @Lazy lets me do that really efficiently and concisely with Groovy. I hope that my colleagues agree! EqualsAndHashCode(includes = "id") class Foo { String id String description }. Assert new Foo(id: "1", description: "cat") = new Foo(id: "1", description: "dog"). And got a surprising result:.

3

Software Hero Worship: Gradle version selector incompatability

http://skepticalhumorist.blogspot.com/2015/06/gradle-version-selector-incompatability.html

Monday, June 1, 2015. Gradle version selector incompatability. We had some interesting issues with Gradle this week. We build a number of internal projects with Gradle, and some of these projects have interdependencies. The dependency graph of our internal projects extends to several levels. To illustrate, this diagram shows three projects, with "server" depending on "common", and "client" depending on "server". Generally speaking, it's best to use specific version numbers in dependencies for released ar...

4

Software Hero Worship: February 2011

http://skepticalhumorist.blogspot.com/2011_02_01_archive.html

Wednesday, February 9, 2011. Ant Target Dependency Graph. We can get a pretty good diagram of our Ant. Target dependencies very easily using an embedded Groovy script. Add this to build.xml:. Def u(x) {x.toString().replace("-", " ").replace(".", " ")}. New File("build.dot").text = " ". Project.targets.values().collect {target -. Target.dependencies.collect {dep -. U(dep) " - " u(target). You will need to have the embeddable groovy-all.jar in Ant's classpath, e.g. in /.ant/lib/. Dot -Tsvg -O build.dot.

5

Software Hero Worship: May 2012

http://skepticalhumorist.blogspot.com/2012_05_01_archive.html

Tuesday, May 29, 2012. Groovy AST transform gotcha. I'm a big fan of Groovy's AST transforms. Lately I've been using @Lazy in a lot of my code, because I love a declarative or functional style of programming, and @Lazy lets me do that really efficiently and concisely with Groovy. I hope that my colleagues agree! EqualsAndHashCode(includes = "id") class Foo { String id String description }. Assert new Foo(id: "1", description: "cat") = new Foo(id: "1", description: "dog"). And got a surprising result:.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

skepticalhumorist.co.nz skepticalhumorist.co.nz

Skeptical Humorist

http://skepticalhumorist.co.nz/news.html

2008-06-15 I started a blog. I started a blog at skepticalhumorist.blogspot.com. I have a lot of material pent-up over the years. I hope that between my three life interests of work, family and obsessive Company of Heroes addiction I can get some of them out in the blog. 2007-11-07 My book is out. My book is out: Professional SlickEdit. It seemed very familiar, and I found out that MicroEdge was actually started by Clark and Jill Maurer, after Clark left IBM. Another thing I found out about early on was ...

skepticalhumorist.co.nz skepticalhumorist.co.nz

Skeptical Humorist

http://skepticalhumorist.co.nz/resume.html

I am an independent software developer, working at a variety of clients around New Zealand, mostly in the Wellington area. I have more than 20 years of experience in the IT industry, spanning work on IBM mainframes and midrange systems, through to PCs, UNIX and internet platforms. I combine a strong understanding of computer science and software technology with a broad range of practical experience. To achieve quality in software, I advocate quality and agile IT practices. At several organizations I ...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL LINKS TO THIS WEBSITE

2

OTHER SITES

skepticalhero.wordpress.com skepticalhero.wordpress.com

The Skeptical Hero | …rantings of a jaded misanthrope gamer…

8230;rantings of a jaded misanthrope gamer…. July 23, 2015. Skeptical Watches: Our Little Sister [2015]. Based on a manga, 2015’s. Is the latest film from Japanese writer/director. Described as a diary of how four sisters became family, the story of the film is a classic one – family coming together after the death of an estranged family member. Check out the trailer and I am sure you would agree –. Has yet another festival hit on his hands. July 20, 2015. Skeptical Watches: Alice Cares [2015]. Being a f...

skepticalhippo.com skepticalhippo.com

skepticalhippo.com - Registered at Namecheap.com

This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.

skepticalhomeopath.com skepticalhomeopath.com

The Skeptical Homeopath

Saturday, August 8, 2015. DoTERRA Athlete's Kit: New Product and Cost Analysis. DoTERRA recently launched a new product, the doTERRA Athlete's Kit. And as the name implies it's targeted at athletes. The kit includes the following: 5ml bottles of Breathe. Plus a 120ml (standard size) tube of Deep Blue Rub. The second aspect is perhaps the more interesting part of the kit. All of the oils are 5ml bottles, which means two things: first, they're not quite as valuable - so if your locker got robbed, you'r...

skepticalhumanism.blogspot.com skepticalhumanism.blogspot.com

SKLOG

The World's Worst Named Skeptical Blog (The Official Blog for www.SkepticsinthePub.net). Meet The Skeptics Podcast. Meet The Skeptics Podcast. Skeptics in the Pub. Find a Skeptical Group. Links to Better Stuff. Tuesday, August 2, 2011. There They Go Again. Pharmaceutical Drugs are NOT Safe. Pharmaceutical companies test their products to determine toxicity levels so as to know what level is dangerous and what level isn't. Naturopaths don't. The lack of testing doesn't indicate lack of toxicity. To be sur...

skepticalhumanities.com skepticalhumanities.com

Skeptical Humanities | Learning is Cool

Non-standard Linguistics (new series) 4 Alphabets: A Good Thing? July 13, 2015. Hi again, everybody! Robert K. Logan. William Morrow and Co., New York. The Alphabet Versus The Goddess: The Conflict Between Word And Image. Viking/Penguin, New York, London, Ringwood, VIC, Toronto, Auckland and New Delhi. Is utterly wrong; he naïvely defines an alphabet as ‘any form of writing that contains fewer than thirty signs’. Non-standard Linguistics (new series) 3 Greek and Greek Philosophy. July 6, 2015. Readers ma...

skepticalhumorist.blogspot.com skepticalhumorist.blogspot.com

Software Hero Worship

Friday, June 12, 2015. Expression-oriented programming in Groovy: transpose() is zip(). The term "expression-oriented programming", as mentioned in these blog posts, resonated with me:. Http:/ joelmccracken.github.io/entries/the-rise-of-expression-oriented-programming/. Groovy is by no means a purely functional language, but it does include a lot of the basics. Moreover, it includes a few other goodies that make it really nice for expression-oriented programming. Map() is called collect() in Groovy.

skepticalhumorist.co.nz skepticalhumorist.co.nz

Skeptical Humorist

Welcome to the Skeptical Humorist web site, the contracting and consulting page of John Hurst. I am an independent software developer and systems integrator working in the Wellington, New Zealand area. I develop enterprise systems, working from business analysis and requirements through architecture and implementation. I offer software development and training services in various areas, including:. Java Enterprise Design and Development. Oracle Database Application Development.

skepticalhumorist.com skepticalhumorist.com

Skeptical Humorist

Ike and Paul Gruben. An Interactive Map of The Crusades. May 4, 2015. How’s your knowledge of the Crusades? Probably poor like most people. I have a lot of Greece and Turkey talk going on here around the house, so I make a modest continual effort to get educated. Here’s an image that links to the interactive page. Flying the Hubble through Gum 29. April 23, 2015. On 24 April 1990 the NASA/ESA Hubble Space Telescope was sent into orbit aboard the space shuttle Discovery as the first space telescope of its...

skepticali.blogspot.com skepticali.blogspot.com

skepticali

Skeptical in California. 'nuff said. Sunday, July 24, 2016. Validating God - for Dummies. I, the believer, get to define God. Not completely, but I take what I have heard from my parents, my siblings, the kids in the neighborhood, and my Sunday School teachers, and I fashion a mental picture of God that may - or may not - resemble other concepts of God that others may have. Does my God-Concept match the one in the Bible? You must be kidding! I won’t know what that is for another 30 or 40 years. But if I&...

skepticaliconoclast.blogspot.com skepticaliconoclast.blogspot.com

Skeptical Iconoclast

An Atheist Libertarian's take on faith, politics, science, religion or whatever else happens to be on my mind. Thursday, July 18, 2013. From a certain point of view. Sometimes it takes me a long time to put together a thought in my head to the point where I can express it coherently to others. This one has taken me most of my career to figure out, but it all finally clicked into place a little while ago. Here's what I mean. Compassion, kindness and love are the human defaults, that's why to such a large ...

skepticalidealist.com skepticalidealist.com

skeptical idealist | a little bit of everything

A little bit of everything. Ode to seattle (one of many to follow). I had just finished an invigorating morning run (and by invigorating i mean pathetic-bordering-on-tortuous-i-can’t-believe-it’s-been-five-weeks-it’s-not-my-fault-i-had-a-cold-for-two-of-those-AH-THESE-ARE-NOT-MY-LEGS-shut-up-you’re-such-a-p-word). I had also just finished a seven-day detox diet (a truly stupid idea of which i engage from time to time). That being said, i hope the packers fucking destroy the seahawks today. GO PACK! You’r...