Meir
Meir
Hi, I wrote a script that can translate a whole file or parts of it using the OpenAI API. (#30883) Example of usage (use `source.xml` as template, translate to French,...
### I tried this: A minimal example: ``` bring cloud; let api = new cloud.Api(); api.get("/:id", inflight (req) => { let id = req.vars.get("id"); return { body: "id: {id}", status:...
### I tried this: ``` let tests: Map = { "foo": inflight () => { return "..."; }, "bar": inflight () => { return "..."; }, }; let runTest =...
https://github.com/p0f/p0f/blob/4abbd20ecd7421461e360c77a98dff98e08a8b10/docs/README#L526-L539 According to the readme of p0f, the value of `ittl` can be in the following formats: ``` \d+ \d+- \d+\d+ \d+? ``` Currently the script is working for the...