Skip to content

Instantly share code, notes, and snippets.

RegEx

Online Regex Tester Suites & Code Generators

  • regex101 Online regex tester for PHP, PCRE, JavaScript and Python that highlights pattern and matches on the fly. Also features a code generator and a regex debugger!
  • myregextester Sports a separate regex split tester and allows to optimize patterns (I guess this is based on Perl's Regexp::Optimizer module).
  • regexr Online regex tester with good regex replace and explain functionality.
  • debuggex Shows neat expression diagrams (not active anymore).
  • regexper translates regular expressions into an SVG image (for documentation or embedding)
  • RexV2 Evaluator for PHP PCRE, PHP Posix!, Perl, Python, Javascript, Node.JS!
@fghber
fghber / Online code utilities.md
Last active November 25, 2023 11:32
Online code utilities

Web IDEs

ideone Ideone is an online compiler and debugging tool which allows youto compile source code and execute it online in more than 60 programming languages and share links to the code.
repl.it Like ideaone, can also install missing Python packages.
Onlilne GDB Online compiler and debugger forC, C++, Python, Java, PHP, Ruby, Perl, Pascal, Fortran, Haskell, Objective-C, Assembly, HTML, CSS, JS, SQLite, Prolog, and more.
Coding Ground Advanced IDEs for C/C++, C#, GO, Java, PHP, Perl, Python, Octave/MATLOAB, R, Ruby, Scala, and compiler/interpreter for many other languages and frameworks.
JDOODLE very similar to ideone but a somewhat different set of languagse/compilers.

Dedicated:

@fghber
fghber / Moodle-RestCreateUser.cs
Last active November 10, 2022 08:41
Create User with Moodle Rest API
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Runtime.Serialization.Json;

JSONPath (WIP)

Original Specification/Foundation

Major Flavors and Environments

JSON Transformators

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

##
### 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/)