Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
comingle-attendance
Advanced tools
Comingle is an open-source online meeting tool, which automatically logs users' behavior (joining/leaving the meeting, joining/leaving rooms, etc.). This standalone command-line tool uses those logs to determine:
One application is measuring attendance in a class. If the class re-uses the same Comingle meeting for several discrete meeting times (classes/events), you specify the start/end time for each such event. This tool measures participation within each event time block, and can output a spreadsheet with a row for each name and a column for each event, where the cell indicates the number of minutes of attendance (currently the number of minutes they are in at least one room).
To use this tool, you need to create your own configuration file,
say config.coffee
(or name it to match your meeting or class).
Start from a copy of
template.coffee
,
which describes the various options you can set.
In particular, you should set the server
URL, the meeting
ID,
the meeting secret
, and list events
that you want to track.
Alternatively, you can use a .js
configuration file.
In either case, the last expression in this file should evaluate to an object
with configuration options.
Do not commit your config file into Git (or change template.coffee
),
or risk your meeting and its secret leaking to the world.
To run this tool on any machine with NodeJS installed, do one of the following from the command line:
npx
:
npx comingle-attendance config.coffee
npm install -g comingle-attendance
Thereafter use:
comingle-attendance config.coffee
git clone https://github.com/edemaine/comingle-attendance.git
cd comingle-attendance
npm install
npm run attendance config.coffee
FAQs
Attendance measurement for Comingle meetings
The npm package comingle-attendance receives a total of 1 weekly downloads. As such, comingle-attendance popularity was classified as not popular.
We found that comingle-attendance demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.