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
/* -*- 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;
@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

Keybase proof

I hereby claim:

  • I am robixxu on github.
  • I am robixxu (https://keybase.io/robixxu) on keybase.
  • I have a public key ASAFdDyEVKGDP59IS5HfS6C5zzBcNofpITmapBNgY5siKgo

To claim this, I am signing this object:

<Response>
<Say voice="alice">Thanks for trying our documentation. Enjoy!</Say>
<Play>http://demo.twilio.com/docs/classic.mp3</Play>
</Response>
@robiXxu
robiXxu / Xresources
Created April 25, 2021 15:40
Xresources
!--------------------------
! ROFI Color theme
! -------------------------
rofi.color-enabled: true
!rofi.color-window: argb:ee273238, #273238, argb:3a1e2529
rofi.color-window: #000, #000, #000
rofi.color-normal: argb:00273238, #c1c1c1, argb:3a273238, #394249, #ffffff
rofi.color-active: argb:00273238, #80cbc4, argb:3a273238, #394249, #80cbc4
rofi.color-urgent: argb:00273238, #ff1844, argb:3a273238, #394249, #ff1844
rofi.hide-scrollbar: true
@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