By my idiosyncratic measures:
For small changes git diff
and vc-diff
are perfect.
For medium changes magit
is perfect.
For large changes DeltaWalker is perfect.
By my idiosyncratic measures:
For small changes git diff
and vc-diff
are perfect.
For medium changes magit
is perfect.
For large changes DeltaWalker is perfect.
git reset --soft HEAD~1
Today I set up SAS UE on VMWare Fusion. Everything went fine.
It allowed 4 GB of RAM allocation.
Extracted archive to
mkdir ~/VMWare
Created the UE working directory
mkdir -p ~/git/github/sas/SASUniversityEdition/myfolders/
hello-world.sas
.Setting up a development system is a non-trivial investment.
This document captures the steps required and automates as much as possible. The project has other formats, too.
The Style Guide is a must read for the operator.
Org-Mode converted this manual, tedious, and error prone task to a semi-automated, nearly reproducible, and error-less process, for me. This document has never been beta tested; I am it’s only user.
I’m studying Noweb Refs. Here is something helping me make sense of it. I asked about it on-list, too, with more details. I’m still playing with it.
pwd
git log -n 1
/Users/gcr/src/wisdomandwonder/post commit e7766a90d0e41a1c9c4175dde5e5d6a20af52732 Author: Grant Rettke <gcr@wisdomandwonder.com> Date: Fri Sep 11 14:57:10 2015 -0500 Posted
org-scraps are interesting because I have only used Org-Mode’s tangling functionality for my Emacs initialization file. They show off a lot of the literate stuff with concise examples. Things make a lot more sense how.
"/Users/gcr/tmp/scratch.org"
org-export-current-backend
now. Another example of Elisp configuring a header arg.sh
, find
, and dot
.6
.DONE
examples to verify identical result.:results
configuration for source blocks. Replace table with scalar for in-line source blocks.org-sbe
and #+TBLFM
.TBLNAME
are taggable, for example with :noexport:
.sh
SB generates a table with the captured output from echo
, with 1 row for each call.org-babel-remove-result
works no matter where the RESULT
block is located. It doesn’t have to immediately follow the Source-Block.ob-scheme
allows two sessions with the same name when they were started with different interpreters.