-
### What feature or new tool do you think should be added to DevToys?
I want to have more convers like these:
https://json2csharp.com/code-converters/xml-to-csharp
### Why do you think this is need…
-
### these are ideas, all liable to change
# Dat Project -- Open Data Tools:
## dat
- see https://github.com/maxogden/dat
## dat-webui - google docs meets IPython
- frontend for dat
- standalone webapp…
-
## Reproduction
- In the CLI version
- `csv2json --help`, `json2csv --help` and `json2csv --h` all work fine
- but `csv2json -h` results in an error.
## Expected Behavior
- `csv2json -h…
-
I made a CSV2JSON converter
``` julia
import CSVReaders.CSVReader
using JSON
type CSVJSON
rows::Vector
header::Vector
end
function CSVReaders.allocate(::Type{CSVJSON}, n::Int, p::Int, reader…
-
hiya, when I go to /agreements/new I don't get a full list of repos I have access to.
Here's the list I get:
```
maxogden/2012-JSConfEU-Lyrics
maxogden/2013.jsconf.eu
maxogden/99ATMs
maxogden/ADAPDX…
-
---
##### KB Article Creation Checklist
- [x] Write initial draft for this KB Article; label this issue `draft` and either `questions` or `tutorials`
- [x] Add [required YAML configuration](https://gi…
-
@maxogden
Correctly handling streams is hard, because it's not clear when a codec should be done reading from a stream (i.e. how much xml to parse before the first "object" is found?). Like, if I'm p…
-
--- forwarded from https://github.com/FedericoCeratto/nim-package-directory/issues/26 ---
--- original author: https://github.com/samdmarshall ---
today i was trying to find a package for a person…
-
https://github.com/abbeymart/mcresponse
The author seems to have switched the project to Go but it's still in Nimble packages.
@abbeymart
-
I'm trying to run bpipe on a slurm cluster.
This cluster does not have qstat installed, so the pipeline never progresses to the next step.
I've tried to use qstat from slurm-wlm-torque package, but…