Skip to content

Instantly share code, notes, and snippets.

JSONPath (WIP)

Original Specification/Foundation

Major Flavors and Environments

JSON Transformators

##
### rvest
* [Beginner’s Guide on Web Scraping in R (using rvest)](https://www.analyticsvidhya.com/blog/2017/03/beginners-guide-on-web-scraping-in-r-using-rvest-with-hands-on-knowledge/)

SQL/DB Fiddles

  • SQL Fiddle](http://sqlfiddle.com/) MySQL 5.6, Oracle 11g R2, PostgreSQL 9.3/9.6, SQLite (WebSQL, SQL.js), MS SQL Server 2017.
  • db<>fiddle An online tool for testing, demonstrating and sharing database commands and scripts.
    Features MariaDB 10.x, MySQL 8.0, Oracle 11g, Postgress 8.4 -10, SQL Server 2012 - 2017, SQLite 3.8.
  • DB Fiddle Supports MySQL 5.5-8.0, PostgreSQL 9.4-10, and SQLite database engines.
  • rextester Supports MySQL, MS SQL 5.7, Oracle 11g, PostgreSQL 9.6, Server 2014.

Tutorials

@fghber
fghber / fuzzex.py
Created June 8, 2018 06:04 — forked from swdunlop/fuzzex.py
Random string generator using regex-like expressions
#!/usr/bin/env python
# Copyright (C) 2010, Scott W. Dunlop <swdunlop at gmail.com>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the