Skip to content

Instantly share code, notes, and snippets.

View markalanevans's full-sized avatar
🎯
Focusing

Mark Evans markalanevans

🎯
Focusing
View GitHub Profile
http://www.latimes.com/politics/la-pol-ca-property-taxes-wildfires-northern-california-20171103-htmlstory.html
Start with the small list:
1. Get a PO Box
2. Longer term rental search - include insurance on it so they pay directly for rental. Find a nice place that you like, don't settle. You should be able to get a "Like Property" so insurance should cover a nice place for you to live while you work through all this. You might be living here for 2 years, so choose wisely.
3. Find a place to buy some sturdy boots and gloves. Get some shovels.

What's this PR do?

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

What are the relevant tickets?

Screenshots (if appropriate)

@markalanevans
markalanevans / ProgrammingBooks.md
Created November 28, 2014 19:50
Books for Developers

Programming Books To Ready

  • Code Complete (2nd edition) by Steve McConnell
  • The Pragmatic Programmer
  • Structure and Interpretation of Computer Programs
  • The C Programming Language by Kernighan and Ritchie
  • Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein
  • Design Patterns by the Gang of Four
  • Refactoring: Improving the Design of Existing Code
  • The Mythical Man Month
products.drop_while { | product |
$log.debug "Comparing: "
$log.debug product[:affiliate_network_id]
$log.debug product[:affiliate_network_id].class
if (product[:affiliate_network_id] != 8)
$log.debug "No Match"
return false
else
$log.debug "Match"
end
#get root access
$su -
$ cd /tmp
#Remove old Ruby
$ yum remove ruby
# Install dependencies
$ yum groupinstall "Development Tools"
$ yum install zlib zlib-devel
@markalanevans
markalanevans / .vimrc
Created November 1, 2013 21:54
.vimrc
set nocompatible " be iMproved
filetype off " required!
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@markalanevans
markalanevans / sublime-text-packges
Last active December 17, 2015 20:59
Essential Sublime Text Packages
#Good References
https://github.com/facelessuser/ApplySyntax
https://github.com/nathos/sass-textmate-bundle
https://github.com/dzhibas/SublimePrettyJson
https://github.com/kemayo/sublime-text-2-git
https://github.com/Kronuz/SublimeCodeIntel
https://github.com/wbond/sublime_alignment
https://github.com/revolunet/sublimetext-markdown-preview
https://github.com/SublimeLinter/SublimeLinter
https://github.com/mpecan/sublime-xmllint
@markalanevans
markalanevans / howto_change_mysql_partitions_on_aws
Last active August 23, 2018 08:29
Moving Mysql to a different Partition on AWS. Using a symbolic link.
#On AWS:
#Create a new "Standard" volumn.
#Attach it do the Instance you want it on.
#- aws will likely give it /dev/sdf , most likely your linux distro will create /dev/xvdf (just replace s with xv)
#Now you can see your unpartition disk by running
fdisk -l
#You should see /dev/xvdf
#Partition it:
#Create the directory name for how you want to refer to it.
@markalanevans
markalanevans / hiring_developers
Last active March 18, 2017 22:04
Job Hiring Boards
Coding:
http://jobs.readwriteweb.com/
http://noodleyard.com/
http://angel.co/jobs
http://startuply.com/
http://jobs.37signals.com/
http://www.dice.com/
http://jobs.github.com/
http://www.craigslist.org
http://news.ycombinator.com/jobs