Skip to content

Instantly share code, notes, and snippets.

View ckabalan's full-sized avatar

Caesar Kabalan ckabalan

View GitHub Profile
@ckabalan
ckabalan / hsreplay_output.txt
Last active November 14, 2015 07:12
HSReplay Test Output
Running: python3.4 /root/projects/HSReplay/python/main.py /root/projects/md5/030365baee17a6be0200b20cb3197474.log > /root/projects/xml/030365baee17a6be0200b20cb3197474.xml
Running: python3.4 /root/projects/HSReplay/python/main.py /root/projects/md5/046c4e068ef17f083b9b68d584a50406.log > /root/projects/xml/046c4e068ef17f083b9b68d584a50406.xml
Running: python3.4 /root/projects/HSReplay/python/main.py /root/projects/md5/09b0ad8957fc303dad0c7f8b7ab64ef5.log > /root/projects/xml/09b0ad8957fc303dad0c7f8b7ab64ef5.xml
Running: python3.4 /root/projects/HSReplay/python/main.py /root/projects/md5/0bb31c7b13c9734c3676d9919d3bc17d.log > /root/projects/xml/0bb31c7b13c9734c3676d9919d3bc17d.xml
Running: python3.4 /root/projects/HSReplay/python/main.py /root/projects/md5/0c2fe452c8c78e4c279c166c66f8a1d8.log > /root/projects/xml/0c2fe452c8c78e4c279c166c66f8a1d8.xml
Warning: Unhandled method 'TriggerSpellController [taskListId=833].InitTriggerSounds'
Running: python3.4 /root/projects/HSReplay/python/main.py /root/projects/md5/0
@ckabalan
ckabalan / gist:f0e1fcde0bc75dc3ab5f
Created November 14, 2015 21:31
Mumble Troubleshooting
<W>2015-11-14 14:25:53.230 DirectSound: Disabled as WASAPI is available
<W>2015-11-14 14:25:53.230 ASIO: No valid devices found, disabling
<W>2015-11-14 14:25:53.261 CELT bitstream 8000000b from C:/Program Files/Mumble/Versions/1.3.0~781~g72038f6~snapshot/celt0.0.7.0.dll
<W>2015-11-14 14:25:53.261 CELT bitstream 80000010 from C:/Program Files/Mumble/Versions/1.3.0~781~g72038f6~snapshot/celt0.0.11.0.dll
<W>2015-11-14 14:25:53.277 Theme: "Mumble"
<W>2015-11-14 14:25:53.277 Style: "Lite"
<W>2015-11-14 14:25:53.277 --> qss: ":builtin/themes/Mumble/Lite.qss"
<W>2015-11-14 14:25:53.277 Locale is "en_US" (System: "en_US")
<W>2015-11-14 14:25:53.323 Database SQLite: "3.8.10.2"
<W>2015-11-14 14:25:53.355 Overlay: Listening on "\\\\.\\pipe\\MumbleOverlayPipe"
<W>2015-11-14 14:46:31.544 DirectSound: Disabled as WASAPI is available
<W>2015-11-14 14:46:31.544 ASIO: No valid devices found, disabling
<W>2015-11-14 14:46:31.575 CELT bitstream 8000000b from C:/Program Files/Mumble/Versions/1.3.0~781~g72038f6~snapshot/celt0.0.7.0.dll
<W>2015-11-14 14:46:31.575 CELT bitstream 80000010 from C:/Program Files/Mumble/Versions/1.3.0~781~g72038f6~snapshot/celt0.0.11.0.dll
<W>2015-11-14 14:46:31.575 Theme: "Mumble"
<W>2015-11-14 14:46:31.575 Style: "Lite"
<W>2015-11-14 14:46:31.575 --> qss: ":builtin/themes/Mumble/Lite.qss"
<W>2015-11-14 14:46:31.579 Locale is "en_US" (System: "en_US")
<W>2015-11-14 14:46:31.631 Database SQLite: "3.8.10.2"
<W>2015-11-14 14:46:31.665 Overlay: Listening on "\\\\.\\pipe\\MumbleOverlayPipe"
@ckabalan
ckabalan / Mumble Troubleshooting DAC Unplug Replug A Few Times
Created November 14, 2015 21:53
Mumble Troubleshooting DAC Unplug Replug A Few Times
<W>2015-11-14 14:49:11.339 DirectSound: Disabled as WASAPI is available
<W>2015-11-14 14:49:11.339 ASIO: No valid devices found, disabling
<W>2015-11-14 14:49:11.355 CELT bitstream 8000000b from C:/Program Files/Mumble/Versions/1.3.0~781~g72038f6~snapshot/celt0.0.7.0.dll
<W>2015-11-14 14:49:11.355 CELT bitstream 80000010 from C:/Program Files/Mumble/Versions/1.3.0~781~g72038f6~snapshot/celt0.0.11.0.dll
<W>2015-11-14 14:49:11.355 Theme: "Mumble"
<W>2015-11-14 14:49:11.355 Style: "Lite"
<W>2015-11-14 14:49:11.355 --> qss: ":builtin/themes/Mumble/Lite.qss"
<W>2015-11-14 14:49:11.355 Locale is "en_US" (System: "en_US")
<W>2015-11-14 14:49:11.386 Database SQLite: "3.8.10.2"
<W>2015-11-14 14:49:11.417 Overlay: Listening on "\\\\.\\pipe\\MumbleOverlayPipe"
@ckabalan
ckabalan / putty_molokai.reg
Last active August 4, 2019 08:08
PuTTY Molokai Theme
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Molokai]
"Colour0"="187,187,187"
"Colour1"="187,187,187"
"Colour2"="18,18,18"
"Colour3"="18,18,18"
"Colour4"="255,255,255"
"Colour5"="187,187,187"
"Colour6"="18,18,18"
@ckabalan
ckabalan / best_bash_history.sh
Last active May 1, 2024 17:29
The Best Bash History Settings Ever
# /etc/profile.d/best_bash_history.sh
# Save 5,000 lines of history in memory
HISTSIZE=10000
# Save 2,000,000 lines of history to disk (will have to grep ~/.bash_history for full listing)
HISTFILESIZE=2000000
# Append to history instead of overwrite
shopt -s histappend
# Ignore redundant or space commands
HISTCONTROL=ignoreboth
# Ignore more
@ckabalan
ckabalan / best_bash_prompt.sh
Last active April 19, 2024 13:10
The Best Bash Prompt
# Bash History Replacement Script
# Author: Caesar Kabalan
# Last Modified: June 6th, 2017
# Description:
# Modifies the default Bash Shell prompt to be in the format of:
# [CWD:COUNT:BRANCH:VENV]
# [USER:HOSTNAME] _
# Where:
# CWD - Current working directory (green if last command returned 0, red otherwise)
# COUNT - Session command count
@ckabalan
ckabalan / .gitconfig
Created August 14, 2017 18:02
The Best Git Config
[push]
default = simple
[diff]
tool = vimdiff
[pager]
diff = false
[merge]
tool = vimdiff
[alias]
gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m"
@ckabalan
ckabalan / bash_snippets.sh
Last active March 27, 2018 18:01
Misc Bash Snippets
# ~/.bashrc Aliases
alias ll="LC_COLLATE=C.UTF-8 ls -alhF --group-directories-first"
alias loadkey='eval $(ssh-agent) && ssh-add'
# Tmux Tweaks
# Work with NeoVim (~/.bashrc)
export EDITOR='TERM=xterm-256color nvim'
export GIT_EDITOR='TERM=xterm-256color nvim'
export VISUAL='TERM=xterm-256color nvim'
alias tmux="tmux -2"
@ckabalan
ckabalan / .zshrc
Created April 1, 2018 06:07
.zshrc
# Use SourceCodePro from https://nerdfonts.com/#downloads
TERM=xterm-256color
#POWERLEVEL9K_MODE='nerdfont-complete'
#POWERLEVEL9K_MODE='awesome-fontconfig'
POWERLEVEL9K_MODE='awesome-patched'
# Put icons here since they appear to get overwritten at some point...
# http://nerdfonts.com/#cheat-sheet
# https://github.com/bhilburn/powerlevel9k/blob/master/functions/icons.zsh