sudo apt install -y libhidapi-dev
git clone https://github.com/MatMoul/g810-led.git
cd g810-led
make clean
make bin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $currentClicking = False | |
| HotKeySet('^x', 'End') | |
| Func End() | |
| Exit | |
| EndFunc | |
| HotKeySet('0', 'Farm') | |
| Func Farm() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; | |
| ; Auto-Farmer for Bee Swarm Simulator | |
| ; Version 1.0 | |
| ; | |
| ; Copyright 2019 Brett O'Donnell | |
| ; | |
| #include <TrayConstants.au3> | |
| Local $gumdropsSlot; = 2 |
Sidewinderd: https://github.com/tolga9009/sidewinderd
Download:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{"name":"worldedit","url":"https://github.com/Uberi/MineTest-WorldEdit.git","hits":1105,"bower":null,"screenshots":null,"authors":null,"license":null,"readme":null},{"name":"skyblock","url":"https://github.com/cornernote/minetest-skyblock.git","hits":946,"bower":null,"screenshots":null,"authors":null,"license":null,"readme":null},{"name":"inventory_plus","url":"https://github.com/cornernote/minetest-inventory_plus.git","hits":908,"bower":null,"screenshots":null,"authors":null,"license":null,"readme":null},{"name":"craft_guide","url":"https://github.com/cornernote/minetest-craft_guide.git","hits":897,"bower":null,"screenshots":null,"authors":null,"license":null,"readme":null},{"name":"minetest-3d_armor","url":"https://github.com/stujones11/minetest-3d_armor.git","hits":891,"bower":null,"screenshots":null,"authors":null,"license":null,"readme":null},{"name":"creatures","url":"https://github.com/BlockMen/creatures.git","hits":781,"bower":null,"screenshots":null,"authors":null,"license":null,"readme":null},{"nam |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM debian:stretch | |
| ENV DEBIAN_FRONTEND=noninteractive | |
| RUN apt-get update && \ | |
| apt-get -y install \ | |
| curl && \ | |
| ## Install wkhtmltopdf | |
| curl -L https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.stretch_amd64.deb \ | |
| -o wkhtmltox_0.12.6-1.stretch_amd64.deb && \ | |
| apt-get -y install \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # update and install core packages | |
| sudo apt-get update && \ | |
| sudo apt-get -y upgrade && \ | |
| sudo apt-get -y install \ | |
| ntp \ | |
| gcc \ | |
| libc6-dev \ | |
| python-pip \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # install basics | |
| sudo apt install -y git mydumper | |
| # install docker | |
| sudo wget -qO- https://get.docker.com/ | sh | |
| # install docker-compose | |
| sudo apt install -y python-pip |
There are many way to try out Docker Shinken, a really slick one is creating a stack on Play with Docker.
Login or signup, then create a new instance.
Download a Docker Shinken application definition:
# shinken_basic