All Projects → ali1k → ld-r

ali1k / ld-r

Licence: other
Linked Data Reactor (LD-R)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Dockerfile
14818 projects
CSS
56736 projects
shell
77523 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to ld-r

ameshref
Efficient Matlab Implementation of Adaptive Mesh Refinement in 2D
Stars: ✭ 28 (-77.95%)
Mutual labels:  adaptive
mapguide-maestro
MapGuide Maestro
Stars: ✭ 24 (-81.1%)
Mutual labels:  authoring
QuickTraceiOSLogger
A real time iOS log trace tool, view iOS log with pc web browser under local area network, which will automatically scroll like xcode. 一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像xcode一样自动滚动。
Stars: ✭ 16 (-87.4%)
Mutual labels:  browse
raf-perf
RAF loop with an adaptive fps and performance ratio calculated from either a sample count or a sample duration. Typically used when doing intensive graphics computation in canvas.
Stars: ✭ 40 (-68.5%)
Mutual labels:  adaptive
linked-list
Minimalistic linked lists
Stars: ✭ 73 (-42.52%)
Mutual labels:  linked
ArduboyCollection
Collection of Arduboy compiled games, demos and applications. Fork the repo and add your own games via Pull requests.
Stars: ✭ 99 (-22.05%)
Mutual labels:  browse
detect-gpu
Classifies GPUs based on their 3D rendering benchmark score allowing the developer to provide sensible default settings for graphically intensive applications.
Stars: ✭ 749 (+489.76%)
Mutual labels:  adaptive
pg plan advsr
PostgreSQL extension for automated execution plan tuning
Stars: ✭ 75 (-40.94%)
Mutual labels:  adaptive
dlist
Type-safe single file linked list.
Stars: ✭ 25 (-80.31%)
Mutual labels:  linked
archive-explorer-web
Browse your Twitter archive with a friendly, responsive, full experience, and quickly delete the tweets you don't want.
Stars: ✭ 19 (-85.04%)
Mutual labels:  browse
gummy
Linux brightness/temperature manager for X11
Stars: ✭ 13 (-89.76%)
Mutual labels:  adaptive
FUPRAL
Fortran OO implementation of a generic container using an unlimited polymorphic class. Implementation of a resizable container array and a double linked list.
Stars: ✭ 18 (-85.83%)
Mutual labels:  linked
eureka
HTML-first crack at a Flexible Media Browser progressively enhanced with React
Stars: ✭ 18 (-85.83%)
Mutual labels:  browse
stiff3
Adaptive solver for stiff systems of ODEs using semi-implicit Runge-Kutta method of third order
Stars: ✭ 13 (-89.76%)
Mutual labels:  adaptive
wluma
Automatic brightness adjustment based on screen contents and ALS
Stars: ✭ 290 (+128.35%)
Mutual labels:  adaptive
stucco
An experimental adaptive UI toolkit.
Stars: ✭ 31 (-75.59%)
Mutual labels:  adaptive
GoogleDriveBrowser
Goole Drive Download Library for iOS
Stars: ✭ 13 (-89.76%)
Mutual labels:  browse
craneoperator
Gives you a simple web interface for browsing around a Docker Registry
Stars: ✭ 116 (-8.66%)
Mutual labels:  browse
AtomicX
Browse, Download and Install GSC Mods for Black Ops II (PlayStation 3 & Xbox 360)
Stars: ✭ 20 (-84.25%)
Mutual labels:  browse
GetNirSoft
A small, unfinished utility to browse and download NirSoft programs.
Stars: ✭ 14 (-88.98%)
Mutual labels:  browse

Dependency Status devDependency Status Gitter

Linked Data Reactor

Linked Data Reactor (LD-Reactor or LD-R) is a framework to develop reactive and reusable User Interface components for Linked Data applications. LD-Reactor utilizes Facebook's ReactJS components, Flux architecture and Yahoo!'s Fluxible framework for isomorphic Web applications. It also exploits Semantic-UI framework for flexible UI themes. LD-Reactor aims to apply the idea of component-based application development into RDF data model hence enhancing current user interfaces to view, browse and edit Linked Data.

Quick Start

Installation

You should have installed NodeJS, npm and Webpack on your system as prerequisite, then:

Clone the repository: git clone https://github.com/ali1k/ld-r.git

and simply run ./install script

Configuration

Fill in general settings for your application at configs/general.js.

Fill in appropriate values for server port, URLs of your SPARQL endpoint and DBpedia lookup service at configs/server.js.

Fll in appropriate settings for your UI reactors at configs/reactor.js.

Fill in appropriate settings for the faceted browser at configs/facets.js.

Run in Production Mode

npm run build

check server at localhost:4000

Development Mode

npm run dev

check server at localhost:3000

Documentation

Check out http://ld-r.org for detailed documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].