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
    
  
  
    
  | --- zbar-0.10/imagescanner.c 2009-11-10 04:40:18.000000000 +0700 | |
| +++ zbar-0.10_patched/imagescanner.c 2015-05-18 05:44:24.000000000 +0700 | |
| @@ -67,7 +67,10 @@ | |
| } | |
| static PyGetSetDef imagescanner_getset[] = { | |
| - { "results", (getter)imagescanner_get_results, }, | |
| + // Instructions for patching: http://thad.getterman.org/post/119228757923/fix-zbar-osx-segmentation-fault-11 | |
| + // Special thanks goes to http://stackoverflow.com/questions/21612908/zbar-python-crashes-on-import-osx-10-9-1 | |
| + { "results", (getter)imagescanner_get_results, NULL, NULL, NULL }, | 
  
    
      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
    
  
  
    
  | git clone https://github.com/Itseez/opencv.git --branch "$( \ | |
| git ls-remote --tags https://github.com/Itseez/opencv.git | \ | |
| sed -e 's/^[[:space:]]*//' | \ | |
| grep --perl-regexp --ignore-case --only-matching '(?<=refs/tags/)3\.[0-9][\.0-9]*$' | \ | |
| sort --version-sort | \ | |
| tail -n 1 \ | |
| )" --single-branch | 
      This file has been truncated, but you can view the full file.
    
    
  
    
      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
    
  
  
    
  | Last login: Fri Oct 2 05:15:22 on ttys000 | |
| Louiss-Mac:~ ltgiv$ which git | |
| /usr/bin/git | |
| Louiss-Mac:~ ltgiv$ | |
  
    
      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
    
  
  
    
  | description "VMware Host-Guest File System Remount" | |
| author "Louis T. Getterman IV" | |
| # Save this file to /etc/init/vmware-hgfs-remount.conf | |
| # chmod 444 /etc/init/vmware-hgfs-remount.conf | |
| # Note: Adjust UID and GID arguments below, if needed. | |
| start on started vmware-tools | |
| stop on stopped vmware-tools | 
  
    
      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
    
  
  
    
  | --- | |
| # | |
| # Ansible playbook: Initial provision of an Ubuntu Server v201608051020 | |
| # Louis T. Getterman IV (@LTGIV) | |
| # https://www.opensour.cc/network/ansible/examples/ubuntu-initial-setup | |
| # | |
| # Install Requirements: | |
| # ansible-galaxy install resmo.ntp resmo.sshd | |
| # | |
| # Set Ansible inventory host: | 
  
    
      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
    
  
  
    
  | [Unit] | |
| Description=Time Machine Service | |
| After=docker.service setup-network-environment.service | |
| Requires=docker.service setup-network-environment.service | |
| RequiresMountsFor=/mnt/YOURDRIVEHERE | |
| [Service] | |
| EnvironmentFile=/etc/network-environment | |
| TimeoutStartSec=0 | |
| Restart=always | 
  
    
      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 bash | |
| : <<'!COMMENT' | |
| DNSControl Compiler v201712120445 | |
| Louis T. Getterman IV (@LTGIV) | |
| https://Thad.Getterman.org/2017/12/11/dnscontrol-compiler | |
| # DNSControl | |
| https://github.com/StackExchange/dnscontrol | |
| https://github.com/StackExchange/dnscontrol/blob/master/docs/getting-started.md | 
OlderNewer