Here are
496 public repositories
matching this topic...
Javascript URL mutation library
Updated
Jul 14, 2021
JavaScript
👩💻 👨💻 Improve your README.md profile with these amazing badges.
Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. It is flexible, offers heuristic parsing, and additionally provides extensive support for IRIs and URI templates.
Updated
Aug 12, 2021
Ruby
The Scala HTTP client you always wanted!
Updated
Aug 13, 2021
Scala
Bidirectional URI routing
Updated
Feb 19, 2020
Clojure
JavaScript API to work easily with complex domain names, subdomains and well-known TLDs.
Updated
Dec 1, 2019
JavaScript
RFC3986/RFC3987 compliant URI parser
Open Cortana searches with your default browser.
Updated
Dec 27, 2020
Inno Setup
Problem Solving Training for computer science students.
Lightweight, simple structured NoSQL database for Android
🌏 Functions for making sense out of URIs in PHP
Simple scala library for building and parsing URIs
Updated
Aug 11, 2021
Scala
League URI components objects
Collection of URI Immutable Value Objects
Functions and Middleware to manipulate URI Objects
A lightweight hostname parser according to public suffix list ICANN section
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Updated
Apr 4, 2020
TypeScript
URI template parsing per RFC6570
Updated
Dec 19, 2019
Python
🔪 Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub
JavaScript Library to work against complex domain names, subdomains and URIs.
Updated
Aug 13, 2021
TypeScript
⚛️ 🌌 Inter-dimensional Portals for React Native. 👽 🖖
Updated
Mar 16, 2021
TypeScript
A Ruby library to expand shortened URLs
Updated
Apr 13, 2021
Ruby
A collection of LPEG patterns
Simple Immutable URI/URL Builder in Ruby
Updated
Nov 25, 2020
Ruby
A lightweight and simple Kotlin library for deep link handling on Android 🔗 .
Updated
May 17, 2021
Kotlin
RFC3986 URI parsing library for OCaml
Updated
Apr 26, 2021
OCaml
Improve this page
Add a description, image, and links to the
uri
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
uri
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Motivation
It is convenient to be able to iterate over all triples in a
Graphinstance without invokinggraph.triples((None, None, None)). When working with a small instance ofDataset, there are occasions where one will want to observe all of the quads in a similar manner.Notes
This is trivial to implement by simply having an introduced
__iter__method invoke `self.qua