Skip to content

Instantly share code, notes, and snippets.

View davidsnyder's full-sized avatar

David Snyder davidsnyder

View GitHub Profile
@davidsnyder
davidsnyder / gist:7809500
Last active December 30, 2015 09:29
Change the dev-root and stick this somewhere in .emacs.d/
(defvar dev-root "/Users/davidsnyder/Development")
(defun git-current-branch ()
(substring (shell-command-to-string "git branch | grep '\*'") 2 -1))
(defun ics-github-link ()
(interactive)
(let ((
The Fondazione di Venezia, would like to notify you that you have been chosen by the board of trustees as one of the final recipients of a cash Grant/Donation for your own personal, educational, and business development. The Church, established in the year 1872, is one of the biggest church built for God in Italy. In the year 1901, they started offering collection for the sole aim of human growth, educational and Community development. In conjunction with the UN, and EU, We are giving out a yearly donation of US$1,150,000.00 each to 10 lucky recipients each year. These specific Donations/Grants will be awarded to 10 lucky international recipients worldwide; in different categories for their personal business development.
The objective is to make a notable change in the standard of living of people all around the Universe (From America to Europe, Asia to Africa and all around). Kindly note that you will only be chosen to receive the donation once, which means that subsequent yearly donation will not get to yo
<?php
/*~ class.phpmailer.php
.---------------------------------------------------------------------------.
| Software: PHPMailer - PHP email class |
| Version: 2.0.4 |
| Contact: via sourceforge.net support pages (also www.codeworxtech.com) |
| Info: http://phpmailer.sourceforge.net |
| Support: http://sourceforge.net/projects/phpmailer/ |
| ------------------------------------------------------------------------- |
| Author: Andy Prevost (project admininistrator) |
davidsnyder@loki: mle$ brew info pcre
pcre: stable 8.42 (bottled), HEAD
Perl compatible regular expressions library
https://www.pcre.org/
/usr/local/Cellar/pcre/8.42 (204 files, 5.3MB) *
Poured from bottle on 2018-09-17 at 15:51:25
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/pcre.rb
==> Options
--HEAD
Install HEAD version
require 'reterm'
include RETerm
results = {}
init_reterm {
win = Window.new
win.colors = :main
win.border!
> bundle exec ruby reterm.rb
Unhandled error:
undefined method `nav_select=' for nil:NilClass
/Users/davidsnyder/.rvm/gems/ruby-2.5.3/gems/reterm-0.6.3/lib/reterm/mixins/nav_input.rb:166:in `nav_to_selected'
/Users/davidsnyder/.rvm/gems/ruby-2.5.3/gems/reterm-0.6.3/lib/reterm/mixins/nav_input.rb:207:in `handle_mouse'
/Users/davidsnyder/.rvm/gems/ruby-2.5.3/gems/reterm-0.6.3/lib/reterm/mixins/nav_input.rb:65:in `handle_input'
/Users/davidsnyder/.rvm/gems/ruby-2.5.3/gems/reterm-0.6.3/lib/reterm/layout.rb:195:in `activate!'
/Users/davidsnyder/.rvm/gems/ruby-2.5.3/gems/reterm-0.6.3/lib/reterm/window.rb:531:in `activate!'
reterm.rb:30:in `block in <main>'
/Users/davidsnyder/.rvm/gems/ruby-2.5.3/gems/reterm-0.6.3/lib/reterm/init.rb:53:in `init_reterm'