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
| lsof | grep 'DEL.*lib' | cut -f 1 -d ' ' | sort -u |
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
| var min = [ 1024, 7000, 512]; | |
| var max = [ 1024, 1000000, 2048]; | |
| var pri = [ 1024, 7000, 512]; | |
| var fac = new Array(3); | |
| var free_space = 35000; | |
| for (var i = 0; i < min.length; ++i) { | |
| fac[i] = pri[i] - min[i]; | |
| } |
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
| (add-to-list 'load-path "/usr/local/Cellar/ledger/2.6.3/share/emacs") | |
| (require 'ledger) | |
| (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. | |
| '(inhibit-default-init nil) | |
| '(inhibit-startup-screen t)) | |
| (custom-set-faces |
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
| You Are A: | |
| Neutral Good Elf Wizard (5th Level) | |
| Ability Scores: | |
| Strength- 14 | |
| Dexterity- 11 |
NewerOlder