VOOZH about

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

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


  • Software Development👁 Image
    Mark NeedhamJuly 22nd, 2016
    0 212

    Neo4j: Cypher – Detecting duplicates using relationships

    I’ve been building a graph of computer science papers on and off for a couple of months and now that…

    Read More »
  • Software Development👁 Image
    Mark NeedhamMay 23rd, 2016
    0 123

    Neo4j vs Relational: Refactoring – Extracting node/table

    In my previous blog post I showed how to add a new property/field to a node with a label/record in…

    Read More »
  • Software Development👁 Image
    Mark NeedhamMarch 1st, 2016
    0 141

    Neo4j: A procedure for the SLM clustering algorithm

    In the middle of last year I blogged about the Smart Local Moving algorithm which is used for community detection…

    Read More »
  • Clojure👁 Image
    Mark NeedhamJanuary 26th, 2016
    0 94

    Clojure: First steps with reducers

    I’ve been playing around with Clojure a bit today in preparation for a talk I’m giving next week and found…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamDecember 17th, 2015
    0 149

    Neo4j: Specific relationship vs Generic relationship + property

    For optimal traversal speed in Neo4j queries we should make our relationship types as specific as possible. Let’s take a…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamNovember 2nd, 2015
    0 276

    Hadoop: HDFS – java.lang.NoSuchMethodError: org.apache.hadoop.fs.FSOutputSummer.(Ljava/util/zip/Checksum;II)V

    I wanted to write a little program to check that one machine could communicate a HDFS server running on the…

    Read More »
  • Software Development👁 Image
    Mark NeedhamSeptember 28th, 2015
    0 131

    R: Querying a 20 million line CSV file – data.table vs data frame

    As I mentioned in a couple of blog posts already, I’ve been exploring the Land Registry price paid data set…

    Read More »
  • Software Development👁 Image
    Mark NeedhamSeptember 24th, 2015
    0 98

    SparkR: Add new column to data frame by concatenating other columns

    Continuing with my exploration of the Land Registry open data set using SparkR I wanted to see which road in…

    Read More »
  • Software Development👁 Image
    Mark NeedhamAugust 21st, 2015
    0 221

    Unix: Redirecting stderr to stdout

    I’ve been trying to optimise some Neo4j import queries over the last couple of days and as part of the…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • 10
  • ...
  • Last
Back to top button
Close