Giter VIP home page Giter VIP logo

regex101.com-offline-app's Introduction

Regex101.com Offline App

Use regex101.com offline

Introduction

I'm not affiliated with regex101.com, so I will not provide a regex101's package but this script will help you to create your own. It requires wget and to create a http-server.

Wget

Wget is available on OSX via brew (brew install wget), on Linux (sudo apt-get install wget) and Windows.

Wget's major strong side compared to curl is its ability to download recursively - (see this topic).

Http server

Python comes preinstalled on most Linux distributions and OSX, and it's very easy to create a http server with :

python -m SimpleHTTPServer 8080

Otherwise, here is a big list of http static server and how to use them.

For windows, answers of this question on stackoverflow will help you.

Scripts

If you only want to save regex101 you just have to paste these lines :

wget -r --no-host-directories --no-parent https://regex101.com;
wget --output-document ./pcreWorker.js https://regex101.com/pcreWorker.js;
wget --output-document ./pcrelib.js https://regex101.com/pcrelib.js;

You can find a script here : runLocalRegex101.sh (thanks for you help @CodeMan99) to run your regex101 instance easily :

wget -O - https://raw.githubusercontent.com/ibaaj/Regex101.com-offline-app/master/runLocalRegex101.sh | bash

Todo

  • Powershell script

regex101.com-offline-app's People

Contributors

ibaaj avatar x0x8x avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.