All Projects → timothypratley → Leaderboardx

timothypratley / Leaderboardx

A tool for building graphs quickly

Programming Languages

clojure
4091 projects

Projects that are alternatives of or similar to Leaderboardx

Litegraph.js
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
Stars: ✭ 2,735 (+20938.46%)
Mutual labels:  graph, editor, graphs
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (+2923.08%)
Mutual labels:  graph, graph-algorithms
Communities
Library of community detection algorithms and visualization tools
Stars: ✭ 348 (+2576.92%)
Mutual labels:  graph, graph-algorithms
Littleballoffur
Little Ball of Fur - A graph sampling extension library for NetworKit and NetworkX (CIKM 2020)
Stars: ✭ 505 (+3784.62%)
Mutual labels:  graph, graph-algorithms
Rgl
RGL is a framework for graph data structures and algorithms in Ruby.
Stars: ✭ 279 (+2046.15%)
Mutual labels:  graph, graph-algorithms
Ngraph.graph
Graph data structure in JavaScript
Stars: ✭ 295 (+2169.23%)
Mutual labels:  graph, graph-algorithms
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+35930.77%)
Mutual labels:  graph, graph-algorithms
gcnn keras
Graph convolution with tf.keras
Stars: ✭ 47 (+261.54%)
Mutual labels:  graph-algorithms, graphs
Swiftgraph
A Graph Data Structure in Pure Swift
Stars: ✭ 588 (+4423.08%)
Mutual labels:  graph, graph-algorithms
Lightgraphs.jl
An optimized graphs package for the Julia programming language
Stars: ✭ 611 (+4600%)
Mutual labels:  graph, graph-algorithms
Quickqanava
C++14 network/graph visualization library / Qt node editor.
Stars: ✭ 611 (+4600%)
Mutual labels:  graph, graphs
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+24676.92%)
Mutual labels:  graph, graph-algorithms
py-algorithms
Algorithms and Data Structures, solutions to common CS problems.
Stars: ✭ 26 (+100%)
Mutual labels:  graph-algorithms, graphs
Vivagraphjs
Graph drawing library for JavaScript
Stars: ✭ 3,442 (+26376.92%)
Mutual labels:  graph, graph-algorithms
Graphs.jl
An optimized graphs package for the Julia programming language
Stars: ✭ 197 (+1415.38%)
Mutual labels:  graph-algorithms, graphs
Kglib
Grakn Knowledge Graph Library (ML R&D)
Stars: ✭ 405 (+3015.38%)
Mutual labels:  graph, graphs
The Graph
SVG custom elements for FBP graph editing and visualization. Used in noflo/noflo-ui
Stars: ✭ 896 (+6792.31%)
Mutual labels:  graph, editor
Erdos.jl
A library for graph analysis written Julia.
Stars: ✭ 37 (+184.62%)
Mutual labels:  graph-algorithms, graphs
kaliningraph
🕸️ Graphs, finite fields and discrete dynamical systems in Kotlin
Stars: ✭ 62 (+376.92%)
Mutual labels:  graph-algorithms, graphs
Diagram
☊ Tool for making node graphs. Inspired by dependency graph. Used mainly for automation services 📈
Stars: ✭ 510 (+3823.08%)
Mutual labels:  graph, editor

LeaderboardX

Build Sociograms, and other Pageranked graphs quickly: http://leaderboardx.herokuapp.com/

Why?

Analysis

What?

A graph of social relationships.

How?

  • Build networks quickly
  • Rename nodes
  • Combine nodes
  • Relink edges
  • Pagerank
  • Force layout
  • Move nodes and links
  • Save files

Development

For browser reloading: lein figwheel app devcards

Open http://localhost:3449/index.html

To test advanced compilation: lein with-profile uberjar do clean, cljsbuild auto lein run

Reload http://localhost:3449/index.html

Datomic... not used just yet

Start Datomic (from datomic directory): bin/transactor config/dev-leaderboardx.properties

Start the server: lein run

If the schema changes: lein run migrate

To reset the database: datomic delete lein run migrate

To run the Datomic console: ./bin/console -p 8088 dev datomic:dev://localhost:4334/leaderboardx Open http://localhost:8088

Thoughts

Bind is one way with datascript. Reactions are cool for propigating change, but what about pushing change? Om-next will be awesome.

Deployment

./bin/deploy.sh

License

Copyright © 2015 Timothy Pratley

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].