|
You are here |
nondv.wtf | ||
| | | | |
blog.presidentbeef.com
|
|
| | | | | [AI summary] The author describes a process for bundling Ruby gem dependencies inside the Brakeman security scanner gem to prevent version conflicts with user applications. | |
| | | | |
endofline.wordpress.com
|
|
| | | | | Here's a quick one liner in ruby that finds all of the binaries on your PATH: Dir[*ENV['PATH'].split(':').map{|p| p+"/*"}].select{|f| File.executable? f}.map{|f| File.basename f}.uniq How does it work? Working in the order of execution, we get the PATH from your environment variables. Next we split by : the path separator, and then add "/*" to it. This... | |
| | | | |
btxx.org
|
|
| | | | | ||
| | | | |
daniel-siepmann.de
|
|
| | | Interested in a declarative way to describe your user environment on macOS / Linux systems? This post explains my transition to nix and home-manager to achieve the goal. | ||