Skip to content

Instantly share code, notes, and snippets.

View dreftymac's full-sized avatar
💭
__

Dreftymac dreftymac

💭
__
View GitHub Profile
@dreftymac
dreftymac / VisualCodeGenWorkflows_ascii.txt
Created January 12, 2016 18:56 — forked from jdonson/VisualCodeGenWorkflows_ascii.txt
ASCII Diagram Test: Visual CodeGen Workflows
['SVG DIAGRAMS'] <---- (Derived From) <-- STATE
| |
(via CASE Tools Generate) --> ['Code', 'Configs', 'Tests']
1. What types of state?
2. How does YAML fit in?
3. Can site audits generate diagrams to present to biz?
4. What languages ought we consider including and why?
5. What kind of CASE Tools? https://en.wikipedia.org/wiki/Computer-aided_software_engineering
@dreftymac
dreftymac / output.txt
Created February 7, 2016 12:10 — forked from ddlsmurf/output.txt
YAML succinct tutorial
# Example with basic types
---
hash:
  string: some text
  number: 12345
  array_of_bool: [on, off, true, false, yes, no]
  ruby symbol: :symbol
  array:
    - item one
    - item two
@dreftymac
dreftymac / gist:42d191388c042dbbddce472c17b273e6
Last active May 5, 2016 19:35
split a single large file into multiple smaller files // dreftymacid: ding_fresher_mesh
#!/usr/bin/perl
### <beg-file_info>
### main:
### - date: created="Thu May 05 12:16:56 2016"
### last: lastmod="Thu May 05 12:16:56 2016"
### tags: tags
### dreftymacid: "ding_fresher_mesh"
### filetype: "perl"
### seealso: |
### *
@dreftymac
dreftymac / vimregex-juan_auras_lester.md
Last active March 15, 2017 13:33
vim regular expressions for perl regex fans

Overview

Vim regular expressions are powerful, but they pre-date Perl.

This can be frustrating since the Perl-flavored-regex syntax has expanded beyond into other programming languages and contexts, becoming a de-facto standard.

This guide is a quick cheatsheet and tipsheet for using regular expressions in Vim for those who may be more familiar with Perl.

Quick examples for vimmers who like Perl regex

@dreftymac
dreftymac / .bash_profile
Created March 23, 2017 02:03 — forked from ethyde/.bash_profile
Bash profile load ssh-agent and add all key in ~/.ssh/id_rsa*
# SSH Agent
# Note: ~/.ssh/environment should not be used, as it
# already has a different purpose in SSH.
# source : https://www.schoonology.com/technology/ssh-agent-windows/
env=~/.ssh/agent.env
# Note: Don't bother checking SSH_AGENT_PID. It's not used
# by SSH itself, and it might even be incorrect
# (for example, when using agent-forwarding over SSH).
@dreftymac
dreftymac / qsf_explanation.md
Created May 25, 2017 20:29 — forked from ctesta01/qsf_explanation.md
How does a Qualtrics Survey File work?

Quickstart Guide to undertsanding the Qualtrics Survey File

This information is likely to quickly become outdated when Qualtrics next changes the formatting of the QSF file. This guide was started February 2017. I hope that it is a useful introduction to understanding the contents of the QSF file that one can download from Qualtrics.

This document includes:

@dreftymac
dreftymac / multiple_ssh_setting.md
Created November 9, 2015 19:37 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"

Overview

  • this is a github gist created with markdown
  • to get markdown formatting you have to add .md extension to the name

Alpha

  • this is some YAML

Master Elbarap was an elder, great and venerated teacher our village.

Before he departed from us, he sat with two of his students who were struggling with a difficult maths equation.

He gave them lessons and keys and analogies to use, and their understanding grew until they could understand the formulas themselves, enough to even teach it to others.

The two understood, and in their delight they thanked the elder with great glee, for now the dark clouds of confusion were gone.

The elder gave both of them a hug, smiling at them, and then swiftly fled out from the room.