ACM have recently published new LaTeX templates (https://www.acm.org/publications/proceedings-template). We applied some tweaks to their sample to remove ACM specific text and changed the paper size to A4. This is useful to students who want to use ACM SIG Proceedings format for their university assignments. The sample paper is available at https://github.com/jod75/acm-like-text-paper. Changes we did: Paper … Continue reading ACM SIG Proceedings-Like paper
Category: Other
Facebook circles – A Gentle Introduction to Apache Spark GraphFrames
Introduction This PySpark notebook introduces Spark GraphFrames. The dataset SNAP: https://snap.stanford.edu/data/egonets-Facebook.html Dataset description: Nodes 4039 Edges 88234 Abstract from Stanford’s website: This dataset consists of ‘circles’ (or ‘friends lists’) from Facebook. Facebook data was collected from survey participants using a Facebook app. The dataset includes node features (profiles), circles, and ego networks. Facebook data has … Continue reading Facebook circles – A Gentle Introduction to Apache Spark GraphFrames
13 (1-liner) Steps to Setting up PostgreSQL and connecting with JPA Hibernate
The steps outlined in this article outlines the steps required to setup PostgreSQL 9.5 on Ubuntu 16.04. The last two steps outline the required Java Spring configuration required to use JPA Hibernate to the PostgreSQL installed. This article is based on the work of DigitalOcean (How To Install and Use PostgreSQL on Ubuntu 16.04). 1. … Continue reading 13 (1-liner) Steps to Setting up PostgreSQL and connecting with JPA Hibernate
Sitecore with MongoDB Authentication
Securing website data is critical for any business and it is no exception for Sitecore websites. One of the main components for Sitecore is MongoDB which is the core storage for the xDB data. Authentication is the primary way to protect data stored in xDB. This ensures that only authorised users get access. So what … Continue reading Sitecore with MongoDB Authentication
Setting up CRM Online Connection on Sitecore XP
Important Notice: The document is build using Sitecore XP 8.1 Update 1 and the CRM package Dynamics CRM Campaign Integration for WFFM 22 rev 151027.zip. So you are setting up CRM connection in Sitecore using the latest package and wondering how to proceed or why things are not working out. Then this guide is … Continue reading Setting up CRM Online Connection on Sitecore XP