python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Merge unique lists in neo4j query
Hi I have a usecase where I need to extract the user ids of
all the people liked by user a
all the people disliked by user a
id of the user itself
In my case
13 - :likes -> 18
13 - :likes -...

Karan Kumar
Votes: 0
Answers: 1
ROT2 cipher resulting in different than expected characters when deciphered with Python
I was having fun solving the riddles from the Pythonchallenge website
when I stumbled upon a weird behaviour:
With this input:
*g fmnc wms bgblr rpylqjyrc gr zw fylb. rfyrq ufyr amknsrcpq ypc dmp. bmg...

apingaway
Votes: 0
Answers: 2
neo4j APOC apoc.convertToJson() cannot convert {"a" : "dddddd"}
I am trying to add a property to a node using
n.item = apoc.convert.toJson(itemObject)
Where
itemArrayObjects = {"source":"Blogspot.com","author":"noreply@blogger....
MichaelE
Votes: 0
Answers: 1
string aggregation in Cypher
I need an equivalent of Postgres string_agg, Oracle listagg or MySQL group_concat in Cypher. My Cypher query is a stored procedure returning stream of strings (in following minimized example replaced ...

Tomáš Záluský
Votes: 0
Answers: 2