Skip to content

Instantly share code, notes, and snippets.

Capital Ships:
Carrier:
- [Caldari Carrier 1, Gallente Carrier 1, Amarr Carrier 1, Minmatar Carrier 1]
- Jump Drive Operation 1
- Capital Ships 1
- Fighters 1
- [Capital Repair Systems 1, Capital Shield Operation 1]
- [Capital Energy Emission Systems 1, Capital Shield Emission Systems 1, Capital Remote Armor Repair Systems 1]
Dreadnought:
- [Amarr Dreadnought 1, Caldari Dreadnought 1, Gallente Dreadnought 1, Minmatar Dreadnought 1]
Capital Ships:
Carrier:
- [Caldari Carrier 1, Gallente Carrier 1, Amarr Carrier 1, Minmatar Carrier 1]
- Jump Drive Operation 1
- Capital Ships 1
- Fighters 1
- [Capital Repair Systems 1, Capital Shield Operation 1]
- [Capital Energy Emission Systems 1, Capital Shield Emission Systems 1, Capital Remote Armor Repair Systems 1]
Dreadnought:
- [Amarr Dreadnought 1, Caldari Dreadnought 1, Gallente Dreadnought 1, Minmatar Dreadnought 1]
Capital Ships:
Carrier:
- [Caldari Carrier 1, Gallente Carrier 1, Amarr Carrier 1, Minmatar Carrier 1]
- Jump Drive Operation 1
- Capital Ships 1
- Fighters 1
- [Capital Repair Systems 1, Capital Shield Operation 1]
- [Capital Energy Emission Systems 1, Capital Shield Emission Systems 1, Capital Remote Armor Repair Systems 1]
Dreadnought:
- [Amarr Dreadnought 1, Caldari Dreadnought 1, Gallente Dreadnought 1, Minmatar Dreadnought 1]
package com.joe.PigLatin;
import org.junit.*;
import static org.junit.Assert.*;
/**
* Created by Joseph on 11/7/2014.
* Pig Latin Translator Test Class
*/
bot_kick
sv_cheats 1
sv_infinite_ammo 2
mp_roundtime_defuse 60
impulse 101
sv_showimpacts 1
sv_grenade_trajectory 1
mp_buy_anywhere 1
mp_buytime 3600
@Wartz
Wartz / autoexec.cfg
Last active August 29, 2015 14:13
cs go config
viewmodel_fov "68"
viewmodel_offset_x 2
viewmodel_offset_y -2
viewmodel_offset_z -2
//Mouse
m_rawinput "1"
m_mousespeed "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
@Wartz
Wartz / dwb-bmparse.py
Last active August 29, 2015 14:14
dwb-bmparse converts exported chrome bookmarks from HTML to a simple text list that can be used by the dwb browser
# This program converts an exported Chrome bookmark HTML file to a simple text
# list that can be used by the dwb browser.
from bs4 import BeautifulSoup
with open('bookmarks.html', 'r') as f:
bookmark_doc = f.read()
f.closed
soup = BeautifulSoup(bookmark_doc)
@Wartz
Wartz / .Xresources
Last active August 29, 2015 14:14 — forked from tnecniv/.Xresources
*background: #FEF9EC
*foreground: #6D727E
*colorBD: #3E424D
*colorIT: #3E424D
*colorUL: #3E424D
*cursorColor: #007693
! BLACK
viewmodel_fov "68"
viewmodel_offset_x 2
viewmodel_offset_y 2
viewmodel_offset_z -2
//Mouse
m_rawinput "1"
m_mousespeed "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
@Wartz
Wartz / coloripsum
Created March 4, 2015 17:02
A way to quickly test the look and style of your color theme.
#!/bin/bash
#System color testing
#Substitute xterm with your terminal of choice.
#Substitude the folder location with one of your choice
#Create a folder structure like so.
#colortests/folder1/
# /folder2/
# /folder3/
# /file.py