- dreftymacid: chums_hungrily_operas
- http://superuser.com/questions/792559/how-can-i-construct-a-vim-keymapping-that-inserts-the-current-date#792584
- http://stackoverflow.com/questions/4953537/how-to-insert-date-and-time-in-vim-along-with-string-literal#4953591
- http://superuser.com/questions/451340/how-to-insert-the-date-into-vim#451600
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### ------------------------------------------------------------------------ | |
## { | |
module DreftymacQuikpayString | |
## { | |
module Base | |
## { | |
def str_is_not_valid | |
"__Invalid #{self.to_s}__" | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## main: | |
## - date: created="Monday, September 10, 2012, 11:13:12 AM" | |
## last: lastmod="Mon Jun 23 14:20:15 2014" | |
## desc: | | |
## Ruby String Addon methods | |
## | |
## seealso: | |
## href="./DreftymacAddonStringTest.rb" | |
## tymacid://tryruby.myruby.dreftymac.DreftymacAddonString.rb | |
## https://gist.github.com/dreftymac/6059176 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## SITE_ID ;; (error-correcting addon) | |
def tss3_SiteId(row) | |
if ( false || | |
row['tss2_MachineDept']=='cfc' || | |
row['tss2_MachineDept']=='chc' || | |
row['tss2_MachineDept']=='ctl' || | |
row['tss2_MachineDept']=='economics' || | |
row['tss2_MachineDept']=='lundquistcollegeofbusiness' || | |
row['tss2_MachineDept']=='materialscience' || | |
row['tss2_MachineDept']=='schoolofmusicanddance' || |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html ng-app="project"> | |
<head> | |
<title>Angular: Service example</title> | |
<script src="http://code.angularjs.org/angular-1.0.1.js"></script> | |
<script> | |
var projectModule = angular.module('project',[]); | |
projectModule.factory('theService', function() { | |
return { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# default boring output of Psych.dump | |
--- | |
:response: | |
:body: ! "{\n \"page\": 1,\n \"results\": [\n \"item\", \"another\"\n ],\n | |
\ \"total_pages\": 0\n}\n" | |
:status: 200 | |
:person: | |
name: Steve | |
age: 24 | |
:array: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
limbic resistance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// <reg-file_info> | |
// main: | |
// - date: created="Sat Jan 09 06:05:56 2010" | |
// last: lastmod="2015-03-20 03:34:17" | |
// name: tymac_komodo_addon | |
// license: Attribution-Share Alike ;; http://creativecommons.org/licenses/by-sa/3.0/us/ | |
// contact: dreftymac | |
// desc: | | |
// tymac_komodo_addon.js | |
// general-purpose addon library for use with komodoedit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Encrypt the repository | |
# Remove/modify this line if the repository is meant to be open-source | |
*.* filter=git-crypt diff=git-crypt | |
.gitattributes !filter !diff | |
# These files are text and should be normalized (Convert crlf => lf) | |
*.php text | |
*.css text | |
*.js text | |
*.htm text |
OlderNewer