-
```
#!/usr/bin/python3
# report helper when nessus scan performed without 'designate hosts by hostname'
import logging
from argparse import ArgumentParser
from sner.server.app import create_a…
bodik updated
5 months ago
-
Hi,
in predict_embs.py file, there are several unnecessary empty lines causing the indent error. They can be deleted as follows::
if __name__ == '__main__':
parser = argparse.ArgumentParse…
-
Hi!
I wrote a little test, using openCsv parser, that parse 200mb file for 5.5 sec. when the univocity Csv parser parse the same file about 24.2 sec.
Can it be truth?
this is a test
`
public…
-
In my gemspec I have:
```
group :development do
gem 'domainic-dev', path: 'domainic-dev'
end
```
In my rbs_collection.yaml I have:
```
sources:
- type: git
name: ruby/gem_rbs_c…
-
From @HOPKIRS21
When I run the program it gives me the following output:
```
pilomar 1.1.0
/usr/local/lib/python3.11/dist-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requir…
-
Excuse me, but why 0f8bd34? I think, if CSV/TSV processing code is encapsulated in a separate package, it is more rational. 17 third party developers csv-parser will remove low-level load with the cur…
-
CSVParser seems to be initialized with `CSVParser#format` field. Personally I would move this out to a constructor instead.
-
-
Sample file:
```csv
-63.00,"EUR","NC ",""
-70.00,"EUR","NC ","Issue Receipt "Witho"
-45.00,"EUR","NC ",""
```
Result:
```csv
"-63.00", "EUR", "NC", ""
"-70.00", "EUR", "NC", "Issue Re…
-
The CSV API should have a non-tax software/native format that outputs the entire dataset for each transaction/message instead of formatting it into a specific tax-software format.