All Projects → Ironholds → Urltools

Ironholds / Urltools

Licence: other
Elegant URL handling in R

Programming Languages

r
7636 projects

Labels

Projects that are alternatives of or similar to Urltools

Goscraper
Golang pkg to quickly return a preview of a webpage (title/description/images)
Stars: ✭ 72 (-40.5%)
Mutual labels:  url
Libvmod Querystring
Query-string module for Varnish Cache
Stars: ✭ 85 (-29.75%)
Mutual labels:  url
Uddup
Urls de-duplication tool for better recon.
Stars: ✭ 103 (-14.88%)
Mutual labels:  url
Shorturl
Self hosted web app for shortening urls (URL shortener)
Stars: ✭ 73 (-39.67%)
Mutual labels:  url
Djurl
Simple yet helpful library for writing Django urls by an easy, short and intuitive way.
Stars: ✭ 85 (-29.75%)
Mutual labels:  url
Use Query Params
React Hook for managing state in URL query parameters with easy serialization.
Stars: ✭ 1,278 (+956.2%)
Mutual labels:  url
Ngqp
Declaratively synchronize form controls with the URL
Stars: ✭ 65 (-46.28%)
Mutual labels:  url
Url Parser
Parse URLs into nicely structured data
Stars: ✭ 118 (-2.48%)
Mutual labels:  url
Urlpages
Create and view web pages stored entirely in the URL
Stars: ✭ 1,263 (+943.8%)
Mutual labels:  url
New Github Release Url
Generate a URL for opening a new GitHub release with prefilled tag, body, and other fields
Stars: ✭ 102 (-15.7%)
Mutual labels:  url
Swiftlinkpreview
It makes a preview from an URL, grabbing all the information such as title, relevant texts and images.
Stars: ✭ 1,216 (+904.96%)
Mutual labels:  url
Gitio.fish
Create a custom git.io URL.
Stars: ✭ 81 (-33.06%)
Mutual labels:  url
Urlcat
A URL builder library for JavaScript.
Stars: ✭ 1,334 (+1002.48%)
Mutual labels:  url
React Easy Params
🔗 Auto synchronize your state with the URL and LocalStorage.
Stars: ✭ 73 (-39.67%)
Mutual labels:  url
Biturl
URL shortener service, powered by Go.
Stars: ✭ 113 (-6.61%)
Mutual labels:  url
Url Shortener
Web application that will help you in shortening your url
Stars: ✭ 65 (-46.28%)
Mutual labels:  url
Prestashop Clean Urls
Prestashop module. This override module allows to remove IDs from URLs
Stars: ✭ 87 (-28.1%)
Mutual labels:  url
Tinypart
TinyPart is an iOS modularization framework implemented by Ojective-C. It also supports URL-routing and inter-module communication. TinyPart是一个由Objective-C编写的面向协议的iOS模块化框架,同时它还支持URL路由和模块间通信机制。
Stars: ✭ 120 (-0.83%)
Mutual labels:  url
Finicky
A macOS app for customizing which browser to start
Stars: ✭ 2,026 (+1574.38%)
Mutual labels:  url
Link Preview Generator
Get preview data (a title, description, image, domain name) from a url. Library uses puppeteer headless browser to scrape the web site.
Stars: ✭ 98 (-19.01%)
Mutual labels:  url

urltools

A package for elegantly handling and parsing URLs from within R.

Author: Oliver Keyes, Jay Jacobs
License: MIT
Status: Stable

Travis-CI Build Status downloads

Description

URLs in R are often treated as nothing more than part of data retrieval - they're used for making connections and reading data. With web analytics and research, however, URLs can be the data, and R's default handlers are not best suited to handle vectorised operations over large datasets. urltools is intended to solve this.

It contains drop-in replacements for R's URLdecode and URLencode functions, along with new functionality such as a URL parser and parameter value extractor. In all cases, the functions are designed to be content-safe (not breaking on unexpected values) and fully vectorised, resulting in a dramatic speed improvement over existing implementations - crucial for large datasets. For more information, see the urltools vignette.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Installation

The latest CRAN version can be obtained via:

install.packages("urltools")

To get the development version:

devtools::install_github("ironholds/urltools")

Dependencies

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].