Thursday, 29 September 2016
Interesting Snippets from 2016-09-29
-
Leaflet - a JavaScript library for interactive maps
Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. Weighing just about 33 KB of JS, it has all the mapping features most developers ever need. Leaflet is designed with simplicity, performance and usability in mind. It works efficiently across all major desktop and mobile platforms, can be extended with lots of plugins, has a beautiful, easy to use and well-documented API and a simple, readable source code that is a joy to contribute to.
Interesting Snippets from 2016-09-27
-
GitHub - AnalogJ/lexicon: Manipulate DNS records on various DNS providers in a standardized way.
Lexicon provides a way to manipulate DNS records on multiple DNS providers in a standardized way. Lexicon has a CLI but it can also be used as a python library. Lexicon was designed to be used in automation, specifically letsencrypt.
Interesting Snippets from 2016-09-26
-
crt.sh | Certificate Search
Enter an Identity (Domain Name, Organization Name, etc), a Certificate Fingerprint (SHA-1 or SHA-256) or a crt.sh ID
-
GitHub - krotik/eliasdb: EliasDB is a graph based database.
Features Build on top of a fast key-value store which supports transactions and memory-only storage. Data is stored in nodes (key-value objects) which are connected via edges. Stored graphs can be separated via partitions. Stored graphs support cascading deletions - delete one node and all its "children". All stored data is indexed and can be quickly searched via a full text phrase search. For more complex queries EliasDB has an own query language called EQL with an sql-like syntax. Written in Go from scratch. No third party libraries were used apart from Go's standard library. The database can be embedded or used as a standalone application. When used as a standalone application it comes with an internal HTTPS webserver which provides a REST API and a basic file server. When used as an embedded database it supports transactions with rollbacks, iteration of data and rule based consistency management.
Interesting Snippets from 2016-09-22
-
GitHub - robertdavidgraham/masscan: TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
This is the fastest Internet port scanner. It can scan the entire Internet in under 6 minutes, transmitting 10 million packets per second. It produces results similar to nmap, the most famous port scanner. Internally, it operates more like scanrand, unicornscan, and ZMap, using asynchronous transmission. The major difference is that it's faster than these other scanners. In addition, it's more flexible, allowing arbitrary address ranges and port ranges.
Interesting Snippets from 2016-09-19
-
GoAccess - Visual Web Log Analyzer
GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.