Category: Uncategorized
-
Windows bash git and execute permissions
In Go development it’s important to be able to connecting ussing SSH with github if that is where your sources are. A very good explanation of hooking up visual studio code using SSH with github using Pageant and Putty can be found on http://www.cgranade.com/blog/2016/06/06/ssh-keys-in-vscode.html Next to that, on Windows the file permissions for running scripts…
-
Cover the cube
Suppose a cube is on a piece of paper. The piece of paper is exactly three times as width and in length as the cube, so that you can place the cube in the middle of the 3×3 paper like this: Now the question is to cover the entire cube with paper. Following rules apply:…