An open API service indexing awesome lists of open source software.

https://github.com/furqansoftware/cactus

Programming contest hosting application
https://github.com/furqansoftware/cactus

golang sport-programming toph

Last synced: 6 months ago
JSON representation

Programming contest hosting application

Awesome Lists containing this project

README

        

# Cactus

[![Code Triagers Badge](https://www.codetriage.com/furqansoftware/cactus/badges/users.svg)](https://www.codetriage.com/furqansoftware/cactus)

Cactus is a programming contest hosting application.

![](screen.png)

## Build

``` sh
make
````

## Usage

```
sudo ./cactus
```

## Why Cactus?

In 2014, I wanted to build an alternative to PC^2; a better way of hosting on-site programming contests over the local area network. Unlike PC^2, Cactus doesn't need a client to be installed on every computer. Cactus can be distributed as a single all-in-one binary.

Cactus served as my creative outlet until I started working on [Toph](https://toph.co).