View # neo4j - 2020-05-18_17-08-59.txt
This file contains 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
Homebrew build logs for neo4j on macOS 10.15.4 | |
Build date: 2020-05-18 17:08:59 |
View Dockerfile
This file contains 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
# -*- dockerfile -*- | |
FROM centos:7.7.1908 | |
RUN yum update -y | |
RUN yum install -y epel-release | |
RUN yum install -y https://centos7.iuscommunity.org/ius-release.rpm | |
RUN yum install -y python35u python35u-pip | |
RUN yum install -y python36u python36u-pip | |
# Python3.7 is not currently available from RHEL, EPEL, or IUS repos so download and compile it |
View gist:f85e6a63d2490e5b7c0de8977775c311
This file contains 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 grep -P '(?<![.\w$])(?: \.\_\_T\_\_is\_convex\:CVXR|\.\_\_T\_\_nrow\:base|sum\_smallest|\.\_\_T\_\_\[\:base|Problem|\.\_\_T\_\_is\_atom\_convex\:CVXR|Semidef|\.\_\_T\_\_\%x\%\:base|\.\_\_T\_\_\%\*\%\:base|is\_zero|\.\_\_T\_\_is\.finite\:base|quad\_over\_lin|get\_id|is\_positive|power|\.\_\_T\_\_constraints\:CVXR|diff|scalene|\.\_\_T\_\_\$\<\-\:base|\.\_\_T\_\_value\<\-\:CVXR|\.\_\_T\_\_as\.character\:base|\.\_\_T\_\_socp\_capable\:CVXR|\.\_\_T\_\_is\_pwl\:CVXR|is\_atom\_concave|\.\_\_T\_\_unpack\_results\:CVXR|\.\_\_T\_\_\%\%\:base|constraints|lambda\_sum\_largest|constants|neg|vstack|\.\_\_T\_\_log10\:base|sum\_largest|\.\_\_T\_\_is\_quadratic\:CVXR|\.\_\_T\_\_\>\=\:base|name|\.\_\_T\_\_is\_qp\:CVXR|\.\_\_T\_\_\-\:base|ECOS|domain|\.\_\_T\_\_t\:base|\.\_\_T\_\_\%\/\%\:base|is\_qp|is\_incr|sum\_squares|\.\_\_T\_\_is\_incr\:CVXR|\.\_\_T\_\_curvature\:CVXR|LPSOLVE|kronecker|\.\_\_T\_\_objective\<\-\:CVXR|max\_elemwise|\.\_\_T\_\_is\_atom\_affine\:CVXR|\.\_\_T\_\_value\:CVXR|is\_constant|get\_gurobiglue|\.\_ |
View crash log
This file contains 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
2018-12-29 00:41:28.869312-0600 0x276d Default 0x0 0 0 kernel: utun_ctl_connect: creating interface utun1 (id utunid1) | |
2018-12-29 00:53:43.000040-0600 0x0 Default 0x0 0 0 kernel: PMAP: PCID enabled | |
2018-12-29 00:53:43.000043-0600 0x0 Default 0x0 0 0 kernel: PMAP: Supervisor Mode Execute Protection enabled | |
2018-12-29 00:53:43.002177-0600 0x0 Default 0x0 0 0 kernel: Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64 | |
2018-12-29 00:53:43.120728-0600 0x0 Default 0x0 0 0 kernel: vm_page_bootstrap: 4042811 free pages and 118725 wired pages | |
2018-12-29 00:53:43.147705-0600 0x0 Default 0x0 0 0 kernel: kext submap [0x<private> - 0x<private>], kernel text [0x<private> - 0x<private>] | |
2018-12-29 00:53:43.147710-0600 0x0 Default 0x0 0 0 |
View gist:99a16f2afcd274ebafad9e318a1ff90d
This file contains 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_TRACE=1 GIT_SEQUENCE_EDITOR='perl -pi -e "s/^keep/reword/m"' GIT_EDITOR='perl -pi -e "s/BB-123/BB-456/g"' git rebase -i develop | |
20:17:44.091418 git.c:576 trace: exec: 'git-rebase' '-i' 'develop' | |
20:17:44.092305 run-command.c:626 trace: run_command: 'git-rebase' '-i' 'develop' | |
20:17:44.108977 git.c:344 trace: built-in: git 'rev-parse' '--parseopt' '--stuck-long' '--' '-i' 'develop' | |
20:17:44.120449 git.c:344 trace: built-in: git 'rev-parse' '--git-dir' | |
20:17:44.127989 git.c:344 trace: built-in: git 'rev-parse' '--git-path' 'objects' | |
20:17:44.133395 git.c:344 trace: built-in: git 'rev-parse' '--is-bare-repository' | |
20:17:44.144873 git.c:344 trace: built-in: git 'rev-parse' '--show-toplevel' | |
20:17:44.153359 git.c:344 trace: built-in: git 'config' '--bool' 'rebase.stat' | |
20:17:44.159078 git.c:344 trace: built-in: git 'config' '--bool' 'rebase.autostash' |
View gist:a5cc86c3c31c0a7590117bd0c45c51e9
This file contains 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
My task: | |
- name: Download standard stuff | |
s3: | |
bucket: my-bucket | |
object: /bootstrap/foo.tgz | |
dest: /tmp/foo.tgz | |
mode: get |
View my .emacs
This file contains 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
(custom-set-variables | |
;; custom-set-variables was added by Custom. | |
;; If you edit it by hand, you could mess it up, so be careful. | |
;; Your init file should contain only one such instance. | |
;; If there is more than one, they won't work right. | |
'(custom-enabled-themes (quote (zenburn))) | |
'(custom-safe-themes | |
(quote | |
("f5eb916f6bd4e743206913e6f28051249de8ccfd070eae47b5bde31ee813d55f" "dd4db38519d2ad7eb9e2f30bc03fba61a7af49a185edfd44e020aa5345e3dca7" default))) | |
'(inhibit-startup-screen t) |
View emacs config file
This file contains 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
(custom-set-variables | |
;; custom-set-variables was added by Custom. | |
;; If you edit it by hand, you could mess it up, so be careful. | |
;; Your init file should contain only one such instance. | |
;; If there is more than one, they won't work right. | |
'(confluence-url | |
"https://wlweb.windlogics.com/confluence/rpc/soap-axis/confluenceservice-v2") | |
'(custom-enabled-themes (quote (zenburn))) | |
'(custom-safe-themes | |
(quote |
View packrat not finding MASS
This file contains 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
> packrat::init(options = list(use.cache=TRUE)) | |
Initializing packrat project in directory: | |
- "/Users/kwilliams/git/fpdc/src/main/R/FPDC" | |
Adding these packages to packrat: | |
_ | |
AMGUtils 0.5.32 | |
BayesX 0.2-9 | |
FNN 1.1 | |
Formula 1.2-1 |
View 'textlive2015' verification output
This file contains 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
% pkgutil --verify org.tug.mactex.texlive2015 | |
Verifying files from package 'org.tug.mactex.texlive2015' on '/'. | |
Group differs on "usr/local", should be 0, group is 80. | |
Permissions differ on "usr/local", should be drwxr-xr-x , they are drwxrwxr-x . | |
Group differs on "usr/local/texlive/2015/LICENSE.CTAN", should be 0, group is 704. | |
Group differs on "usr/local/texlive/2015/LICENSE.TL", should be 0, group is 704. | |
Group differs on "usr/local/texlive/2015/README", should be 0, group is 704. | |
Group differs on "usr/local/texlive/2015/README.usergroups", should be 0, group is 704. | |
Group differs on "usr/local/texlive/2015/bin/universal-darwin", should be 0, group is 704. | |
User differs on "usr/local/texlive/2015/bin/universal-darwin/makeglossaries", should be 501, user is 0. |
NewerOlder