#
ldp
Here are 48 public repositories matching this topic...
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
Dec 15, 2020 - JavaScript
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
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
Jan 2, 2020 - JavaScript
Trellis is a platform for building scalable Linked Data applications
-
Updated
Dec 18, 2020 - Java
RubenVerborgh
opened
Dec 2, 2020
-
Updated
Dec 17, 2020 - JavaScript
-
Updated
Dec 10, 2020 - JavaScript
A suite of LDP software and middleware for RDF.rb & Rack
-
Updated
Nov 10, 2020 - HTML
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
Linked Data Platform for the Constrained Application Protocol
-
Updated
Oct 29, 2020 - Java
SOLID server and OCaml library to build LDP and SOLID applications
-
Updated
Jul 2, 2018 - OCaml
Making access to Solid pods data a breeze!
-
Updated
Nov 27, 2020 - TypeScript
A single-page web interface for Trellis servers
-
Updated
May 15, 2020 - JavaScript
A cloud-native Trellis implementation
-
Updated
Oct 19, 2019 - Java
A Python package for simple implementations of state-of-the-art LDP algorithms (Frequency oracles and Heavy Hitters)
-
Updated
Aug 30, 2020 - Python
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
A collection of LDP-based workflows for use with Apache Camel
-
Updated
Dec 7, 2020 - Java
Contains the various IMAGE PROCESSING FILTERS which are of great research interest in the field of Computer Vision.
-
Updated
Oct 17, 2020 - Jupyter Notebook
Trellis LDP using Apache Cassandra for persistence
-
Updated
Nov 5, 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