28,366 questions
0
votes
1
answer
40
views
MS Graph ps1 script gives wrong output [duplicate]
I'm trying to get all iOS devices from Intune with Graph.
Whent testing in Graph Explorer with
"https://graph.microsoft.com/v1.0/deviceManagement/managedDevices?$filter=startswith(operatingSystem,...
Best practices
0
votes
0
replies
52
views
Should long free-text notes be stored/searched in Apache AGE graph nodes or PostgreSQL tables?
I’m building an app that stores long, unstructured notes like:
“February 6th, 2026 – This is a note about Bob Maynard. He likes the color green…”
These notes can be fairly long and I need to:
Store ...
0
votes
0
answers
55
views
Loop over instances of classes in TensorFlow graph mode
I have a set of classes that store tensors and perform some operation with them using a method inherent to each class. My code has a set-up phase where a list of instances of those classes is created. ...
Advice
1
vote
0
replies
20
views
Microsoft Graph Webhook: Why don't I receive notifications about permission changes for SharePoint?
In the official Microsoft documentation, I found that with the Graph webhook, you can receive notifications for permission changes for a file in a document library by inserting the prefer:...
Best practices
1
vote
0
replies
56
views
Can the Duan et al. 2025 "breaking the sorting barrier" faster-than-Dijkstra SSSP algorithm speed up Yamada–Kinoshita negative-cycle enumeration?
ive consulted AI in this topic but could not come up with a conclusive answer. Prior to the existence of AI i've been spending quite some time to even find the Yamada-Kinoshita Algorithm for this ...
Advice
0
votes
2
replies
97
views
How to limit the drag down in Excel based on cell value
This is a follow up question to this Question.
I followed the suggestions in the replies and created a workbook template. Image reference below. Excel Screenshot
You can see I have put Soaking Time as ...
Advice
0
votes
7
replies
122
views
How to Automate Line graphs in Excel
Line Chart Example
I am planning to automate charts like these. The problem I am facing is that I have to make hundreds of these a day, and each needs to be edited with dates, hours and values. This ...
4
votes
0
answers
73
views
Correct implementation of Wright–Malécot inbreeding coefficient using shortest paths (Python/Django)
I am implementing the Wright inbreeding coefficient (F) for individuals in a pigeon pedigree (Django application, relational database).
The current implementation builds the pedigree using a breadth-...
0
votes
0
answers
69
views
how to compare statistical difference between graphs in NetworkX
I have a number of graphs in NetworkX, obtained by microscopic images by NEFI https://nefi.mpi-inf.mpg.de/.
Since they're from real images, the graphs nodes are always slightly displaced from one ...
0
votes
0
answers
70
views
How to best map scattered 2D points into a grid-like arrangement?
I am trying to map scattered points in 2D space into a grid-like arrangement, where each point can occupy one grid location. I'd like the method to retain as much of the near-neighbour properties of ...
1
vote
0
answers
38
views
MST By Kruskal's and Prim's algo
Our professor told us that whenever you are applying kruskal's or prim's algo ,only one unique mst will be formed and if it is a weighted graph consider it sorted and go in ascending order (...
1
vote
2
answers
64
views
Neo4j has issues with loading Reactome Graph Database
I have been trying to start exploring the Reactome Graph Database today following the instructions given at https://reactome.org/dev/graph-database#GetStarted
I have installed Neo4j Desktop 2 (version ...
2
votes
1
answer
148
views
How do I make a matplotlib bar graph scale with the amount of items?
I am working on a small project and it is my first time using matplotlib, and I am struggling with how to make my bar graph look better with more inputs. The whole idea of the program is to read text ...
0
votes
0
answers
31
views
tag language not recognise as an implicit string in pellet
I checked the consistency of a graph and its associated ontology with Pellet, and Pellet raised an error related to a DatatypeProperty (Litteral) declared as a string in the ontology:
rdfs:range xsd:...
Advice
0
votes
1
replies
44
views
Double Vertex Graph for Train Networks
I came across one of OpenTrack's manuals. I couldn't find a more up to date version, this is the latest screenshot I could find.
Is the description vertex-vertex-edge-vertex-vertex actually correct?
...