Explore >> Select a destination


You are here

myers.io
| | jackharner.com
3.1 parsecs away

Travel
| | NPM (Node Package Manager) and Yarn are both JavaScript based package managers for ease of installing 3rd Party Tools & Libraries into your modern web...
| | blog.packagist.com
3.8 parsecs away

Travel
| | Alex Birsan recently published his article "Dependency Confusion: How I Hacked Into Apple, Microsoft and Dozens of Other Companies" [https://medium.com/@alex.birsan/dependency-confusion-4a5d60fec610] in which he explains how he used language level package managers like npm (Javascript), pip (Python), and gems (Ruby) to get companies to install and
| | pradyunsg.me
2.5 parsecs away

Travel
| | I have a (somewhat unnecessarily) custom setup for managing my dotfiles and I made a nice improvement to it today. How it works The dotfiles are managed by a Python script. In broad strokes, the script will: read a TOML file locate the configured paths create symlinks, based on custom marker text in the filenames, for files in subdirectories under the configured paths1 If there's a conflict (i.e. two configured paths provide the same symlink target location), the TOML file contains the resolution for it (i.
| | ocramius.github.io
34.3 parsecs away

Travel
| A simple technique to use PHP's OOP implementation to intercept access to object public properties