Skip to content

Instantly share code, notes, and snippets.

View robiXxu's full-sized avatar
🏠
Working from home

Robert Schiriac robiXxu

🏠
Working from home
View GitHub Profile
@robiXxu
robiXxu / wow-macros.md
Created December 29, 2023 19:40 — forked from Nurgiel/wow-macros.md
WoW Macros

Vanilla WoW Macros

Initial Setup

/console WeatherDensity 0
/console ffxGlow 0

Toggle Master/Group Loot Macro

@robiXxu
robiXxu / gist:749054cb569ec1707475325530e45266
Created September 25, 2017 16:58 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
/* -*- mode: java; compile-command: "javac -classpath /usr/share/java/robocode.jar EightBot.java; robocode -battle /home/simen/.robocode/battles/eightbot-vs-crazy.battle" -*- */
import robocode.*;
import java.util.*;
import java.awt.Color;
import static java.lang.Math.*;
public class EightBot extends AdvancedRobot {
final int TOLLERANCE = 10;