• Stars
    star
    244
  • Rank 160,423 (Top 4 %)
  • Language
    PHP
  • Created over 12 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Write your dashboards in pure html/js

Build Status

jSlate

jSlate enables you to setup dashboards for displaying data easily.
A dashboard consists of widgets. Widgets are html/javascript and can do anything.
A number of templates for widgets are provided to get you started.
jSlate provides a php proxy so the widgets can request data from off-site locations.

Installation

  • Install LAMP (ensure mod_rewrite is enabled)
  • Download jslate to your web directory (e.g. /jslate)
  • Edit app/config/database.php to match your settings
  • Ensure app/tmp folder is writeable by user and webserver
  • Run: app/Console/cake migrate
  • Open up localhost/jslate/users/add
  • Add a user
  • Go to localhost/jslate and login

Note if upgrading

If you already have jSlate installed and have run migrate_new_edit.sql, then you should do the following:

  • Move all SQL files in app/Config/Schema/migrations to another folder
  • Run: app/Console/cake migrate
  • Manually add '20130629132807-initial' and '20130629132829-html-widgets' to the __migrations table
  • Move the SQL files back
  • You can now safely run cake migrate in the future.

Licensing

Copyright (C) 2013 Rasmus Berg Palm

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Bitdeli Badge

More Repositories

1

DeepLearnToolbox

Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
MATLAB
3,759
star
2

recurrent-relational-networks

Code accompanying the paper Recurrent Relational Networks for Complex Relational Reasoning https://arxiv.org/abs/1711.08028
Python
201
star
3

evostrat

A library that makes Evolutionary Strategies (ES) simple to use.
Python
177
star
4

vnca

Python
42
star
5

e2e-ie-release

Code accompanying End-to-End Information Extraction without Token-Level Supervision
Python
37
star
6

nanograd

A miniscule implementation of reverse mode auto-differentiation
Python
24
star
7

collectd-php

php class to send stats to collectd
PHP
19
star
8

attend-copy-parse

Code for the paper attend, copy, parse - End-to-end information extraction from documents (https://arxiv.org/pdf/1812.07248.pdf)
Python
13
star
9

pytorch-lgssm

A Linear Gaussian State Space Model (LGSSM) for pytorch, also known as a Linear Dynamical System (LDS)
Python
12
star
10

shapeguard

ShapeGuard allows you to very succinctly assert the expected shapes of tensors in a dynamic, einsum inspired way
Python
8
star
11

normalization

A seq2seq model for date parsing. Just for fun.
Python
8
star
12

hebbian-evolution

Python
7
star
13

screeps

6
star
14

nomnom

nomnom is a troll that lives off bits, a so called data-troll. Feed him and keep him happy :)
PHP
5
star
15

Trails

Trails is a plugin for piwik that visualizes user navigation patterns
PHP
4
star
16

pymc3-quap

Quadratic Approximation for PyMC3
Python
4
star
17

bayes-applied-stats

2
star
18

event.ly

Super simple events + invites
PHP
2
star
19

observer

beep... beep...
JavaScript
1
star
20

AESpad

AESpad is an encrypted chat service using a javascript implementation of AES and a pre-shared key.
PHP
1
star