Skip to content

Instantly share code, notes, and snippets.

View yuchsiao's full-sized avatar

Yo Hsiao yuchsiao

View GitHub Profile
## gyaresu's .screenrc 2008-03-25
# http://delicious.com/search?p=screenrc
# Don't display the copyright page
startup_message off
# tab-completion flash in heading bar
vbell off
# keep scrollback n lines
@yuchsiao
yuchsiao / states_hash.json
Last active September 2, 2015 21:17 — forked from mshafrir/states_hash.json
US states in JSON form
{
"AL": "Alabama",
"AK": "Alaska",
"AS": "American Samoa",
"AZ": "Arizona",
"AR": "Arkansas",
"CA": "California",
"CO": "Colorado",
"CT": "Connecticut",
"DE": "Delaware",
@yuchsiao
yuchsiao / business_suffix_wiki.csv
Created November 11, 2015 18:30
US business suffix compilation from Wikipedia. No NY and UT excluded words. See https://en.wikipedia.org/wiki/Types_of_business_entity#United_States
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
&
and
association
bank
banker
bankers
banking
borough
building
casualty
@yuchsiao
yuchsiao / LICENSE.txt
Created November 11, 2015 18:35
A list of words included in 'consistent_company' that are commonly-used in company names without adding to the distinguishing characteristics of the name by Doug Cleven
Copyright (c) 2011 Doug Cleven
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
SUFFIX USPS_SUFFIX SINGULAR_SUFFIX
ALLEE ALY ALY
ALLEY ALY ALY
ALLY ALY ALY
ALY ALY ALY
ANEX ANX ANX
ANNEX ANX ANX
ANNX ANX ANX
ANX ANX ANX
ARC ARC ARC
11 Agriculture, Forestry, Fishing and Hunting
111 Crop Production
1111 Oilseed and Grain Farming
11111 Soybean Farming
111110 Soybean Farming
11112 Oilseed (except Soybean) Farming
111120 Oilseed (except Soybean) Farming
11113 Dry Pea and Bean Farming
111130 Dry Pea and Bean Farming
11114 Wheat Farming
0742 Veterinary Services
0763 Agricultural Co-Operatives
0780 Horticultural Services, Landscaping Services
1520 General Contractors - Residential and Commercial
1711 Air Conditioning Contractors - Sales and Installation, Heating Contractors - Sales, Service, Installation
1731 Electrical Contractors
1740 Insulation - Contractors, Masonry, Stonework Contractors, Plastering Contractors, Stonework and Masonry Contractors, Tile Settings Contractors
1750 Carpentry Contractors
1761 Roofing - Contractors, Sheet Metal Work - Contractors, Siding - Contractors
1771 Contractors - Concrete Work
cd
CONDA_PATH="miniconda2"
wget https://gist.githubusercontent.com/yuchsiao/e2f9c1481976b4d5c524/raw/870969f072c461ad47da76e5822bdd3b807a9829/.screenrc
sudo yum -y install screen
screen
# Download and install miniconda
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
chmod u+x Miniconda-latest-Linux-x86_64.sh
cd
# Screen env
wget https://gist.githubusercontent.com/yuchsiao/e2f9c1481976b4d5c524/raw/870969f072c461ad47da76e5822bdd3b807a9829/.screenrc
sudo yum -y install screen
screen
# Python env
CONDA_PATH="miniconda2"
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
cd
sudo yum install wget -y
sudo yum install bzip2 -y
wget https://gist.githubusercontent.com/yuchsiao/e2f9c1481976b4d5c524/raw/870969f072c461ad47da76e5822bdd3b807a9829/.screenrc
sudo yum -y install screen
screen
# Download and install miniconda