Skip to content

Instantly share code, notes, and snippets.

View diego-mi's full-sized avatar

Diego Mi Campos diego-mi

  • Jaboticabal-SP, Brasil
View GitHub Profile
@diego-mi
diego-mi / install-docker.sh
Created June 5, 2023 14:28 — forked from madkoding/install-docker-deepin.sh
Install Docker-CE script for Deepin Linux
#!/bin/sh
# Shell script to add docker-ce to Deepin Linux repositories
# Remove old docker
sudo apt-get remove -y docker docker-engine docker.io containerd runc
# Install dependencies
sudo apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common
@diego-mi
diego-mi / auto-run-fast.js
Last active August 11, 2022 18:45
TurtRacing - Auto Run Indexed - Version Fast
// ==UserScript==
// @name TurtRacing - Auto Run Indexed
// @namespace https://gist.github.com/diego-mi
// @version 2.2
// @description TurtRacing - Auto Run Indexed
// @author DiegoMi
// @match https://play.turtleracing.io
// @grant none
// @run-at document-start
// ==/UserScript==
@diego-mi
diego-mi / TurtRacing - Auto Buy.js
Last active August 8, 2022 22:20
TurtRacing - Auto Buy
// ==UserScript==
// @name TurtRacing - Auto Buy
// @namespace https://gist.github.com/diego-mi
// @version 0.3
// @description TurtRacing - Auto Buy
// @author DiegoMi
// @match https://play.turtleracing.io
// @grant none
// @run-at document-start
// ==/UserScript==
@diego-mi
diego-mi / TurtRacing - Auto Open Egg.js
Created August 8, 2022 22:01
TurtRacing - Auto Open Egg
// ==UserScript==
// @name TurtRacing - Auto Open Egg
// @namespace https://gist.github.com/diego-mi
// @version 0.1
// @description TurtRacing - Auto Open Egg
// @author DiegoMi
// @match https://play.turtleracing.io
// @grant none
// @run-at document-start
// ==/UserScript==
// ==UserScript==
// @name Rabbits Revenge Farm Monitor
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://play.rabbitsrevenge.io
// @require https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment.js
// @grant none
// ==/UserScript==
// ==UserScript==
// @name TurtRacing - Auto Run
// @namespace https://gist.github.com/diego-mi
// @version 0.16
// @description TurtRacing - Auto Run
// @author DiegoMi
// @match https://play.turtleracing.io
// @grant none
// @run-at document-start
// ==/UserScript==
// ==UserScript==
// @name Zodiacs Auto Refuel
// @namespace https://gist.github.com/diego-mi/f5cd257e07f025a57ae4121f6fdcbc2d
// @version 0.1
// @description Zodiacs Auto Refuel
// @author DiegoMi
// @match https://v2.zodiacs.me
// @grant none
// @run-at document-start
// ==/UserScript==
// ==UserScript==
// @name Zodiacs Count Fragments
// @namespace https://gist.github.com/diego-mi/f210deef9bd642971edb6c42c610cb4e
// @downloadUrl https://gist.githubusercontent.com/diego-mi/f210deef9bd642971edb6c42c610cb4e/raw/b0d143f1e6fee5f816e92e22db97014d8a4eea78/frag-list.js
// @version 0.3
// @description Zodiacs Count Fragments
// @author DiegoMi
// @match https://v2.zodiacs.me
// @grant none
// @run-at document-start
// ==UserScript==
// @name Zodiacs auto run race
// @namespace https://gist.github.com/diego-mi/453fbfcc8307e682b4d9885efa354636
// @version 0.12
// @description Zodiacs auto run race
// @author DiegoMi
// @match https://v2.zodiacs.me
// @grant none
// @run-at document-start
// ==/UserScript==
@diego-mi
diego-mi / bootstrap-parcial
Created May 22, 2018 12:57
Grid, responsive, utils e normalize
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (<none>)
* Config saved to config.json and <none>
*/