All Projects → winterbe → Github Matrix

winterbe / Github Matrix

Licence: other
The GitHub Matrix

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Github Matrix

Docker Matrix
docker image for matrix.org
Stars: ✭ 134 (-28.34%)
Mutual labels:  matrix
Math Php
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Stars: ✭ 2,009 (+974.33%)
Mutual labels:  matrix
Phpsci Carray
PHP library for scientific computing powered by C
Stars: ✭ 176 (-5.88%)
Mutual labels:  matrix
Node Sylvester
🐱 Sylvester is a vector, matrix, and geometry library for JavaScript, that runs in the browser and on the server.
Stars: ✭ 144 (-22.99%)
Mutual labels:  matrix
Maelstrom
High performance Matrix Home Server in rust.
Stars: ✭ 156 (-16.58%)
Mutual labels:  matrix
Matrix Appservice Slack
A Matrix <--> Slack bridge
Stars: ✭ 164 (-12.3%)
Mutual labels:  matrix
Gonum
开源Go语言数值算法库(An open numerical library purely based on Go programming language)
Stars: ✭ 128 (-31.55%)
Mutual labels:  matrix
Matrix
Matrix manipulation and computation library
Stars: ✭ 185 (-1.07%)
Mutual labels:  matrix
Fractal
Matrix.org gtk+ client
Stars: ✭ 156 (-16.58%)
Mutual labels:  matrix
Nalgebra
Linear algebra library for Rust.
Stars: ✭ 2,433 (+1201.07%)
Mutual labels:  matrix
Matrixstats
R package: Methods that Apply to Rows and Columns of Matrices (and to Vectors)
Stars: ✭ 151 (-19.25%)
Mutual labels:  matrix
Hlslpp
Math library using hlsl syntax with SSE/NEON support
Stars: ✭ 153 (-18.18%)
Mutual labels:  matrix
Dendrite
Dendrite is a second-generation Matrix homeserver written in Go!
Stars: ✭ 2,758 (+1374.87%)
Mutual labels:  matrix
Design Of Experiment Python
Design-of-experiment (DOE) generator for science, engineering, and statistics
Stars: ✭ 143 (-23.53%)
Mutual labels:  matrix
Ugm
Ubpa Graphics Mathematics
Stars: ✭ 178 (-4.81%)
Mutual labels:  matrix
Eigen Git Mirror
THIS MIRROR IS DEPRECATED -- New url: https://gitlab.com/libeigen/eigen
Stars: ✭ 1,659 (+787.17%)
Mutual labels:  matrix
Q.js
Quantum computing in your browser.
Stars: ✭ 158 (-15.51%)
Mutual labels:  matrix
Md max72xx
LED Matrix Library
Stars: ✭ 186 (-0.53%)
Mutual labels:  matrix
Decomposed
CATransform3D manipulation made easy.
Stars: ✭ 184 (-1.6%)
Mutual labels:  matrix
Mautrix Facebook
A Matrix-Facebook Messenger puppeting bridge
Stars: ✭ 172 (-8.02%)
Mutual labels:  matrix

The GitHub Matrix

The latest commits from GitHub visualized in a Matrix-style animation.

The GitHub Matrix shows a constant stream of recent commits from GitHub. Click on the drops to open the corresponding revision on GitHub. Use the pause/play button at the lower right corner to pause and resume the matrix animation (or press SPACE).

http://winterbe.com/projects/github-matrix/


★★★ Like this project? Leave a star, follow on Twitter or donate to support my work! Thanks. ★★★

Screensaver

The GitHub Matrix is also available as Screensaver for Mac OSX. Enjoy!

Be your own operator

The GitHub Matrix is a Spring Boot webapp written in Java 8. You need JDK 8 + Maven 3 preinstalled in order to run the app by yourself. Fork and clone the repository to your local machine, then cd into the project directory and run the following command:

$ echo "apiToken=YOUR_API_TOKEN" >> src/main/resources/application.properties 
$ mvn package
$ java -jar target/*.jar -XX:MaxMetaspaceSize=64m -Xmx256m -Djava.awt.headless=true
You have to create your own GitHub API Token. Go to your "GitHub Account Settings", choose "Personal access tokens" then click "Generate New Token". Make sure you don't accidentally push your API token to GitHub (as I did in the past). Alternatively just pass the token as system property: java ... -DapiToken=YOUR_API_TOKEN

Compatibility

The GitHub Matrix frontend is written in JavaScript and HTML5 (Canvas). It's heavily tested and optimized for current desktop browser versions (Chrome, Firefox, Safari) and mobile iOS Safari + Android Chrome. If you find any issues related to Internet Explorer or other browsers, please let me know.

Contribute

Feel free to fork this project and send me pull requests. You can also send me feedback via Twitter or by opening an issue.

License

The source code is published under the MIT license. If you reuse parts of the code for your own projects please preserve information about me as original author visible in your application.

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