Monday, 28 December 2015
Interesting Snippets from 2015-12-28
-
pushingice/scavenger-hunt · GitHub
A scavenger hunt to learn Linux commands.
-
python-visualization/folium · GitHub
Folium builds on the data wrangling strengths of the Python ecosystem and the mapping strengths of the Leaflet.js library. Manipulate your data in Python, then visualize it in on a Leaflet map via Folium.
Interesting Snippets from 2015-12-21
-
Spark-TS: A New Library for Analyzing Time-Series Data with Apache Spark - Cloudera Engineering Blog
Time-series analysis is becoming mainstream across multiple data-rich industries. The new Spark-TS library helps analysts and data scientists focus on business questions, not on building their own algorithms.
-
jaredly/treed · GitHub
A Powerful Tree Editing Component
Interesting Snippets from 2015-12-18
-
Overview — Kinto 1.10.1 documentation
Kinto is a lightweight JSON storage service with synchronisation and sharing abilities. It is meant to be easy to use and easy to self-host.
Interesting Snippets from 2015-12-09
-
sqlmap: automatic SQL injection and database takeover tool
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.
-
adleroliveira/dreamjs · GitHub
A lightweight json data generator.
-
Must See JavaScript Dev Tools That Put Other Dev Tools to Shame — JavaScript Scene — Medium
JavaScript has the best dev tool ecosystem I’ve ever seen for any language.
-
ZeroDB, an end-to-end encrypted database, is open source!
ZeroDB is an end-to-end encrypted database. Data can be stored on untrusted database servers without ever exposing the decryption key.
Interesting Snippets from 2015-12-03
-
HyperLogLog in Pure SQL
The HyperLogLog Probabilistic Counter is an algorithm for determining the approximate number of distinct elements in a set using minimal RAM. Distincting a set that has 10 million unique 100-character strings can take over gigabyte of RAM using a hash table, while HyperLogLog uses less than a megabyte (the "log log" in HyperLogLog refers to its space efficiency). Since the probabilistic counter can stay entirely in RAM during the process, it's much faster than any alternative that has to write to disk and usually faster than alternatives using a lot more RAM.
-
The Ultimate list of Top SQL Monitoring Tools
Because SQL Monitoring is a vast domain and includes many areas of database monitoring and management, we have searched and compiled a list of SQL monitoring tools nearly in every niche and need. From automatic monitoring, performance management, instant alerts to configuration management , this list contains the best SQL Monitoring tools you need for on-premises Microsoft SQL Server instances to SQL Azure databases.