Skip to content

Instantly share code, notes, and snippets.

View kcparashar's full-sized avatar
💭
I may be slow to respond.

Krishna Parashar kcparashar

💭
I may be slow to respond.
View GitHub Profile
@kcparashar
kcparashar / reserved_usernames.rb
Created October 3, 2017 23:28 — forked from caseyohara/reserved_usernames.rb
A list of reserved usernames to avoid vanity URL collision with resource paths
# A list of possible usernames to reserve to avoid
# vanity URL collision with resource paths
# It is a merged list of the recommendations from this Quora discussion:
# http://www.quora.com/How-do-sites-prevent-vanity-URLs-from-colliding-with-future-features
# Country TLDs found here:
# http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains
# Languages found here:
@kcparashar
kcparashar / 00-intro.md
Created December 20, 2016 10:06 — forked from mdo/00-intro.md
Instructions for how to affix an Ikea Gerton table top to the Ikea Bekant sit-stand desk frame.

Ikea Bekant standing desk with Gerton table top

@kcparashar
kcparashar / README.md
Created March 22, 2016 19:19 — forked from Carpetfizz/README.md
Craigslist scraper for finding new apartments

Craigslist housing scraper

Still very much a WIP but it gets the job done.

Usage

  1. pip install -r requirements.txt
  2. Replace WATCH_URL and BASE_URL in scraper.py
  3. python3 scraper.py output_file
@kcparashar
kcparashar / config.json
Created July 24, 2015 19:34 — forked from anonymous/config.json
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#428bca, 6.5%)",
"@brand-success": "#5cb85c",
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management