-
# -_\- coding: utf-8 -_-
**author** = 'dartagnan.ribeiro'
import csv
data = []
# le o csv
with open('tst.csv') as csvfile:
reader = csv.DictReader(csvfile)
for row in reader:
if "@…
-
Dear Plugin-Contributors,
we've made the following observation: self-enrolled user in a course were exported to a csv file, which was then added to the tab /local/mass_enroll/mass_unenroll.php?. I…
-
Project : proj11
Template : ApiV1OrgsIdGetUseraCreateOrgUsercDisallowAbac
Run Id : 8a8080f469b8d3be0169b961904815b6
Job : Default
Env : Default
Category : ABAC_Level1
Tags : [FX To…
-
Dear Repository Owners,
I was reading your preprint and was happy to see that you open sourced your code, but going through it I noticed that there are large parts of it that were taken from the [nap…
-
OS: Ubuntu 16.04.6
GNU Radio: 3.8.1
Python: 3.8.2
SWIG: 4.0.1 (also tested 3.0.8)
A simple flowgraph with null sources and 2 Python sinks crashes with a segmentation fault.
The following flowgr…
-
$ rpm -qa|grep -i mariadb
mariadb-libs-5.5.68-1.amzn2.0.1.aarch64
mariadb-5.5.68-1.amzn2.0.1.aarch64
mariadb-server-5.5.68-1.amzn2.0.1.aarch64
mariadb-devel-5.5.68-1.amzn2.0.1.aarch64
R ver…
-
* KOReader version: headrevs (as of 2023-07-23) https://github.com/koreader/koreader/commit/d38c71a7bce6edc2289206309f88622bed6c85af
* Device: any
#### Issue
#### Steps to reproduce
1. Set u…
-
based on the comments in #2208
`risk ratio` is a useful effects measure that is often used in medical, epidemiological studies, and I guess other areas.
It makes a good use, example and test case f…
-
With fixes applied for #31 (spi set to [0,0,0,0] and reffreq set to 0.0) for flat spectrum prediction. I get
```
2020-09-26 10:40:03 | INFO | predict:parse_sky_models | Source groups/clusters for /h…
-
As described in krlmlr/r-appveyor#11.
@gaborcsardi: Would you be willing to take a look?