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
    
  
  
    
  | /* | |
| * void | |
| * OSSpinLockUnlock(p) | |
| * int *p; | |
| * | |
| * Unlock the lock pointed to by p. | |
| */ | |
| LEAF(_OSSpinLockUnlock, 0) | |
| LEAF(_IOSpinUnlock, 0) | 
  
    
      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
    
  
  
    
  | sudo installer -pkg Desktop/Java1.4.1.pkg -target / | 
  
    
      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
    
  
  
    
  | tr ' ' '\n' < i-am-legend.txt | sed 's/[^a-zA-Z]//g' | sort | uniq -c | sort -k2nr | less | 
  
    
      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
    
  
  
    
  | launchctl load ~/Library/LaunchAgents/homebrew.mxcl.znc.plist | 
  
    
      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
    
  
  
    
  | typedef int (*pthread_create_f)(pthread_t * __restrict, const pthread_attr_t * __restrict, | |
| void *(*)(void *), void * __restrict); | |
| static pthread_create_f real_create = NULL; | |
| #include <pthread.h> | |
| #include <dlfcn.h> | |
| extern "C" int pthread_create(pthread_t * __restrict thread, const pthread_attr_t * __restrict attr, | |
| void *(*start)(void *), void * __restrict arg) | |
| { | |
| int 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
    
  
  
    
  | /Applications/Beamer.app/Contents/Resources/ffmpeg -ss 0 -i file:/Users/smirnov/Downloads/Xroniki.Narnii.2005.RUS.BDRip.Xvid.AC3.-HQ-ViDEO.avi -t 8571.68128 -f mpegts --segment-length 5 --segment-offset 0 -vcodec libx264 -x264opts vbv-bufsize=12000:vbv-maxrate=12000:ratetol=inf -force_key_frames expr:gte(t,n_forced*5) -pix_fmt yuv420p -map 0:0 -acodec aac -strict experimental -ac 2 -ab 160k -matrix_encoding dplii -ar 48000 -async 1 -map 0:1 pipe:1 | 
  
    
      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
    
  
  
    
  | # checkout | |
| git fetch origin refs/meta/config:refs/remotes/origin/meta/config | |
| git checkout meta/config | |
| #directly: | |
| git push origin meta/config:meta/config | |
| #via review: | |
| git push origin meta/config:refs/for/refs/meta/config | 
  
    
      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
    
  
  
    
  | ssh -p 29418 smirn0v@johann gerrit gsql | 
  
    
      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
    
  
  
    
  | http://ci.gerritforge.com/view/Plugins-master/job/Plugin_reviewers_master/ | 
  
    
      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
    
  
  
    
  | $sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist | |
| $sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist |