Topic: "simplex-algorithm"
Auburn/FastNoiseLite
Fast Portable Noise Library - C# C++ C Java HLSL GLSL JavaScript Rust Go
Language: Rust - Size: 1.8 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 3,059 - Forks: 348

JWally/jsLPSolver
Simple OOP javaScript library to solve linear programs, and mixed integer linear programs
Language: JavaScript - Size: 7.85 MB - Last synced at: about 7 hours ago - Pushed at: about 2 years ago - Stars: 432 - Forks: 68

merylldindin/topologyx
Topological Data Analysis Routines
Language: Python - Size: 16.4 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 147 - Forks: 30

ztlpn/minilp 📦
A pure Rust linear programming solver
Language: Rust - Size: 298 KB - Last synced at: 6 days ago - Pushed at: over 4 years ago - Stars: 88 - Forks: 15

MichaelStott/SimplexSolver
Python script that solves standard linear programs with the Simplex algorithm and outputs step-by-step LaTeX instructions.
Language: Python - Size: 174 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 79 - Forks: 25

engri-1101/gilp
A Python package for visualizing the geometry of linear programs.
Language: Python - Size: 20.4 MB - Last synced at: 21 days ago - Pushed at: 12 months ago - Stars: 58 - Forks: 8

nangege/Cassowary
High performance swift implement of constraint solving algorithm cassowary
Language: Swift - Size: 47.9 KB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 51 - Forks: 5

SethosII/cuda-revised-simplex
An implementation of the revised simplex algorithm in CUDA for solving linear optimization problems in the form max{c*x | A*x=b, l<=x<=u}
Language: Cuda - Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 25 - Forks: 6

jshaw/SimplexNoise
Arduino library for Simplex Noise
Language: C++ - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 23 - Forks: 6

Coq-Polyhedra/Coq-Polyhedra
Formalizing convex polyhedra in Coq
Language: Coq - Size: 116 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 4

vandenheuvel/relp
A Linear Program solver written in Rust.
Language: JetBrains MPS - Size: 28 MB - Last synced at: 22 days ago - Pushed at: about 2 months ago - Stars: 19 - Forks: 2

ispaneli/lippy
A module for solving linear programming problems on Python.
Language: Python - Size: 136 KB - Last synced at: 26 days ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 3

kimutaiRop/EKR-SIMPLEX-PROBLEM-CALCULATOR
simplex problem calculator
Language: Python - Size: 178 KB - Last synced at: 4 days ago - Pushed at: about 3 years ago - Stars: 19 - Forks: 6

bzantium/simplex-method-matlab
Simplex Algorithm MATLAB Implementation
Language: MATLAB - Size: 141 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 15 - Forks: 0

8tiqa/constraint-optimization-solver
Desktop App for constraint optimization of linear programming problems
Language: C# - Size: 4.39 MB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 13 - Forks: 2

hasan-kamal/Linear-Program-Solvers
A Python implementation of Simplex and Interior-Point algorithms for solving Linear Programs (LPs)
Language: Python - Size: 450 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 12 - Forks: 3

timdolenko/simplex
C# implementation of the simplex algorithm
Language: C# - Size: 160 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 12 - Forks: 7

jmmccota/Otimizacao
Projeto SIMPL
Language: JavaScript - Size: 30.4 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 11 - Forks: 1

LKolonias/Simplex-Method
Implementation of Simplex Algorithm and Branch & Bound Algorithm
Language: MATLAB - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 2

NiMlr/linear-programming
MATLAB implementations of the simplex method, dual simplex method and sensitivity analysis.
Language: MATLAB - Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 9 - Forks: 4

Contractor-x/Simplex-Algorithm-C-
A simple program that uses the Simplex Algorithm
Language: C++ - Size: 34.2 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 7 - Forks: 1

sharyash81/Algorithm-Design
Algorithm design course in my forth semester of university
Language: C# - Size: 30.3 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 2

Quantum-Software-Development/Optimization-Simulation-MathModeling-LinearProgramming
Integrated Mathematics Projects - LOGISTICS, FINANCE, CREDIT, ENGINEERING, HEALTH AND OTHERS
Language: Jupyter Notebook - Size: 417 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 5 - Forks: 1

fusion809/simplex
Linear programme solver that uses the simplex method. Has advanced features and shows full working.
Language: JavaScript - Size: 187 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

ifau/Simplex-Swift
A basic implementation of the Simplex algorithm, written in Swift.
Language: Swift - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

franconicola/Self-Adaptive-FL
Towards a Self-Adaptive Architecture for Federated Learning of Industrial Automation Systems
Language: MATLAB - Size: 58.6 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 1

aman-txt/PacMan-using-c
Pacman using c++ and Computer Graphics.
Language: C++ - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 3

lionralfs/simplex
🔍 The simplex algorithm implemented in Go
Language: Go - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 1

surrsurus/fuss 📦
Small, lightweight, simplex noise generator for Rust
Language: Rust - Size: 841 KB - Last synced at: 5 days ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 2

viniciusarruda/simplex
Assignment of Linear Programming and Introduction to Optimization
Language: Python - Size: 112 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 1

oiltanker/FastNoiseCL
FastNoise library redone to use GPU for computation, using OpenCL.
Language: C - Size: 650 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 5 - Forks: 3

younesious/Simplex
This is two cpp program that one of them for solving Linear Programing(LP) problem with simplex method print step by step simplex tables. it also supports both Big M method and Two-Phase method for artifical variable. another one get primal from user and show dual form of LP problems.
Language: C++ - Size: 136 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

arkaprabha10/Simplex-Algorithm
Parallel Implementation of the Simplex Algorithm using OpenMP
Language: C++ - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

rubenandrebarreiro/fct-nova-introduction-to-operations-research-labs
🧮 🔢 ➕ Projects based in Introduction to Operational Research Labs. This projects was built using Jupyter Notebook, iPython, Python, Anaconda, Spyder IDE, JetBrains PyCharm and MATLAB. This repository it's based in some practical lab exercises and examples related with Introduction to Operational Research, using some software and libraries like MATLAB, IBM Q Experience, Qiskit, NumPy, Matplotlib, SciPy, Pandas and TensorFlow to work on some datasets, among many others!
Language: Jupyter Notebook - Size: 13.8 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

Faizanabid36/simplex-method
The Simplex method is an approach to solving linear programming models by hand using slack variables, tableaus, and pivot variables as a means of finding the optimal solution of an optimization problem.
Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 1

mirianfsilva/simplex-method
The Simplex method is an approach to solving linear programming models by hand using slack and pivot variables, also tableaus as a means to finding the optimal solution of an optimization problem. The current implementation uses python language.
Language: Python - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 3

aostrun/Nonlinear-optimizations
Nonlinear optimization algorithms implemented in Python with demo programs
Language: Python - Size: 15.6 KB - Last synced at: 4 days ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

singhsidhukuldeep/SimplexSolver
Using Simplex Algo. to solve Linear Optimization Problem.
Language: JavaScript - Size: 2.39 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 4

denizetkar/OptimizationTools
Language: C++ - Size: 819 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

chutrunganh/Simplex-Method
📌Simple Method in optimization problem, step by step with C language implementation.
Language: C - Size: 310 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

andresrodriguez55/simplexMethodTool
Row operations for simplex method
Language: Python - Size: 21.5 KB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

eppica/Simplex-Method
This project implements the Simplex method to solve the Travelling Salesman Problem.
Language: Python - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

ediloaz/Simplex-Algorithm
Resolves linear programming problems (LP) with the simplex algorithm showing all the intermediate steps. With a basic interface (Glade & GTK+) input and Latex (beamer) Output.
Language: C - Size: 1.37 MB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

dhchenx/simplex-alg-js
Simplex algorithm & Big M method in Javascript, Match-Picking Game
Language: HTML - Size: 718 KB - Last synced at: 4 days ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 3

seansegal/simplex
Solves LPs using the Simplex Method. Written in Python 3 with Numpy
Language: Python - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

tzeikob/simplex-solver
A desktop application for 2D/3D linear problem solving using the Simplex algorithm geometry.
Language: Java - Size: 741 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 1

DanielGunna/Optimus
Backend for Simplex Algorithm developed as coursework for System Optimization course @ PUC Minas.
Language: Java - Size: 34.2 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

shathor/SimplexNoise
Simple Java SimplexNoise project
Language: Java - Size: 239 KB - Last synced at: about 2 months ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 0

fusion809/julia-scripts
Julia scripts I have written primarily for the purpose of technical computing.
Language: Julia - Size: 17.9 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

aziis98/ro-vis
Visualizzazioni di Algoritmi studiati nel corso di Ricerca Operativa
Language: TypeScript - Size: 169 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

wcwj0147/smart-crossover
This project offers the method in D. Ge, C. Wang, Z. Xiong, and Y. Ye's paper From an Interior Point to a Corner Point: Smart Crossover.
Language: Python - Size: 11.8 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

ez7mz/simplex-algorithm-app
Desktop and CLI App for Solving Linear problem using simplex algorithm
Language: Python - Size: 5.79 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

justachetan/linear-optimisation
Code written as a part of assignments for MTH374 - Linear Optimisation taken by Dr. Pravesh Biyani at IIIT Delhi in Winter 2019 Semester
Language: Python - Size: 3.95 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Megha-Bose/Optimization-Methods
Python implementations of Simplex Method, Branch and Bound, Gomory's Cutting Plane Method, Iterative: Steepest Gradient Descent, Newton's Method
Language: Python - Size: 1.7 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 2

allenshaji/HacktoberFestAlgo
Hey First Timer, send a pull request with any algorithm written in any language to get started!
Language: Java - Size: 18.6 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 7

iamtushara/operations-research-notebooks
Solved Example Notebooks for Operations Research Problems
Language: Jupyter Notebook - Size: 953 KB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

ahmad-swedani/candidate-interview-Questions
This Repo contains five questions along with the solutions with three different languages(Java, JavaScript and Python)
Language: Java - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

ebrahimmfadae/charge
A library for furnace charge optimization
Language: C - Size: 762 KB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

Reda-BELHAJ/Simplex-Numpy
Creating a Linear Program Solver by Implementing the Simplex Method in Python with NumPy
Language: Python - Size: 45.9 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

mororo18/simplex-method
Basic implementation of the Simplex Method with sensitivity analysis.
Language: C++ - Size: 19.9 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

kmilo17pet/Simplex-Nelder-Mead
Nelder-Mead Simplex Algorithm C-Implementation
Language: C - Size: 529 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

AhmedGrati/python_simplex
Python simplex algorithm
Language: Python - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

kimutaiRop/JULIA_EKR_SIMPLEX_PROBLE_CALCULATOR
this is a linear programming program made in julia, it solves minimization and maximization by drawing tableus
Language: Julia - Size: 68.4 KB - Last synced at: 4 days ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

FranciscoMotta/AplicationKotlin
Simple aplication in Kotlin "Recipes Maker"
Language: Kotlin - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

guimspace/SimplexTwoPhase 📦
A Dantzig's simplex algorithm to solve linear programming problems (LPP).
Language: MATLAB - Size: 33.2 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

ryanmgriffiths/Simplex_Algorithm
Python implementation of a Nelder-Mead simplex algorithm using numpy
Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

FlyingOE/simplex.q
Simplex solver for linear programming
Language: C++ - Size: 26.2 MB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 3

vitorverasm/simplex
Simplex implementation for Linear programming class.
Language: Python - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 2

pipriles/simplex
Simplex Algorithm
Language: C - Size: 65.4 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

vipulwairagade/Simplex-Method-
Solve Optimization Methods using Simplex Methods in Linear Programming
Language: Jupyter Notebook - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

johnreybacal/simplex-algorithm
Language: Java - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

ashu8826/Revised_Simplex_Py
Python code to solve any standard form LP using 2 Phase Revised Simplex Algorithm.
Language: Python - Size: 5.61 MB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 8

FlorianWendelborn/simplex
📈 Just another implementation of the lexicographic simplex algorithm
Language: JavaScript - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

statespacedev/starid
free-form explorations
Language: Fortran - Size: 181 MB - Last synced at: about 13 hours ago - Pushed at: about 15 hours ago - Stars: 1 - Forks: 0

ArwedMeinert/Optimization-Algorithms
Optimization algorithms created in the Factory Optimization Course at HV.
Language: Python - Size: 39.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

YA2IR/classical_simplex
An implementation of the classical Simplex algorithm in C
Language: C - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

Zakariathr22/SimplexCalculator
A desktop application that can solve linear programming problems using the simplex method with C# winforms.
Language: C# - Size: 136 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

playwithalgos/simplex
A simple tool for running the simplex algorithm
Language: HTML - Size: 53.7 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

dylancodeverse/Simplex
A comprehensive collection of implementations and resources related to the SIMPLEX algorithm.
Language: Java - Size: 306 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

dan-haessler/SimplexNoise
Perlin Simplex Noise implementation
Language: Rust - Size: 3.03 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

symbwell/pacman
Simple game in C like Pacman
Language: C - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

shecoderfinally/CPP
Hello Everyone!! This repository will focus on giving a basic overview of the C++ Language.
Language: C++ - Size: 56.6 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

alirezaafzalaghaei/simplex
A barebone simplex algorithm in the tableau format
Language: Jupyter Notebook - Size: 40 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

ebrahimmfadae/charge-web
Web version of charge optimization app
Size: 1.11 MB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

LaraIasmine/Simplex_Generalizado
Programa em python para o cálculo do simplex generalizado
Language: Python - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

arkaprabha10/Optimization-IE-402-
Codes Relevant to the Optimization Course
Language: Jupyter Notebook - Size: 43 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

hlts2/singleflight
singleflight provides a duplicate function call a suppression mechanism.
Language: Go - Size: 10.7 KB - Last synced at: 24 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

hilaliya/branch-and-bound
This program enables to find the optimal solution of a mathematical model with explicit formulation information using the simplex algorithm and (if the variables are integers) the branch-bound algorithm.
Language: C++ - Size: 87.9 KB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

dvmorozov/fitminimizers
Downhill Simplex for Delphi, Lazarus.
Language: Pascal - Size: 49.9 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 4

crypticsy/LinearProgramSovler
A linear programming problem solver that generates table following simplex method in order to compute the optimum maximum/minimum solution
Language: Python - Size: 191 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

chkrr00k/simplex
An implementation of the Danzig Simplex algorithm for linar programming
Language: Python - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

themarkrizkallah/simply
Linear algebra modules that handle vectors, and matrices.
Language: C++ - Size: 16.6 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

sergioreyblanco/simplex_method
Implementation of the Simplex method using R language and no additional libraries
Language: R - Size: 77.1 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

Pranav-Jain/Simplex
Language: Python - Size: 715 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

pyaf/operations-research
Code assignments for Operations Research Course
Language: Python - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 1

ademarazn/Agroplex
Program developed for the Nucleus of Statistical Studies and Research (NEPE) in FATEC Ourinhos that solves problems from agribusiness.
Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

ademarazn/Simplex
A software developed with Python that solves a problem by the method Simplex.
Language: Python - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

ankitbit/Operations_Research
Language: AMPL - Size: 224 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

atraplet/highs4j-native
HiGHS Solver for Java Native Libraries
Language: Java - Size: 80.1 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

atraplet/highs4j
HiGHS Solver for Java
Language: Java - Size: 212 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 1
