link to the video
original essay
- Write in past tense so you don’t have to re-edit when mailing
| setcap grants root-like permissions, so there's additional constraints on the binary. | |
| It ignores LD_PRELOAD and LD_LIBRARY_PATH environment variables, so if you used these, you'll have to find another way. | |
| One option is to use the RPATH piece of the Dynamic section of an ELF binary. |
| Assuming the base URL to be this (need to edit to fit yours): | |
| http://cqauthor1.company.com:4502 | |
| SEARCH | |
| Search UI: | |
| /crx/explorer/ui/search.jsp?Path=&Query= | |
| ;;; Commentary | |
| ;; | |
| ;; Allows for more compact anonymous functions. The following | |
| ;; examples demonstrate the usage. | |
| ;; | |
| ;; ;; partial application with `curry' | |
| ;; (mapcar (» #'+ 2) '(1 2 3 4)) ; => (3 4 5 6) | |
| ;; | |
| ;; ;; alternate order of arguments with `rcurry' | |
| ;; (mapcar (« #'- 1) '(1 2 3 4)) ; => (0 1 2 3) |
| # install needed libraries | |
| sudo yum install texinfo libXpm-devel giflib-devel libtiff-devel libotf-devel | |
| # compile autoconf | |
| cd /tmp | |
| wget ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.bz2 | |
| tar xjvf autoconf-2.68.tar.bz2 | |
| cd autoconf-2.68/ | |
| ./configure && make && sudo make install |
| import java.io.IOException; | |
| import java.net.URLClassLoader; | |
| import java.nio.file.Files; | |
| import java.nio.file.Paths; | |
| import java.nio.file.Path; | |
| /** | |
| * Example demonstrating a ClassLoader leak. | |
| * | |
| * <p>To see it in action, copy this file to a temp directory somewhere, |
| # npm using https for git | |
| git config --global url."https://github.com/".insteadOf git@github.com: | |
| git config --global url."https://".insteadOf git:// | |
| # npm using git for https | |
| git config --global url."git@github.com:".insteadOf https://github.com/ | |
| git config --global url."git://".insteadOf https:// |
link to the video
original essay
Referring to this issue: wallyqs/org-ruby#49
#+html: <img src="https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true&passingText=master%20-%20OK" alt="Project Badge">
#+html: <a href="https://ci.appveyor.com/project/justinjk007/pentagonal-tiling"> <img src="https://ci.appveyor.com/api/projects/status/ldc8jtft09n5997e?svg=true" alt="Project Badge"> </a>
[[https://ci.appveyor.com/project/justinjk007/pentagonal-tiling][https://ci.appveyor.com/api/projects/status/ldc8jtft09n5997e?svg=true]]
https://ci.appveyor.com/api/projects/status/ldc8jtft09n5997e?svg=true