Skip to content

Instantly share code, notes, and snippets.

View covercash2's full-sized avatar

Chris Overcash covercash2

View GitHub Profile
@filipechagas
filipechagas / gist:3796109
Created September 27, 2012 19:54
Ctags on Mac Osx

http://gmarik.info/blog/2010/10/08/ctags-on-OSX

Snow Leo ships with ctags not suitable for Ruby development. Ie if you try to generate tags recursively, it will error out:

$ ctags R
ctags: illegal option -
R
usage: ctags [-BFadtuwvx] [-f tagsfile] file …

$ which ctags
/usr/bin/ctags

@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@gspencerfabian
gspencerfabian / home.html
Last active April 11, 2020 19:07
golang - post json contact form and email send from html template
{{define "home"}}
<html>
<head>
<title>Hello World</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
</head>
<body>
<h2>Welcome!</h2>
<p>Please fill out the following contact form</p>
<form id="contactForm">