Explore >> Select a destination


You are here

github.com
| | bylr.info
5.0 parsecs away

Travel
| | Often, technical documentations include lists or other snippets of text that are strongly related to some of the projects code. vpypes documentation is no exception to this. For instance, the Built-in symbols section lists the units available to expressions: These units are related to the following piece of code: # vpype/utils.py UNITS = { "px": 1.0, "in": 96.0, "inch": 96.0, "ft": 12.0 * 96.0, "yd": 36.0 * 96.0, "mi": 1760.0 * 36.
| | github.blog
3.8 parsecs away

Travel
| | Were making GitHub Copilot, an AI pair programmer that suggests code in your editor, generally available to all developers for $10 USD/month or $100 USD/year. It will also be free to use for verified students and maintainers of popular open source projects.
| | vdirsyncer.pimutils.org
4.4 parsecs away

Travel
| | [AI summary] vdirsyncer is a command-line tool for synchronizing calendars and addressbooks between servers and local filesystems, with features like SSL support and password storage.
| | www.marclittlemore.com
25.5 parsecs away

Travel
| All developers want to ship code on a daily basis. If we want to get our code to our users more frequently, how can we ensure we release with confidence?