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.
| /** | |
| * Welcome to Cloudflare Workers! This is your first worker. | |
| * | |
| * - Run "npm run dev" in your terminal to start a development server | |
| * - Open a browser tab at http://localhost:8787/ to see your worker in action | |
| * - Run "npm run deploy" to publish your worker | |
| * | |
| * Learn more at https://developers.cloudflare.com/workers/ | |
| */ |
| 88iN8K6Cvs6qxdgZHpS1NWa9iGmC4g4o8ytp3uNW3wcL4d4gN4bSRUi3tw6NY97F281Zn5W2tyJu3oTRxRXbaBGBZ46k7ruFwYbH8kGCGvSSzT784haAwszX7A7EJv2d3x6sY56DnaMzhgL9f4Xo5vNMTBJdZwQvbwBPGSa5zFAPgFUwttmzhyRigdVZ3LgyoHdGurMiwCQiaNHGjJqZUqKN7NMe4CbQtpv2jdj6BYWCAEWkWsxutTUT1a8U8B4Dpr89xyboXTwWq27QhhDcqj4W1QY6seuW9jKGh7NNdBZfSCTkbjQwiiTnKAZLfYfRjmbTsSAxpDxCvXQ6PYafcFXdGwRAL1UmQLTr5uMPsNrJMotzfaXnGriMEu11jX5avpYVExMShho35uZoTyN2Mkf1btJ5qpMm81XhK1ug4qFXcPZeLiKhGeeSCZZzzLBYzvQdjBBaE6gNrNtSWada9G9m6XUEUFAVXdEQdkwFRE2VEXJyaFDig3kDgyTqhet2fzDxtnGR5J6bzCNPba3yVDTAhFdhS3Yx1NK9QN3sjcdPpWJmFJR9pJyXGwYURWWUKNsrdihuRj3musdD7BTnFLrVFbba5btJ9qsaryEpzY8rzrv4WwopPqykke5fQMPvEAeUFYjitavGfKaTHxLEW91KJ8CiwmyjX4CTxMTHQHzVBp3or3Ksya6S9QvXz8bnvpXJqpiEQjjQFrnWS6X5dms9rGo9emN5BcuSpsMqPTh2yB1cMKheWBeDdBmrg5Aw8FGFJ7htxaKHxwDJ5kWWkerwBHJpppDAffNH9JFpgw2JA74K99fDaocbPmgAgbK57oifd8Fty1gWWrXB22AamYTpnuX3DSAG8YXBRNxKvaePJ8wpJT23tjifxXMdHBBdSSvmdVuKhZbvPXrNLiLEZTr5uqXEZgT9W9KcXWQQh98AyPCbKFufMiuKENTd9Dq5hqrJsG6QMQ1ex8qqp5SqT1rgGGCGJmt8GLDKdMeZGdkvEE2Wrf4xoEQa5M6RQrtE |
| # Edit this configuration file to define what should be installed on | |
| # your system. Help is available in the configuration.nix(5) man page | |
| # and in the NixOS manual (accessible by running ‘nixos-help’). | |
| { config, pkgs, lib, ... }: | |
| { | |
| imports = [ | |
| # Include the results of the hardware scan. | |
| ./hardware-configuration.nix |
| mkdir MailX | |
| cd MailX | |
| #Download file | |
| wget http://ftp.debian.org/debian/pool/main/h/heirloom-mailx/heirloom-mailx_12.5.orig.tar.gz | |
| #Download patch | |
| wget http://www.linuxfromscratch.org/patches/blfs/svn/heirloom-mailx-12.5-fixes-1.patch | |
| #unZip | |
| tar -xvzf heirloom-mailx_12.5.orig.tar.gz |
| import os | |
| from sqlalchemy import create_engine | |
| from sqlalchemy.ext.declarative import declarative_base | |
| from sqlalchemy.orm import sessionmaker | |
| SQLALCHEMY_DATABASE_URL = os.getenv("DB_CONN") | |
| engine = create_engine(SQLALCHEMY_DATABASE_URL) | |
| SessionLocal = sessionmaker(autocommit=False, autoflush=False, bind=engine) |
| // ==UserScript== | |
| // @name Fuck X | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Save your eyes while using X (formerly Twitter) | |
| // @author Cyandev <unixzii@gmail.com> | |
| // @match https://twitter.com/* | |
| // @grant none | |
| // ==/UserScript== |
!!! For M1/M2 apple silicon see this comment:
For MacOS | Mojave | High Sierra