Tag: Seedling
-
Denon
https://github.com/icedream/denon-prime4
-
Git
duplicating a repository 1 2 3 4 5 $ git clone --bare https://github.com/exampleuser/old-repository.git $ cd old-repository.git $ git push --mirror https://github....
-
golang
structs structs are typed collections of fields. They’re useful for grouping data together to form records. 1 2 3 4 5 type Person struct { GivenName string Surname string Age int } Instances of the struct can be created in a variety of ways...
-
Graph Databases
Key Concepts order: number of vertices sub-graph: part of a graph degre: degree of a vetrex is the total number of edges connecting the vertex out-degree and in-degree: for directed graph, degree has in-degree and out-degree loop: edges that connect ot the same vertex path: starting from vertex u, and ending at vertex v, there is a sequence of v0, ee1, v1, e2, v3, vk, K is hte length of the path....
-
Haskell
ghci GHCi tip: import Module and :load Module do very different things! import brings the exports of Module into scope....
-
Music Organisation
Filesystem Structure 1 2 House\ Techno\ Playlists 1 2 3 4 5 Techno\ <for each tag> - Vocals....
-
note taking
https://maggieappleton.com/programmatic-notes
-
systemd
Logging If you know the exact PID of the process you are interested in, you can filter by that as well by specifying the _PID field....
-
wget
Ignore robots.txt 1 wget -e robots=off http://example.com/