Giter VIP home page Giter VIP logo

ldpl-url-resolver's Introduction

The LDPL URL Resolver Library

Version License Size

The LDPL URL Resolver Library is a super easy to use library for LDPL that helps you resolve URLs into their respective IP addresses. This library requires LDPL 4.3 or greater.

๐Ÿงฐ Installation

You can install this library by hand or using LPM.

๐Ÿ“ฆ Installing using LPM

Open a terminal and write lpm install ldpl-url-resolver. Once downloaded, include it in your LDPL project by adding the line:

using package ldpl-url-resolver

before the data and procedure sections of your source file. The library is ready to be used.

โœ‹๐Ÿป Installing by hand

Include the library into your LDPL project by copying the folder ldpl-url-resolver to your project directory and then adding the line:

include "ldpl-url-resolver/ldpl-url-resolver.ldpl"

before the data and procedure sections of your source file. The library is ready to be used.

๐Ÿ“š Documentation

This library adds a single new statement to the language:

  • resolve url <text> in <text-var> resolves the url <text> and stores the resulting IP in <text-var>.

๐Ÿซ Example

using package ldpl-url-resolver
data:
  ip is text
procedure:
  resolve url "www.ldpl-lang.org" in ip
  display "The ip for www.ldpl-lang.org is " ip lf

๐Ÿ“œ License

This library is released under the MIT License.

ldpl-url-resolver's People

Contributors

lartu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.