home / sidx_000

UriReference

31 rows where target = 96

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

Link content target why
27,96,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
27,96,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
27,96,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
27,96,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
27,96,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
27,96,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
27,96,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
27,96,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
27,96,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
160,96,None 160 160 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
160,96,None 160 160 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
160,96,None 160 160 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
160,96,None 160 160 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
160,96,None 160 160 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
208,96,None 208 208 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
208,96,None 208 208 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
208,96,None 208 208 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
208,96,None 208 208 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
231,96,None 231 231 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
231,96,None 231 231 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
231,96,None 231 231 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
231,96,None 231 231 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
245,96,None 245 245 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
245,96,None 245 245 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
245,96,None 245 245 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
245,96,None 245 245 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
304,96,None 304 304 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
304,96,None 304 304 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
304,96,None 304 304 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
304,96,None 304 304 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  
304,96,None 304 304 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/ 96  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE UriReference(
    content INTEGER,
    target INTEGER,
    why INTEGER,
    PRIMARY KEY (content, target, why),
    FOREIGN KEY(content) REFERENCES Hash(id),
    FOREIGN KEY(target) REFERENCES Str(id), /* E.g. Uri or Path */
    FOREIGN KEY(why) REFERENCES Str(id) /* E.g. "href" */
);
CREATE INDEX UriReferenceIdx
ON UriReference(target, content);
Powered by Datasette · Queries took 10.539ms