This interactive Neo4j graph tutorial covers entitlements and access control scenarios.
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
# curl -Lk https://gist.githubusercontent.com/prabirshrestha/279d8b179d9353fe8694/raw/.bash_profile -o ~/.bash_profile | |
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh # This loads NVM | |
export PATH="$HOME/.cargo/bin:$HOME/go/bin:$HOME/Library/Python/3.7/bin:$PATH" | |
export PATH="$HOME/.config/nvim/plugins/vim-themis/bin:$PATH" | |
stty -ixon | |
alias pbcopy='xsel --clipboard --input' | |
alias pbpaste='xsel --clipboard --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
diff -ur linux.orig/PKGBUILD linux/PKGBUILD | |
--- linux.orig/PKGBUILD 2012-08-28 21:53:04.757568936 +0400 | |
+++ linux/PKGBUILD 2012-08-28 22:05:23.470891452 +0400 | |
@@ -24,8 +24,8 @@ | |
'i915-i2c-crash-3.5.x.patch') | |
md5sums=('24153eaaa81dedc9481ada8cd9c3b83d' | |
'01e0536109d2a06b1701b5051edfcea2' | |
- '4eb50449b069bd699d92a290dce76d00' | |
- '74c0ce9291ad8aaf26546fe85a1a7d18' | |
+ 'f2abe8d7f67936cc0cc8fc50a8d5dcf0' |
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
;;; Markdown | |
(defun turn-on-outline-minor-mode () | |
(outline-minor-mode 1)) | |
(when (require 'markdown-mode nil 'noerror) | |
(setq auto-mode-alist | |
(cons '("\\.md" . markdown-mode) auto-mode-alist)) | |
(setq auto-mode-alist | |
(cons '("\\.markdown" . markdown-mode) auto-mode-alist)) | |
(setq markdown-command "/usr/local/bin/Markdown.pl") |
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
; bug.n - tiling window management | |
; @version 9.0.0 | |
;;Status bar | |
Config_showBar=1 | |
Config_horizontalBarPos=left | |
Config_verticalBarPos=top | |
Config_barWidth=100% | |
Config_singleRowBar=1 | |
Config_spaciousBar=0 |
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
README.html |