/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

therealmjp.github.io
| | colinmackay.scot
4.7 parsecs away

Travel
| | This is the first in a series of posts on Paramore.Brighter. I'm writing this as a series of recipes, with the aim of you picking up a point quickly and getting going with it. The code for this post is on GitHub, you can find it here: GitHub Basic solution In .NET Core there is
| | michaelscodingspot.com
4.5 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | netopyr.com
6.2 parsecs away

Travel
| | So far, all of the examples in my previous article about how to use JavaFX objects in Java code expected the object as an input parameter. But what if you want to create a JavaFX object directly? In t
| | brianreiter.org
21.8 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...