VOOZH about

URL: https://www.javacodegeeks.com/author/Mark-Needham/page/9

⇱ Mark Needham, Author at Java Code Geeks - Page 9 of 12


  • Software Development👁 Image
    Mark NeedhamOctober 3rd, 2014
    0 92

    R: A first attempt at linear regression

    I’ve been working through the videos that accompany the Introduction to Statistical Learning with Applications in R book and thought…

    Read More »
  • Software Development👁 Image
    Mark NeedhamOctober 2nd, 2014
    0 84

    Neo4j: Generic/Vague relationship names

    An approach to modelling that I often see while working with Neo4j users is creating very generic relationships (e.g. HAS,…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamOctober 1st, 2014
    0 239

    Neo4j: COLLECTing multiple values

    One of my favourite functions in Neo4j’s cypher query language is COLLECT which allows us to group items into an…

    Read More »
  • Software Development👁 Image
    Mark NeedhamSeptember 17th, 2014
    0 141

    R: Calculating rolling or moving averages

    I’ve been playing around with some time series data in R and since there’s a bit of variation between consecutive…

    Read More »
  • Core Java👁 Image
    Mark NeedhamJuly 25th, 2014
    0 77

    Java: Determining the status of data import using kill signals

    A few weeks ago I was working on the initial import of ~ 60 million bits of data into Neo4j…

    Read More »
  • Software Development👁 Image
    Mark NeedhamJuly 11th, 2014
    0 127

    Neo4j: LOAD CSV – Processing hidden arrays in your CSV documents

    I was recently asked how to process an ‘array’ of values inside a column in a CSV file using Neo4j’s…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamJune 1st, 2014
    0 88

    Neo4j 2.1: Passing around node ids vs UNWIND

    When Neo4j 2.1 is released we’ll have the UNWIND clause which makes working with collections of things easier. In my…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamApril 30th, 2014
    1 326

    Jersey/Jax RS: Streaming JSON

    About a year ago I wrote a blog post showing how to stream a HTTP response using Jersey/Jax RS and…

    Read More »
  • Core Java👁 Image
    Mark NeedhamMarch 7th, 2014
    2 124

    Java 8: Lambda Expressions vs Auto Closeable

    If you used earlier versions of Neo4j via its Java API with Java 6 you probably have code similar to…

    Read More »
  • First
  • ...
  • «
  • 7
  • 8
  • 9
  • 10
  • 11
  • »
  • ...
  • Last
Back to top button
Close