This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RAM: 2 x G.Skill Ripjaws X 8GB http://www.memoryexpress.com/Products/MX36560 (8gb) $150 | |
CPU: Intel i5 4460 http://www.memoryexpress.com/Products/MX52073 $239 | |
Pricematch http://www.directcanada.com/products/?sku=12200BD0341 $219 | |
MoBo: MSI H97 PC MATE http://www.memoryexpress.com/Products/MX52523 $110 | |
Pricematch http://www.directcanada.com/products/?sku=12980BD9166 $101.35 | |
Case: Corsair 200R http://www.memoryexpress.com/Products/MX41599 $59 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*background: #FEF9EC | |
*foreground: #6D727E | |
*colorBD: #3E424D | |
*colorIT: #3E424D | |
*colorUL: #3E424D | |
*cursorColor: #007693 | |
! BLACK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.joe.PigLatin; | |
import org.junit.*; | |
import static org.junit.Assert.*; | |
/** | |
* Created by Joseph on 11/7/2014. | |
* Pig Latin Translator Test Class | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |