Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'rc'

1386893 - silly way of having default valu: default silly rc value plan9 variable
  1. # \p $(n): variable name
  2. # \p $(n+1): default value
  3. fn def {
  4.         while (! ~ $#* 0) {
  5.                 if (~ $#$1 0)
  6.                         $1=$2
  7.                 shift 2
  8.         }
  9.  
1243283 - Untitled: rc dexen wrapper git helper plan9
  1. #!/bin/rc
  2.  
  3.  
  4. # rc (plan9 shell) helper for wrappers, v1.1
  5. #
  6. # suppose you want to make wrapper for `git', also named `git'
  7. # you place it in a private directory, and include in $PATH
  8. #
  9.  
1243147 - Untitled: rc dexen wrapper git helper plan9
  1. #!/bin/rc
  2.  
  3.  
  4. # rc (plan9 shell) helper for wrappers
  5. #
  6. # suppose you want to make wrapper for `git', also named `git'
  7. # you place it in a private directory, and include in $PATH
  8. #
  9.  
741904 - /usr/local/etc/tor/clientrc: rc tor
  1. ## Configuration file for a typical Tor user
  2. ## Last updated 18 August 2007 for Tor 0.2.0.5-alpha.
  3. ## (May or may not work for much older or much newer versions of Tor.)
  4. ##
  5. ## Lines that begin with "## " try to explain what's going on. Lines
  6. ## that begin with just "#" are disabled commands: you can enable them
  7. ## by removing the "#" symbol.
  8. ##
  9.  
646682 - Anshu123: linux fedora conky rc
  1. #avoid flicker
  2. double_buffer yes
  3.  
  4. #own window to run simultanious 2 or more conkys
  5. own_window yes
  6. own_window_transparent no
  7. own_window_type normal
  8. own_window_hints undecorate,sticky,skip_taskbar,skip_pager
  9.  
fantasy-obligation