This file contains hidden or 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 org-make-options-regexp to catch BLOG_DIR in #+BLOG_DIR that can | |
; be overload in a property :BLOG_DIR:. Same mechanism for | |
; BLOG_AUTHOR, BLOG_MAIL, BLOG_CATEGORY, BLOG_TAG. For this tag, | |
; BLOG_TAG, we can have multiple values. | |
(defun ch:org-export-blog () | |
(let* ((tree (org-copy-subtree)) | |
(buf (generate-new-buffer "*testing export*")) | |
(blog_dir "/tmp") | |
(blog_author "") |
module Greeter class Configurator OPTIONS = { :name => ‘toto’, :verbose => false, }
class << self OPTIONS.each do |name, default| define_method(name) do
This file contains hidden or 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
; can be used to improve matching of ag.el. See also: | |
; - grep-mode-map | |
; - define-compilation-mode where everything happens | |
(defun grep-filter () | |
"Handle match highlighting escape sequences inserted by the grep process. | |
This function is called from `compilation-filter-hook'." | |
(save-excursion | |
(forward-line 0) | |
(let ((end (point)) beg) |
This file contains hidden or 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
https://plus.google.com/hangouts/_/080efb0c1c7c2d7faba03fc708c5463a76d535ad |
This file contains hidden or 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
https://plus.google.com/hangouts/_/29afb86a5e5f65a4e532fc386948e02c9026db59?authuser=0&hl=fr |
This file contains hidden or 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
https://plus.google.com/hangouts/_/a6663d1791fa29929c87431da1a4786dd1e006fe?authuser=0&hl=en |
This file contains hidden or 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
#!/bin/sh -x | |
START_DIR=$CWD | |
SHARE_DIR=/backup001/chem/home/chem/src/mfsbsd | |
KEYBOARD=dvorak | |
WANT_PHORONIX_TEST_SUITE=4.4.1 # set it to no to disable | |
# catch error from my own error function even in subshell. | |
err_handler () | |
{ | |
rc=$? |
This file contains hidden or 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
#!/usr/bin/env sh | |
IP_PREFIX='10.11.12' | |
help () { | |
cat<<EOF | |
USAGE: $0 [-h] -i LAST_BLOCK_IP -m CIDR -v VLAN -n NAME | |
DESCRIPTION: |
OlderNewer