
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
github.com/lassilaiho/compression-algorithms-tiralabra
This project is an implementation and comparison of two data compression algorithms, Huffman coding and LZ77. This is a project for the course "Aineopintojen harjoitustyö: tietorakenteet ja algoritmit" at the University of Helsinki.
The following programs are required for all Make targets and must be installed and available in the path:
Some targets require more dependencies in addition to the ones above.
If you want to run make lint
, you need
If you want to build the documentation (only necessary if you want to edit it), you need
If you want to run generate the performance report, you need
The compression programs can be built by running make all
at the root of the
repository.
make lint
runs go vet
and golint
on the project.
make test
executes unit tests and writes a test coverage report to
cover.out
. The report can be viewed by running
go tool cover -html=cover.out
An online test coverage report can be found here.
make perf-report
generates the performance report. This can take a long time.
make gendocs
generates documentation from .template.md
files in docs
directory. This target requires the files generated by make perf-report
.
Because generating the performance report is so slow, it is not done automatically.
FAQs
Unknown package
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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.