This is a list of URLs to PostgreSQL EXTENSION repos, listed in alphabetical order of parent repo, with active forks listed under each parent.
⭐️ >= 10 stars
⭐️⭐️ >= 100 stars
⭐️⭐️⭐️ >= 1000 stars
Numbers of stars might not be up-to-date.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>de.eggs.cq.generic</groupId> | |
<artifactId>MyBundleEmbeddedDependencyUnresolved</artifactId> | |
<version>14.01.0-SNAPSHOT</version> | |
<name>My Bundle Name</name> | |
<description>My Bundle Description</description> |
Name: XOR Filters
Desc: Faster and Smaller Than Bloom and Cuckoo Filters
Tags: #filter, #cuckoo, #bloom, #probability, #membership
Name: Hash Ids
Desc: Generate short unique ids from integers
Tags: #id, #hash
Link: https://hashids.org/
Name: Russian Doll Caching
<?xml version="1.0" encoding="UTF-8"?> | |
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" | |
jcr:primaryType="cq:Component" | |
jcr:title="Rich Text" | |
sling:resourceSuperType="core/wcm/components/text/v2/text" | |
componentGroup="General"/> |
<?xml version="1.0" encoding="UTF-8" ?> | |
<schema name="basecamp" version="1.3"> | |
<types> | |
<!-- indexed/stored verbatim --> | |
<fieldType name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true" omitTermFreqAndPositions="true"/> | |
<!-- "true" or "false" --> | |
<fieldType name="boolean" class="solr.BoolField" sortMissingLast="true" omitNorms="true" omitTermFreqAndPositions="true"/> | |
<!-- binary data, base64 --> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>Privacy Policy</title> | |
<style> | |
body { | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
<html> | |
<body> | |
<h2>Privacy Policy</h2> | |
<p>Backpackers built the Backpackers app as a free app. This SERVICE is provided by Backpackers and is intended | |
for use as is.</p> | |
<p>This page is used to inform website visitors regarding our policies with the collection, use, and | |
disclosure of Personal Information if anyone decided to use our Service.</p> | |
<p>If you choose to use our Service, then you agree to the collection and use of information in | |
relation with this policy. The Personal Information that we collect are used for providing and | |
improving the Service. We will not use or share your information with anyone except as described |