| gchq/CyberChef |
24,014 |
|
1 |
5 |
about 2 years ago |
396 |
July 14, 2023 |
449 |
apache-2.0 |
JavaScript |
| The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis |
| r-lyeh-archived/statvs |
350 |
|
0 |
0 |
over 6 years ago |
0 |
|
0 |
unlicense |
|
| Hopefully updated status of all my github repositories |
| shomali11/util |
247 |
|
1 |
10 |
over 3 years ago |
1 |
July 17, 2022 |
1 |
mit |
Go |
| A collection of useful utility functions |
| Edrusb/DAR |
116 |
|
0 |
0 |
over 2 years ago |
0 |
|
4 |
gpl-2.0 |
C++ |
| DAR - Disk ARchive |
| clj-commons/byte-transforms |
103 |
|
21 |
0 |
over 3 years ago |
11 |
January 16, 2018 |
1 |
apache-2.0 |
Clojure |
| methods for hashing, compressing, and encoding bytes |
| flandolfi/IR-exercises |
23 |
|
0 |
0 |
over 5 years ago |
0 |
|
0 |
|
TeX |
| Solutions of the various test exams of the Information Retrieval course |
| AdamWhiteHat/BloomFilter |
8 |
|
0 |
0 |
almost 3 years ago |
0 |
|
0 |
|
C# |
| A novel, space-efficient, probabilistic data structure for hashing a large number of values. It is similar to a hash table, but smaller because it does not need to store the entire value like HashTable and has better asymptotic performance, at the cost of possible false-positives, a likelihood that is configurable. False negatives are not possible. Best use case: Lightweight check if a value/query exists to reject needless/bogus call in place before performing a more latent or expensive request, such as a search for content or database call. |
| NeilGraham/rdfhash |
8 |
|
0 |
0 |
over 2 years ago |
16 |
December 14, 2022 |
1 |
mit |
Python |
| RDF Graph Compression Tool. Hash RDF subjects based on a checksum of their triples, effectively consolidating together subjects that contain identical definitions. Reduce time taken to mint URIs. Use Blank Nodes to your Advantage |
| jfainberg/hashed_nets |
5 |
|
0 |
0 |
almost 7 years ago |
0 |
|
0 |
|
Jupyter Notebook |
| PyTorch implementation of HashedNets |