#
ldp
Here are 60 public repositories matching this topic...
15
editor
linked-data
solid
rdf
decentralized
annotations
semantic-web
activity-stream
webid
ldp
rdfa
semantic-publishing
web-annotation
social-web
social-machine
linked-research
rww
citations
linked-data-notifications
solid-app
-
Updated
May 22, 2022 - JavaScript
joeitu
commented
Mar 21, 2022
Environment
- Server version: css2, css3
Description
An unlikely edge case, but I was able to create pod named idp , but then could not access it as it is the registration endpoint.
Should it be fixed with a pod name blacklist? If such a blacklist exists it could also include anti-phishing pod names such as ipd, account-recovery etc..
A multi-tool shell script for doing Semantic Web jobs on the command line.
syntax-highlighting
shell
autocompletion
rdf
pingback
semantic-web
namespace
webid
ldp
turtle
rdf-files
-
Updated
Jul 14, 2019 - Shell
Trellis is a platform for building scalable Linked Data applications
-
Updated
May 27, 2022 - Java
The OpenLink Structured Data Editor enables editing of RDF documents (in TURTLE notation) stored in a variety of HTTP accessible documents. Actual document access requires the target document is served from a system that supports at least one of the following open standards: Linked Data Platform (LDP), WebDAV, SPARQL 1.1 Update, or the SPARQL Graph Protocol.
-
Updated
Apr 27, 2022 - JavaScript
Standalone Solid Server written in PHP by PDS Interop
php
linked-data
solid
ldp
linked-data-platform
solid-server
standalone-solid-server
php-solid-server
solid-servers
-
Updated
Jan 16, 2022 - PHP
-
Updated
Apr 11, 2022 - JavaScript
Python package for simple implementations of state-of-the-art LDP frequency estimation algorithms. Contains code for our VLDB 2021 Paper.
-
Updated
Aug 12, 2021 - Python
RDF vocabulary and specification
-
Updated
Feb 14, 2022
-
Updated
Mar 24, 2022 - JavaScript
A suite of LDP software and middleware for RDF.rb & Rack
-
Updated
Jan 28, 2022 - Ruby
SOLID server and OCaml library to build LDP and SOLID applications
-
Updated
Dec 2, 2021
Implementation of local differential privacy in Python language.
machine-learning
privacy
ldp
data-privacy
differential-privacy
privacy-preserving-machine-learning
differential-privacy-deep-learning
local-differential-privacy
-
Updated
May 15, 2022 - Jupyter Notebook
Making access to Solid pods data a breeze!
-
Updated
Jan 2, 2021 - TypeScript
Linked Data Platform for the Constrained Application Protocol
-
Updated
Mar 1, 2022 - Java
A single-page web interface for Trellis servers
-
Updated
May 15, 2020 - JavaScript
A simple client application to do CRUD operations on an LDP server and create a graphic display of an LDPC
-
Updated
Dec 20, 2018 - HTML
Deals with Feature engineering and applying various Image Processing Techniques on the MNIST dataset.
svm
cnn
ldp
dct-coefficients
lstm
mnist
pca
autoencoder
cnn-keras
cnn-model
denoising-autoencoders
svm-classifier
gaussian-filter
dct
sobel
denoising
sobel-filter
krish
local-direction-pattern
mnist-cnn
-
Updated
Oct 19, 2020 - Python
Contains the various IMAGE PROCESSING FILTERS which are of great research interest in the field of Computer Vision.
-
Updated
Oct 17, 2020 - Jupyter Notebook
A cloud-native Trellis implementation
-
Updated
Oct 19, 2019 - Java
Improve this page
Add a description, image, and links to the ldp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ldp topic, visit your repo's landing page and select "manage topics."
In
zebra/rt_netlink.c, we callvrf_lookup_by_id()when we get a route to find the associated vrf object for that table.This should be improved to be a hash table mapping of Table ID to
zebra_vrfobject.You would need to create a hash table probably in
zebra/zebra_vrf.hthat uses thetable_idhash as a key and then update the code invrf_lookup_by_id()to use this.This shoul