-
Once complete, add the following to the DESCRIPTION file:
```r
Remotes:
github::andrewallenbruce/fuimus
```
[provider utils.R](https://github.com/andrewallenbruce/provider/blob/main/R/u…
-
Following up on our call last week, here is a first rough draft at a utility function with a reprex to split an input sf object and assign a weight based on length or physical area. This could be modi…
-
The utility functions I have written for setup-cpp are general, and they can be published as a separate package on npm to allow others to use them.
https://github.com/aminya/setup-cpp/tree/master/src…
-
`parser.cxx` and `resolve.cxx` in particular have become cluttered with utility functions that need to be moved to more suitable locations, not least to take stress away from the dev env when working …
-
I don't know if this project takes pull requests, but I've written myself some simple utility functions that could be handy for others too:
```el
(defun jr/sclang-nodetree ()
"Open scsynth node…
-
The app_sdk offers some utility functions to read and write files to the backend.
[https://shuffler.io/docs/app_creation#utility-functions](https://shuffler.io/docs/app_creation#utility-functions)
…
tbi88 updated
3 weeks ago
-
This task is to create a GTK based GUI to replicate the functions of the TrackerSetup command line utility.
The GUI will let you:
Add tracked folders
Remove tracked folders
View statistics abou…
-
As part of #228 we have been writing db utility functions for running queries.
We use `create` as a prefix for insert statements, and we use `load` as a prefix for select statements. @bickelj has …
-
Working through vtquery has made us think it'd be great to have a couple reprojection utilities in spatial-algorithms (or elsewhere).
1. Convert vector tile coordinates to lnglat - requires (x, y,…
-
Hello, at v7c step in chapter math, some functions references are broken.
```go
func simpleTime(hours, minutes, seconds int) time.Time {
return time.Date(312, time.October, 28, hours, minutes, s…