Commonplace
Table of Contents
- 1. commonplace
- 2. analemma analemma astronomy
- 3. art
- 4. book
- 5. browser firefox safari seamonkey
- 6. chat, video robot mindmap band
- 7. computers security
- 8. design
- 9. entertainment, games sudoku
- 10. ideas papal market
- 11. letters sports politi
- 12. lifeAndDeath morals
- 13. lit
- 14. market
- 15. online
- 16. pgmtask benedictine
- 17. rdb
- 18. shopping
- 19. software aux backup report diary
- 20. story
- 21. unixshell node javascript functions commands
- 22. FILES
- 23. commands
1 commonplace
This is where my commitment to Org Mode begins. Re-orgainizing the commonplace book. And markdown is being replaced by OrgMode with the HTML export feature.
Which brings up a terrific question: what is the threshhold of turning things over to a "server", someone or some process not of your making?
2 analemma analemma astronomy
4 book
5 browser firefox safari seamonkey
6 chat, video robot mindmap band
- band, 9/2/15
- JIBO – a personal robot from mit
7 computers security
- Rainbow Series – computer security
8 design
9 entertainment, games sudoku
11 letters sports politi
12 lifeAndDeath morals
Maura's idea life issues have different moral value. This from a traditional perspective. Time 4/13/15 article. "On which side of the line …?" And prayers for religious freedom.
14 market
15 online
16 pgmtask benedictine
- GoogleDocs Javascript :benedictine:
- Career Day Wiki
- maintenance doc
17 rdb
18 shopping
- My Verizon – first_lastN, Vineyard
19 software aux backup report diary
20 story
21 unixshell node javascript functions commands
- Data Science at the Command Line
- on Command Arguments
- on Little Functions
this one probably belongs in this tree, but it's "home"d in dropbox
- software diary, next
- Node Pkg Mgr
- node.js
21.1 progress, things to thing about catalog
- shell function catalog: Credit Jonathon Green author of. the Vulgar Tongue from Jan Feb Atlantic
21.2 which shell bash zsh shbang
This question on stack exchange:
Is there a way to designate which shell to use depending on the user?
demonstrates the folly of our shell training. The poster is now aware there are different shells with different syntaxes. Since I don't know zsh at all (why anything but bash), but the important question should be "as a ?sh programmer, how can i write a script useful to both bash and zsh users?"
While four responders had marked the post as "off-topic", I'm wondering what their judgement was based on. I gave the post an up-tick to restore the over/under to zero. The user's post (OP – for Original Post[er]) was in good faith, indicating his self-trained contact with unix.
After re-reading the answers, Charles Duffy shares my view, and posts a more complete solution to the post. At this point the OP hasn't said much about the nature of the users.
My own experience, while teaching shell at Fidessa, noted our use of csh, which I would never do any actual programming in, but knew how to accomdate if I were going to interace with a script of my own. unixshell
22 FILES
- analemma/index.html
- analemma/indexwords.html
- book/cooktoc.html
- browser/analytics.html
- browser/index.html
- index.html
- indexhowto.html
- market/index.html
- market/quarterly.html
- market/theMetaSpreadsheet.html
- missing.html
- pgmtask/gDocsJs.html
- pgmtask/index.html
- shopping/log/index.html
- software/ar/index.html
- software/ar/software.html
- software/index.html
- software/indexwords.html
- story/index.html
- story/theWoodHenge.html
- unixshell/aStack.html
- unixshell/daylightSavingsEg.html
- unixshell/index.html
- unixshell/letterToItToolbox.html
- unixshell/myhistory.html
- unixshell/onBinQuality.html
- unixshell/onBuildinganApp.html
- unixshell/onEditingACollection.html
- unixshell/onGetopts.html
- unixshell/onMaking.html
- unixshell/onQuestionableFeatures.html
- unixshell/onRelativeWorkingDirectory.html
- unixshell/onSmartFiles.html
- unixshell/onStarting.html
- unixshell/onTheUnixShell.html
- unixshell/onUnixHelp.html
- unixshell/review101LinuxHacks.html
- version/index.html
- version/quickSimpleVersion.html
23 commands
find ~/Dropbox -name '*.org' | xargs grep -i encyclical 2>/dev/null rm -f .org.*; find ~/Dropbox -name '*.org' | egrep -v '( |\/\.)' | tee .org.files | xargs ls -lt > .org.order