Skip to content

Instantly share code, notes, and snippets.

View markalanevans's full-sized avatar
🎯
Focusing

Mark Evans markalanevans

🎯
Focusing
View GitHub Profile
@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
@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.
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.
@markalanevans
markalanevans / redis-init-rhel
Created November 3, 2011 03:22
Simple RedHat Redis init.d script
#!/bin/sh
#
# redis Startup script for Redis Server
#
# chkconfig: - 90 10
# description: Redis is an open source, advanced key-value store.
#
# processname: redis-server
# config: /etc/redis.conf
# pidfile: /var/run/redis.pid
@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
@markalanevans
markalanevans / git-config
Created October 6, 2011 02:37
Git Config
[user]
name = Mark Evans
email = my@emailaddress.com
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = auto
[color "branch"]
#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